.news_all {
    background-color: #F6F9FB;
}

.news_list_all,
.newsinfo_all {
    background-image: url('/skins/demo/images/news/med_bg1.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.news_list_one {
    display: flex;
    position: relative;
    padding: 35px 0;
    cursor: pointer;
}

.news_list_one::after {
    opacity: 0;
    content: " ";
    position: absolute;
    width: 77%;
    height: 100%;
    right: 0;
    top: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.06);
    /* transition: all 0.4s ease-in-out 0.1s; */
    transition: .4s;
}

.news_ol_time {
    color: #343434;
    font-size: 16px;
    margin-right: 34px;
    margin-top: 14px;
}

.news_ol_t1 {
    font-size: 30px;
}

.news_one_left {
    /* display: flex; */
    width: 38%;
    position: relative;
    z-index: 4;
}

.news_one_left img {
    border-radius: 10px;
}

.news_ol_right {
    width: 70%;
    padding-right: 3vw;
    padding-left: 7.7vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 4;
}

.news_or_tit {
    font-size: 22px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #010101;
}

.news_or_desc {
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    margin-top: 30px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.news_list_one:hover .news_or_tit {
    color: #2E3097;
}

.news_list_one:hover .news_or_desc {
    color: #333333;
}

.news_pages {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    align-items: center;
}

.news_pages_list {
    display: flex;
    align-items: center;
}

.news_pone {
    background-color: white;
    color: #010101;
    font-size: 18px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin: 0 10px;
    cursor: pointer;
}

.active_page {
    background-color: #2E3097;
    color: white;
}

.news_pages_next {
    margin-left: 40px;
    color: #666666;
    color: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.np_next {
    margin-right: 17px;
}

.news_pages_next i {
    font-size: 18px;
}

.news_pone:first-child {
    margin: 0 10px 0 0;
}


/*鏂伴椈璇︽儏*/

.newsinfo_a {
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.newsinfo_left {
    background-color: white;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
    padding: 40px 50px;
    margin-right: 40px;
    width: 73%;
}

.newsinfo_right {
    background-color: white;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
    padding: 30px;
    width: 24%;
}

.ninfo_left_top {
    text-align: center;
    padding: 20px 0;
    color: #666666;
}

.ninfo_left_top_t1 {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 10px;
}

.ninfo_left_desc {
    color: #555555;
    line-height: 24px;
    padding-bottom: 50px;
    border-bottom: 1px solid #EEEEEE;
}

.ninfo_n {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.ninfo_n_one {
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #EEEEEE;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 25px;
    transition: .4s;
}

.ninfo_n_one:hover {
    background-color: #2E3097;
    color: white;
    transition: .4s;
    border: 1px solid #2E3097;
}

.newsinfo_right_title {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
}

.newsinfo_right_one {
    padding: 20px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.newsinfo_right_one::after {
    content: " ";
    width: 0%;
    height: 1px;
    background-color: #2E3097;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .4s;
}

.newsinfo_right_one:hover .ninfo_rone_t1 {
    color: #2E3097;
}

.newsinfo_right_one:hover::after {
    opacity: 1;
    width: 100%;
}

.newsinfo_right_one:hover .jt_img {
    opacity: 1;
}

.ninfo_rone_t1 {
    align-items: flex-end;
    display: flex;
    line-height: 24px;
    justify-content: space-between;
    color: #333333;
}

.ninfo_rone_t2 {
    color: #999999;
    font-size: 14px;
    margin-top: 6px;
}

.ninfo_ronet2_span {
    color: #222222;
}

.jt_img {
    opacity: 0;
}

.fl_right img {
    width: 389px;
    height: 239px;
}

@media(min-width:1024px) {
    .news_list_one:hover::after {
        opacity: 1;
        /* transition: all 0.4s ease-in-out 0.1s; */
        transition: .4s;
        width: 77%;
    }
    .fl_right img聽{
        width: 389px;
        height: 239px;
    }
}

@media(max-width:1024px) {
    .news_one_left img{height:auto;}
    .news_pone {font-size: 14px;width: 30px;height: 30px;line-height: 30px;margin: 0 5px;}
    .news_list_one {
        display: block;
        box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.15);
        border-radius: 10px 10px 10px 10px;
        padding: 15px;
        margin-bottom: 30px;
    }
    .news_one_left,
    .news_one_right,
    .news_ol_right {
        width: 100%;
    }
    .news_ol_right {
        padding: 0;
    }
    .news_ol_time,
    .news_ol_t1 {
        color: #707070;
        font-size: 14px;
    }
    .news_ol_time {
        margin-bottom: 10px;
        margin-top: 8px;
    }
    .news_or_tit {
        font-size: 18px;
        line-height: 21px;
    }
    .news_or_desc {
        color: #707070;
        line-height: 20px;
        font-size: 12px;
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }
    .news_pages {
        margin-top: 0;
    }
    .news_pages_next {
        margin-left: 12px;
    }
    /*鏂伴椈璇︽儏*/
    .newsinfo_left {
        width: 100%;
        margin-right: 0;
        padding: 10px 15px 30px 15px;
    }
    .ninfo_left_top_t1 {
        font-size: 18px;
        line-height: 21px;
    }
    .ninfo_left_top {
        padding: 20px 10px 10px;
        font-size: 12px;
    }
    .ninfo_left_desc {
        padding-bottom: 30px;
    }
    .ninfo_n {
        margin-top: 20px;
        display: block;
    }
    .ninfo_n_one {
        margin-bottom: 12px;
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
    .news_list_all,
    .newsinfo_all {
        background-image: url(../images/news/med_bg_m.png);
    }
    .newsinfo_a {
        margin: 20px 0 50px;
    }
}