@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 40px;
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 40px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .name{
    color: #444;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.article-list .box:hover .name{
    color: #826037;
}
.article-list .item .description{
    color: #666;
    font-size: 15px;
    letter-spacing: 1.1px;
    line-height: 1.5;
}
.article-date{
    margin: auto;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date{
    color: #826037;
    font-family: 'Montserrat', serif;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: unset;
    color: #fff;
    position: relative;
    border: 1px solid rgb(208, 195, 179, 0.5);
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    border-radius: 0;
    width: 130px;
    transition: all 0.3s ease;
    font-weight: normal;
    line-height: 38px;
    font-family: 'Montserrat', serif;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    color: #D0C3B3;
    background: #1F1F27;
}
/*ar_type1*/
.type1 .article-list .item .box {
    margin: 0 auto 30px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #d6d6d6;
    padding-bottom: 30px;
}
.type1 .article-list .text-all {
    border-color: #d6d6d6;
    border-style: dashed;
}
/*/ar_type1*/
/*ar_type2*/
.type2 .article-list .date {
    color: #826037;
    border-color: #d6d6d6;
    border-style: dashed;
    border-width: 0 0 1px;
    max-width: 115px;
}
.type2 .article-list .date .day{
    padding-right: 5px;
}
.type2 .keyword_box:before {
    background: #d6d6d6;
}
.type2 .keyword_box {
    border-bottom: 1px solid #d6d6d6;
}
/*/ar_type2*/
/*ar_type3*/
.type3 .article-list .date {
    color: #826037;
    border-color: #826037;
}
.type3 .keyword_box:before {
    color: #444;
    font-family: 'Montserrat', serif;
    font-weight: normal;
}
.type3 .article-list .CandD-box {
    margin: 15px 0 10px;
}
.type3 .article-list .Category {
    padding: 0 10px;
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    border: 1px solid rgb(208, 195, 179, 0.5);
}
.type3 .article-list .item .name {
    padding: 0;
}
.type3 .article-list .Category+.date:before {
    background: #d6d6d6;
}
/*/ar_type3*/
/*ar_type4*/
.type4 .article-list .date:before{
    color: #826037;
    border-color: #826037;
}
.type4 .article-list .item .name {
    padding: 0;
    font-weight: normal;
}
.type4 .right-box .tit {
    color: #444;
    font-family: 'Montserrat', '微軟正黑體', 'arial';
}
.type4 .keyword_box {
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.type4 .article-list.right-box li .name {
    font-size: 15px;
    -webkit-line-clamp: 2;
    max-height: 45px;
    height: 45px;
    min-height: 45px;
}
/*/ar_type4*/
/*ar_type5*/
.type5 .article-list .item .box {
    margin: 0 auto 40px;
    border: 0;
    padding: 0;
}
.type5 .keyword_box{
    color: #826037;
}
.type5 .article-list .item .date,
.article-date{
    color: #fff;
    font-family: 'Montserrat', serif;
    font-weight: normal;
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    border: 1px solid rgb(208, 195, 179, 0.5);
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 15px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
}
.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;
}
.type5 .article-list .item .name {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    height: 28px;
    letter-spacing: 1px;
}
/*ar_type5*/
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 10px 0 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #826037;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.keyword li a {
    border-radius: 0;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*/列表通用 index article*/
/*------------ content ------------*/
.article-date{
    position: relative;
    text-align: center;
    top: unset;
    left: unset;
    width: 62px;
    height: 62px;
    margin: 10px 0 0;
}
.article-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.pic_box{
    padding: 0;
    margin: 0 0 10px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    color: #826037;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    border: 1px dashed #d6d6d6;
    border-width: 1px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .type4 .article-list.orig {
        margin-right: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .article-list .item .name,
    .type4 .article-list .item .name {
        font-size: 16px;
        min-height: 45px;
    }
    .type1 .article-list .btn.more,
    .type4 .article-list .btn.more{
        font-size: 14px;
    }
    .article-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 769px) {
    .type4 .right-box {
        padding-bottom: 5px;
        border-bottom: 1px dashed #d6d6d6;
    }
    .type4 .article-list .item .box {
        margin: 0 auto 20px;
        padding-bottom: 20px;
    }
    .type4 .article-list.right-box li .text {
        margin: 0;
        padding: 15px 0 0;
    }
}
@media screen and (max-width: 600px) {
    .type4 .article-list .item .text {
        margin-left: 0;
        padding: 15px 0 0;
    }
    .type4 .article-list .item .name {
        margin-bottom: 40px;
    }
}