@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;
    z-index: 2;
}
.type2 .keyword_box {
    border-bottom: 1px solid #ddd;
}
.type1 .article-list .description{
    height: auto;
    max-height:inherit;
}
.type5 .article-list .item .box{
    padding:  0;
    background: transparent;
    transition: all .3s ease;
}
.type2 .keyword_box:before{
    background: #ddd;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #585858;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    transition: all .2s ease;
    height: auto;
    z-index: 2;
    position: relative;
}
.article-list .item .box:hover .name{
    color: #F093AE;
}
.type5 .article-list .item .box:hover .name{
    color: #6BCACF;
}
.article-list .item .box .description{
    color: #848484;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    height: auto;
    z-index: 2;
    margin-bottom: 18px;
}
.type3 .keyword_box:before,
.type3 .article-list .Category{
    color: #333;
    font-family: "Cormorant Garamond" , "Noto Serif TC" , serif;

}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -20px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .article-list .item .text{
    position: relative;
    padding: 0 20px 0px 20px;
    transition: all .3s ease;
    margin: 0;
}

.type5 .article-list .item .text::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, .1);
}
.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;
}
.keyword_box {
    border-color: #ddd;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}

.type5 .article-list .item .date,
.article-date{
    border-radius: 100%;
    color: #ffffff;
    width: 65px;
    height: 65px;
    padding-top: 13px;
    font-family: "Cormorant Garamond";
    transition: all .3s ease;
    z-index: 5;
}
.article-list .item .date{
    color: #525252;
    font-family: "Cormorant Garamond" !important;
}
.type5 .article-list .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -40px 0px 5px;
    padding: 0;
    line-height: 1;
    background: #F093AE;
}
.type5 .article-list .item:hover .date{
    background: #6BCACF;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 10px;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    margin-top: -30px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 550;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow: hidden;
    bottom: 12px;
    background: #F093AE;
    color: #fff;
    border-radius: 0;
    font-family: "Cormorant Garamond";
    transition: all .2s;
}
.article-box .article-list .btn.more:hover{
    background: #6BCACF;
    color: #fff;
}
.type4 .article-list .box:hover .btn.more {
    background: #6BCACF;
    color: #fff;
    z-index: 60;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #333;
    border-color: #F093AE;
}
.type3 .article-list .Category+.date:before{
    background: #ddd;
}
/*------------ 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: #F093AE;
}
.article-list .text-all {
    border-color: #ddd;
}
.type4 .right-box .tit{
    font-family: "Cormorant Garamond" , "Noto Serif TC" , serif;

}
/*!列表通用 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{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin:0px 0px 13px;
    position: relative;
    z-index: 2;
    border-radius: 100%;
    padding: 0;
    color: #ffffff;
    background: #F093AE;
    width: 65px;
    height: 65px;
    align-items: center;
    font-family: "Cormorant Garamond";
}
.article-date .years{
    order: 2;
}
.article-date .day{
    order:1;
    display: block;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 10px;
}
.article-date .month{
    order:3;
    margin-top: -30px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 550;
}
.article-date .month,.article-date .years{
    margin-top: -30px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 550;
}
.article-date .years::after{
    content: '.';
}
.article-title{
    color: #525252;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 35px;
    padding-left: 81px;
    border-bottom: 1px solid #dedede;
    margin: -60px -15px 10px;
}
.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: #F093AE;
    text-decoration: underline;
    background: none;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type5 .article-list .item .box{
        padding: 10px;
    }
}