@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .5s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px;
}
.news-list .item .name{
    color: #444;
    letter-spacing: 2px;
    transition: all 0.5s ease;
}
.news-list .box:hover .name{
    color: #A38B77;
}
.news-list .item .description{
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #666;
    max-height: 48px;
    height: 48px;
}
.news-list .date {
    color: #62403C;
    font-family: 'Tenor Sans', serif;
}
/*/列表通用 index、news*/
/*n_type1*/
.news-list.type1 {
    margin: 0 0 40px;
}
.news-list.type1 .item {
    border-bottom: 1px solid #A38B77;
}
.news-list.type1 .date .day {
    font-weight: normal;
}
.news-list.type1 .month,
.news-list.type1 .years {
    font-weight: normal;
}
.news-list.type1 .more-box {
    padding: 0 55px 0 0;
}
.news-list .btn.more {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    color: transparent;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 0;
    background: transparent;
    border: 1px solid #A38B77;
    border-radius: 100%;
    transition: all 0.5s ease;
    overflow-x: unset;
    z-index: 5;
}
.news-list .box:hover .btn.more {
    background: #A38B77;
}
.news-list .btn.more:before {
    content: "\f054";
    font-size: 12px;
    font-family: 'icon-font' !important;
    color: #A38B77;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.news-list .box:hover .btn.more:before{
    color: #fff;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list.type1 .txt {
    display: flex;
    align-items: center;
    width: calc(100% - 105px);
}
.news-list.type1 .date {
    padding: 0 25px;
    line-height: 0;
}
.news-list.type1 .date .day {
    line-height: 55px;
    font-weight: normal;
}
.news-list.type1 .month,
.news-list.type1 .years {
    margin: 0;
    line-height: 1;
    font-weight: normal;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 {
    margin: 0 -15px;
}
.news-list.type2 .item {
    padding: 0 15px;
    margin: 0;
    border: 0;
}
.news-list.type2 .box {
    padding: 0 0 40px;
    margin: 0 0 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-bottom: 1px solid #c7b7ab;
}
.news-list.type2 .pic {
    box-sizing: border-box;
    float: none;
    margin: 0;
    width: 180px;
    border-radius: 15px;
}
.news-list.type2 .txt {
    box-sizing: border-box;
    width: calc(100% - 180px);
    padding-right: 30px;
}
.news-list.type2 .date {
    display: flex;
    margin: 0 0 45px;
}
.news-list.type2 .date .day {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    order: 3;
}
.news-list.type2 .date .month{
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    order: 2;
}
.news-list.type2 .date .years {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    order: 1;
}
.news-list.type2 .date .day:before {
    content: '.';
}
.news-list.type2 .date .month:before {
    content: '.';
}
.news-list.type2 .date .years:before {
    content: '';
}
.news-list.type2 .description {
    font-size: 16px;
    text-align: left;
    max-height: 48px;
    height: 48px;
}
.news-list.type2 .btn.more {
    display: none;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3:before {
    display: none;
}
.news-list.type3 .item {
    border: 0;
    padding: 0;
    margin: 0 0 40px;
}
.news-list.type3 .item .box {
    border-left: 1px solid #A38B77;
    padding: 10px 40px;
    margin: 0 auto;
}
.news-list.type3 .item:nth-of-type(3n+1) .box {
    border: 0;
}
.news-list.type3 .date {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years {
    margin: 0;
    line-height: 18px;
    font-size: 18px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item {
    margin: 0 0 40px;
    padding: 0 15px;
}
.news-list.type4 .item .box {
    border: 0;
    background: transparent;
}
.news-list.type4 .item .date {
    border-radius: 5px;
    color: #62403C;
    font-weight: 400;
    background: #EDE7E1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 15px 10px;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 1;
    font-family: 'Tenor Sans', serif;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .txt {
    padding: 0;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 13px;
    font-weight: normal;
}
/*/n_type4*/
/*al_瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/al_瀑布流*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-date{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 0.5;
    letter-spacing: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    font-weight: normal;
    color: #62403C;
    background: #EDE7E1;
    border-radius: 5px;
    font-family: 'Tenor Sans', serif;
    z-index: 2;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.';
}
.news-date .month,
.news-date .years{
    font-size: 13px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.share_box {
    display: block;
    text-align: left;
    width: 100%;
    order: 2;
    margin: 0 0 10px;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #444;
    padding: 0 0 10px;
    margin: 10px 0;
    display: block;
    width: 100%;
    border-bottom: 2px dotted rgb(163, 139, 119, 0.3);
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .news-list.type2 {
        margin: 0 -10px;
    }
    .news-list.type2 .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list .item .description,
    .news-list.type2 .description{
        font-size: 15px;
    }
    .news-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .news-list.type1 .more-box {
        display: none;
    }
    .news-list.type1 .txt {
        width: 100%;
    }
    .news-list.type1 .more-box {
        padding: 0;
    }
    .news-list.type1 .date .day {
        line-height: 40px;
        font-weight: normal;
    }
    .news-list.type1 .date {
        padding: 0 15px;
    }
    .news-list.type1 .txt {
        width: 100%;
    }
    .news-list.type2 .box {
        padding: 0 0 10px;
        flex-direction: column;
    }
    .news-list.type2 .pic {
        padding: 0;
        width: auto;
        height: auto;
    }
    .news-list.type2 .txt {
        width: 100%;
        padding: 10px 0 0;
        margin: 0;
    }
    .news-list.type2 .date {
        margin: 0 0 25px;
    }
}