@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站内页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*location*/
.m-location{padding: 0 0 5px;}
.m-location,.m-location a{font-size: 14px; color: #525252;}
.m-location .iconfont{margin-right: 5px; color: #bf1d14;}

/*列表页*/
.g-listlf .u-tit{position: relative; text-align: center; padding: 18px 10px; background: #bf1d14; color: #fff; font-size: 20px;}
.g-listlf .u-tit i{position: absolute; left: 50%; margin-left: -6px; bottom: -7px; display: block; width: 13px; height: 7px; background: url(../images/page/icon-lftit.png) no-repeat;}
.m-listlfgp{min-height: 724px; background: #f4f4f4;}
.g-listlf .u-yjli{border-bottom: 1px solid #fff;}
.g-listlf .u-yja{display: block; padding: 23px 20px; font-size: 16px; border-radius: 6px; background: url(../images/page/bg-listlf.png) right center no-repeat;}
.g-listlf .u-yjli a.u-active,.g-listlf .u-yja:hover{background: url(../images/page/bg-listlf-h.png) right center no-repeat; color: #cd0000;}
.g-listlf .u-yjli ul{padding: 0 10px 10px 32px; background: #f5f5f5;}
.g-listlf .u-yjli ul li{padding: 10px 0;}
.g-listlf .u-yjli ul li a{display: block; padding-left: 14px; background: url(../images/page/bg-listlf-er.png) left 8px no-repeat; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.g-listlf .u-yjli ul li.u-active a{color: #cd0000;}
.m-cglist{margin-bottom: 35px;}

/*内容页*/
.m-detailbox{padding: 10px 30px 20px; border-top: 1px solid #ddd;}
.u-lgtit{padding: 10px 10px 0; font-weight: bold; font-size: 30px; line-height: 1.5; color: #cd0000;}
.u-sttit{font-size: 26px;}
.m-dtfuns{padding: 10px; line-height: 24px; background: #f4f4f4;}
.m-dtfuns,.m-dtfuns a{font-size: 14px; color: #666;}
.u-wzinfo span{margin-right: 40px;}
.u-fontsize{margin-right: 50px;}
.u-fontsize a{margin: 0 3px;}
.m-dtfonts{padding: 20px 30px;}
.m-dttexts{min-height: 164px; font-size: 16px; line-height: 188%; overflow-x: auto; overflow-y: hidden;}
.m-dttexts p{margin-top: 15px;}
.m-dttexts table{border-collapse: collapse;border:1px solid #333;}
.m-dttexts table td,.m-dttexts table th{border: 1px solid #333;}
.m-dttexts img{max-width: 100%;}
.m-dtdownload{padding: 0 0 0 22px; background: url(../images/page/icon-detail.png) 0 -258px no-repeat;}
.m-dtdownload li{padding: 4px 0;}
.m-dtcode p{font-size: 12px; color: #999; text-align: center;}
.m-dtcode img{margin: 4px auto; display: block; width: 130px; height: 130px; padding: 4px; border: 1px solid #ddd;}
.m-btfuns{padding: 10px 0; border-bottom: 1px dashed #ddd;}
.m-btfuns li{float: left; margin: 0 15px 0 0; line-height: 28px;}
.m-btfuns li a{display: block; font-size: 13px; padding-left: 17px; background-image: url(../images/page/icon-detail.png); background-repeat: no-repeat;}
.m-btfuns li.u-comment a{background-position: 0 -28px;}
.m-btfuns li.u-error a{background-position: 0 -56px;}
.m-btfuns li.u-print a{background-position: 0 -84px;}
.m-btfuns li.u-close a{background-position: 0 -112px;}
.m-btfuns li.u-collect a{background-position: 0 -140px;}
.m-dtsxqh{padding: 0 0 15px;}
.m-dtsxqh li{max-width: 50%; line-height: 30px; background-image: url(../images/page/icon-detail.png); background-repeat: no-repeat; overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.m-dtsxqh li a{font-size: 16px;}
.m-dtsxqh .u-dtprev{padding-left: 30px; background-position: left -168px;}
.m-dtsxqh .u-dtnext{padding-right: 30px; background-position: right -198px;}

/*print*/
@media print {
	body{min-width: auto;}
    .is-header,.m-location,.is-footer,.u-fontsize,.share-main,.m-dtsxqh,.m-btfuns{display: none;}
    .is-main{margin: 0; padding: 0; width: auto;}
    .m-detailbox,.m-dtfonts{padding: 0;}
    .m-dtfonts{padding: 10px;}
}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
	.m-listlf{width: 300px;}
	.m-listrg{width: 930px;}

}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    .u-lgtit{padding: 15px 0 0; font-size: 24px;}
    .u-sttit{font-size: 20px;}
    .u-wzinfo span{margin-right: 25px;}

}
/*pad md*/
@media screen and (max-width: 991px ){
	.g-listlf .u-tit{padding: 15px 5px;}
	.m-listlfgp{min-height: auto; border-bottom: none;}
	.g-listlf .u-yja{padding: 16px 20px;}
	.g-listlf .u-yjli ul{padding: 0 10px 5px 32px;}
	.g-listlf .u-yjli ul li{padding: 6px 0;}

	.m-detailbox{padding: 10px 0 0;}
	.u-lgtit{padding: 0; font-size: 20px;}
	.u-sttit{font-size: 16px;}
	.u-wzinfo span{margin-right: 10px;}
	.m-dtfonts{padding: 10px 0;}
	.m-dttexts{font-size: 14px;}
	.m-dttexts p{margin: 0 0 10px;}
	.m-dtsxqh{padding: 0;}
	.m-dtsxqh li a{font-size: 14px;}
	.m-dtsxqh li.u-dtprev,.m-dtsxqh li.u-dtnext{max-width: 100%; float: none; padding: 0; background: none;}

}
/*phone sm*/
@media screen and (max-width: 767px) {
    .u-fontsize{margin-right: 10px;}
}
/*small xs*/
@media screen and (max-width: 638px) {
    
}
/*print*/
@media print {
    .is-header,.m-location,.is-footer,.u-fontsize,.share-main,.m-btfuns,a.u-printbtn{display: none;}
    .m-detailbox{padding: 0;}
    .m-dtfonts{padding: 10px;}
}

/*search*/
.m-searchtop{padding: 11px 0; line-height: 26px; border-bottom: 1px solid #ddd;}
.m-searchtop .u-searchkey span{color: #ed0000;}
.m-searchtop li{float: left;}
.m-searchtop li a{display: block; padding: 0 15px; font-size: 14px; color: #999;}
.m-searchtop li.u-active a{background: #ff8400; color: #fff;}

.g-searchlf{margin-top: 29px; padding: 15px 0; background: #f5f5f5;}
.m-shfw ul,.m-shtims ul{padding: 4px 40px 0 22px;}
.m-shfw li,.m-shtims li{line-height: 42px;}
.m-shfw li a,.m-shtims li a{display: block;}
.m-shfw li span{float: right; color: #ed0000;}
.m-shfw li.u-active a{color: #0656b6;}
.m-shtims li a{background-position: right center; background-repeat: no-repeat; background-image: url(../images/page/bg-shlf.png);}
.m-shtims li.u-active a{color: #0656b6; background-image: url(../images/page/bg-shlf-h.png);}
.m-searchlists{padding-top: 15px;}
.m-searchlists li{padding: 10px 0;}
.m-searchlists .u-tit{line-height: 1.4; font-size: 18px;}
.m-searchlists .u-tit strong{color: #ed0000;}
.m-searchlists .u-infos{padding: 10px 0; font-size: 14px; color: #b2b2b2;}
.m-searchlists .u-infos span{margin-right: 36px;}
.m-searchlists .u-desc{margin-bottom: 4px; font-size: 14px; color: #808080;}
.m-searchlists .u-url a{display: block; font-size: 14px; color: #4ea63d; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}