@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    position: relative;
    padding-bottom: 40px;
    margin: 0 auto 40px;
    border-bottom: 1px dashed #888;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-date{
    margin: auto;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Outfit', serif;
}
.article-list .item .name {
    color: #262626;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all .5s ease;
    padding: 0;
    line-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    font-size: 20px;
}
.article-list .box:hover .name{
    color: #CCB6A8;
}
.article-list .item .description{
    color: #333;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 18px;
    max-height: 80px;
}
/*type1*/
.type1 .article-list .item .box {
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #888;
}
.article-list .text-all {
    border-color: #666;
}
.type1 .article-list .description{
    margin: 10px 0 40px;
    line-height: 1.5;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    position: relative;
    box-sizing: border-box;
    z-index: 5;
    overflow-x: unset;
    color: #fff;
    border-radius: 0;
    background: #CCB6A8;
    font-family: 'Outfit', serif;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .5s ease;
}
.type1 .article-list .box .btn.more:hover,
.type1 .article-list .box:hover .btn.more,
.type4 .article-list .box:hover .btn.more {
    color: #fff;
    background: #262626;
}
.type1 .article-list .description {
    max-height: 80px;
}
.type1 .article-list .date .month,
.type1 .article-list .date .years {
    font-weight: bold;
}
/*type2*/
.type2 .article-list .date{
    color: #CCB6A8;
    border-color: #666;
    border-width: 2px;
    font-weight: bold;
    font-size: 30px;
    max-width: 120px;
}
.type2 .article-list .date .month,
.type2 .article-list .date .years {
    font-size: 18px;
}
.type2 .keyword_box:before {
    background: transparent;
    border-bottom: 1px dashed #888;
}
.type2 .keyword_box {
    border-bottom: 1px dashed #888;
}
/*type3*/
.type3 .article-list .CandD-box {
    margin: 10px 0;
}
.type3 .article-list .date {
    color: #CCB6A8;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 0 10px;
}
.type3 .article-list .date .month,
.type3 .article-list .date .years {
    font-weight: bold;
    font-size: 18px;
}
.type3 .article-list .Category {
    font-size: 18px;
    font-weight: bold;
    background: #262626;
    color: #fff;
    padding: 0;
}
.type3 .article-list .Category+.date:before {
    background: #e5e5e5;
    display: none;
}
.type3 .keyword_box:before {
    font-family: 'Outfit', serif;
    color: #444;
    font-weight: bold;
}
.type3 .article-list .item .name {
    min-height: 28px;
}
/*type4*/
.type4 .article-list .date:before{
    color: #CCB6A8;
}
.type4 .article-list .item .name {
    min-height: 28px;
}
.type4 .CandD-box {
    margin-top: 55px;
    position: absolute;
}
.type4 .article-list .date{
    font-weight: normal;
}
.type4 .article-list .date .month,
.type4 .article-list .date .years {
    font-weight: normal;
}
.type4 .right-box .tit {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
}
.type4 .article-list.right-box li .name {
    font-size: 18px;
}
/*type5*/
.type5 .keyword_box{
    color: #767676;
}
.type5 .article-list .item .box {
    padding: 0 0 20px;
}
.type5 .article-list .item .date {
    color: #fff;
    font-weight: normal;
    background: #CCB6A8;
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 15px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'Outfit', serif;
    border-radius: 0;
    width: 60px;
    height: 60px;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
    font-weight: 300;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.type5 .article-list .item .name {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}
/*------------ 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;
    color: #767676;
    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;
    border: 1px solid #F7F4F1;
    background: #F7F4F1;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.article-date{
    display: flex;
    color: #CCB6A8;
    font-size: 18x;
    font-weight: bold;
    line-height: 26px;
}
.article-date .day{
    order: 3;
}
.article-date .month{
    order: 2;
}
.article-date .month:before,
.article-date .day:before{
    content: '-';
    display: inline-block;
}
.pic_box{
    padding: 0px;
    margin: 0px 0 10px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 10px 0;
    display: block;
    width: 100%;
    padding: 10px 0 10px;
    color: #262626;
    border: 1px dashed #666;
    border-width: 1px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type1 .article-list .item .name{
        font-size: 20px;
    }
    .type1 .article-list .date .month,
    .type1 .article-list .date .years {
        font-size: 20px;
    }
}
@media screen and (max-width: 769px) {
    .type1 .article-list .date {
        font-size: 40px;
    }
    .products-breadcrumb {
        margin: 0 0 40px;
    }
}