@charset "utf-8";
/*------------ article ------------*/
/*列表通用 index article*/
.article-list .item .box{
    position: relative;
    margin: 0 auto 40px;
    padding-bottom: 0;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    text-align: left;
    font-size: 18px;
    color: #32302D;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 24px;
    max-height: 24px;
    min-height: 24px;
    height: 24px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
    margin: 0 0 10px;
}
.article-list .item .box:hover .name{
    color: #6A080C;
}
.article-list .item .box .description{
    font-size: 14px;
    letter-spacing: 1px;
    color: #545454;
    line-height: 1.8;
    max-height: 50px;
    height: 50px;
    -webkit-line-clamp: 2;
    transition: all 0.3s ease;
}
.article-list .item .box:hover .description {
    color: #666;
}
/*/列表通用 index article*/
/*ar_type1*/
.type1 .article-list .item .box {
    margin: 0 auto 40px;
    padding-bottom: 0;
}
.article-list .text-all {
    border-color: #ddd;
}
.type1 .article-list .date {
    color: #32302D;
    font-family: 'Ysabeau Infant', serif;
}
.article-box .article-list .btn.more{
    position: relative;
    background: #444;
    color: #fff;
    bottom: 40px;
    padding: 0 0 10px;
    width: 120px;
    font-size: 13px;
    border-radius: 0;
    font-family: 'Ysabeau Infant', serif;
    transition: all 0.3s ease;
    z-index: 5;
}
.article-box .article-list .box:hover .btn.more {
    color: #fff;
    background: #D2AA54;
}
/*/ar_type1*/
/*ar_type2*/
.type2 .article-list .date{
    color: #32302D;
    border-color: #D4AA56;
}
.type2 .keyword_box:before {
    background: #ddd;
}
.type2 .keyword_box {
    border-bottom: 1px solid #ddd;
}
/*/ar_type2*/
/*ar_type3*/
.type3 .article-list .CandD-box {
    display: flex;
    margin: 10px 0;
}
.type3 .article-list .Category {
    background: #6A080C;
    background: -moz-linear-gradient(left, #6A080C 0%, #450D05 100%);
    background: -webkit-linear-gradient(left, #6A080C 0%, #450D05 100%);
    background: linear-gradient(to right, #6A080C 0%, #450D05 100%);
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
    margin: 0 15px 0 0;
}
.type3 .article-list .date{
    color: #D4AA56;
}
.type3 .keyword_box:before {
    font-family: 'Ysabeau Infant','Noto Sans TC', serif;
    color: #32302D;
    letter-spacing: 1px;
}
.type3 .article-list .Category+.date:before {
    background: #ddd;
    display: none;
}
.type3 .article-list .date .month:before,
.type3 .article-list .date .day:before {
    content: '.';
    font-weight: 600;
    margin: 0;
}
/*/ar_type3*/
/*ar_type4*/
.type4 .article-list .date {
    color: #D4AA56;
    font-size: 20px;
    font-family: 'Ysabeau Infant', serif;
}
.type4 .article-list .date .month,
.type4 .article-list .date .years{
    font-size: 20px;
}
.type4 .article-list .date:before{
    top: 10px;
    color: #D4AA56;
}
.type4 .right-box .tit {
    font-family: 'Ysabeau Infant','Noto Sans TC', serif;
    color: #32302D;
    letter-spacing: 1px;
}
.type4 .CandD-box {
    margin-top: 50px;
}
.type4 .article-list .description{
    margin: 50px 0 40px;
}
.type4 .article-list .more-box {
    bottom: -40px;
}
.type4 .keyword_box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.type4 .article-list .date .month:before,
.type4 .article-list .date .day:before {
    content: '.';
    font-weight: 600;
    margin: 0;
}
.type4 .article-list.right-box li .name {
    -webkit-line-clamp: 2;
    height: 48px;
    max-height: 48px;
    min-height: 48px;
}
/*/ar_type4*/
/*ar_type5*/
.column3 .article-list {
    margin: 0 -15px;
}
.column3 .article-list .item {
    padding: 0 15px;
}
.type5 .article-list .item .box{
    transition: all .3s ease;
}
.type5 .article-list .item .pic {
    margin: 0;
}
.type5 .article-list .item .text {
    margin: 0;
    padding: 15px 5px 0;
}
.type5 .article-list .item .box .name {
    padding: 0;
}
.type5 .keyword_box{
    padding: 10px 0 10px 30px;
    margin: 0;
    color: #848484;
    border-top: 1px solid #ddd;
}
.type5 .keyword_box:before{
    left: 0;
}
.type5 .article-list .pic .mask{
    display: none;
}
.type5 .article-list .item .date {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 55px;
    height: 120px;
    background: #fff;
    border-radius: 0;
    font-family: 'Ysabeau Infant', serif;
    transition: all 0.3s ease;
}
.type5 .article-list .item .box:hover .date {
    background: #450D05;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 1;
    margin: 0 0 -110px;
    font-size: 35px;
    font-weight: 600;
    color: #32302F;
    transition: all 0.3s ease;
}
.type5 .article-list .item .box:hover .date .day {
    color: #D4AA56;
}
.type5 .article-list .item .date .day::before {
    content: '';
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 24px;
    background: #D4AA56;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    color: #D4AA56;
    font-size: 12px;
    font-weight: bold;
    margin-top: -135px;
}
/*/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;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword li a,
.type4 .keyword li a {
    border-radius: 0;
    border: 1px solid #ddd;
    background: #ddd;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #32302D;
}
/*/keyword_box*/
/*------------ /article ------------*/
/*------------ content ------------*/
.share_box .share-link{
    text-align: left;
}
.article-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.share_box{
    width: 100%;
    order: 3;
}
.article-date{
    display: flex;
    color: #D4AA56;
    font-family: 'Ysabeau Infant', serif;
    margin: 0 0 20px;
}
.article-date .years{
    order: 2;
}
.article-date .day{
    order: 3;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.article-date .day::before {
    content: '.';
}
.article-date .month{
    order: 2;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.article-date .month::before {
    content: '.';
}
.article-date .years{
    order: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.article-title{
    color: #32302D;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.article-detail{
    position: relative;
}
.share_box{
    text-align: left;
    margin: 0 0 20px;
}
.editor + .share_box{
    border-width: 0;
    border-bottom: 1px solid #ddd;
}
.pic_box{
    display: none;
}
.article-detail .share_box{
    text-align: left;
}
.keyword_box.detail{
    padding: 15px 0 0 30px;
    margin: 20px 0 0;
    border-top: 1px solid #ddd;
}
.keyword_box.detail i{
    color: #848484;
    top: 20px;
    left: 5px;
}
.keyword_box.detail li+li:before{
    content: ',';
}
.keyword_box.detail li a{
    padding: 0;
    background: none;
    border: none;
    color: #848484;
}
.keyword_box.detail li a:hover{
    color: #444;
    text-decoration: underline;
    background: none;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .column3 .article-list {
        margin: 0 -10px;
    }
    .column3 .article-list .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .type5 .article-list .item .box {
        margin-bottom: 40px;
    }
    .type5 .article-list .item .box .name {
        font-size: 16px;
        margin: 0 0 5px;
    }
    .type5 .article-list .description {
        margin: 0;
    }
}
@media screen and (max-width: 769px) {
    .article-list .text-all {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 480px){
    .column3 .article-list {
        margin: 0 -5px;
    }
    .column3 .article-list .item {
        padding: 0 5px;
    }
    .type5 .article-list .item .date {
        width: 50px;
        height: 100px;
    }
    .type5 .article-list .item .date .day::before {
        height: 20px;
    }
    .type5 .article-list .item .date .day {
        font-size: 30px;
        margin: 0 0 -100px;
    }
    .type5 .article-list .item .month,
    .type5 .article-list .item .years {
        margin-top: -120px;
        font-size: 11px;
    }
}