@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}

.article-list .item .pic:before{
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    transition: all .3s ease-in-out;
    background: rgba(146, 146, 146, 0.7);
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
}
.article-list  .box:hover .pic:before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.article-list .item .pic:after{
    content: '+';
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: calc(50% - 50px);
    left: 0;
    margin: auto;
    transform: scale(3);
    transition: all .4s ease-in;
}
.type4 .article-list .item .pic:after{
/*    bottom: 40%;*/
}
.article-list  .box:hover .pic:after{
    opacity: 1;
    transform: scale(1);
}
.type4 .article-list .pic .mask {
    display: flex;
}
.type5 .keyword_box{
    color:  #6b7488;
}
.article-list .date {
    color: #1e469e;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #1e469e;
}
.type2 .article-list .date{
    color: #1e469e;
    border-color: #1e469e;
}
.article-date{
    margin:auto;
}

.article-list .btn.more{
    z-index: 5;
    color: #929292;
    border: solid 1px #929292;
    font-family: 'Lato', sans-serif;
    transition: all .3s ease-in-out;
    overflow: hidden;
    line-height: 38px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    background: none;
    transition-delay: .2s;
    position: relative;
    overflow: hidden;
    background: none;
}

.type4 .article-list .btn.more,
.type1 .article-list .btn.more{
    background: none;
    color: #929292;
}

.type4 .article-list .box:hover .btn.more,
.type1 .article-list .box:hover .btn.more{
    background: none;
    color:  #1e469e;
}


.article-list .box:hover .btn.more{
    color: #1e469e;
    border-color: #1e469e;
}


.article-list .btn.more:before{
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 83px solid rgba(194, 201, 216, 0.3);
    z-index: -1;
    transition: all 0.3s;
}

.article-list .box:hover .btn.more:before{
    opacity: 1;
    transform: translate(0px,-90px);
}

.article-list .box  .btn.more:after{
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 83px solid  rgba(194, 201, 216, 0.5);
    z-index: -1;
    transition: all 0.5s;
    transition-delay: .1s;
    
}

.article-list .box:hover .btn.more:after{
    opacity: 1;
    transform: translate(0px,-80px);
}

.type1 .article-list .date{
    color: #1e469e;
}
.type2 .keyword_box::before{
    display: none;
}
.type2 .keyword_box {
    border-bottom: 1px solid #e8e8e8;
}



/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #474f60;
    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: #999;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.article-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    margin: -35px 0px 13px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 13px;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.article-date .day{
    display: block;
    width: 100%;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.pic_box{
    padding: 0px;
    margin: 20px 0 30px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .pic_box{
        padding:0;
        margin: 10px 0 20px;
    }
}

@media screen and (max-width: 480px){
    .article-detail .fb{
        width: 82px;
        overflow: hidden;
    }
}
