@charset "utf-8";
/* CSS Document */
/*
* @description: 专题样式
* @author: ishang_pan
* @update: ishang_pan (2020-05-07 11:25)
*/



/*main*/
.m-pgsearch .u-text{width: 180px; height: 30px; line-height: 30px; padding: 0 10px; background: #e5e5e5; border: none; font-size: 14px;}
.m-pgsearch .u-btn{width: 46px; height: 30px; border: none; background: #256ca4; color: #fff; font-size: 14px; cursor: pointer;}
.u-pgimg img{display: block; width: 100%;}
.m-pgtitle{height: 40px; line-height: 40px; background: url(../images/home/bg-tit.png) center no-repeat;}
.m-pgtitle .u-tit{font-size: 25px; font-weight: bold; color: #015293;}
.u-lgtit{background: url(../images/home/bg-tit2.png) center no-repeat;}
.m-zcjdbox .m-liststyle2 li div{padding-left: 13px; background: url(/dist/images/public/icon-li1.png) left center no-repeat;}


/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
	

}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
	

	
}
/*pad md*/
@media screen and (max-width: 991px ){
	.m-pgtitle .u-tit{font-size: 20px;}


}
/*phone sm*/
@media screen and (max-width: 767px) {
	.m-pgtitle{background: none; height: 30px; line-height: 30px;}
	.m-pgtitle .u-tit{font-size: 16px;}

}
/*small xs*/
@media screen and (max-width: 638px) {
	

}