@charset "utf-8";
/*列表通用 index、news*/
.news-list .date{
    color: #A87C31;
    font-family: 'Tenor Sans', sans-serif;
    transition: all .3s;
}
.news-list .box:hover .date{
    color: #fff;
}
.news-list.type4 .date{
    background: linear-gradient(to right, rgba(201,166,91,1) 0%,rgba(168,124,49,1) 100%);
    color: #fff; 
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type1 .txt{
    align-items: center;
}
.news-list .name{
    color: #533F26;
}
.news-list .box:hover .name{
    color: #fff;
}
.news-list .description{
    color: #7D6E6C;
    font-size: 14px;
}
.news-list.type1 .description{
    max-height: 24px;
    -webkit-line-clamp: 1;
}
.news-list .box:hover .description{
    color: rgba(255,255,255,0.7);
}
.news-list.type1 .item{
    background: #fff;
    padding: 0 10px;
    transition: all .3s;
}
.news-list.type3 .item{
    padding: 0 20px;
    margin: 4px 0;
    border-left: none;
}
.news-list.type3:before{
    display: none;
}
.news-list .item .box{
    background: #fff;
    padding: 0 10px;
    transition: all .3s;
}
.news-list  .item:hover .box{
    background: #C9A65B;
}
.news-list.type1  .item:hover{
    background: #C9A65B;
}
.news-list.type1 .item+.item {
    margin-top: 16px;
}
.news-list.type1 .btn.more{
    width: 32px;
    height: 10px;
    background:#533F26;
    mask: url(../../../images/layout05/common/index/moreic.png) 0% 0% repeat;
    mask-size: contain;
    display: block;
    transition: all .4s ease;
    border: none;
    font-size: 0;
}
.news-list.type1 .box:hover .btn.more{
    background:#fff;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list.type1 .date{
    font-size: 32px;
    font-weight: normal;
    padding: 0;
}
.news-list .btn.more{
    font-family: 'Tenor Sans', sans-serif;
    background: linear-gradient(to right, rgba(201,166,91,1) 0%,rgba(168,124,49,1) 100%);
    background: #C9A65B;
    color: #fff;
    border-radius: 0;
    bottom: 10px;
    border: 1px solid rgb(255 255 255 / 10%);
}
.news-list .box:hover .btn.more{
    background: #fff!important;
    color: #A87C31;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
    width: 100%;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    color: #ffffff;
    font-size: 25px;
    padding-left: 1px;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 500;
    background: linear-gradient(to right, rgba(201,166,91,1) 0%,rgba(168,124,49,1) 100%);
    width: 120px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 0 5px;
}
.news-date .years{
    font-size: 14px;
    order: 2;
} 
.news-date .day{
    order:1;
}
.news-date .month{
    order:3;
    font-size: 14px;
}
.news-date .day:after{
    content: '/';
    margin: 0 5px;
    font-size: 20px;
    position: relative;
    top: -2px;
    
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.news-detail{
    border-bottom:  1px dashed #d7ccb7;
    padding-bottom: 20px;
}
.btn-box{
    text-align: left;
}
/*------------ 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;
    }
}
@media screen and (max-width: 767px) {
    .news-list.type2 .btn.more {
        bottom: -10px;
    }
}