@charset "utf-8";
/*------------ 列表通用 index、news ------------*/
.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 .item .name{
    color: #000;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #777;
}
.news-list .item .description{
    color: #777;
    line-height: 1.5;
    max-height: 45px;
    -webkit-line-clamp: 2;
    transition: all .3s ease;
}
.news-list .item .box:hover .description{
    color: #BBB;
}
.news-list .date {
    font-family: 'Varta', sans-serif;
}
.news-list .txt {
    min-height: unset;
}
/*------------ /列表通用 index、news ------------*/
/*------------ list ------------*/
/*n_type1*/
.news-list.type1 {
    padding: 0 0 40px;
}
.news-list.type1 .date .day {
    font-size: 50px;
    font-weight: normal;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #F7F7F7;
}
.news-list.type1 .txt {
    width: 100%;
}
.news-list.type1 .more-box {
    display: none;
}
/*n_type1*/
/*n_type2*/
.news-list .btn.more{
    z-index: 5;
    overflow-x: unset;
    color: #000;
    background: #F7F7F7;
    line-height: 44px;
    border-radius: 40px;
    font-family: 'Varta', sans-serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more{
    color: #fff;
    background: #000;
}
.news-list.type2 .date .day {
    padding: 0 5px 0 0;
}
.news-list.type2 .description {
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 1.5;
}
.news-list.type2 .item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 .item {
    border-left: solid #ddd 1px;
    margin: 0 0 40px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -10px;
    margin-bottom: 0;
}
.news-list.type4 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    max-width: unset;
    border: 0;
    background: transparent;
}
.news-list.type4 .txt {
    padding: 20px 0 0 0;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: -75px 14px 40px;
    width: 120px;
    height: 36px;
    color: #000;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    border-radius: 36px;
}
.news-list.type4 .item .date .day{
    display: inline;
    width: auto;
    line-height: 40px; 
    padding: 0 5px 0 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    order: 1;
}
.news-list.type4 .item .date .month {
    display: inline;
    width: auto;
    line-height: 40px; 
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    order: 2;
}
.news-list.type4 .date .month:before {
    display: none;
}
.news-list.type4 .date .month::after {
    content: ', ';
}
.news-list.type4 .item .date .years {
    display: inline;
    width: auto;
    line-height: 40px; 
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    order: 3;
}
/*/n_type4*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/瀑布流*/
/*------------/list ------------*/
/*------------ content ------------*/
.btn-box {
    padding: 0;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-detail {
    padding: 0 0 40px;
}
.news-date{
    width: auto;
    margin: 0;
}
.news-date .day{
    display: inline-block;
    width: auto;
    line-height: 1;
    padding: 0 5px 0 0;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    order: 1;
}
.news-date .month{
    display: inline-block;
    width: auto;
    line-height: 1;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    order: 2;
}
.news-date .month:before{
    content: '.';
    display: none;
}
.news-date .month::after{
    content: ', ';
}
.news-date .years{
    display: inline-block;
    width: auto;
    line-height: 1;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    order: 3;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
    padding: 0 0 20px;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0;
    display: block;
    width: 100%;
    color: #000;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .name {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .news-detail {
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 480px){
    .news-list.type4 .item .date {
        margin: -65px 12px 30px;
        width: fit-content;
        height: 30px;
        padding: 0 10px;
        line-height: 1;
    }
    .news-list.type4 .item .date .day,
    .news-list.type4 .item .date .month,
    .news-list.type4 .item .date .years {
        line-height: 35px;
        font-size: 12px;
        font-weight: normal;
    }
}