@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站内页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*about*/


/*news*/


/*interpret*/


/*service*/


/*interaction*/


/*data*/


/*leader*/


/*list*/
.is-main{border-top: 1px solid #ccc; padding-top: 40px;}
.is-main .m-pilot{font-size: 14px; color: rgba(0,0,0,0.45);}
.is-main .m-pilot span{color: rgba(0,0,0,0.85);}
.is-main .m-title{font-size: 18px; font-weight: 700; color: #000; margin-top: 46px;}
.is-main .m-stitle{font-size: 14px; font-weight: 700; color: #000; margin-top: 24px;}
.is-main .t-infor{color: #000; font-size: 14px; line-height: 22px;}
.is-main .m-stitle i{font-size: 14px; font-weight: normal;}
.l-span{margin-right: 175px; display: inline-block;}

.list-switch .infor li{padding: 8px 51px 8px 16px; box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12); overflow: hidden; min-height: 166px; margin-bottom: 16px; background: url(../images/page/bg-li.png) right top no-repeat;}
.list-switch .infor li a div .m-mtitle{font-size: 16px; color: #000; font-weight: 700; margin-top: 12px; margin-bottom: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; margin-bottom: 24px; overflow: hidden}
.list-switch .infor li a div p{margin-bottom: 16px; font-size: 14px; line-height: 22px; color: rgba(0,0,0,0.65); height: 44px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical;  -webkit-line-clamp:2; }
.list-switch .infor li img{width: 240px; height: 150px;}
.u-time{font-size: 14px; color: rgba(0,0,0,0.45); line-height: 22px;}

/*listPicture*/


/*listOne*/


/*detail*/
h1{font-size: 24px; font-size: 700; color: #000; text-align: center;}
.u-font{font-size: 14px;color: rgba(0,0,0,0.65);}
.l-text{font-size: 14px; color: rgba(0,0,0,0.45);}
.u-font a{display: inline-block; width: 81px; height: 32px; line-height: 32px; text-align: center; border: 1px solid rgba(212,12,0,1); border-right: 0; color: rgba(212,12,0,1);}
.u-font a:last-child{border-right: 1px solid rgba(212,12,0,1);}
.u-font .redbg{background: #D40C00; color: #fff;}
.m-infor{font-size: 14px; color: rgba(0,0,0,1);}
.m-infor p{ margin-bottom: 28px;}

/*detailPicture*/


/*detailVideo*/


/*siteMap*/


/*specialList*/


/*knowledgeBase*/


/*knowledgeBaseDetail*/


/*writeMail*/


/*mailList*/




/*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 ){
    .list-switch .infor li{min-height: 100px;}
    .list-switch .infor li img{width: 140px; height: 77.5px;}
    .list-switch .infor li a div .m-mtitle{margin: 0 0 5px;}
    .list-switch .infor li a div p{margin-bottom: 0; height: 36px; font-size: 12px; line-height: 16px;}
    .u-time{line-height: 16px; font-size: 12px;}

}
/*phone sm*/
@media screen and (max-width: 767px) {
    
    .l-span{margin-right: 160px;}

}
/*small xs*/
@media screen and (max-width: 638px) {
    

}