@charset "utf-8";
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    padding: 0;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.article-list .item .box:hover .name{
    color: #E9B62E;
}
.article-list .item .description{
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date,
.type5 .article-list .date {
    color: #222;
    font-family: 'Cardo', serif;
}
/*ar_type1*/
.article-list .text-all {
    border-color: #ddd;
}
.type1 .article-list .item .box {
    margin: 0 auto 20px;
    border-style: dashed;
    padding-bottom: 20px;
    border-color: #ddd;
}
.article-box .article-list .btn.more{
    position: relative;
    z-index: 5;
    overflow-x: hidden;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    color: #222;
    font-weight: 600;
    position: relative;
    border-radius: 0;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
    z-index: 1;
}
.article-box .article-list .box:hover .btn.more {
    color: #222;
}
.article-box .article-list .btn.more::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.article-box .article-list .box:hover .btn.more:before {
    opacity: 1;
}
/*/ar_type1*/
/*ar_type2*/
.type2 .article-list .date{
    border-color: #E9B62E;
}
.type2 .keyword_box:before {
    background: #ddd;
}
.type2 .keyword_box {
    border-bottom: 1px solid #ddd;
}
/*/ar_type2*/
/*ar_type3*/
.type3 .article-list .item .box {
    margin: 0 auto 40px;
}
.type3 .article-list .date{
    margin: 0 0 0 10px;
    padding: 0 10px;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
}
.type3 .article-list .Category {
    color: #222;
}
.type3 .article-list .Category+.date:before {
    display: none;
}
.type3 .article-list .date .month:before,
.type3 .article-list .date .day:before {
    content: '.';
    font-weight: 600;
    margin: 0;
}
.type3 .keyword_box:before {
    color: #878787;
    letter-spacing: 2px;
    font-family: 'Cardo', serif;
}
/*/ar_type3*/
/*ar_type4*/
.type4 .article-list .date:before{
    color: #E9B62E;
}
.type4 .article-list .date .month:before,
.type4 .article-list .date .day:before {
    content: '.';
    font-weight: 600;
    margin: 0;
}
.type4 .keyword_box {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.type4 .right-box .tit {
    color: #878787;
    letter-spacing: 2px;
    font-family: 'Cardo', '微軟正黑體', 'arial';
}
.type4 .article-list.right-box li .name {
    font-size: 15px;
    -webkit-line-clamp: 2;
    height: 45px;
    max-height: 45px;
    min-height: 45px;
}
/*/ar_type4*/
/*ar_type5*/
.type5 .keyword_box{
    color: #666;
    background: #EFEFEF;
    border-radius: 4px;
    padding: 9px 0 9px 35px;
}
.type5 .keyword_box:before {
    left: 15px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 50%;
    font-size: 15px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    font-family: 'Cardo', serif;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .text {
    margin: 0;
}
.type5 .article-list .item .date,
.article-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -40px 15px 15px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    color: #222;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    border-radius: 0;
    font-family: 'Cardo', serif;
}
.type5 .article-list .item:nth-of-type(2n) .date {
    background: linear-gradient(45deg, #C1A796 0%, #F2E5D6 46%, #E9D5BF 66%, #C1A796 100%);
}
.type5 .article-list .box .date::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.type5 .article-list .box:hover .date::before {
    opacity: 1;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
/*/ar_type5*/
/*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;
    color: #666;
    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: #999;
}
/*/keyword_box*/
/*/列表通用 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: none;
    border: none;
}
.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 0 20px;
}
.article-date{
    display: flex;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #222;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    font-family: 'Cardo', serif;
}
.article-date .day{
    order: 3;
}
.article-date .month{
    order: 2;
}
.article-date .month:before,
.article-date .day:before{
    content: '.';
    display: inline-block;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    color: #222;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 8px 0;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    font-family: 'Noto Serif TC', serif;
}
.share_box .share-link{
    text-align: left;
}
.has-side .editor{
    margin: auto;
}
.keyword_box.detail{
    margin-top: 20px;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .article-list .item .box .name{
        font-size: 16px;
    }
}