body {
    background-color: #FAFAFA;
}

.case_nav {
    background-color: white;
}

.news_all {
    margin: 58px 0 63px;
}

.news_list {
    margin-top: 60px;
}

.news_one_left img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.news_one_left {
    flex-shrink: 0;
    overflow: hidden;
    width: 28%;
}

.news_one {
    cursor: pointer;
    display: flex;
    margin-bottom: 54px;
    background-color: white;
}

.news_one_right {
    width: 80%;
    padding: 20px 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_one_text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    width: 78%;
}

.news_one_text_tit {
    font-size: 24px;
    color: #000000;
}

.news_one_text_desc {
    line-height: 30px;
    margin-top: 20px;
}

.news_one_time {
    flex-shrink: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0042FF;
    text-align: center;
}

.news_one_time_p1 {
    font-size: 60px;
    font-weight: bold;
}

.news_one:hover .news_one_text,
.news_one:hover .news_one_time,
.news_one:hover .news_one_text_tit {
    color: white;
}

.news_one:hover {
    background-color: #3267FE;
    /* transition: all 0.5s ease-in-out; */
}

.news_one:hover .news_one_left img {
    transform: scale(1.09);
    transition: all 0.5s ease-in-out;
}


/*新闻详情*/

.newsinfo_all {
    padding: 3vw 7.8vw;
    background-color: white;
}

.ninfo_tit {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.ninfo_tit_all {
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
}

.ninfo_t2 {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
}

.ninfo_t2 p:first-child {
    margin-right: 8vw;
}

.ninfo_desc {
    margin-top: 40px;
    padding-bottom: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.page_news_all {
    border-top: 1px solid #DBDBDB;
    padding-top: 30px;
    color: #666666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}

.page_news_all a {
    display: block;
    color: #666666;
}

.ret_back {
    background-color: #0042FF;
    color: white !important;
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.ret_back span {
    display: block;
    position: relative;
    top: 0;
    transition: .5s;
}

.ret_back:hover span {
    top: -100%;
    transition: .5s;
}

@media (max-width:1024px) {
    .news_one {
        display: block;
    }
    .news_one_left,
    .news_one_right,
    .news_one_text {
        width: 100%;
    }
    .news_all {
        margin-top: 16px;
        margin-bottom: 40px;
    }
    .news_list {
        margin-top: 25px;
    }
    .news_one {
        margin-bottom: 20px;
    }
    .news_one_right {
        padding: 20px 15px;
    }
    .news_one_text_tit {
        font-size: 18px;
        /* font-size: 0.755rem; */
    }
    .news_one_text_desc {
        /* font-size: 12px; */
        font-size: 12px;
        line-height: 18px;
        margin-top: 7px;
        -webkit-line-clamp: 2;
    }
    .no_time {
        color: #000000;
        font-size: 13px;
        margin-bottom: 7px;
    }
    .news_one:hover .no_time {
        color: white;
    }
    .newsinfo_all {
        padding: 24px 15px;
    }
    .ninfo_tit {
        font-size: 20px;
    }
    .ninfo_t2 {
        margin-top: 12px;
        font-size: 0.3rem;
    }
    .ninfo_tit_all {
        padding-bottom: 12px;
    }
    .ninfo_desc {
        margin-top: 15px;
        padding: 0px 0 24px;
        line-height: 24px;
        font-size: 13px;
        text-indent: 2em;
    }
    .page_news_all {
        display: block;
    }
    .ret_back_all {
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }
    .ret_back {
        width: 106px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .page_news_left {
        font-size: 12px;
        line-height: 24px;
    }
}