@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
}

.news-list .btn.more {
    background: #444444;
    color: #fff;
}

.news-list .box:hover .btn.more {
    background: #444444;
}
.news-list .date{
    font-family: "Montserrat", serif !important;
}
.news-list.type3 .date {
    color:#444444;
}
.news-list.type3 .item{
    border-left: solid #DDD 1px;
}
.news-list.type3:before{
    display: none;
}
.news-list.type4 .pic:before,
.news-list.type2 .pic:before {
    content: "";
    background: linear-gradient(135deg, rgba(10, 4, 5, 0) 0%, rgba(10, 4, 5, 0.4) 100%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    display: none;
}

.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.news-list.type4 .item {
    margin: 0 0;
    padding: 0;
}

.news-list.type4 .item .box {
    transition: all .2s;
    border: none;
    padding: 0 9.5px;
}
.news-list.type4 .item .box:hover .date{
    background:  #982823;
}
.news-list.type4 .txt {
    padding: 0;
    position: static;
}

.news-list .item .box {
    transition: all .2s;
    top: 0;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .item .box:hover .pic img {
    opacity: 1;
}


.news-list.type4 .item .date {
    position: absolute;
    background: #444444;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin: 0;
    padding: 0;
    top: 16px;
    left: 27.5px;
    line-height: normal;
}

.news-list.type4 .item .date,
.news-date {
    border-radius: 100%;
    color: #FFFFFF;
    background: #444444;
    font-family: "Montserrat", serif;
    font-weight: normal;

}

.news-list.type4 .item .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -25px;
    font-family: "Montserrat", serif;
    font-size: 26px;
    letter-spacing: 0.05em;
}

.news-list.type4 .date .month,
.news-list.type4 .date .years {
    letter-spacing: 0.03em;
    font-family: "Montserrat", serif;
    font-weight: normal;
    font-size: 11px;
}

.news-list .item .name,
.news-list.type4 .name {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.1em;
    line-height: 1.75;
    max-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-list .box:hover .name {
    color: #982823;
}

.news-list .item .description {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #888;
    max-height: 50px;
    -webkit-line-clamp: 2;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    color: #0A0405;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    color: #242424;
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
        min-height: auto;
    
    }
    .news-list .pic {
        margin-bottom: 10px;
    }

    .news-list.type4 .item .date {
        width: 50px;
        height: 50px;
    }

    .news-list.type4 .item .date .day {
        font-size: 20px;
        margin-bottom: -20px;
    }

    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        font-size: 10px;
        letter-spacing: 0;
    }

    .news-list .item .name,
    .news-list.type4 .name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .news-list .item .description {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .news-list.type3 .item{
        margin: 0 0 40px;
    }
    .news-list.type2 .pic {
        padding-bottom: 0;
    }
}