﻿/* ============================================================
   样式重置
   ============================================================ */
*{box-sizing:border-box; cursor:pointer; -webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:400;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
img{display:inline-block;overflow:hidden;vertical-align:top; width:100%;}
em{font-style:normal;}
strong{font-weight:bolder;}
table{border-collapse:collapse;border-spacing:0;}
button,input{cursor:pointer;border:0 none;-webkit-appearance: none;appearance:none; border-radius: 0;}
textarea{word-wrap:break-word;resize:none;}  /* word-wrap for opera, resize for webkit */
menu{margin:0;padding:0;}
body{margin: 0 auto;-webkit-user-select: none;-webkit-text-size-adjust: none!important;font-family:"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-size: 0.26rem;font-weight: 400;background:#fff; color:#333;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
input,textarea{font-family:"Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 400;}
input[type="number"]{-webkit-user-select:text;}
a,button,input{-webkit-touch-callout:none;}/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input,select,textarea{outline:none;background: none;font-weight: 400;}
/* input { -webkit-appearance: none; } */
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a,button,input,select,li{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d){
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a,button,input,select{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
}
a{text-decoration:none;}
.fl{
    float:left;
}
.fr{
    float:right;
}
/*弹性盒子*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-top{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:center;align-items:flex-start;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-space-around{-webkit-justify-content:space-around;justify-content:space-around;}
.flex-space-between{-webkit-justify-content:space-between;justify-content:space-between;}
.hor-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}
.ver-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}
.hor-gap{width:1px;height:100%;line-height:0}
.ver-gap{height:1px;width:100%;line-height:0}

/*弹性盒子*/
.between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.start{display: flex;display: -webkit-flex; justify-content: flex-start;-webkit-justify-content: flex-start}
.end{display: flex;display: -webkit-flex; justify-content: flex-end;-webkit-justify-content: flex-end}
.middle{display: flex;display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.v-bottom{display: flex;display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.v-baseline{display: flex;display: -webkit-flex;-webkit-align-items:baseline;align-items:baseline;}
.col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}　
                                                                                          .fn-hide{display:none}

.clearfix:after,.clearfix:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom: 1; }
::-moz-placeholder { color: #777; font-size:0.3rem;}
::-webkit-input-placeholder { color: #777; font-size: 0.3rem;}
:-ms-input-placeholder { color: #777;  font-size: 0.3rem;}

.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.midcenter {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center; align-items: center;}

html {overflow-y: auto;overflow-x: hidden;height: 100%;max-width:750px; margin:0 auto;}
body{max-width:750px;min-height: 100%;box-sizing:border-box;margin: 0 auto;overflow: hidden;-webkit-overflow-scrolling: touch;position:relative;}


.page1{background: linear-gradient( 180deg, rgba(217,241,227,0) 0%, #A3E8D9 8%, #E1F1F1 100%) no-repeat;background-color: #E1F1F1;}
.page1-1{background: linear-gradient( 180deg, rgba(217,241,227,0) 0%, #F3F4F8 10%, #F3F4F8 100%);background-attachment:fixed}
.bk{ margin:0 .32rem;}
.bk img{ display:block}
.top{position: relative;}
.top .logo{
    width: 3rem;
    height: .94rem;
    position: absolute;
    left: .3rem;
    top: .35rem;
}
.banner{margin-top: -20px;}
.tabs{
    width: 3.2rem;
    height: .72rem;
    background: #FFFFFF;
    border-radius: .36rem;
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #666666;
    justify-content: center;
    margin-top: 0.95rem;
}


.tabs span:first-child{
    margin-right: .36rem;
}
.tabs em{
    font-style: normal;
    position: relative;
    z-index: 9;
    align-items: center;
}
.tabs .cur{
    font-weight: 600;
    font-size: .28rem;
    color: #222222;
    position: relative;
}
.tabs .cur i{
    position: absolute;
    width: 1.12rem;
    height: .14rem;
    background: linear-gradient( 270deg, rgba(154,225,155,0.2) 0%, #9FE255 100%);
    border-radius: 4px;
    left: 0;
    bottom: 0;
}
.tabs.pos{width: 2.5rem;padding: 0 .29rem;}
.tabs.pos .ico-pos{
    width: .3rem;
    height: .3rem;
    margin-right: 2px;
}
.tabs.pos .ico{
    width: .24rem;
    height: .24rem;
    background:url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/jt.png) no-repeat;
    background-size:100% 100%;
    position: relative;
}

.xy-pro{
    font-size: .28rem;
    color: #000;
    background: #FFFFFF;
    border-radius: 0.24rem;
    margin-bottom: 0.16rem;
    padding: 0.3rem;
    margin-top: .4rem;
}

.wrap{
    /*background: linear-gradient( 184deg, #9ABEFF 0%, #3C6ADB 100%);*/
}
.menus{
    display: flex;
    gap:.35rem;
    margin: .24rem 0;
}
.menus .item{
    width: 2.12rem;
    height: 1.86rem;
    background: #FFFFFF;
    border-radius: .12rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: .3rem;
    color: #000000;
}
.menus .item img{
    display: block;
    width: .64rem;
    height: .64rem;
    margin-bottom: .16rem;
}

.list-1 .item{
    display: flex;
    height: 1.47rem;
    background: #FFFFFF;
    border-radius: .12rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .24rem;
}
.list-1 .item h2{
    font-weight: 600;
    font-size: .3rem;
    color: #000000;
    margin-bottom: 5px;
}
.list-1 .item p{
    font-weight: 400;
    font-size: .24rem;
    color: #999;
}
.list-1 .item .ico{
    width: .72rem;
    height: 1.47rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3EDFF;
    border-radius: .12rem 0px 0px .12rem;
    margin-right: .24rem;
}
.list-1 .item .ico img{
    width: .32rem;
    height: .32rem;
}
.list-1 .item .play{
    width: .64rem;
    height: 1.47rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.24rem;
}
.list-1 .item .play img{
    width: .64rem;
    height: .64rem;
}
.list-1 .item .flex{
    align-items: center;
}
.title{
    height: 1.27rem;
    background:url(../images/title.png) no-repeat;
    background-size:100% 100%;
    margin-bottom: .12rem;
    margin-top: -0.4rem;
    color: #fff;
    font-weight: bold;
    font-size: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-2{
    margin-top: 0.24rem;
}
.list-2 .item{
    display: flex;
    padding: .49rem .32rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    font-size: .28rem;
    color: #000;
    align-items: center;
    height: 1.28rem;
    background: #FFFFFF;
    border-radius: .24rem;
    margin-bottom: .16rem;
}
.list-phone .item{
    display: block;
    height: auto;
    padding: .4rem .32rem;
    border: 0;
    padding-bottom: 0.2rem;
}
.list-phone .item em{
    display: flex;
    align-items: center;
    color: #007EFF;
}
.list-phone .item em a{
    color: #007EFF;
    text-decoration: underline;
    margin-right: .1rem;
}
.list-2 .item:last-child{
    border: 0;
}
.list-2 .item .flex{
    align-items: center;
}

.list-2 .item .name{
    color: #000;
}
.list-2 .item .name i,.list-phone p .tag{
    /*width: 1rem;*/
    height: .32rem;
    background: linear-gradient( 116deg, #289179 0%, #39BD7A 100%);
    border-radius: 4px;
    font-size: .2rem;
    color: #FFE872;
    font-style: normal;
    padding: 1px 5px;
    margin-top: 0.04rem;
}
.list-phone p .tag{margin-left: .16rem;}
.list-2 .item .phone{
    width: .24rem;height:.24rem;margin-right: 5px;
}
.list-2 .item .sj{
    width: .28rem;height:.28rem;margin-left: .12rem;
}
.back{
    width: .32rem;
    height: .32rem;
    background:url(../images/back.png) no-repeat;
    background-size:100% 100%;
    position: absolute;
    left: .32rem;
    top: .32rem;

}
.list-wx .item h2{
    font-weight: 600;
    font-size: .3rem;
    color: #000000;
}
.list-wx .item p{
    margin-top: .12rem;
    font-size: .24rem;
    color: #999;
}
.list-phone p{
    display: flex;
    /*align-items: center;*/
    margin-bottom: .25rem;
    font-size: .26rem;
    color: #000000;
}
.list-phone p .label{
    width: 1.1rem;
    font-size: .26rem;
    color: #666666;
    margin-right: .32rem;
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.plan-box{
    background: #FFFFFF;
    border-radius: .24rem;
    margin-top: -1.6rem;
    padding: 0 .32rem .3rem;
}
.tabs-plan{
    padding: .4rem 0 .26rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.tabs-plan span{
    flex: 1;
    text-align: center;
    font-size: .26rem;
    color: #666666;
}
.tabs-plan span.cur{
    font-weight: bold;
    font-size: .28rem;
    color: #222;
    position: relative;
}
.tabs-plan span.cur i{
    width: 2.18rem;
    height: .12rem;
    background: linear-gradient( 270deg, rgba(154,225,155,0.2) 0%, #9FE255 100%);
    border-radius: 7px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.1rem;
}
.tabs-plan span.cur em{position: relative;z-index: 9;}
.tabs-plan span:first-child:before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .4rem;
    background: #E8E8E8;
    background-size: 100% 100%;
    margin-top: -0.2rem;

}
.sx-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
}
.sx-box .checked span{
    padding: .09rem .22rem;
    background: #eaf6f1;
    border-radius: .24rem;
    font-size: .26rem;
    color: #008043;
    margin-right: .1rem;
    position: relative;
}
.sx-box .checked span .close{
    display: inline-block;
    width: .24rem;
    height: .24rem;
    background:url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/close.png) no-repeat;
    background-size:100% 100%;
    position: relative;
    top: 0.04rem;
}

.sx-box .sx-btn{
    display: flex;
    align-items: center;
    font-weight: bold;
}
.sx-box .sx-btn img{
    width: .18rem;
    height: .1rem;
    margin-left: .1rem;
}
.plan-box th{
    white-space: nowrap;
    padding:.2rem .1rem;
    text-align: center;
    background: #007950;
    color: #fff;
}
.plan-box td{
    padding:.2rem .1rem;
    text-align: center;
    white-space: nowrap;
}
.plan-box td.s{
    color: #f6a157;
}
.plan-box td.s-1{
    color: #9cc87d;
}
.table{
    overflow: hidden;
    overflow-x: auto;
    border-radius: 3px;
    border: 1px solid #ebf1f6;
}
.plan-box tr:nth-child(even) {
    background-color: #ebf1f6;
}

.article_title{
    font-size: 0.35rem;
    font-weight: 600;
    color: #444;
}
.article_time{
    font-size: .24rem;
    text-align: right;
    margin-bottom: 0.1rem;
    color: #666;
}


.article_content_bg{
    font-size: .28rem;
    color: #000;
    background: #FFFFFF;
    border-radius: 0.24rem;
    margin-bottom: 0.16rem;
    padding: 0.3rem;
    margin-top: -0.4rem;
}

.a_l_item {
    display: block;
    border-bottom: 1px solid #EAEAEA;
}
 .a_l_item:last-child {
    border-bottom: none;
     color: #0BBAFB;
}

.xy-pro .a_l_item .a_l_title {
    margin-top: .24rem;
    font-size: .28rem;
    font-weight: 600;
    color: #444;
}

.a_l_time {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: .22rem;
    color: #999999;
    /*line-height: 30rpx;*/
    text-align: left;
}

.video_item {
    border-bottom: 1px solid #EAEAEA;
    margin-top: 0.24rem;
}
.video_item:first-child{margin-top: 0}
.video_item:last-child{border-bottom:0}
.video_cover{ position: relative}
.video_cover img {
    border-radius:0.24rem;
}

.video_title {
    padding:0.28rem 0;
    color: #444;
}
.video_play {
    width: 50px;
    height: 50px;
    position: absolute; /* 绝对定位 */
    top: 50%; /* 向上偏移50% */
    left: 50%; /* 向左偏移50% */
    transform: translate(-50%, -50%); /* 向相反方向移动自身尺寸的50%以实现居中 */

}
th.fixed-column span{
    width: 2rem;
    display: block;
}
td.fixed-column{
    white-space: normal !important;

}

.view_box{ position: relative;}
.vp_detail{ width: 100%; display: block;height: 3.90rem;}
.vp_title{ padding: 0.28rem; font-weight: 600;}
.vp_intro{ padding: 0.28rem; text-indent: 2em;}

.vp_div{ position: absolute;top:0;bottom:0;left:0;right:0;}
.vp_div .vp_cover{ width: 100%; display: block;height: 3.90rem;}
.vp_div .vp_play_btn{ position: absolute;top:50%;left:50%; transform: translate(-50%,-50%); z-index: 3; width: 0.8rem;height:0.8rem;}


.back_home{ position:fixed; z-index:300; bottom:2rem; right:0.3rem; width:0.8rem; height:0.8rem; background:url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/back_home.png) no-repeat; background-size:cover;}

.footwz { position: relative; padding: 0.4rem 0.24rem 0.4rem; font-size: 0.22rem; font-weight: 400;color: #909399;line-height: 0.37rem; letter-spacing: 1px; text-align: center  }
.footwz a { color: #857e7e }


.footbg{ min-height:2.13rem; background:url(../images/footbg.png) bottom no-repeat; background-size:100% auto}
.footbg .bottom_link{ padding:0.57rem 0 0.67rem;}
.bottom_link .btn{ margin:0 auto;margin-top:0.07rem;  width:6.24rem; display:block}
.bottom_link .btn:first-child{ margin-top:0}


.fixd_lay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.6);
}
.fixd_box{position:fixed;left:0;right:0;bottom:0; max-width:750px; margin:0 auto; z-index:20; background:#fff;border-radius: 0.16rem 0.16rem 0 0; padding-bottom:0.9rem; padding-top:0rem;}
.close_box{ position:absolute; z-index:10;top:0; right:0.1rem; width:1rem; height:1rem;background:url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/close1.png) center no-repeat;background-size: 0.48rem 0.48rem;}
.fixd_box .title1{border-radius: 0.16rem 0.16rem 0 0;font-size: 0.3rem;font-weight: 600;color: #333;line-height: 0.5rem; padding:0.24rem; box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);  margin: 0 .3rem 0.48rem;}
.city_con{ padding:0 0.32rem; overflow:hidden}
.city_con ul{ position: relative; margin:0 -0.12rem;}
.city_con li{ width:33.3%; padding:0 0.12rem; border-radius: 0.16rem;}
.city_con li a{height: 0.5rem; border:1px solid #DEDEDE;border-radius: 24px;font-size: 0.26rem;font-weight: 500; color:#333; text-align:center; margin-bottom:0.24rem;}
.city_con li.on a{color: #008043;border-color: #008043;font-weight: 600;}
.city_con .wrap-1 li{width: 25%;}
.city_con .wrap-2 li{width: 50%;}
.city_con h5{
    font-size: .26rem;
    color: #000000;
    margin-bottom: .24rem;
}

.city_con .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
}

.city_con .btns span{
    width: 7.46rem;
    height: .72rem;
    background: #F0F0F0;
    border-radius: .36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    /*margin-left: .24rem;*/
}
.city_con .btns span.bg{
    background: linear-gradient( 116deg, #289179 0%, #39BD7A 100%);
    color: #fff;
}

.fixed-column:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #E8E8E8;
}

.fixed-column {
    position: sticky;
    left: -0.02rem;
    background-color: #fff;
    z-index: 1;

}
.plan-box tr:nth-child(even) .fixed-column{
    background-color: #ebf1f6;
}

/*0528*/
.page-video{background: #F3F4F8;}
.v528-box{
    /*background-color: #fff;*/
    padding-bottom: .5rem;
}
.v528-box .video{
    background-color: #fff;

}
.v528-box .info{
    padding: 0.36rem 0.4rem 0;
    font-size: .3rem;
    color: #222222;
}
.v528-box .info .time{
    font-size: .24rem;
    color: #888;
    padding-top: .24rem;
}
.visiter{
    padding: 0.36rem 0.4rem 0;
    display: flex;
    justify-content: space-between;
}
.visiter .lf img{
    display: inline-block;
    width: .5rem;
    height: .5rem;
    /*color: #fff;*/
    /*background-color: #36B67A;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #fff;*/
    /* font-weight: 600;*/
    /*font-size: .28rem;*/
    /*text-align: center;*/
    /*line-height: .5rem;*/
    position: relative;
    margin-left: -.16rem;
}
.visiter .lf img:first-child{margin-left: 0;}
.visiter .rt{
    font-size: .24rem;
    color: #888888;
    display: flex;
    align-items: center;
}
.visiter .rt .ico{
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/zan_gray.png) no-repeat;
    background-size: 100% 100%;
    margin-left: .16rem;
    position: relative;
    top: -0.06rem;
}
.visiter .rt .ico_selected{
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/zan_green.png) no-repeat;
    background-size: 100% 100%;
    margin-left: .16rem;
    position: relative;
    top: -0.06rem;
}

/*!* 修改原有样式 *!*/
/*.visiter .rt .ico,*/
/*.visiter .rt .ico_selected {*/
/*    display: inline-block;*/
/*    width: .4rem;*/
/*    height: .4rem;*/
/*    background-size: 100% 100%;*/
/*    margin-left: .16rem;*/
/*    transition: all 0.3s ease; !* 添加过渡效果 *!*/
/*}*/

/*.visiter .rt .ico {*/
/*    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/zan.png) no-repeat;*/
/*}*/

/*.visiter .rt .ico_selected {*/
/*    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/zan_selected.png) no-repeat;*/
/*    transform: scale(1.2); !* 点击时稍微放大 *!*/
/*}*/


.v-list{padding: 0 .32rem;}
.v-list h2{
    padding: .6rem 0 .35rem;
    font-weight: 600;
    font-size: .28rem;
    color: #222222;
}
.v-list .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.v-list .list .item{
    margin-bottom: 0.24rem;
    width: calc(50% - 0.15rem);
    position: relative;
}
.v-list .list .item .v{
    position: relative;

}
.v-list .list .item img{
    display: block;
    width: 3.33rem;
    height: 5rem;
    border-radius: .2rem .2rem 0 0;
}
.v-list .list .item i.play{
    position: absolute;
    width: .96rem;
    height: .96rem;
    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/play_green_0528.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    margin: -.48rem 0 0 -0.48rem;
}
.v-list .list .item .zan{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.85rem;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    opacity: 0.8;
    color: #fff;
    display: flex;
    align-items: center;
}
.v-list .list .item .zan i.ico{
    margin-left: 0.24rem;
    margin-right: 0.1rem;
    width: .24rem;
    height: .24rem;
    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/zan_green.png) no-repeat;
    background-size: 100% 100%;
}
.v-list .list .item .tit{
    padding: .24rem;
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem
}
.v-list .list .item h2{
    font-size: .24rem;
    padding: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.8rem;
}
.v-list .list .item .time{
    font-size: .22rem;
    color: #888;
    padding-top: .2rem;
}
.v_viewbg { position: relative; z-index:3; width:100%;}
.v_viewbg .swiper-container { padding-bottom: 0rem; }
.v_viewbg .swiper-slide { height: 10rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.v_viewbg .videobox { margin: 0 auto; height: 100%; position: relative; width: 100%; }
.v_viewbg .swiper-slide.swiper-slide-active .videobox { height: 100%; }
.v_viewbg .on-box { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; overflow: hidden; height: 100%; z-index: 10; }
.v_viewbg .on-box .play { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; background: url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/play_green_0528.png) no-repeat; width: 1rem; height: 1rem; background-size: cover; }
.v_viewbg .cover-img {
    /*height: 100%;*/
}
.v_viewbg .video-play { width: 100%; height: 100%; display: block; overflow: hidden; background: #000;}
.v_viewbg .swiper-pagination { height: 0.06rem; font-size: 0; vertical-align: top; bottom:0.2rem;}
.v_viewbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 0.05rem; width: 0.24rem; height: 0.06rem; border-radius: 0; background:#9cd7e9; border-radius: 2px; opacity: 0.47; }
.v_viewbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active { opacity: 1; }

.pop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(0, 0, 0, 0.5); !* 半透明黑色遮罩 *!*/
    animation: fadeIn 0.5s ease;
}

.remind-text {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    color: #fff;
    max-width: 50%;
    text-align: center;
    position: relative;
    animation: slideUp 0.5s ease;
}


/**gyy**/
.gyy_top1{
	position:relative;
	z-index:1
}

.gyy_main{
	position:relative; 
	z-index:2; 
	margin-top:-0.8rem;
}

.col_news .col_news_box2 {
    margin-left: 15px;
    margin-right: 15px;
}
.m_preach_city.choose_city {
    display: inline-block;
	cursor: pointer;
}
.m_preach_city.choose_city .address {
	margin-bottom: 20px;
    border-radius: 6px;
    padding: 9px 40px;
    background: #FFFFFF url(https://image.360eol.com/Qiniu_Files/Files/2025/10/nudt/location.png) 12px center no-repeat;
    background-size: 21px 21px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 0.24rem;
    color: #222222;
    line-height: 22px;
}
.m_preach_city.choose_city .address:before {
    position: absolute;
    content: '';
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/10/nudt/down.png) center no-repeat;
    background-size: 14px 14px;
}
.col_news_right {
    background: #fff;
    border-radius: 8px;
    padding: 10px 25px;
}
.col_news_head{
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.col_metas .col_title {
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 0.28rem;
    color: #999;
    margin-right: 10px;
    cursor: pointer;
}
.col_metas .col_title.active {
    font-weight: 600;
    color: #009760;
    border-bottom: 3px solid #009760;
    border-radius: 2px;
    position: relative;
    height: 49px;
    margin-bottom: -1px;
}
.preach_item{
	margin:10px 0;
}
.preach_item a {
    margin-right: 28px;
    display: inline-block;
    vertical-align: top;
    height: 22px;
    padding-left: 24px;
    font-weight: 500;
    font-size: 12px;
    color: #222222;
    line-height: 22px;
    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/10/nudt/check_unselect.png) left center no-repeat;
    background-size: 16px 16px;
}
.preach_item a.active {
    background: url(https://image.360eol.com/Qiniu_Files/Files/2025/10/nudt/check_select.png) left center no-repeat;
    background-size: 16px 16px;
}
.tab_con .result_con {
    display: none;
}
.result_con:first-child{
        display: block;
}
.plane_con {
    position: relative;
    overflow: hidden;
}
.plane_con:before {
    position: absolute;
    content: '';
    right: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    box-shadow: 0px 0px 60px 0px #707e77;
}
.plane_table {
    overflow: hidden;
    overflow-x: auto;
    border-radius: 8px 8px 0px 0px;
    position: relative;
	z-index:1;
}
.plane_table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.plane_table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.plane_table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

.plane_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.plane_table th {
    white-space: nowrap;
    padding: 10px 12px;
    text-align: center;
    background: #21946A;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
}

.plane_table td {
    white-space: nowrap;
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 22px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}
.no_result {
    padding: 10px;
}

.no_result .wz {
	font-size: 13px;
	line-height:32px;
	padding-left: 38px;
	background: url(https://image.360eol.com/Qiniu_Files/Files/2025/10/nudt/empty_list.png) left center no-repeat;
	background-size: 20px 20px;
}

.plane_table td .saoma {
    width: 50px;
    height: 50px;
}

.huadong_tip{
    position:fixed;
    z-index:10;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    margin:0 auto;
    width:3.34rem;
    height:2rem;
    padding-top:1.2rem;
    box-sizing:border-box;
    background:url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/scroll_tips.png) no-repeat;
    background-size:3.34rem 2rem;
    font-weight: 600;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height:0.4rem;
    text-align: center;
}



/**适配**/
@media screen and (min-width:320px) {
    html { font-size: 42.66px }
}
@media screen and (min-width:360px) {
    html { font-size: 48px }
}
@media screen and (min-width:375px) {
    html { font-size: 50px }
}
@media screen and (min-width:384px) {
    html { font-size:51.2px }
}
@media screen and (min-width:400px) {
    html { font-size: 54px }
}
@media screen and (min-width:414px) {
    html { font-size: 54px }
}
@media screen and (min-width:424px) {
    html { font-size: 56.54px }
}
@media screen and (min-width:480px) {
    html { font-size: 64px }
}
@media screen and (min-width:540px) {
    html { font-size: 72px }
}
@media screen and (min-width:640px) {
    html { font-size: 85.32px }
}
@media screen and (min-width:720px) {
    html { font-size: 96px }
}
@media screen and (min-width:750px) {
    html { font-size: 100px }
}

@media only screen and (device-width: 375px) and (device-height: 667px){

}

/* x/xs */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

}

/* xs max/xr/11 */
@media only screen and (device-width: 414px) and (device-height: 896px){

}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {

}