body {
    background-color: #F3F9F9;
}

.news_all {
    padding-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.news_lone {
    background-color: #FFFFFF;
    margin-bottom: 30px;
    display: flex;
}

.news_lone_img {
    width: 34.2%;
    overflow: hidden;
    flex-shrink: 0;
}

.news_lone_img img {
    width: 100%;
    transition: .5s;
}

.news_lone_t1 {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}

.news_lone_text {
    color: #888888;
    /* padding: 40px 30px 50px; */
    padding: 2.4vw 3vw 2vw 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_lone_time {
    font-size: 14px;
    margin: 11px 0 8px;
}

.news_lone_desc {
    font-size: 16px;
    line-height: 26px;
}

.news_lone_more {
    color: #999999;
    display: flex;
    align-items: center;
}

.news_lone_more img {
    margin-left: 12px;
}

.news_aleft {
    width: 75%;
}

.news_lone:hover .news_lone_img img {
    transition: .5s;
    transform: scale(1.09);
}

.news_limg {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.news_lone:hover .news_limg {
    transition: .5s;
    transform: scale(1.09);
}

.news_lone:hover .news_lone_t1,
.news_lone:hover .news_lone_more {
    color: #2CB8C4;
}

.news_lone_more .show_img1 {
    width: 22px;
    transition: all 0.5s ease-out;
}

.news_lone_mimg {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.show_img2 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.5s ease-out;
}

.news_lone:hover .show_img2 {
    opacity: 1;
    transition: all 0.5s ease-out;
    transform: translateX(0px);
}

.news_lone:hover .show_img1 {
    opacity: 0;
    transform: translateX(35px);
}

.news_aright {
    background: #FFFFFF;
    width: 22%;
    padding: 5px 13px;
    font-size: 18px;
}

.news_aright_t1 {
    padding: 18px 0;
    color: #2CB8C4;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #ECECEC;
}

.news_aright_tit {
    position: relative;
    padding-left: 10px;
}

.news_aright_tit::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
    background-color: #2CB8C4;
}

.news_aright_t2 {
    border-bottom: 1px solid #ECECEC;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.news_aright_t2img {
    height: 242px;
    overflow: hidden;
    transition: .5s;
}

.news_aright_t2text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    padding: 0px 15px;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
}

.news_aright_t3 {
    margin-top: 10px;
}

.news_at3_one {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ECECEC;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
}

.news_at3_otext {
    padding: 6px 15px;
    font-size: 12px;
    color: #999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_at3_otext1 {
    color: #333333;
    font-size: 14px;
}

.news_at3_oimg {
    width: 58%;
    overflow: hidden;
}

.news_at3_oimg img {
    width: 100%;
    transition: .5s;
}

.news_at3_one:hover .news_at3_oimg img {
    transition: .5s;
    transform: scale(1.19);
}

.news_at3_one:hover .news_at3_otext1 {
    color: #2CB8C4;
}

.news_aright_t2:hover .news_aright_t2img {
    transition: .5s;
    transform: scale(1.19);
}

.newsinfo_left {
    background-color: #FFFFFF;
    padding: 60px 40px;
}

.newsinfo_title {
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
}

.newsinfo_title1 {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.newsinfo_tdesc {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AAAAAA;
    margin: 15px 0;
}

.newsinfo_tdtime {
    margin-left: 20px;
}

.newsinfo_con {
    margin: 30px 0;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.newsinfo_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #333333;
}

.newsinfo_bot_getmore {
    width: 130px;
    height: 44px;
    background: #2CB8C4;
    overflow: hidden;
    text-align: center;
    line-height: 44px;
    color: #FFFFFF;
}

.newsinfo_bot_getmore span {
    display: block;
    top: 0;
    position: relative;
    transition: all 0.5s ease;
}

.newsinfo_botlist a {
    color: #333333;
}

.newsinfo_botlone:first-child {
    margin-top: 0;
}

.newsinfo_botlone {
    margin: 16px 0;
}

.newsinfo_botlone:hover {
    color: #2CB8C4;
}

.newsinfo_bot_getmore:hover span {
    top: -100%;
    transition: all 0.5s ease;
}

.opacity_img_n {
    opacity: 0;
}

.pages_alist_m {
    display: none;
}

@media(max-width:1160px) and (min-width:1024px) {
    .nav_aone {
        max-width: 15%;
    }
    .nav_all_left {
        width: 62%;
    }
}

@media(max-width:1024px) {
    .news_aleft {
        width: 100%;
    }
    .news_lone {
        display: block;
        margin-bottom: 20px;
    }
    .news_lone_img {
        width: 100%;
    }
    .news_lone_text {
        padding: 20px 15px 10px;
    }
    .news_lone_desc,
    .news_lone_more {
        display: none;
    }
    .news_lone_time {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
    }
    .news_lone_t1 {
        font-size: 15px;
    }
    .time_img {
        width: 20px;
    }
    .pages_prev,
    .pages_next {
        background-color: #2CB8C4;
        font-size: 13px;
        color: #fff;
        border: none;
        width: 75px;
        height: 32px;
        line-height: 32px;
        padding: 0;
    }
    .pages_all {
        justify-content: space-between;
        align-items: center;
    }
    .pages_alist {
        margin: 0 2vw;
        font-size: 15px;
        color: #333333;
    }
    .pages_althis {
        color: #2CB8C4;
    }
    .news_aright {
        display: none;
    }
    .newsinfo_left {
        /* padding: 45px 15px; */
        padding: 35px 15px;
    }
    .newsinfo_title1 {
        font-size: 20px;
    }
    .newsinfo_tdesc {
        display: block;
        margin: 10px 0;
        font-size: 13px;
    }
    .newsinfo_tdtime {
        margin-top: 3px;
    }
    .newsinfo_con {
        margin: 25px 0;
        font-size: 13px;
        line-height: 22px;
    }
    .newsinfo_botlist {
        display: none;
    }
    .newsinfo_bot_getmore {
        width: 92px;
        height: 32px;
        line-height: 32px;
        background-color: #04D2E9;
        font-size: 13px;
    }
    .newsinfo_bot {
        justify-content: flex-end;
    }
}

@media(max-width:320px) {
    .nav_aone {
        max-width: 24%;
    }
}