/*  
*@Description: 详情页CSS
*@Author:      Hanli 
*@Update:      Hanli(2020-03-10)  
*/ 

/*页面详情样式*/

.article-content{
    padding: 40px;
    background: #fff;
}
@media screen and (max-width: 991px) {
    .article-content{
        padding: 0;
        background: none;
    }
}


/*page-content*/
.page-content{
    color: #4d4d4f;
    font-size: 14px;
    overflow-x: hidden;
}
.page-content h1,.page-content h2,.page-content h3,.page-content h4{
    margin-top: 25px;
    position: relative;
    line-height: 160%;
    color: #333;
    margin-bottom: 10px;
}
.page-content h1{
    font-size: 28px;
    margin-bottom: 30px;
}
.page-content h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e2e2e2;
}

.page-content h2:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #C9B186;
    bottom: -2px;
}
.page-content h3{
    font-size: 22px;
}
.page-content h4{
    font-size: 18px;
}
.page-content h1+h2,
.page-content h1+h3,
.page-content h1+h4,
.page-content h1+h5,
.page-content h1+h6,
.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{
    margin-top: 0;
}
.page-content>*:nth-child(1) {
    margin-top: 0;
}
.text-indent{
    text-indent: 2em;
}
.page-content p,.page-content li{
    margin-bottom: 10px;
}
.page-content ul,
.page-content ol{
    padding-left: 18px;
}
.page-content ul,.page-content ul li{
    list-style: disc outside;
}
.page-content ol,.page-content ol li{
    list-style: decimal outside;
}
.page-content img{
    max-width: 100%;
    height: auto!important;
}
.page-content a:not(.more-btn){
    color: inherit;
    text-decoration: underline;
}
.page-content a:hover{
    color: #C9B186;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .page-content h1{
        font-size: 24px;
    }
    .page-content h2{
        font-size: 22px;
    }
    .page-content h3{
        font-size: 18px;
    }
    .page-content h4{
        font-size: 16px;
    }
}

/*page-content END


/*more-btn*/
.more-btn ,
a.more-btn {
    display: inline-block;
    line-height: 1.5;
    padding: 10px 28px;
    color: #fff;
    background: #C9B186;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 25px;
    margin-top: 30px;
}
.more-btn:hover,
a.more-btn:hover{
    background-color: #C9B186;
    text-decoration: none;
    color: #fff;
}
.more-btn.btn-yellow,
a.more-btn.btn-yellow{
    background: #C9B186;
}
.more-btn.btn-white,
a.more-btn.btn-white{
    background: #fff;
    color: #C9B186;
}
.more-btn.btn-grey,
.more-btn.btn-grey:hover,
a.more-btn.btn-grey,
a.more-btn.btn-grey:hover{
    background: #f0f0f0;
    color: #666;
}
.more-btn.border-white,
a.more-btn.border-white{
    background: none;
    border: 1.5px solid rgba(255,255,255,.75);
    color: rgba(255,255,255,.85);
}
.more-btn.border-white:hover,
a.more-btn.border-white:hover{
    background: rgba(255,255,255,.15);
    color: rgba(255,255,255,1)
}

.more-btn.border-red,
a.more-btn.border-red{
    background: none;
    border: 1.5px solid rgba(201,177,134,.75);
    color: rgba(201,177,134,.85);
}
.more-btn.border-red:hover,
a.more-btn.border-red:hover{
    background: rgba(201,177,134,.15);
    color: rgba(201,177,134,1);
}
.more-btn.border-yellow,
a.more-btn.border-yellow{
    background: none;
    border: 1.5px solid rgba(242,129,1,.75);
    color: rgba(242,129,1,.85);
}
.more-btn.border-yellow:hover,
a.more-btn.border-yellow:hover{
    background: rgba(242,129,1,.15);
    color: rgba(242,129,1,1);
}


/*more-btn END*/


