/*  
*@Description: 详情页CSS
*@Author:      Hanli 
*@Update:      Hanli(2019-12-1)  
*/ 

/*页面详情样式*/
/*page-content*/
.page-content,
.ke-content{
    color: #4a4a4a;
    line-height: 180%;
    padding-bottom: 40px;
}
.page-content h1,.page-content h2,.page-content h3,.page-content h4,
.ke-content h1,.ke-content h2,.ke-content h3,.ke-content h4{
    margin-top: 25px;
    position: relative;
    line-height: 160%;
    color: #4a4a4a;
    margin-bottom: 10px;
}
.page-content h1,
.ke-content h1{
    font-size: 32px;
}
.page-content h2,
.ke-content h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e2e2e2;
    font-weight: bold;
    font-family: "Microsoft Yahei Light","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.page-content h2:after,
.ke-content h2:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #FAC000;
    bottom: -2px;
}
.page-content h3,
.ke-content h3{
    font-size: 22px;
}
.page-content h4,
.ke-content h4{
    font-size: 18px;
}
.page-content h2+h3,
.page-content h2+h4,
.page-content h2+h5,
.page-content h2+h6,
.page-content h3+h4,
.page-content h3+h5,
.page-content h3+h6,
.page-content h4+h5,
.page-content h4+h6,
.page-content h5+h6,
.ke-content h2+h3,
.ke-content h2+h4,
.ke-content h2+h5,
.ke-content h2+h6,
.ke-content h3+h4,
.ke-content h3+h5,
.ke-content h3+h6,
.ke-content h4+h5,
.ke-content h4+h6,
.ke-content h5+h6{
    margin-top: 0;
}
.page-content>*:nth-child(1) {
    margin-top: 0;
}
.page-content p,.page-content li,
.ke-content p,.ke-content li{
    line-height: 1.8;
    margin-bottom: 12px;
}
.page-content li,
.ke-content li{
    padding-left: 5px;
}
.page-content ul,.page-content ol,
.ke-content ul,.ke-content ol{
    padding-left: 20px;
}
.page-content ul,.page-content ul li,
.ke-content ul,.ke-content ul li{
    list-style: disc outside;
}
.page-content ol,.page-content ol li,
.ke-content ol,.ke-content ol li{
    list-style: decimal outside;
}
.page-content img,
.ke-content img{
    max-width: 100%;
    height: auto!important;
    /*display: block!important;
    margin: 0 auto;*/
}
.article-content img {
    display: block;
    margin: auto;
}
.page-content a:not(.more-btn),
.ke-content a:not(.more-btn){
    color: #3884C7;
}
.page-content a:hover,
.ke-content a:hover{
    color: #1C5DB7;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .page-content h1,
    .ke-content h1{
        font-size: 28px;
    }
    .page-content h3,
    .ke-content h3{
        font-size: 20px;
    }
    .page-content h4,
    .ke-content h4{
        font-size: 16px;
    }
}

/*page-content END


/*more-btn*/
.more-box{
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .more-box{
        margin-top: 30px;
    }
}
.more-btn{
    display: inline-block;
    padding: 13px 30px;
    background-color: #1C5DB7;
    overflow: hidden;
    position: relative;
    border-radius: 1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 1px;
}
.more-btn.btn-small{
    padding: 10px 20px;
}
.more-btn.btn-lg{
    padding: 18px 100px;
    font-size: inherit;
}

