@charset "utf-8";
/*------------ news ------------*/
/*列表通用 index、news*/
.news-list .item .box{
    transition: all .3s ease;
}
.news-list .item .name{
    color: #32302D;
    letter-spacing: 1px;
    line-height: 24px;
    max-height: 24px;
    height: 24px;
    -webkit-line-clamp: 1;
    margin: 0 0 5px;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #6A080C;
}
.news-list .item .description{
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    color: #545454;
    line-height: 1.8;
    max-height: 50px;
    height: 50px;
    -webkit-line-clamp: 2;
    transition: all 0.3s ease;
}
.news-list .box:hover .description{
    color: #666;
}
.news-list .date {
    color: #32302F;
    font-family: 'Ysabeau Infant', serif;
}
/*/列表通用 index、news*/
/*n_瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/n_瀑布流*/
/*n_type2*/
.news-list.type2 {
    margin: 0 -15px;
}
.news-list.type2 .item {
    padding: 0 15px;
    border: 0;
    margin-bottom: 40px;
}
.news-list.type2 .box {
    padding: 0 0 40px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.news-list.type2 .date {
    margin: 0 0 10px;
}
.news-list .btn.more {
    background: #444;
    color: #fff;
    bottom: 40px;
    padding: 0 0 10px;
    width: 120px;
    font-size: 13px;
    border-radius: 0;
    font-family: 'Ysabeau Infant', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more{
    color: #fff;
    background: #D2AA54;
}
/*/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 #ddd;
    padding: 10px 40px;
    margin: 0 auto;
}
.news-list.type3 .item:nth-of-type(3n+1) .box {
    border: 0;
}
.news-list.type3 .date {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
    color: #D4AA56;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years {
    margin: 0;
    line-height: 18px;
    font-size: 18px;
}
.news-list.type3 .name {
    margin: 0 0 10px;
}
.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{
    border: none;
}
.news-list.type4 .txt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 14px 10px 0 10px;
    min-height: unset;
}
.news-list.type4 .txt_in {
    box-sizing: border-box;
    width: calc(100% - 75px);
}
.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -66px 0 0;
    padding: 0;
    line-height: 1;
    width: 55px;
    height: 120px;
    background: #fff;
    border-radius: 0;
    font-family: 'Ysabeau Infant', serif;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #450D05;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1;
    margin: 0 0 -110px;
    font-size: 35px;
    font-weight: 600;
    color: #32302F;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date .day {
    color: #D4AA56;
}
.news-list.type4 .item .date .day::before {
    content: '';
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 24px;
    background: #D4AA56;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    color: #D4AA56;
    font-size: 12px;
    font-weight: bold;
    margin-top: -135px;
}
.news-list.type4 .item .description{
    line-height: 20px;
    max-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
}
/*/n_type4*/
/*------------ /news ------------*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.share_box{
    width: 100%;
    order: 3;
}
.news-date{
    display: flex;
    color: #D4AA56;
    font-family: 'Ysabeau Infant', serif;
    margin: 0 0 20px;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order: 3;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.news-date .day::before {
    content: '.';
}
.news-date .month{
    order: 2;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.news-date .month::before {
    content: '.';
}
.news-date .years {
    order: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.news-title{
    color: #32302D;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.news-detail{
    position: relative;
}
.share_box{
    text-align: left;
    margin: 0 0 20px;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .news-list.type2 {
        margin: 0 -10px;
    }
    .news-list.type2 .item {
        padding: 0 10px;
    }
    .news-list.type4 {
        margin: 0 -10px;
    }
    .news-list.type4 .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
@media screen and (max-width: 767px) {
    .news-list.type2 .txt {
        margin: 0;
        padding: 15px 10px 0;
    }
    .news-list.type2 .btn.more {
        position: relative;
        bottom: 0;
        margin: 15px auto 0;
    }
}
@media screen and (max-width: 480px){
    .news-list.type2 {
        margin: 0 -5px;
    }
    .news-list.type2 .item {
        padding: 0 5px;
    }
    .news-list.type4 {
        margin: 0 -5px;
    }
    .news-list.type4 .item {
        padding: 0 5px;
    }
    .news-list.type4 .item .date {
        width: 50px;
        height: 100px;
    }
    .news-list.type4 .item .date .day {
        margin: 0 0 -100px;
        font-size: 30px;
    }
    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        font-size: 11px;
        margin-top: -120px;
    }
}