@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .name{
    color: #333;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    transition: all .3s ease;
}
.article-list .item .box:hover .name{
    color: #00ACA9;
}
.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: #00ACA9;
}
.article-list .item .date{
    font-family: "Geologica", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.type5 .article-list .item .date,
.article-date{
    color: #00ACA9;
    background: transparent;
    font-size: 16px;
    line-height: 1.2;
}
.type5 .article-list .item .date{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: inherit;
    justify-content: inherit;
    width: fit-content;
    height: fit-content;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.2;
}
.type5 .article-list .item .date .day,
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    display: block;
    width: inherit;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0px;
}
.type5 .article-list .item .date .years{
    order: 1;
}
.type5 .article-list .item .date .month{
    order: 2;
}
.type5 .article-list .item .date .month::after{
    content: '.';
}
.type5 .article-list .item .date .day{
    order: 3;
}

.type5 .article-list .item .date::after {
    content: '';
    position: absolute;
    display: block;
    background: #B0B0A4;
    width: 25px;
    height: 1px;
    left: 0;
    top: calc(100% + 10px);
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #00ACA9;
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #00ACA9;
    border-color: #00ACA9;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    color: #fff;
    background: #00ACA9;
    font-family: "Geologica", sans-serif;
    border-radius: 0;
}
.type1 .article-list .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
    background: #333;
    color: #fff;
    z-index: 60;
    border-radius: 0;
}
.article-list .text-all {
    border-color: #dddddd;
}
.type2 .keyword_box:before{
    background: #dddddd;
}
.type2 .keyword_box {
    border-bottom: 1px solid #dddddd;
}
.type3 .keyword_box:before{
    color: #333;
    font-family: "Geologica", sans-serif;
}
.type3 .article-list .Category+.date:before{
    background: #dddddd;
}
.type3 .article-list .Category{
    color: #333;
}
.type4 .article-list .date{
    color: #00ACA9;
}
.type4 .right-box .tit{
    color: #333;
    font-family: "Geologica", sans-serif;
}
.type5 .article-list .item .text{
    margin: 0;
}
.type5 .article-list .item .name{
    padding: 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    height: auto;
    transition: all .3s ease;
}
.type5 .article-list .description{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
}
/*------------ 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: #9A7F64;
    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;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: inherit;
    justify-content: inherit;
    width: fit-content;
    height: fit-content;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.2;
    color: #00ACA9;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Geologica", sans-serif;
}
.article-date .years,
.article-date .month,
.article-date .day{
    display: block;
    width: inherit;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0px;
}
.article-date  .years{
    order: 1;
}
.article-date  .month{
    order: 2;
}
.article-date  .month::before,
.article-date  .month::after{
    content: '.';
}
.article-date  .day{
    order: 3;
}
.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;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 10px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type5 .article-list{
        margin: 0 -7.5px;
    }
    .type5 .article-list .item {
        padding: 0 7.5px;
        margin-bottom: 20px;
    }
    .type5 .article-list .txt {
        padding: 15px 15px 25px;
    }
    .type5 .article-list .item .date .years,
    .type5 .article-list .item .date .month,
    .type5 .article-list .item .date .day{
        font-size: 14px;
    }
    .type5 .article-list .item .date::after{
        width: 20px;
    }
    .article-list .item .name{
        font-size: 17px;
    }
}
@media screen and (max-width: 769px){
    .article-list .item .box{
        padding: 0;
    }
}