@charset "utf-8";
/*------------ news ------------*/
/*列表通用 index、news*/
.news-list .date{
    color: #B7ACA2;
    font-family: 'Lora', serif;
}
.news-list .name{
    color: #4E423D;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #A6864B;
}
.news-list .description{
    color: #868686;
}
/*/列表通用 index、news*/
/*n_type1*/
.news-list.type1 .item{
    border-bottom: 1px solid rgb(221, 204, 191, 0.3);
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list.type1 .txt {
    width: 100%;
}
.news-list.type1 .date {
    box-sizing: border-box;
    padding: 15px;
    margin: 20px 0;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 30px;
    background: #fff;
}
.news-list.type1 .box:hover .date {
    background: #EC9878;
    color: #fff;
}
.news-list.type1 .date .years {
    position: relative;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years {
    position: relative;
    font-size: 13px;
    margin: 0;
    padding: 0;
    top: -13px;
}
.news-list.type1 .more-box {
    display: none;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 .item {
    padding: 0 10px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(221, 204, 191, 0.3);
}
.news-list .btn.more {
    color: #ED9F82;
    background: #fff;
    border-radius: 0;
    font-family: 'Lora', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more {
    color: #fff;
    background: #ED9F82;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3:before {
    background: #F4EFEA;
}
.news-list.type3 .item {
    border-left: solid 1px rgb(221, 204, 191, 0.3);
}
.news-list.type3 .item {
    margin: 0 0 40px;
}
.news-list.type3 .box {
    margin: 0 auto;
    padding: 5px 0 10px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 .item {
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .date{
    background: #fff; 
    color: #B7ACA2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0 15px;
    padding: 0;
    line-height: 1;
    border-radius: 0;
}
.news-list.type4 .box:hover .date {
    color: #fff;
    background: #ED9F82;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
}
.news-list.type4 .txt {
    padding: 0 15px;
}
/*/n_type4*/
/*n_瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/n_瀑布流*/
/*------------ /news ------------*/
/*------------ content ------------*/
.share_box{
    text-align: left;
    order: 3;
    width: 100%;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.news-date{
    display: flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
    width: 120px;
    font-size: 25px;
    color: #fff;
    background: #EC9879;
    border-radius: 0;
    font-family: 'Lora', serif;
}
.news-date .years{
    font-size: 14px;
    order: 2;
} 
.news-date .day{
    order: 1;
}
.news-date .month{
    order: 3;
    font-size: 14px;
}
.news-date .month::before {
    content: '.';
}
.news-date .day:after{
    content: '/';
    margin: 0 5px;
    font-size: 20px;
    position: relative;
    top: -2px;
}
.news-date .month:before{
    content: '.';
    display: inline-block;
}
.news-title{
    color: #463832;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #DDCCBF;
    width: 100%;
    text-align: left;
    font-family: 'Noto Serif TC', serif;
}
.btn-box{
    text-align: left;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-date{
        padding-top: 0;
        height: 41px;
    }
    .news-date .month, .news-date .years{
        font-weight: normal;
    }
    .news-date .years{
        font-size: 14px;
        order: 2;
    } 
    .news-date .day{
        order:1;
        width: auto;
    }
    .news-date .month{
        order:3;
        font-size: 14px;
    }
    .news-date .day:after{
        content: '/';
        margin: 0 5px;
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    .news-date .month:before{
        content: '.';
        display: inline-block;
    }
    .news-detail .news-title{
        font-size: 18px;
        line-height: 1.65;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #f90;
    }
}