@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: #33B7B1;
}
.type5 .article-list .item .text {
    margin: 0 0px;
}
.type4 .article-list .date{
    font-family: "Marcellus", serif;
}
.type5 .article-list .item .date,
.article-date{
    width: 65px;
    height: 65px;
    border-radius: 0;
    color: #33B7B1;
    font-family: "Marcellus", serif;
    font-weight: normal;
    background: #FFFFFF;
    transition: all .3s ease;
}
.type3 .article-list .Category{
    color: #444;
}
.keyword_box{
    border-color: #444;
    color: #444;
}
.type3 .keyword_box:before{
    color: #444;
    font-family: "Marcellus", serif;
}
.article-date{
    width: 65px;
    height: 65px;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Marcellus", serif;
    font-weight: normal;
    background: #33B7B1;
    transition: all .3s ease;
}

.type3 .article-list .date{
    font-family: "Marcellus", serif;
}
.type1 .article-list .date{
    font-family: "Marcellus", serif;
    font-weight: normal;
    color: #33B7B1;
}
.type5 .article-list .item .box:hover .date {
    color: #FFF;
    background: #33B7B1;
}
.article-date{
    width: 65px;
    height: 65px;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Marcellus", serif;
    font-weight: normal;
    background: #33B7B1;
    transition: all .3s ease;
}
.type4 .right-box .tit{
    color: #444;
    font-family: "Marcellus", serif;
}
.type2 .article-list .date{
    color: #33B7B1;
    font-family: "Marcellus", serif;
    font-weight: normal;
}
.type2 .keyword_box:before{
    background: #DDD;
}
.type2 .keyword_box{
    border-color: #DDD;
}
.type5 .article-list .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    left: 0;
    top: 0;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: -15px;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: inherit;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.03em;
}
.type5 .article-list  .item .name {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #444444;
    line-height: 1.45;
    transition: all .3s ease;
    margin: 0;
}
.article-list .item .box{
    transition: all .3s ease;
}
.article-list .item .box .name{
    transition: all .3s ease;
    font-weight: bold;
}
.article-list .item .box:hover .name{
    color: #33B7B1;
}
.type5 .article-list  .item:hover .name {
    color:#33B7B1 ;
}
.type5 .article-list .item .name{
    color: #444444;
    max-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    padding: 0;
    display: block;
    font-weight: bold;
}
.article-date{
    margin:auto;
}
.article-list .text-all{
    border-color: #DDD;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more {
    z-index: 5;
    display: block;
    position: relative;
    color: #fff;
    background: #22A9DB ;
    font-weight: normal;
    font-family: "Marcellus", serif;
    border-radius: 30px;
    overflow: hidden;
}
.type1 .article-list .box:hover .btn.more ,
.type4 .article-list .box:hover .btn.more {
    color: #fff;
    background: #33B7B1;
    z-index: 60;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #33B7B1;
    z-index: -1;
    border-radius: 30px;
    transition: all .3s ease;
    opacity: 0;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 1;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #33B7B1;
    border-color: #33B7B1;
}
.article-list .item .name{
    font-weight: normal;
    color: #444;
}
.type4 .article-list .date{
    color: #33B7B1;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 18px;
    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: #33B7B1;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.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: 0;
    border-radius: 0px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.article-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.pic_box{
    padding: 0px;
    margin: 0px 0 10px;
    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) {
    .column3 .article-list {
        margin: 0 -7.5px;
    }
    .column3 .article-list .item {
        padding: 0 7.5px;
    }

    .type5 .article-list .item {
        margin: 0 auto;
    }
    .type5 .article-list .item .txt {
        padding-top: 10px;
        text-align: center;
    }
    .type5 .article-list .item{
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .type5 .article-list .item .name{
        display: block;
        height: 25px;
        margin: 0;
    }
    .type5 .article-list .description{
        margin: 0;
    }
    .type5 .article-list .item .box {
        margin-bottom: 20px;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .column3 .article-list .item{
        margin:  0 auto;
    }
    .column3 .article-list .item {
        padding: 0 7.5px;
    }
}
@media screen and (max-width: 480px) {
    .column3 .article-list .item .name {
        font-size: 16px;
    }
    .type5 .article-list .item .date{
        width: 52px;
        height: 52px;
    }
    .type5 .article-list .item .date .day{
        font-size: 28px;
    }
    .type5 .article-list .item .date .month, .type5 .article-list .item .date .years {
        font-size: 11px;
    }
}