@charset "utf-8";
.share_box .share-link{
    text-align: left;
}

.article-list .pic {
    overflow: hidden;
}
.article-list .box .pic img {
    transition: all ease 0.6s;
}
.article-list .box:hover .pic img {
    transform: scale(1.2);
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    /* background: #FAD038; */
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #FFF;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);

}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
     color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #008B9A;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date .day{
    color: #FFF;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #008B9A;
    color: #FFF;
    position: relative;
}
.type4 .article-list .box:hover .btn.more {
    background: #555;
    color: #FFF;
}
.article-box .article-list .btn.more:hover{
    background: #000;
    color: #fff;
}
.type3 .article-list .Category {
    color: #008B9A; 
}
.type3 .article-list .Category+.date:before {
    background: #FFF;
}
.type3 .keyword_box:before {
    color: #008B9A;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #FFF;
    border-color: #008B9A;
}

.type4 .article-list .date { 
    color: #FFF;
}
.type4 .right-box .tit {
    color: #008B9A;

}

.type1 .article-list .date {
    color: #008B9A;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #1dc9dc;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.article-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.article-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin:0px 0px 13px;
    position: relative;
    z-index: 2;
    width: 57px;
    height: 63px;
    padding-top: 8px;
    border-radius: 3px;
    font-weight: 500;
    background: url(../../../images/layout04/common/news/date.png);
}
.article-date .years{
    order: 2;
}
.article-date .day{
    order:1;
    width: 100%;
    color: #000;
    font-weight: bolder;
}
.article-date .month{
    order:3;
}
.article-date .month,.article-date .years{
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.article-title{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 35px;
    padding-left: 81px;
    border-bottom: 1px solid #444444;
    margin: -60px -15px 10px;
}
.article-detail{

    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #444444;

    border-width: 0px 0 1px;
    margin: 0 -15px;
}
.editor + .share_box{
    border-width: 0;
    border-bottom: 1px solid #dedede;
}
.pic_box{
    padding: 20px;
    margin: 20px auto 30px;
    /* background: #f8f8f8; */
}
.pic_box img{
    max-width: 650px;
    margin: auto;
}
.article-detail .share_box{
    text-align: left;
}
.keyword_box.detail{
    padding-bottom: 20px;
    margin-top: 10px;
}
.keyword_box.detail i{
    color: #aaa;
    top: 12px;
}
.keyword_box.detail li+li:before{
    content: ',';
}
.keyword_box.detail  li a{
    padding: 0;
    background:none;
    border:none;
    color: #AAAAAA;
}
.keyword_box.detail  li a:hover{
    color: #008B9A;
    text-decoration: underline;
    background: none;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .pic_box{
        padding:0;
        margin: 10px 0 20px;
    }
    .type5 .article-list .item .box{
        padding: 10px;
    }
}
@media screen and (max-width: 480px){
 
}
