﻿@media (max-width:6000px){
    html{
        font-size: calc(100vw/19.2) !important;
    }
}

@media (max-width:750px){
    html{
        font-size: calc(100vw/7.5) !important;
        text-size-adjust:none;
        -webkit-text-size-adjust:none;
    }
}

.w_1152{width: 60%;margin:0 auto;}

.new_tit{font-size: 0.4rem;color:#3e3a3a;padding:1rem 0 0.6rem 0;}
.new_js{font-size: 0.2rem;color:#595757;line-height: 0.4rem;}
.new_tit01{text-align: right;}
.new_conjs{display: flex;justify-content: space-between;}
.new_conjspic{width: 49.65%;position: relative;overflow:hidden;}
.new_conjsr{width: 46.95%;}
.new_conjs p{font-size: 0.16rem;line-height: 0.32rem;}
.new_conjsr h2{font-size: 0.3rem;color:#3e3a3a;padding-bottom: 0.3rem;}
.new_list ul{padding-top:0.6rem;display: flex;justify-content: space-between;}
.new_list ul li{width: 32%;}
.new_list ul li h2{font-size: 0.2rem;color:#000000;padding:0.24rem 0;}
.new_list ul li p{font-size: 0.16rem;line-height: 0.32rem;color:#595757;}
.new_video ul{display: flex;justify-content: space-between;}
.new_video ul li{width: 46%;}
.new_videobg{position: relative;}
.new_video ul li p{font-size: 0.16rem;color:#595757;padding:0.26rem 0 0 0.2rem;box-sizing: border-box;}
.new_fot{width: 9.3rem;margin:0.8rem auto;border-top:1px solid #b2b1b1;padding-top:0.48rem;}
.new_fot p{width: 80%;background:#499845;font-size: 0.24rem;color:#ffffff;font-weight: bold;line-height: 0.74rem;text-align: center;margin:0 auto;}
.nvideo_btn{width: 1rem;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);cursor: pointer;}
.nvideo_btn img{transition: all 0.3s linear;}
.nvideo_btn:hover img{transform: rotate(180deg);}
.new_fot p a{display: block;width: 100%;color:#595757;}

@media(max-width:1688px){
    .w_1152{width: 80%;}
}

@media(max-width:1024px){
    .w_1152{width: 90%;}
    .new_tit{font-size: 0.36rem;padding:0.7rem 0 0.4rem 0;}
    .new_js{font-size: 12px;line-height: 24px;}
    .new_conjs{flex-wrap: wrap;}
    .new_conjspic{width:100%;order:1;}
    .new_conjsr{width: 100%;order: 2;margin-top:0.4rem;}
    .new_conjs p{font-size: 12px;line-height: 24px;}
    .new_list ul{flex-wrap: wrap;}
    .new_list ul li{width: 100%;margin-bottom: 0.4rem;}
    .new_list ul li:nth-last-of-type(1){margin-bottom: 0;}
    .new_list ul li h2{font-size: 14px;}
    .new_list ul li p{font-size: 12px;line-height: 24px;}
    .new_video ul li{width: 49%;}
    .nvideo_btn{width: 0.6rem;}
    .new_video ul li p{font-size: 12px;}
    .new_fot{width: 90%;}
    .new_fot p{width: 100%;font-size: 12px;}
}