/*blockquote*/
blockquote {
    font-size: inherit;
    background: #F5F5F5;
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #e2e2e2;
}
blockquote>*:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    blockquote{
        padding: 20px 15px;
    }
}
/*blockquote END*/

/*block-box*/
.block-box{
    height: 100%;
}
.block-box .block-item{
    background: #fff;
    height: 100%;
    background: #F5F5F5;
}
.block-box .block-title{
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    background: #C9B186;
}
.block-box .block-content{
    padding: 20px;
}
@media screen and (max-width: 767px) {
    .block-box .block-content{
        background: #F5F5F5;
    }
}
/*block-box END*/


/*折叠面板*/
/* .slide-door{
    margin-bottom: 1px;
} */
.slide-door+.slide-door{
    margin-top: 10px;
}
.slide-door .accordion-title{
    color: inherit;
    padding: 25px 50px 25px 25px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: normal;  
    background: #F5F5F5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px;
    color: #333;
}
.slide-door .accordion-title:after{
    content: "\e9cd";
    position: absolute;
    font-family: 'iconfont';
    right: 25px;
    top: 50%;
    margin-top: -10px;
    font-weight: bold;
    font-size: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-weight: lighter;
    border-radius: 2px;
    color: #bd9f68;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

.slide-door.open .accordion-title,
.slide-door .accordion-title:hover{
    background-color: #C9B186;
    color: #fff;
}
.slide-door.open .accordion-title:hover{
    background-color: #C9B186;
}
.slide-door .accordion-title:hover:after{
    color: #fff;
}

.slide-door .accordion-content{
    padding: 20px 15px;
    display: none;
    background: #f5f5f5;
    border-top: 0;
}
.slide-door .accordion-content>*:last-child{
    margin-bottom: 0;
}

.slide-box .slide-door .accordion-title{
    border-left: 0;
}

.slide-door blockquote{
    background: #f0f0f0;
}
@media screen and (max-width: 767px) {
    .slide-door .accordion-title{
        padding: 20px 40px 20px 15px;
    }
    .slide-door .accordion-title:after{
        right: 15px;
        font-size: 14px;
    }
}


/*table,*/
table{
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
}
table td{
    padding: 10px 5px;
}
table th>*:last-child, table td>*:last-child {
    margin-bottom: 0;
}
table tr{
    background: #fff;
}
table tbody>tr:nth-of-type(2n){
    background: #f8f8f8;
}




/*slide*/
.slide-box{
    border: 1px solid #e2e2e2;
    /*border: 1px solid #e2e2e2;*/
    border-radius: 5px;
    position: relative;
    background: #F5F5F5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slide-box .layui-field-box{
    text-align: center;
    padding: 15px;
}
.slide-box.layui-elem-field legend{
    margin-left: 10px;
    font-size: 18px;
    font-weight: normal;
    padding: 0 5px;
}
.slide-box .title{
    font-size: 18px;
    margin-bottom: 10px;
}
.slide-box .desc{
    color: #4d4d4f;
}
.slide-box .icon{
    display: inline-block;
    text-align: center;
    background: #fff;
    font-size: 0px;
    position: absolute;
    top: -15px;
    left: 15px;
    color: #bd9f68;
}
.slide-box img{
    width: auto;
    height: 36px;
    line-height: 1;
    vertical-align: middle;
}
.row-flex .slide-box{
    height: 100%;
}
@media screen and (min-width: 768px){
    .block.slide{
        padding-bottom: 80px;
    }
}
/*slide-box END*/

/*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: 36px;
    width: 36px;
    font-size: 16px;
    /*color: #fff;*/
}
.process .process-list:before{
    content: "";
    background: #F5F5F5;
    border: 1px solid #e2e2e2;
    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 #e2e2e2;
    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: #e2e2e2;
    border-radius: 50%;
}

