@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border: 0;
    padding-bottom: 45px;
    position: relative;
    background: url(../../../images/layout06-1/common/bg/line02.png) repeat-x bottom;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
    border-radius: 20px;
}
.article-list .item .name {
    color: #634F3F;
    font-weight: normal;
}
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description,
.type4 .article-list .description {
    color: #B9ABA2;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    color: #634F3F;
    font-weight: normal;
    font-family: 'Jost', serif;
}
.type3 .article-list .date .month,
.type3 .article-list .date .years {
    font-weight: normal;
}
.type4 .article-list .date .month,
.type4 .article-list .date .years {
    font-weight: normal;
}
.type1 .article-list .item .box {
    border-width: 0;
    padding-bottom: 25px;
}
.article-list .text-all {
    border-color: rgb(207, 182, 154, 0.35);
}
.type2 .keyword_box:before {
    background: rgb(207, 182, 154, 0.35);
}
.type2 .keyword_box {
    border-bottom: 0;
}
.type3 .keyword_box::before {
    font-weight: normal;
    font-family: 'Jost', '微軟正黑體', serif;
}
.type3 .article-list .Category {
    color: #444;
    font-weight: normal;
}
.type5 .article-list .item .box {
    padding: 0;
}
.type5 .keyword_box{
    color: #666;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 35px;
    color: #fff;
    background: #E8B382;
    font-family: 'Jost', serif;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 0px 15px;
    padding: 0;
    line-height: 1;
    width: 115px;
    height: 32px;
}
.type5 .article-list .item .date .day{
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    order: 3;
}
.type5 .article-list .item .date .day:before {
    content: '.';
}
.type5 .article-list .item .month{
    margin-top: 0;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    order: 2;
}
.type5 .article-list .item .years {
    margin-top: 0;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    order: 1;
}
.type5 .article-list .item .name {
    font-size: 18px;
    font-weight: normal;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    position: relative;
    text-align: center;
    z-index: 5;
    overflow-x: hidden;
    background: #fff;
    color: #634F3F;
    border-radius: 40px;
    font-family: 'Jost', serif;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
    background: #E8B382;
    color: #fff;
    letter-spacing: 3px;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date:before{
    color: #E8B382;
    border-color: #E8B382;
}
.type4 .article-list.right-box li .box {
    padding: 0 0 20px;
}
/*------------ 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: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type4 .keyword li a,
.keyword li a {
    border: 1px solid #fff;
    background: #fff;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.article-date{
    width: 135px;
    margin: 0;
}
.article-date .day{
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    order: 3;
}
.article-date .day:before{
    content: '.'
}
.article-date .month{
    order: 2;
    margin-top: 0;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
}
.article-date .month:before{
    content: '.'
}
.article-date .years{
    margin-top: 0;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    order: 1;
}
.pic_box{
    padding: 0px;
    margin: 20px 0 30px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #634F3F;
    padding: 10px 0 10px;
    background: url(../../../images/layout06-1/common/bg/line02.png) repeat-x top, url(../../../images/layout06-1/common/bg/line02.png) repeat-x bottom;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .pic_box{
        padding:0;
        margin: 10px 0 20px;
    }
}
@media screen and (max-width: 480px){

}