.more-btn .iconfont{
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
a.more-btn,.more-btn{
    color: #fff;
}
.more-btn.btn-yellow{
    background-color: #FAC000;
}
.more-btn.btn-grey{
    background-color: #e5e5e5;
}
.more-btn.btn-white{
    background: #fff;
    color: #1C5DB7;
}
a.more-btn.btn-grey,.more-btn.btn-grey{
    color: #939699;
}
.more-btn.border-blue{
    border: 1px solid #1C5DB7;
    color: #666;
    background: none;
}
.more-btn.border-yellow{
    border: 1px solid #FAC000;
    color: #666;
    background: none;
}
.more-btn.border-white{
    border: 1px solid #fff;
    color: #666;
    background: none;
}
.more-btn.border-grey{
    border: 1px solid #ccc;
    color: #666;
    background: #fff;
}

.more-btn:hover,.more-btn:focus{
    color: #fff!important;
    opacity: .8;
    text-decoration: none!important;
}
.more-btn:hover span,.more-btn:focus span{
    right: 3px;
}
a.more-btn.btn-grey:hover,a.more-btn.btn-grey:focus,
.more-btn.btn-grey:hover,.more-btn.btn-grey:focus{
    color: #939699!important;
}
a.more-btn.btn-white:hover,a.more-btn.btn-white:focus,
.more-btn.btn-white:hover,.more-btn.btn-white:focus{
    color: #1C5DB7!important;
}
.more-btn.border-blue:hover,
.more-btn.border-blue:focus{
    background: #1C5DB7;
}
.more-btn.border-yellow:hover,
.more-btn.border-yellow:focus{
    background: #FAC000;
}
.more-btn.border-white:hover,
.more-btn.border-white:focus{
    background: #fff;
    color: #1C5DB7!important;
}
.more-btn.border-grey:hover,
.more-btn.border-grey:focus{
    background: #ccc;
}
.more-btn.disabled {
    pointer-events: none;
    cursor: default;
    background: #aaa;
}

/*more-btn END*/

/*blockquote*/
blockquote {
    font-size: inherit;
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left-color: #e0e0e0;
}
blockquote>*:last-child{
    margin-bottom: 0;
}


/*blockquote-line*/
.blockquote-line{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.blockquote-line>*:last-child{
    margin-bottom: 0;
}
.blockquote-line>*:first-child{
    margin-top: 0;
}

.blockquote-line h3{
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    margin-bottom: 20px!important;
}
.blockquote-line h3:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #FAC000;
    bottom: -2px;
}
@media screen and (max-width: 767px) {
    blockquote,.blockquote-line{
        padding: 20px 15px;
    }
}


/*折叠面板*/
.slide-door{
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.slide-door .accordion-title{
    color: inherit;
    padding: 18px 38px 18px 15px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: normal;  
    line-height: 1.5;
}
.slide-door .accordion-title:after{
    content: "\e9cd";
    position: absolute;
    font-size: 16px;
    font-family: 'iconfont';
    right: 15px;
    top: 16px;
    color: #1C5DB7;
    font-weight: bold;
}

.slide-door .accordion-title.open:after{
    font-family: 'iconfont';
    content: "\e8c3";
}

.slide-door .accordion-title.open{
    border-bottom: 1px dashed #e2e2e2;
}

.slide-door .accordion-content{
    padding: 15px;
    display: none;
}

.slide-box .slide-door .accordion-title{
    border-left: 0;
}
@media screen and (max-width: 767px) {
    .slide-door .accordion-title{
        padding: 15px 30px 15px 10px;
    }
    .slide-door .accordion-title:after{
        top: 18px;
        right: 10px;
    }
    .slide-door .accordion-content{
        padding: 10px;
    }
}


/*table,*/
table{
    max-width: 100%;
    width: 100%;
    margin: 15px 0;
}
table td{
    padding: 8px 10px;
}
table p{
    margin-bottom: 5px!important;
}


/*media*/
.page-content .media{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.page-content .media.white{
    background: #fff;
}

.page-content .media .media-name,
.page-content .media .media-top-title{
    margin-top: 0!important;
    font-size: 20px;
}
.page-content .media .media-top-title{
    border-bottom: 1px dashed #ccc;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px!important;
}
.page-content .media .media-top-title:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #FAC000;
    bottom: -2px;
}
.page-content .media a:hover .media-name,
.page-content .media a:hover .media-top-title{
    color: #1C5DB7;
}
.page-content .media .media-desc{
    color: #555;
}
.page-content .media .media-title{
    margin-top: 0;
    font-size: 14px;
    line-height: 150%;
}
.page-content .media .media-left{
    padding-right: 20px;
}
.page-content .media .media-left .media-img,
.page-content .media .media-left .media-img img{
    width: 150px;
}

@media screen and (max-width: 767px) {
    .page-content .media{
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding: 20px 15px;
    }
    .page-content .media-body,
    .page-content .media-left,
    .page-content .media-right{
        display: block;
    }
    .page-content .media .media-left{
        padding-right: 0!important;
        padding-bottom: 20px;
    }
    .page-content .media .media-body{
        width: 100%;
    }
    .page-content .media .media-left .media-img{
        text-align: center;
        width: 140px;
        overflow: hidden;
        margin: 0 auto;
    }
}

/*圆头像*/
.circle-img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #f0f0f0;
    overflow: hidden;
    margin: 10px auto;
}

/*process*/
.process{
    display: table;
    width: 100%;
    vertical-align: top;
    table-layout: fixed;
    margin: 30px 0;
}

.process .process-list {
    display: table-cell;
}

.process{
    table-layout: fixed;
}
.process .process-list{
    position: relative;
    padding-top: 40px;
    counter-increment: chapter;
    text-align: center;
}
.process .process-list:before,.process .process-list::after{
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 0px;
    width: 34px;
    height: 34px;
}
.process .process-list:after{
    content: counter(chapter);
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.process .process-list:before{
    content: "";
    background: #1C5DB7;
    border: 2px solid #1C5DB7;
    border-radius: 80px 0 80px 80px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.process .process-list .process-num{
    position: relative;
    border-top: 1px solid #1C5DB7;
    margin-bottom: 30px;
    margin-top: 25px;
}
.process .process-list .process-num:after{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    background: #1C5DB7;
    border-radius: 50%;
}

.process .process-list .process-box{
    padding: 15px 5px;
    background: #1C5DB7;
    color: #fff;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.5;
}
.process .process-list .process-box:after{
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #1C5DB7;
}
@media screen and (min-width: 768px) {
    .process .process-list .process-box{
        height: 93px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .process .process-list .process-box{
        font-size: 12px;
        margin-left: 5%;
        margin-right: 5%;
        height: 84px;
    }

}
@media screen and (max-width: 767px) {
    .process,.process .process-list{
        display: block;
    }
    .process .process-list{
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .process .process-list:before, .process .process-list::after{
        left: 0;
        margin-left: 0;
        top: 50%;
        margin-top: -17px;
    }
    .process .process-list:before{
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .process .process-list .process-num{
        border-top: 0;
        border-left: 1px solid #1C5DB7;
        position: absolute;
        margin: 0;
        top: 0;
        bottom: 0;
        left: 55px;
    }
    .process .process-list .process-num:after{
        left: -7px;
        margin-left: 0;
        top: 50%;
        margin-top: -7px;
    }
    .process .process-list .process-box{
        margin: 0;
        margin-left: 40px;
        text-align: left;
        padding: 15px 10px;
    }
    .process .process-list .process-box:after{
        left: -20px;
        margin-left: 0;
        top: 50%;
        margin-top: -10px;
        border-bottom-color: transparent;
        border-right-color: #1C5DB7;
    }
}


/*block-contributeur*/
.block-contributeur-container [class*='col-']{
    margin-bottom: 15px;
}
.block-contributeur{
    
    height: 100%;
}
.block-contributeur p{
    margin-bottom: 5px!important;
}
.block-contributeur_image {
    text-align: center;
}
.block-contributeur_image .image {
    width: 120px;
    height: 120px;
    background: #d8d8d8;
    border-radius: 50%;
    display: block;
    position: relative;
    /*top: -55px;
    margin: 0 auto -70px;*/
    overflow: hidden;
    margin: 0 auto;
}
.block-contributeur .block_content {
    text-align: center;
    background: #f5f5f5;
    border-top: 4px solid #1C5DB7;
}
.block-contributeur_image+.block_content{
    margin-top: -60px;
    padding-top: 60px;
}
.block-contributeur_name {
    font-size: 16px;
    color: #1C5DB7;
    font-weight: bold;
    padding: 10px;
}
.block_bottom {
    border-top: 1px dashed #d0d0d0;
    color: #666;
    padding: 20px 10px;
}
@media screen and (max-width: 767px) {
    .block_bottom{
        font-size: 14px;
        padding: 15px;
    }
}

/*keywords*/
.keywords{
    margin-top: 30px;
    margin-bottom: 20px;
}
.keywords .keyword-item{
    text-align: center;
    margin: 20px 0;
}
.keywords .keyword-num{
    font-size: 50px;
    color: #1C5DB7;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}
.keywords .keyword-num .more{
    font-size: 40px;
}
.keywords .keyword-title{
    font-size: 18px;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 10px;
}
.keywords .keyword-title:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -3px;
    height: 5px;
    width: 80px;
    margin-left: -40px;
    background: #1C5DB7;
}

@media screen and (max-width: 767px) {
    .keywords .keyword-num{
        font-size: 60px;
    }
    .keywords .keyword-num .more{
        font-size: 32px;
    }
}


/*tab*/
.horizontal-tag .tabs{
    background: #f0f0f0;
    padding-left: 0;
    margin-bottom: 0;
    /*display: table;
    width: 100%;
    table-layout: fixed;*/
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-around;
}
.horizontal-tag .tabs a{
    color: #555;
    font-size: 15px;
    padding: 1em 5px;
    position: relative;
}
.horizontal-tag .tabs>li{
    text-align: center;
    border-right: 1px solid #ddd;
    list-style: none;
    padding-left: 0;
    flex-grow: 1;
}
.horizontal-tag .tabs>li:last-of-type{
    border-right: 0;
}
.horizontal-tag .tabs>li.active a,.horizontal-tag .tabs>li.active a:hover{
    background: #1C5DB7;
}
.horizontal-tag .tabs>li.active a:after{
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-width: 10px 20px 0 20px;
    border-style: solid;
    position: absolute;
    margin-left: -20px;
    bottom: -10px;
    left: 50%;
    z-index: 1;
    border-top-color: #1C5DB7;
}
.horizontal-tag .flex .slide{
    background: none;
    margin-bottom: 0;
}
.horizontal-tag .flex [class*="col-"]{
    border-right: 1px solid #aaa;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .horizontal-tag .flex [class*="col-"]:nth-of-type(4n){
        border-right: none;
    }
}
@media screen and (min-width: 568px) and (max-width: 991px) {
    .horizontal-tag .flex [class*="col-"]:nth-of-type(2n){
        border-right: none;
    }
}
@media screen and (max-width: 567px) {
    .horizontal-tag .flex [class*="col-"]{
        border-right: none;
    }
}
.horizontal-tag .flex .slide .desc{
    color: #aaa;
}
.horizontal-tag .flex .text{
    padding-left: 0;
    padding-right: 0;
}
.horizontal-tag .flex h4{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 17px;
}
.horizontal-tag .flex a:hover{
    color: #1C5DB7;
}
.tabs{
    border: none;
}
.tabs>li{
    margin-bottom: 0!important;
    list-style: none;
    display: inline-block;
    margin: 0;
}
.tabs>li>a {
    margin-right: 0;
    border: none;
    border-radius: 0;
    display: block;
}

.tabs>li>a:hover {
    border: none;
}

.tabs>li>a:focus, .tabs>li>a:hover {
    text-decoration: none;
    background: none;
}
.tabs>li.active>a, .tabs>li.active>a:focus, .tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background: none;
    border: none;
}

.horizontal-tag .tab-content{
    padding: 30px 0;
}
.horizontal-tag .tab-content .tab-item{
    display: none;
}
.horizontal-tag .tab-content .tab-item.active{
    display: block;
}


/*row-flex*/
.row-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}
.row.row-flex:after, .row.row-flex:before{
    content: none;
}
/*row-flex END*/

.tips{
    font-size: 18px;
    color: grey;
    margin: 15px 0;
}

/* reset page content p */
/*.page-content.article-content div {
    margin-bottom: 12px;
}*/

.article-content ul, .article-content ul li,
.article-content ol, .article-content ol li{
    list-style: disc inside;
    padding-left: 0;
}
.article-content ol, .article-content ol li{
    list-style: decimal inside;
}
.article-content ul li,
.article-content ol li,
.article-content p{
    text-indent: 2em;
}
.article-content p>h2{
    text-indent: 0em;
}
