@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站内页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/* result */
.m-result{
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.m-result-left div{
    width: 104px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.m-result-left div:nth-child(1){
    color: #fff;
    background: #1890FF;
}
.m-result-left div:nth-child(2){
    background: #D2E9FF;
}


.prog{
    margin-top: 39px;
    padding-left: 30px;
    margin-bottom: 159px;
}
.prog-ress{
    display: flex;
    margin-bottom: 15px;
}
.prog-ress-one{
    width: 25%;

}
.prog-ress-two{
    padding: 0 120px 0 60px;
    width: 16%;
}
.prog-ress-three{
    width: 16%;
}
.progress{
    height: 24px !important;
    border-radius: 0 !important;
    width: 43%;
}
.progress-bar{background: #EA8781;}
/*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;margin-bottom: 32px;border-bottom: 1px solid rgba(212,12,0,0.2);}
.is-main .m-title ul{display: flex;}
.is-main .m-title ul li{margin: 0 20px;}
.is-main .m-title ul li.u-active{color: #D40C00;}
.is-main .m-title ul li a {color: #000;display: block;padding-bottom: 10px;}
.is-main .m-title ul li.u-active a{color: #D40C00;border-bottom: 3px solid #D40C00;font-weight: 700;}
.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; display: inline-block; margin-bottom: 24px;}
.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; }
.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 ){
	

}
/*phone sm*/
@media screen and (max-width: 767px) {
    
    .l-span{margin-right: 160px;}


    .prog-ress{
        flex-wrap: wrap;
    }

}
/*small xs*/
@media screen and (max-width: 638px) {
    

}