.process .process-list .process-box{
    padding: 15px 5px;
    background: #F5F5F5;
    /*color: #fff;*/
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.5;
    border: 1px solid #e2e2e2;
}
.process .process-list .process-box:after{
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #F5F5F5;
}
.process .process-list .process-box:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -22px;
    margin-left: -11px;
    border: 11px solid transparent;
    border-bottom-color: #e2e2e2;
}
.process .process-list .process-box .title{
    color: #333;
    margin-bottom: 5px;
}
.process .process-list .process-box .desc{
    color: #666;
    line-height: 1.5;
}
@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{
        margin-left: 3%;
        margin-right: 3%;
        height: 105px;
    }

}
@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 #e2e2e2;
        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: #F5F5F5;
    }
    .process .process-list .process-box:before{
        left: -22px;
        margin-left: 0;
        top: 50%;
        margin-top: -11px;
        border-bottom-color: transparent;
        border-right-color: #e2e2e2;
    }
}
/*process END*/


/*block-contributeur*/
.block-contributeur{
    background: #F5F5F5;
    border: 1px solid #e2e2e2;
    border-top: 4px solid #e2e2e2;
    height: 100%;
}
.block-contributeur p{
    margin-bottom: 5px!important;
}
.block-contributeur_image {
    text-align: center;
    margin-bottom: 15px;
}
.block-contributeur_image .image {
    width: 110px;
    height: 110px;
    background: #d8d8d8;
    border-radius: 50%;
    display: block;
    position: relative;
    top: -40px;
    margin: 0 auto -40px;
    overflow: hidden;
}
.block-contributeur .block_content {
    text-align: center;
    padding: 12px 10px;
}
.block-contributeur_name {
    font-size: 18px;
    color: #4d4d4f;
}
.block_bottom {
    border-top: 1px dashed #e2e2e2;
    color: #666;
    padding: 15px 20px;
}
@media screen and (max-width: 767px) {
    .block_bottom{
        font-size: 14px;
        padding: 15px;
    }
}
/*block-contributeur END*/

/*media*/
.media{
    margin: 30px 0;
    padding: 30px;
    background: #F5F5F5;
}
.media .media-left .media-img{
    width: 200px;
}

.media .media-left .media-img img{
    width: 100%;
}
.media .media-body .media-name{
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #333;
    position: relative;
}
.media .media-body .media-name:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C9B186;
}
.media .media-body .media-title{
    margin-bottom: 15px;
}
.media .media-body .media-title .iconfont{
    color: #C9B186;
    font-weight: bold;
    margin-right: 5px;
}
.media .media-body .media-desc{
    color: #888;
    font-size: 13px;
}
.media .media-body .media-desc span{
    display: block;
}
.media .media-body .media-desc .iconfont{
    font-size: 16px;
    color: #1358A4;
    margin-right: 5px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .media{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        justify-content: space-between;
    }
    .media .media-left{
        padding-right: 30px;
    }
    .media .media-body{
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 991px){
    .media{
        padding: 20px;
    }
}
@media screen and (max-width: 767px){
    .media{
        padding: 15px;
    }
    .media .media-left .media-img{
        width: 140px;
        height: 140px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .media .media-body .media-name,
    .media .media-body .media-title,
    .media .media-body .media-desc{
        text-align: center;
    }
    .media .media-body .media-name:after{
        left: 50%;
        margin-left: -20px;
    }
}
/*media END*/

/*layui-timeline*/
.page-content .layui-timeline,
.page-content .layui-timeline li{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.page-content .layui-timeline{
    padding-left: 4px;
}
.page-content .layui-timeline .layui-timeline-title{
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #444;
}
.page-content .layui-timeline .layui-timeline-axis{
    top: 1px;
    background-color: #F8F8F8;
    color: #C9B186;
}
.page-content .layui-timeline .layui-timeline-item:before{
    top: 1px;
}
.page-content .layui-timeline .layui-timeline-content .layui-icon{
    font-size: inherit;
    margin-right: 10px;
}


/*layui-timeline END*/
.page-content .row-flex{
    margin-top: 12px;
    margin-bottom: 12px;
}
