@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .name{
    font-family: 'Noto Serif TC', serif;
}
.type5 .article-list .item .name{
    color: #333333;
    font-family: 'Noto Serif TC', serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.035em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
    transition: all .3s ;
}

.type5 .article-list .item .box:hover .name{
    color: #C7A968;
}
.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: #C7A968;
}
.article-list .btn.more,
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    background: #C7A968;
    color: #FFF;
    font-family: "Tenor Sans", sans-serif;
    font-weight: normal;
}
.type1 .article-list .btn.more:hover,
.type4 .article-list .btn.more:hover{
    background:#197D41 ;
    color: #FFF;
}
.type1 .article-list .date,.type2 .article-list .date,.type3 .article-list .date,
.type4 .article-list .date,.type5 .article-list .date{
    font-family: "Tenor Sans", sans-serif;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 500;
    background: #CBAC69;
}
.type5 .article-list .item .date{
    font-size: 17px !important;
    display: flex !important;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 32px;
    color: #fff;
    background: #C7A968;
    margin: -16px 0 0;
    bottom: 16px;
    padding: 0 !important;
    border-radius: 60px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-family: 'Tenor Sans', sans-serif !important;
}
.type5 .article-list .item .date .day,
.type5 .article-list .item .date .month, 
.type5 .article-list .item .date .years{
    display: flex;
    width: auto;
    line-height: 1;
    font-size: inherit;
    
}
.type5 .article-list .item .date .day{
    order: 3;
    color: inherit!important;
    display: flex!important;
    width: auto!important;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.type5 .article-list .item .date .day:before{
    content: '.';
}
.type5 .article-list .item .date .month{
    order: 2;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.type5 .article-list .item .date .years {
    order: 1;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.type5 .article-list .item .date .month:before,
.type5 .article-list .item .date .day:before,{
    content: '.';
}
.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: #C7A968;
    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: #197D41;
    border-color: #197D41;
}
.type2 .keyword_box:before{
    background: rgba(203,172,105,.5) ;
}
.type2 .keyword_box{
    border-bottom: 1px solid rgba(203,172,105,.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: #C7A968;
    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{
    font-size: 17px !important;
    display: flex !important;
    position: static !important;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 32px;
    color: #fff;
    background: #C7A968;
    margin: 0px 0 16px;
    padding: 0 !important;
    border-radius: 60px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-family: 'Tenor Sans', sans-serif !important;
}
.article-date .day{
   order: 3;
    color: inherit!important;
    display: flex!important;
    width: auto!important;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.article-date .month{
           order: 2;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.article-date .month:before,.article-date .day:before{
    content: '.'
}
.article-date .years{
    order: 1;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.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;
    font-family: 'Noto Serif TC', serif;
    margin: 10px 0;
}


/*------------ rwd ------------*/
