@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
body{background:#fff}

/*home*/
.is-title{display: block;margin-top:55px;}

/* 列表 */
.m-zcwjlist{margin-bottom:30px;}
.m-zcwjlist ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.m-zcwjlist li{padding:20px;background:#f4f9ff;border-radius:10px;width:48.5%;margin-top:30px}
.m-zcwjlist li a{display: block;}
.m-zcwjlist li h2{font-size: 20px;font-weight: bold;margin-top:5px}
.m-zcwjlist li p{margin:10px 0;}
.m-zcwjlist li p,.m-zcwjlist span{color:#999;line-height: 30px;font-size:15px}

/*文字列表 */

.m-liststylecom li{height: 88px; line-height: 88px;}
.m-liststylecom li a{display: block; padding-left: 14px; font-size:18px;background: url(/dist/special/sccygzlxtfz/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: 14px;}
.m-liststylecom li a:hover{padding-left: 16px;}
.m-dashed li{border-bottom:1px dashed #ddd}
.m-dashed li:last-child{border-bottom:none}

.is-footer{margin-top:50px;}
.see-more{text-align: center;}
.see-more a{ display:inline-block;color:#0a50af; font-size:18px; padding:10px 30px; border:1px solid #0a50af; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius: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-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}

	
}
/*small xs*/
@media screen and (max-width: 638px) {

}
@media screen and (max-width: 410px){
    .m-market img{width: 100%;}
}