.newslist_all {
    /* padding-top: 30px; */
    /* padding-bottom: 60px; */
    padding-top: 1.55vw;
    padding-bottom: 3vw;
}

.newslist1_all {
    /* margin: 70px 0; */
    margin: 3.3vw 0;
    display: flex;
    /* max-height: 22vw; */
    overflow: hidden;
    /* padding-bottom: 70px; */
    padding-bottom: 3.3vw;
    border-bottom: 1px solid #E6E6E6;
}

.newslist1_left {
    width: 48%;
    flex-shrink: 0;
    transition: all 0.5s ease;
    position: relative;
}

.newslist1_left::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    transform: scale(2) rotate(45deg) translate3d(0, -100%, 0);
    transition: transform .8s;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}

.newslist1_left_show::before {
    opacity: 1;
    transform: scale(2) rotate(45deg) translate3d(0, 100%, 0);
}

.newslist1_right {
    padding-left: 60px;
    width: 52%;
    box-sizing: border-box;
}

.n1_rone_t1 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.n1_rone_time {
    margin-top: 8px;
}

.newslist1_right_one {
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 20px 0; */
}

.newslist1_right_one_all:last-child {
    border-bottom: none;
}

.newslist1_right_one_all {
    /* height: 80px; */
    /* line-height: 40px; */
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 20px 0;
    transition: height 0.5s ease;
    height: 70px;
}

.news1_show {
    /* height: 274px; */
    /* line-height: normal; */
    /* line-height: normal; */
    /* padding-bottom: 33px; */
    height: 274px;
    transition: all 0.5s ease;
}

.n1_isshow {
    opacity: 0;
    height: 0;
    /* transition: all 0.5s ease; */
}

.news1_show .n1_isshow {
    opacity: 1;
    height: auto;
    /* transition: all 0.5s ease; */
}

.n1_rone_desc {
    line-height: 30px;
    font-size: 16px;
    /* margin-bottom: 50px; */
    margin-bottom: 2.5vw;
}

.n1_one_line {
    width: 0px;
    height: 2px;
    background-color: #B90012;
    margin: 15px 0;
    transition: 0.5s;
    transform: rotate(15deg)
}

.news1_show .n1_one_line {
    width: 35px;
    transition: 0.5s;
    transform: rotate(0deg)
}

.newslist2_all {
    /* display: flex;
    flex-wrap: wrap; */
    border-bottom: 1px solid #E6E6E6;
    /* margin-bottom: 50px; */
    margin-bottom: 2.5vw;
}

.newslist2_one {
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
    /* margin-bottom: 50px; */
    margin-bottom: 2.5vw;
}

.newslist2_one_img {
    width: 100%;
    /* height: 290px; */
    height: 15.15vw;
    overflow: hidden;
    position: relative;
}

.newslist2_one_img::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    transform: scale(2) rotate(45deg) translate3d(0, -100%, 0);
    transition: transform .8s;
    pointer-events: none;
    z-index: 1;
}


/* .newslist2_one:hover .newslist2_one_img::before {
    transform: scale(2) rotate(45deg) translate3d(0, 100%, 0);
} */

.newslist2_one:hover .n2_oneimg {
    transition: 0.5s;
    transform: scale(1.09);
}

.newslist2_one:hover .n2_otext_tit {
    color: #B90012;
}

.n2_oneimg {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.newslist2_one_text {
    /* padding: 20px 13px; */
    padding: 1vw 13px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    font-family: Microsoft YaHei;
}

.n2_otext_tit {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0px 0 10px;
}

.n2_otext_desc {
    font-size: 16px;
    letter-spacing: 1px;
}


/*新闻详情*/

.ninfo_ftime {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #666666;
}

.ninfo_ftit {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 27px;
}

.ninfo_ftit .cinfo_tit {
    border-bottom: none;
    padding-bottom: 30px;
}

.ninfo_ftime p {
    margin: 0 15px;
}

.ninfo_fleft {
    width: 77.5%;
}

.ninfo_fright {
    width: 22.5%;
    background: #F8F8F8;
    margin-left: 40px;
    padding: 30px 28px;
    flex-shrink: 0;
}

.niright_tit {
    border-bottom: 1px solid #E7E7E7;
    font-size: 18px;
    font-weight: bold;
    color: #B80011;
    padding-bottom: 10px;
}

.niright_one {
    padding: 15px 0 15px 15px;
    position: relative;
    font-size: 16px;
    color: #666666;
}

.niright_one::before {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #B90012;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.niright_one::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #B90012;
    content: " ";
    opacity: 0;
    transition: all 0.5s ease;
    transform: rotate(15deg);
}

.niright_one:hover::after {
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    transform: rotate(0deg);
}

@media (min-width:1024px) {
    .newslist2_one:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width:1024px) {
    .newslist2_all {
        margin-top: 25px;
        margin-bottom: 25px;
        border-bottom: none;
    }
    .newslist2_one_img {
        height: 217px;
    }
    .newslist2_one_text {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 20px;
        /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    }
    .n2_otext_tit {
        font-size: 18px;
        -webkit-line-clamp: 1;
        margin: 6px 0 8px;
    }
    .n2_otext_desc {
        font-size: 12px;
        letter-spacing: 0;
    }
    .ninfo_ftit .cinfo_tit {
        padding-bottom: 15px;
    }
    .ninfo_ftime {
        font-size: 12px;
    }
    .ninfo_ftit {
        padding: 0 0 15px;
    }
    .ninfo_ftime p {
        margin: 0 10px;
    }
}

@keyframes c_right {
    0% {
        left: 0px;
        opacity: 1;
    }
    30% {
        left: 0px;
        opacity: 1;
    }
    34% {
        left: 100%;
        opacity: 0;
    }
    96% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}