@charset "utf-8";
/*列表通用 index、news*/
.btn-box {
    padding: 0;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .3s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .date {
    color: #826037;
    font-family: 'Montserrat', serif;
}
.news-list .item .name{
    margin: 0 0 5px;
    color: #444;
    letter-spacing: 1px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #826037;
}
.news-list .item .description{
    color: #666;
    font-size: 15px;
    letter-spacing: 1.1px;
    line-height: 1.5;
}
.news-list .btn.more{
    position: relative;
    box-sizing: border-box;
    text-align: left;
    color: #826037;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.75px;
    background: transparent;
    font-family: 'Montserrat', serif;
    transition: all 0.3s ease;
    z-index: 5;
    overflow-x: unset;
    width: 160px;
    height: auto;
    line-height: 1;
}
.news-list .btn.more::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 9px;
    border-color: transparent transparent transparent #826037;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    background: transparent;
    color: #D0C3B3;
}
.news-list .box:hover .btn.more::before {
    border-color: transparent transparent transparent #D0C3B3;
}
/*/列表通用 index、news*/
/*n_type1*/
.news-list.type1 .item {
    border-bottom: 1px solid #d6d6d6;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #F2EFEB;
}
.news-list.type1 .btn.more {
    font-size: 14px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(208, 195, 179, 0.5);
    border-radius: 0;
    text-align: center;
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    transition: all 0.3s ease;
}
.news-list.type1 .btn.more::before {
    display: none;
}
.news-list.type1 .box:hover .btn.more {
    color: #D0C3B3;
    background: #1F1F27;
}
.news-list.type1 .date .day {
    font-size: 45px
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 .item {
    padding: 0 10px 20px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #d6d6d6;
}
.news-list.type2 .date {
    margin: 0 0 10px;
}
.news-list.type2 .more-box {
    margin: 30px 0 0;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0 -10px;
}
.news-list.type3:before {
    display: none;
}
.news-list.type3 .item {
    padding: 0 10px;
    margin: 0;
    border: 0;
}
.news-list.type3 .item .box {
    padding: 33px 33px;
    background: #F2EFEB;
}
.news-list.type3 .date {
    margin: 0 0 20px;
}
.news-list.type3 .txt {
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.news-list.type3 .more {
    position: relative;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 140px;
}
.news-list.type3 .btn.more::before {
    right: 0;
}
.news-list.type3 .description {
    -webkit-line-clamp: 2;
    max-height: 45px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box {
    transition: all .3s ease;
    border: 0;
    background: transparent;
}
.news-list.type4 .txt {
    padding: 15px 0 0;
    position: static;
    min-height: unset;
}
.news-list.type4 .item .date,
.news-date {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    border: 1px solid rgb(208, 195, 179, 0.5);
    border-radius: 0;
    font-family: 'Montserrat', serif;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date {
    color: #D0C3B3;
    background: #1F1F27;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
}
.news-list.type4 .description {
    max-height: 45px;
    -webkit-line-clamp: 2;
}
/*/n_type4*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/瀑布流*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-detail {
    margin: 0 0 40px;
}
.news-date{
    position: relative;
    text-align: center;
    top: unset;
    left: unset;
    width: 62px;
    height: 62px;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
    margin: 0 0 10px;
}
.news-title{
    color: #826037;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    border: 1px dashed #d6d6d6;
    border-width: 1px 0;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .news-list.type3 .item .box {
        padding: 15px;
    }
}
@media screen and (max-width: 1000px){
    .news-list .name{
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
    .news-list.type3 .item .box {
        padding: 20px 15px 25px;
    }
    .news-list.type3 .txt {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news-list.type3 .date {
        margin: 0 0 10px;
    }
    .news-list.type3 .btn.more {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        width: 120px;
    }
    .news-list.type3 .btn.more::before {
        border-width: 3px 0 3px 9px;
    }
    .news-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3 .box {
        margin: 0 auto 20px;
    }
}