@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    border: 1px solid #D5D5D5;
    background: #FFFFFF;
    border-bottom: 5px solid #D5D5D5;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
      border-bottom: 5px solid  #584B9C;
}
.type5 .keyword_box{
    background: transparent;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.article-list .item .box:hover .name{
    color: #584B9C;
}
.article-list .item .box .description{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
    overflow: hidden;
}
.type4 .right-box .tit{
    font-family: "Barlow", "Noto Sans TC",sans-serif !important;
}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-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;
}
.type5 .article-list .item .date,
.article-date{
    display: flex;
    text-align: center;
    border-radius: 8px;
    color: #FFFFFF;
    width: 128px;
    height: 36px;
    padding-top: 0;
    background: #32A7BB;
    font-family: "Roboto", sans-serif !important;
    transition: all .3s ease;
        display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: -20px auto 18px;
    padding: 0;
    line-height: 1;
}

.type5 .article-list .item .box:hover .date{
    background: #584B9C;
}
.type5 .article-list .item .date .day{
    color: #FFFFFF;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .text {
    margin: 0 0px;
}
.type5 .article-list .item .pic{
    margin: 0;
}
.type5 .article-list .item .name{
    padding: 0;
    height: auto;
    margin: 0 0 10px;
}
.type5 .article-list .description{
    margin: 0 0 20px;
}
.type5 .article-list .item .date{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: -20px auto 18px;
    padding: 0;
    line-height: 1;
}
.type5 .article-list .item .date .day,
.type5 .article-list .item .month,
.type5 .article-list .item .years{
    width: fit-content;
    display: inline;
    letter-spacing: 0.02em;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.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;
}
.type1 .article-list .date{
    font-family: "Barlow", sans-serif !important;
    font-weight: 500;
}
.article-list .text-all {
    border-color: #d5d5d5;
}
.type2 .keyword_box {
    border-bottom: 1px solid #d5d5d5;
}
.type2 .keyword_box:before{
    background: #D5D5D5;
}
.type3 .keyword_box:before{
    font-family: "Barlow", sans-serif !important;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #32A7BB;
    font-family: "Barlow", sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    transition: all .3s ease;
    position: relative;
}
.article-box .article-list .btn.more:hover{
    background: #584B9C;
    color: #FFFFFF;
}
.type4 .article-list .box:hover .btn.more {
    background: #584B9C;
    color: #FFFFFF;
    z-index: 60;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #333;
    border-color: #584B9C;
}
/*------------ 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;
    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: #222;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.article-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.article-date{
     display: flex;
    text-align: center;
    border-radius: 8px;
    color: #FFFFFF;
    width: 128px;
    height: 36px;
    padding-top: 0;
    background: #32A7BB;
    font-family: "Roboto", sans-serif !important;
    transition: all .3s ease;
        display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 12px 0 12px;
}
.article-date .day,
.article-date .month,
.article-date .years{
    width: fit-content;
    display: inline;
    letter-spacing: 0.02em;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.article-date .years{
    order: 1;
}
.article-date  .month{
    order: 2;
}
.article-date .month::before,
.article-date .month::after{
    content: '.';
}
.article-date .day{
    order: 3;
}
.article-title{
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 0 0 15px;
}
.article-detail{
    background-color: #fff;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 0px 0 1px;
    margin: 0 -15px;
}
.editor + .share_box{
    border-width: 0;
    border-bottom: 1px solid #dedede;
}
.pic_box{
    padding: 0px;
    margin: 20px auto 30px;
    background: #f8f8f8;
}
.pic_box img{
    max-width: 650px;
    margin: auto;
}
.article-detail .share_box{
    text-align: left;
}
.keyword_box.detail{
    padding-bottom: 20px;
    margin-top: 10px;
}
.keyword_box.detail i{
    color: #aaa;
    top: 12px;
}
.keyword_box.detail li+li:before{
    content: ',';
}
.keyword_box.detail  li a{
    padding: 0;
    background:none;
    border:none;
    color: #AAAAAA;
}
.keyword_box.detail  li a:hover{
    color: #222;
    text-decoration: underline;
    background: none;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type5 .article-list .item .box{
        padding: 10px;
    }
    .type5 .article-list .item .date{
        width: 108px;
        height: 30px;
        margin: -15px auto 12px;
    }
    .type5 .article-list .item .date .day, .type5 .article-list .item .date .month, .type5 .article-list .item .date .years{
        font-size: 15px;
    }
    .article-list .name {
        font-size: 17px;
    }
}

@media screen and (max-width: 769px) {
    .article-list .text-all {
        padding-bottom: 0px;
    }
    .type5 .article-list .description{
        margin: 0 0 10px;
    }
}