@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
body{background:#fff}

/*home*/
.is-title{position: relative;margin:50px 0 10px 0;display: flex;align-items: center;justify-content: space-between}
.is-title a{font-size:18px;padding-right:20px;background: url(/dist/special/wmzc/images/home/more.png) right center no-repeat;}

/* 列表 */
.m-zcwjlist{width:675px}
.m-zcwjlist ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.m-zcwjlist li{padding:20px 20px 20px 0;border-radius:10px;margin-top:20px;box-shadow: 0 0 5px #70c9ff}
.m-zcwjlist li a{display: block;}
.m-zcwjlist li h2{font-size: 18px;font-weight: bold;margin-top:5px;padding-left:20px;background: url(/dist/special/wmzc/images/home/titlebg.png) left center no-repeat; }
.m-zcwjlist li p{color:#999;line-height: 30px;font-size:15px;margin-top:10px;padding-left:20px}

/*文字列表 */
.m-liststylecom ul{padding:10px 0}
.m-liststylecom li{height: 48px; line-height: 48px;}
.m-liststylecom li a{display: block; padding-left: 14px; font-size:18px;background: url(/dist/special/wmzc/images/home/dot.png) left center no-repeat; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststylecom li span{float: right; color: #999; font-size: 16px;}
.m-liststylecom li a:hover{padding-left: 16px;}

.m-wmlist {width:525px;}
.m-wmlist li{float:left;margin-right:20px;margin-top:20px}

/*media query*/
/*large pcScreen*/
@media (min-width:1280px) {
	

}
/*medium pcScreen lg*/
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 100%) {
}
/*pad md*/

/*phone sm*/
@media screen and (max-width: 991px) {
	.is-main{padding:10px}
	img{max-width:100%}
	.m-word{max-width:80%;margin:auto}
	.m-ban {padding-top:15px;}
	.m-ban .u-back{font-size:14px;width:100px;line-height:36px;}
	.m-ban .m-tpsearch{width: 100%;}

	/* htc:20220809 */
	.g-top .u-link{display: none;}
	.g-top{height: auto;}
	.m-ban{height: 218px;background-size: 100% 100%;}
	.m-ban img,.m-ban .u-back{margin-top: 15px;}
	.m-ban .m-tpsearch{margin: 140px auto 0;}
	.is-title{margin-top:15px;}
	.m-wmlist,.m-zcwjlist{width:100%}
	.m-wmlist ul{display: flex;flex-wrap: wrap;gap:10px;justify-content: space-between}
	.m-wmlist li{margin-right:0;margin-top:0}
	.m-wmlist li:nth-child(1),.m-wmlist li:nth-child(2){width:48%}
	.m-wmlist li:nth-child(3),.m-wmlist li:nth-child(4),.m-wmlist li:nth-child(5){width:31.33%}

	.m-zcwjlist li{width:100%;margin-top:15px}
	.m-liststylecom li,.m-liststylecom li a{font-size:14px;height:38px;line-height:38px}
	.m-zcwjlist li h2{font-size:16px}
	.is-title img{max-width:80%}
	.is-title a{font-size:14px}

	
}
/*small xs*/
@media screen and (max-width: 638px) {

}
@media screen and (max-width: 410px){
    .m-market img{width: 100%;}
}