@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;
}

.type5 .keyword_box{
    color: #72B2BB;
}
.article-list .item .box .name,
.type5 .article-list .item .box .name{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.5;
    transition: all .3s ease;
    height: auto;
}
.article-list .box:hover .name{
    color: #72B2BB;
    font-weight: 500;
}
.article-list .item .description{
    color: #777;
    font-size: 14px;
    font-weight: 350;
    letter-spacing: 0.035em;
    line-height: 1.3;
}
.type5 .article-list .txt {
    padding: 0 15px;
}
.type5 .article-list .description {
    max-height: inherit;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}
.type5 .article-list .item .name{
    height: 52px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "Cardo", 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;
}
.article-list .item .date{
    font-family: "Cardo", serif !important;
    font-weight: bold;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Cardo", serif;
    font-weight: bold;
    background: #72B2BB;
    transition:  all .3s ease;
}
.article-list .pic .mask{
    font-family: "Cardo", serif;
}
.type5 .article-list .item .box:hover .date{
    background: #87C489;
}
.type5 .article-list .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -45px 0px 15px;
    padding: 0;
    line-height: 1;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.9;
    margin-bottom: -15px;
    font-size: 30px;
    letter-spacing: 0;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0.03em;
    font-weight: 500;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    font-family: "Cardo", serif;
    box-sizing: border-box;
    border: 1px solid #72B2BB;
    background:#72B2BB;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.article-box .article-list .btn.more:hover{
    background: transparent;
    color: #72B2BB;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #72B2BB;
    border-color: #72B2BB;
}
.article-list .text-all {
    border-color: #ddd;
}
.keyword_box {
    border-color: #ddd;
}
.type2 .keyword_box {
    border-bottom: 1px solid #ddd;
}
.type2 .keyword_box:before{
    background: #ddd;
}
.type3 .article-list .Category{
    color: #1F3939;
}
.type3 .keyword_box:before,
.type4 .right-box .tit{
    color: #1F3939;
    font-family: "Cardo", serif;
}
/*------------ 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;
    color: #72B2BB;
    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 ------------*/
.keyword_box.detail li a,.keyword_box.detail li a:hover{
    background: none;
    border:none;
    color: #72B2BB;
    padding: 0px 0px;
}
.keyword_box.detail li + li:before{
    content: ','
}
.article-header{
    display: flex;
    flex-wrap: wrap;
}
.article-header .article-title{
    order: 2;
    width: 100%;
}
.article-detail .share_box{
    order: 4;
    width: 100%;
    margin: 0 auto 0px;
}
.article-detail .fb{
    order: 3;
    width: 100%;
    margin: 0 auto 10px;
    border-top: 1px dashed #bbb;
    padding: 10px 0 5px;
}
.article-date{
    width: 62px;
    height: 62px;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Cardo", serif;
    font-weight: bold;
    background: #72B2BB;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
    text-align: center;
}
.article-date .day{
    display: block;
    width: 100%;
    line-height: 0.9;
    margin-bottom: -15px;
    font-size: 30px;
    letter-spacing: 0;
    order: 1;
}
.article-date .month,.article-date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0.03em;
    font-weight: 500;
}
.article-date .years {
    order: 2;
}
.article-date .years::after{
    content: ".";
}
.article-date .month{
    order: 3;
}
.pic_box{
    margin: 0px 0 30px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 20px 0;
}
.has-side .editor{
    margin: auto;
}
.keyword_box.detail{
    border-bottom: 1px dashed #bbb;
    padding-bottom: 20px;
    margin-top: 20px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type5 .article-list .item .date {
        margin: -35px 0px 10px;
    }
    .type5 .article-list .date{
        width: 52px;
        height: 52px;
    }
    .type5 .article-list .item .date .day{
        font-size: 28px;
    }
    .type5 .article-list .date .month, .type5 .article-list4 .date .years {
        font-size: 11px;
    }
    .article-list .item .name{
        font-size: 16px;
            height: auto;
    }
    .article-list .item .description{
        font-size: 13px;
    }
}