@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    position: relative;
    margin: 0 auto 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f5f5f5;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
    border-radius: 12px;
}
.article-list .item .box .name,
.type5 .article-list .item .name {
    padding-top: 15px;
    color:#333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
    transition: all .5s ease;
}
.article-list .item .box:hover .name{
    color: #00A290;
}
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description,
.type4 .article-list .description,
.type5 .article-list .description {
    font-size: 15px;
    line-height: 1.5;
}
.article-date{
    margin: auto;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    font-family: 'Barlow', serif;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: unset;
    position: relative;
    margin: 10px 0 0;
    height: 40px;
    font-size: 14px;
    background: transparent;
    color: #666;
    font-weight: normal;
    font-family: 'Noto Serif TC', serif;
}
.article-box .article-list .box:hover .btn.more{
    background: transparent;
    color: #00A290;
}
.article-box .article-list .more::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #999;
    transition: all 0.5s ease;
}
.article-box .article-list .box:hover .more::before {
    animation-name: index_more;
    animation-duration: 1s;
    background: rgb(0, 162, 144, 0.5);
}
/*ar_type1*/
.type1 .article-list .item .box {
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.type1 .article-list .date{
    font-family: 'Barlow', serif;
}
.article-list .text-all {
    border-color: #ddd;
}
/*/ar_type1*/
/*ar_type2*/
.type2 .article-list .date{
    color: #333;
    border-color: #00A290;
}
.type2 .keyword_box:before {
    background: transparent;
    border-top: 1px dashed #ddd; 
}
.type2 .keyword_box {
    border-bottom: 1px dashed #ddd;
}
/*/ar_type2*/
/*ar_type3*/
.type3 .article-list .date{
    color: #333;
}
.type3 .keyword_box:before {
    color: #333;
    font-weight: normal;
    font-family: 'Barlow', 'Noto Serif TC', serif;
}
.type3 .article-list .CandD-box {
    align-items: center;
}
.type3 .article-list .Category {
    padding: 2px 10px;
    border-radius: 30px;
    color: #fff;
    background: #D6B452;
    font-family: 'Noto Serif TC', serif;
}
.type3 .article-list .Category+.date:before {
    background: transparent;
    border-top: 1px dashed #ddd;
}
/*/ar_type3*/
/*ar_type4*/
.type4 .article-list .date:before{
    color: #00A290;
}
.type4 .right-box .tit {
    color: #333;
    font-weight: normal;
    font-family: 'Barlow', 'Noto Serif TC', serif;
}
.type4 .keyword_box {
    border-bottom: 1px dashed #ddd;
}
.article-list .item .box {
    margin: 0 auto 40px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 40px;
}
/*/ar_type4*/
/*ar_type5*/
.type5 .keyword_box{
    color: #666;
}
.type5 .article-list .item .box {
    padding-bottom: 0;
    border: 0;
}
.type5 .article-list .item .pic {
    margin: 0 auto;
    border-radius: 12px;
}
.type5 .article-list .pic .mask{
    display: none;
}
.type5 .article-list .item .text {
    position: static;
    margin: 0;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 100%;
    font-family: 'Barlow', serif;
    font-weight: 500;
    color: #fff;
    background: #00A290;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 15px;
}
.type5 .article-list .item .box:hover .date{
    color: #fff;
    background: #D6B452;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: normal;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    line-height: inherit;
    letter-spacing: 0;
    margin-top: -20px;
    font-size: 11px;
    font-weight: normal;
}
.type5 .article-list .description {
    font-size: 15px;
    line-height: 1.5;
}
/*/ar_type5*/
/*------------ keyword_box ------------*/
.keyword_box i{
    position: absolute;
    top: 14px;
    left: 0;
    float: left;
    font-size: 14px;
    line-height: 14px;
}
.keyword_box.detail{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 9px 0 9px 25px;
    height: auto;
    color: #666;
    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*/
/*------------ content------------*/
.keyword_box.detail li a {
    background: none;
    border: none;
    color: #666;
    padding: 0;
}
.keyword_box.detail li a:hover {
    text-decoration: underline;
    color: #999;
    background: transparent;
}
.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;
    padding: 10px 0 5px;
}
.article-date{
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    color: #00A290;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    background: #fff;
    margin: 0 0 20px;
    font-family: 'Barlow', serif;
}
.article-date .day{
    order:3;
}
.article-date .month{
    order:2;
}
.article-date .month:before,
.article-date .day:before{
    content: '.';
    display: inline-block;
}
.pic_box{
    margin: 0 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; */
    color: #333;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    font-family: 'Noto Serif TC', serif;
}
.has-side .editor{
    margin: auto;
}
.keyword_box.detail{
    margin-top: 20px;
}
/*------------ rwd ------------*/