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

/*页面详情样式*/
/*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 45px;
    line-height: 1.5!important;
    background-color: #2782BD;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.more-btn.btn-small{
    padding: 10px 20px;
}
.more-btn.btn-lg{
    padding: 18px 100px;
    font-size: inherit;
}
.more-btn span{
    position: relative;
    right: -7px;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
}
.more-btn .iconfont{
    position: relative;
    left: -14px;
    opacity: 0;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}
a.more-btn,.more-btn{
    color: #fff;
}
.more-btn.btn-green{
    background-color: #7DB049;
}
.more-btn.btn-yellow{
    background-color: #FCB626;
}
.more-btn.btn-purple{
    background-color: #4D0575;
}
.more-btn.btn-grey{
    background-color: #eee;
}
.more-btn.btn-white{
    background: #fff;
    color: #7DB049;
}
.more-btn.btn-red{
    background-color: #DF2C34
}
a.more-btn.btn-grey,.more-btn.btn-grey{
    color: #939699;
}
.more-btn.border-blue{
    border: 1px solid #2782BD;
    color: #2782BD;
    background: none;
}
.more-btn.border-green{
    border: 1px solid #7DB049;
    color: #7DB049;
    background: none;
}
.more-btn.border-white{
    border: 1px solid #fff;
    color: #fff;
    background: none;
}


.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;
}
.more-btn:hover .iconfont,.more-btn:focus .iconfont{
    left: 3px;
    opacity: 1;
}
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: #7DB049!important;
}

.more-btn.border-blue:hover{
    background: #2782BD;
    color: #fff;
}
.more-btn.border-green:hover{
    background: #7DB049;
    color: #fff;
}
a.more-btn.border-blue:focus,a.more-btn.border-green:focus,
.more-btn.border-blue:focus,.more-btn.border-green:focus{
    color: grey!important;
}
/*more-btn END*/

/*more-link*/
.more-link{
    display: block;
    font-size: 12px;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-top: 8px;
    border-top: 1px dashed #d0d0d0;
    color: grey;
    position: relative;
}
.more-link:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    height: 3px;
    width: 50px;
    background: #7DB049;
}
.more-link.btn-green .link-icon{
    background: #7DB049;
}
.more-link.btn-green .link-icon:after{
    border-left-color: #7DB049;
}


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


/*blockquote-line*/
.blockquote-line{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.blockquote-line:before{
    left: 0;
    top: 0;
    border-width: 2px 0 0 2px;
}
.blockquote-line:after{
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
}
.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: 40px;
    height: 4px;
    background: #2782BD;
    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: 12px;
    font-family: 'iconfont';
    right: 15px;
    top: 19px;
    color: #2782BD;
    font-weight: bold;
}

.slide-door .accordion-title.open:after{
    font-family: 'iconfont';
    font-weight: bold;
    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*/
/*media*/
.page-content .media,.ke-content .media{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.page-content .media:after,
.ke-content .media:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 3px;
    background: #2782BD;
}

.page-content .media .media-name,
.page-content .media .media-top-title,
.ke-content .media .media-name,
.ke-content .media .media-top-title{
    margin-top: 0!important;
    font-size: 20px;
    color: #333;
}
.page-content .media .media-top-title,
.ke-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,
.ke-content .media .media-top-title:after{
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background: #2782BD;
    bottom: -2px;
}
.page-content .media a:hover .media-name,.page-content .media a:hover .media-top-title,
.ke-content .media a:hover .media-name,.ke-content .media a:hover .media-top-title{
    color: #2782BD;
}
.page-content .media .media-desc,
.ke-content .media .media-desc{
    color: #555;
    font-size: 14px;
}
.page-content .media .media-title,
.ke-content .media .media-title{
    margin-top: 0;
    font-size: 14px;
    line-height: 150%;
}
.page-content .media .media-left,
.ke-content .media .media-left{
    padding-right: 20px;
}
.page-content .media .media-left .media-img,
.page-content .media .media-left .media-img img,
.ke-content .media .media-left .media-img,
.ke-content .media .media-left .media-img img{
    width: 150px;
}

@media screen and (max-width: 767px) {
    .page-content .media,
    .ke-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,
    .ke-content .media-body,.ke-content .media-left,.ke-content .media-right{
        display: block;
    }
    .page-content .media .media-left,
    .ke-content .media .media-left{
        padding-right: 0!important;
        padding-bottom: 20px;
    }
    .page-content .media .media-body,
    .ke-content .media .media-body{
        width: 100%;
    }
    .page-content .media .media-left .media-img,
    .ke-content .media .media-left .media-img{
        text-align: center;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
    }
}

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

/*block-contributeur*/
.block-contributeur-container [class*='col-']{
    margin-bottom: 15px;
}
.block-contributeur{
    background: #f7f7f7;
    border-top: 4px solid #2782BD;
    height: 100%;
    margin: 15px 0;
}
.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: 15px 10px 15px;
}
.block-contributeur_name {
    font-size: 18px;
    color: #2782BD;
    font-weight: bold;
}
.block_bottom {
    border-top: 1px dashed #d0d0d0;
    color: #666;
    padding: 15px 20px;
}
@media screen and (max-width: 767px) {
    .block_bottom{
        font-size: 14px;
        padding: 15px;
    }
}

/*keywords*/
.keywords{
    /*display: flex;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;*/
    margin-top: 30px;
    margin-bottom: 20px;
}
.keywords .keyword-item{
    text-align: center;
    margin: 20px 0;
}
.keywords .keyword-num{
    font-size: 80px;
    color: #fff;
    margin-bottom: 15px;
}
.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: #194685;
}

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

.border-btn{
    display: block;
    padding: 10px 18px;
    border:1px solid #194685;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    border-radius: 4px;
    margin: 10px 0;
    background: #194685;
    color: #fefefe;
}

.block-btn{
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    position: relative;
    margin: 15px 0;
    cursor: pointer;
}
.block-btn span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    display: flex;
    justify-content: center;
    -ms-align-self: stretch;
    align-self: stretch;
    -ms-align-items: center;
    align-items: center;
    background: rgba(38,38,38,.95);
    color: #194685;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 1.5;
    opacity: 0;
}
.block-btn:hover span{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*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: #194685;
}
.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: #194685;
}
.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: #194685;
}
.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;
}

.flex-row{
    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;
}

.flex-row.row:before,
.flex-row.row:after{
    content: none;
}

#seseiframe{
    width: 100%;
    height: 480px;
    overflow: hidden;
    border: 0;
    outline: none;
    max-width: 900px;
    margin: 15px auto;
}
@media screen and (max-width: 767px) {
    #seseiframe{
        height: 360px;
    }
}
