@charset "utf-8";
/*------------ news ------------*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    top: 0;
    transition: all .3s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #3F2D26;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #D2A36C;
}
.news-list .item .description{
    color: #858585;
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: 45px;
    height: 45px;
}
.news-list .date {
    color: rgb(63, 46, 39, 0.5);
    font-family: 'Lato', serif;
}
/*/列表通用 index、news*/
/*n_type1*/
.news-list.type1 .date .day {
    font-weight: 500;
}
.news-list .btn.more{
    font-weight: 500;
    color: #fff;
    background: #3F2E27;
    border-radius: 40px;
    overflow-x: hidden;
    z-index: 5;
    transition: all 0.3s ease;
    font-family: 'Lato', 'Noto Serif TC', serif;
}
.news-list .box:hover .btn.more {
    color: #fff;
    background: #D2A36C;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #ECE7E1;
}
.news-list.type1 .item {
    border-bottom: 1px solid #ECE7E1;
}
.news-list.type1 .date .years:before {
    content: '.';
}
.news-list.type1 .date .day {
    font-size: 45px;
}
.news-list .date .month,
.news-list .date .years {
    font-size: 18px;
    font-weight: normal;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 {
    margin: 0;
}
.news-list.type2 .item {
    box-sizing: border-box;
    padding: 0 0 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ECE7E1;
}
.news-list.type2 .box {
    box-sizing: border-box;
    margin: 0 auto;
}
.news-list.type2 .txt {
    padding-right: 25px;
}
.news-list.type2 .date .day{
    font-weight: normal;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    font-weight: normal;
    font-size: 18px;
}
.news-list.type2 .date .years:before {
    content: '.';
}
/*/n_type2*/
/*n_type3*/ 
.news-list.type3 .item {
    padding: 0 40px;
    margin: 0 0 40px;
    position: relative;
    border-left: solid #ECE7E1 1px;
}
.news-list.type3 .box {
    box-sizing: border-box;
    margin: 0 auto;
}
.news-list.type3 .date .day,
.news-list.type3 .date .month,
.news-list.type3 .date .years {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
    content: '.';
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item {
    padding: 0 15px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border: 0;
    display: flex;
    flex-direction: column-reverse;
}
.news-list.type4 .item:nth-of-type(2n) .box{
    flex-direction: column;
}
.news-list.type4 .item .box:hover{
    top: -10px;
}
.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 15px;
    width: auto;
    height: auto;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    color: rgb(63, 46, 39, 0.5);
    background: transparent;
    border-radius: 0;
    font-family: 'Lato', serif;
}
.news-list.type4 .item .date .day,
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years {
    display: inline;
    width: auto;
    font-size: 16px;
    font-weight: 500;
}
.news-list.type4 .item .date .years {
    order: 1;
}
.news-list.type4 .item .date .month {
    order: 2;
}
.news-list.type4 .item .date .day {
    order: 3;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .txt {
    position: relative;
    padding: 0 5px 15px 40px;
}
.news-list.type4 .item:nth-of-type(2n) .txt {
    padding: 15px 5px 0 40px;
}
.news-list.type4 .txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 3px;
    height: calc(100% + 20px);
    background: #D2A36C;
}
.news-list.type4 .item:nth-of-type(2n) .txt::before {
    top: -20px;
}
/*/n_type4*/
/*n_瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/n_瀑布流*/
/*------------ /news ------------*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-date{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
    margin: 0 0 10px;
    width: 60px;
    height: 60px;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: #3F2E27;
    border-radius: 100%;
    font-family: 'Lato', serif;
    z-index: 2;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 0;
    font-size: 25px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    font-weight: 500;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
    margin: 0 0 10px;
}
.news-title{
    position: relative;
    display: block;
    margin: 0 0 10px;
    padding: 10px 0 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.5;
    color: #3F2E27;
    font-family: 'Noto Serif TC', serif;
    border: 1px dashed #ddd;
    border-width: 1px 0;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list.type4 {
        margin: 0 -10px;
    }
    .news-list.type4 .item {
        padding: 0 10px;
    }
    .news-list.type4 .txt {
        padding: 0 5px 20px 30px;
    }
    .news-list.type4 .item:nth-of-type(2n) .txt {
        padding: 20px 5px 0 30px;
    }
    .news-list.type4 .txt::before {
        left: 10px;
    }
    .news-list.type4 .item .box:hover {
        top: 0;
    }
}