
.main{
    margin: 50px auto;
}
.lan{
    padding: 50px 0;
}

.lan2{
    padding: 1px 0;
    background: url(../image/sch_bg.jpg) no-repeat center;
    background-size: cover;
}


.en_ttl{
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.zh_ttl{
    font-size: 20px;
    color: #1ba4eb;
    text-align: center;
}

.tabs_top_p{
    font-size: 18px;
    margin-bottom: 10px;
}

.tabs_top_p span{
    font-size: 14px;
    color: #666666;
    margin-left: 30px;
}

.tabs_top_main{
    display: flex
}

.tabs_top_main_img{
    width: 40%;
    height: 300px;
}

.tabs_top_main_inner{
    width:100%;
    background: #eeeeee;
    padding: 50px 60px;
}

.tabs_top_main_inner_ttl{
    font-size: 18px;
    margin-bottom: 15px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tabs_top_main_inner_txt{
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: justify;
}

.tabs_nav{
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 10px;
    background: url(../image/tabs_bg.png) bottom no-repeat;
    text-align: center;
}

.tab_nav_li{
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

.tab_nav_li_on{
    color: #ffbe11;
}

.tab_nav_li_on:after{
    content: "▲";
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.tabs_bottom{
    padding-top: 30px;
}

.tabs_bottom_list_left{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tabs_bottom_list_left_li{
    padding-bottom: 10px;
    width: 47%;
    border-right: 1px dashed #1ba4eb;
    padding-right: 50px;
    overflow: hidden;
}

.tabs_bottom_list_left_li:nth-child(2n-1){
    width: 50%;
}

.tabs_bottom_list_left_li:nth-child(2n){
    border: none;
    padding-right: 0;
    width: 45%;
}

.tabs_bottom_list_left_li_p{
    font-size: 14px;
    color: #999999;
    display: block;
    overflow: hidden;
}

.tabs_bottom_list_left_li_p_span1{
    width: 300px;
    height:21px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    float: left;
}

.tabs_bottom_list_left_li_p_span2{
    float: right;
}

.tabs_bottom_list_right{
    border: none;
}

.tabs_bottom .more_p{
    margin-top: 5px;
    width: 100%;
    padding-right: 15px;
}

.tabs_top_li{
    display: none;
}

.tabs_bottom_list{
    display: none;
}


.main2{
    margin-top: 30px;
}



.main2_list img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 7px;
    height: 240px;
}

.main2_list_ttl{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 50px;
    margin-bottom: 5px;
    color: #000;
}

.main2_list_txt{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #999999;
    transition: 0.4s all;
    text-align: justify;
}

.more_p{
    margin-top: 20px;
    text-align: right;
}

.more_p a{
    color: #1da6eb;
    font-size: 12px;
}

.more_p img{
    margin-left: 20px;
    padding-bottom: 4px;
}

.main2_list:hover .main2_list_txt{
    color: #1ba4eb;
}

.main3_list img{
    width: 100%;
    height: 260px;
    border-radius: 50%;
}

.main3_ttl{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    transition: 0.4s all;
}

.main3_list_inner{
    width: 80%;
    margin: 0 auto;
    transition: 0.4s all;
}

.main3_list_inner:hover{
    transform: translateY(-10px);
}

.main3_list:hover .main3_ttl{
    color: #1ba4eb;
}

.bg_gray{
    background: #fff;
    padding: 50px 0;
}

.main4_p_box{
    background: #eff4f7;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.main4_img{
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.main4_p_ttl{
    font-size: 16px;
    margin-bottom: 5px;
}

.main4_list_inner{
    width: 90%;
    margin: 0 auto;
    display: block;
    transition: 0.4s all;
}

.main4_list_inner:hover{
    transform: translateY(-10px);
}

.main4_p_txt{
    font-size: 14px;
    color: #999999;
}

.culture_list{
    height: 310px;
    position: relative;
    overflow: hidden;
}

.culture_list img{
    width: 100%;
    height: 100%;
}

.culture_list_ttl{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    bottom: 0;
}

.mask{
    position: absolute;
    background: rgba(0,0,0,0.6);
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 110px 0;
    transform: translateY(100%);
    transition:  all ease .5s;
    z-index: 9;
}

.culture_list:hover .mask{
    transform: translateY(0);
}

.culture_list:hover .culture_list_ttl{
    display: none;
}

.mask_p{
    margin-bottom: 5px;
}

.mask a{
    color: #fff;
    font-size: 14px;
}

.zhuanti{
    height: 150px;
    position: relative;
    overflow: hidden;
}

.zhuanti img{
    width: 100%;
    height: 100%;
}

.mask1{
    position: absolute;
    background: rgba(0,0,0,0.6);
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 45px 0;
    font-size: 15px;
    transform: translateY(100%);
    transition:  all ease .5s;
}

.zhuanti:hover .mask1{
    transform: translateY(0);
}






.pic{
    overflow: hidden;
    width: 100%;
    height: 370px;
    margin: 0 auto;
    margin-top: 40px;
}

.pic ul li{
    float: left;
    height: 370px;
    width: 100px;
    overflow: hidden;
    /*border-right: 5px solid #fff;*/
}

/*.pic ul li:last-child{
    border-right: none;
}*/

.txt{
    background: rgba(27, 164, 235, 0.8);
    height: 370px;
    width: 100px;
    position: absolute;
    z-index: 9;
    top: 0;
}

.txt1{
    background: rgba(255,0,0,0.6);
    border-left: 5px solid #fff;
}

.pic ul li:first-child .txt1{
    border: none;
}

.txt .p1{
    float: left;
    color: #fff;
    font-size: 13px;
    width: 13px;
    padding: 109px 45px;
}

.img1{
    width: 100%;
    height: 100%;
}

.pic_box{
    position: relative;
}

.pic_sm{
    display: none;
}



@media(max-width: 750px){

    .tabs_top_main{
        display: block;
    }

    .tabs_top_main_img{
        width: 100%;
    }

    .tabs_top_main_inner{
        padding: 15px;
    }

    .tabs_bottom_list_left_li:nth-child(2n-1){
        width: 100%;
        border: none;
        padding-right: 0;
    }

    .tabs_bottom_list_left_li:nth-child(2n){
        width: 100%;
    }

    .tabs_bottom .more_p{
        padding: 0 15px;
    }

    .tabs_bottom_list_left_li_p_span1{
        width: 100%;
    }

    .main2_list,.main3_list,.main4_list,.main5_list,.main6_list{
        margin-bottom: 25px;
    }

    .pic{
        display: none;
    }

    .pic_sm_inner{
        width: 100%;
        height: 130px;
        position: relative;
        margin-bottom: 15px;
    }

    .pic_sm_inner_left{
        position: absolute;
        top: 0;
        background: rgba(27, 164, 235, 0.8);
        height: 100%;
    }

    .pic_sm_img{
        width: 100%;
        height: 100%;
    }

    .pic_sm_inner_left p{
        width: 75px;
        padding: 18px 21px;
        color: #fff;
    }

    .pic_sm{
        display: block;
    }

}



.img_t{
    text-align: center;
    margin-bottom: 50px;
}

.img_t img{
    width: 100%;
}

.inHd{
    /*padding-left: 50px;*/
}

.tempWrap{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.newspic{
    display: none;
}

.main1_left_img {
    height: 320px;
    width: 100%;
}

.newspic .hd {
    padding-left: 50px;
}

.newspic .hd li {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.news-date {
    float: left;
    width: 11%;
    height: 65px;
    line-height: 140%;
    border: 1px solid rgba(1, 27, 137, .3);
    transition: all ease .4s;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.news-neirong {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-date span:nth-child(1) {
    font-size: 21px;
    width: 100%;
    margin-bottom: 2px;
    letter-spacing: 2px;
}

.news-date span:nth-child(2) {
    font-size: 14px;
    width: 100%;
    margin-bottom: 2px;
}

.news-neirong h4 {
    white-space: nowrap;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease .4s;
    width: 80%;
}

.news-neirong p {
    color: #808080;
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: 500;
}

.newspic .hd .on .news-neirong h4 {
    color: #4c78ff;
}

.newspic .hd .on .news-date {
    color: #fff;
    background-color: #4c78ff;
}

.newspic .hd li:last-child {
    margin-bottom: 0;
}

.inBd img{
    width: 100%;
    height: 260px;
}

.inHd li{
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.inHd li:last-child {
    margin-bottom: 0;
}

.newspic .hd li:last-child {
    margin-bottom: 0;
}

.tabs_nav .on {
    color: #ffbe11;
}

.on .news-date {
    color: #fff;
    background-color: #4c78ff;
}

.on .news-neirong h4 {
    color: #4c78ff;
}

.tabs_nav .on:after {
    content: "▲";
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.build_main{
    padding: 50px 90px;
    background: #fff;
}

.build_tabs_top{
    width: 100%;
}

.build_tabs_top_list_box,.build_tabs_bt_list_box{
    display: none;
}

.build_tabs_top_list{
    display: flex;
    justify-content: space-between;
}

.build_tabs_top_list img{
    width: 240px;
    height: 250px;
    border-radius: 10px;
    /*图片自适应显示 2019-12-10 11:43:34 王玉坤*/
    object-fit: cover;
}

.build_tabs_top_list_main{
    width: 690px;
    position: relative;
}

.build_tabs_top_list_main_p1{
    font-size: 20px;
    color: #22509b;
    margin-bottom: 35px;
    font-weight: 700;
}

.build_tabs_top_list_main_p2{
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.build_tabs_top_list_main a{
    color: #4c78ff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.build_tabs_nav{
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}

.build_tabs_nav li a{
    display: block;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #666666;
}

.build_tabs_nav .on a{
    color: #5c82ff;
}

.build_tabs_bt_list{
    display: flex;
    justify-content: space-between;
}

.build_tabs_bt_list img{
    border-radius: 10px;
    width: 24%;
    height: 156px;
}

.build_out{
    background: url(../image/build_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.intro_items_out{
    position: relative;
}

.intro_items{
    border-radius: 10px;
    box-shadow: 10px 10px 20px 0px #00000045;
}

.intro_items img{
    width: 100%;
    height: 350px;
    border-radius: 10px 10px 0 0;
}

.intro_items_bt_box{
    padding: 30px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.intro_items_bt{
    border-left: 5px solid #4c78ff;
    padding-left: 15px;
}

.intro_items_bt_p1{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.intro_items_bt_p2{
    font-size: 12px;
    color: #999999;
}

.intro_items_mask{
    position: absolute;
    top: 0;
    z-index: 9;
    background: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 40px 40px;
    border-radius: 10px;
    display: none;
}

.intro_items_mask img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.intro_items_mask_p1{
    font-size: 18px;
    font-weight: 700;
    color: #4c78ff;
    margin-bottom: 30px;
    text-align: center;
}

.intro_items_mask_p2{
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.intro_items_mask_p3{
    text-align: center;
}

.intro_items_mask_p3 a{
    color: #4c78ff;
    font-size: 12px;
}

.lianxi {
    position: relative;
    display: flex;
    margin-top: 60px;
    padding: 30px 0 30px 40px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    width: 100%;
}

.lianxi .lianxi-left {
    width: 65%;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    border-right: 1px solid #e6e6e6;
    padding-right: 60px;
    cursor: pointer;
}

.lianxi .lianxi-left p:last-child {
    color: #4c78ff;
}

.lianxi .lianxi-left>div {
    display: flex;
    line-height: 1.2;
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.lianxi .lianxi-left img {
    width: 50px;
    height: 50px;
    margin-right: 24px;
}

.lianxi .lianxi-right {
    display: flex;
    width: 35%;
    justify-content: center;
}

.lianxi .lianxi-right>div {
    position: relative;
    font-size: 14px;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
}

.lianxi .lianxi-right>div img {
    margin-bottom: 5px;
    width: 28px;
    height: 28px;
}

.lianxi .lianxi-right a {
    font-size: 12px;
}

.lianxi::after {
    content: '';
    position: absolute;
    width: 98%;
    height: 10px;
    background-color: #f2f2f2;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.lianxi .lianxi-right>div .ma {
    display: none;
    position: absolute;
    bottom: 135%;
    left: 50%;
    margin-left: -125%;
    width: 270%;
    height: 250%;
    z-index: 1;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px 3px #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
}


/* 荣誉成就 */
.slider{ width:100%;
    min-width:1200px;
    height:490px;
    position:relative;
    overflow:hidden;
    background:#fff; text-align:center;
}
.slider .bd{
    width:1200px;
    position:absolute;
    left:50%;
    margin-left:-600px
}
.slider .bd li{
    width:1200px;
    overflow:hidden;
    position: relative;
}
.slider .bd li img{
    display:block;
    width:1200px;
    height:490px;
}
.slider .tempWrap{
    overflow:visible !important
}
.slider .tempWrap ul{
    margin-left:-1200px !important;
}
.slider .hd{ position:absolute;
    width:100%;
    left:0;
    z-index:1;
    height:8px;
    bottom:20px;
    text-align:center;
}
.slider .hd li{
    display:inline-block;
    *display:inline;
    zoom:1;
    width:8px;
    height:8px;
    line-height:99px;
    overflow:hidden;
    background:url(../image/slider-btn.png) 0 -10px no-repeat;
    margin:0 5px;
    cursor:pointer;
    filter:alpha(opacity=60);
    opacity:0.6;
}
.slider .hd li.on{
    background-position:0 0;
    filter:alpha(opacity=100);
    opacity:1;
}
.slider .pnBtn{
    position:absolute;
    z-index:1;
    top:0;
    width:100%;
    height:490px;
    cursor:pointer;
}
.slider .prev{
    left:-50%;
    margin-left:-600px;
}
.slider .next{
    left:50%;
    margin-left:600px;
}
.slider .pnBtn .blackBg{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:490px;
    background:#fff;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.slider .pnBtn .arrow{
    display:none;
    position:absolute;
    top:80px;
    z-index:1;
    width:60px;
    height:490px;
}
.slider .pnBtn .arrow:hover{
    filter:alpha(opacity=60);
    opacity:0.6;
}
.slider .prev .arrow{
    right:0;
    background:url(../image/slider-arrow.png) -120px 0 no-repeat;
}
.slider .next .arrow{
    left:0;
    background:url(../image/slider-arrow.png) 0 0 no-repeat;
}

.slider_bd_inner{
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    padding: 45px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translatex(-50%);
    min-height: 230px;
    width: 850px;
    border-radius: 10px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

/* 荣誉成就 */

/* 国际交流 */
.co_sw{
    height: 500px;;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1.2) translateY(-42%) !important;
    z-index: 99;
    border: 4px solid #4c78ff;
}

.co_sw_inner{
    height: 400px;
    top: 50%;
    transform: translateY(-50%);
}

.co_sw_inner img{
    height: 100%;
    width: 100%;
}

/* 国际交流 */

/* 校园文化 */

.sch_box{
    padding: 0;
    height: 225px;
    position: relative;
    transition: 0.4s all;
}

.sch_img{
    overflow: hidden;
}

.sch_img img{
    width: 100%;
    height: 100%;
    transition: 0.4s all;
}

.sch_img:hover img{
    transform: scale(1.1);
}

.sch_fff{
    background: #fff;
    padding: 45px;
}

.sch_fff_p1{
    color: #4c78ff;
    font-size: 18px;
    margin-bottom: 15px;
}

.sch_fff_p2{
    font-size: 14px;
    color: #666666;
    margin-bottom: 40px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sch_fff_p3{
    text-align: right;
}

.sch_fff_p3 a{
    font-size: 12px;
    color: #4c78ff;
}

.sch_fff1:after{
    content: "◄";
    color: #ffffff;
    font-size: 45px;
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.sch_fff2:after{
    content: "►";
    color: #fff;
    font-size: 45px;
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.sch_fff3:after{
    content: "▲";
    color: #fff;
    font-size: 45px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

/* 校园文化 */





/*new index   2020.3.18*/

.le_box{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.le_box1{
    width: 80%;
    color: #0277fc;
    font-weight: 600;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    display: inline-block;
}

.le_box1 img{
    width: auto;
    height: auto;
}

.le_box_date{
    width: 20%;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #6e6e6e;

}

.le_bt{
    padding-left: 40px;
    line-height: 24px;
    color: #6e6e6e;
    overflow: hidden;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    min-height: 24px;
}

.ri_txt_box{
    display: none;
}

.ri_txt{
    line-height: 24px;
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 10px;
    min-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_ul li{
    margin-bottom: 10px;
}

.new_ul li:first-child .ri_txt_box{
    display: block;
}

.new_ul li:first-child .news-neirong h4{
    font-size: 18px;
    font-weight: 700;
    color: #014fa7;
}

.new_ul li:first-child{
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
}

.new_ul2 li{
    margin-bottom: 10px;
}

.new_ul2 li:first-child .ri_txt_box{
    display: block;
}

.new_ul2 li:first-child .news-neirong h4{
    font-size: 18px;
    font-weight: 700;
    color: #014fa7;
}

.new_ul2 li:first-child{
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
}

.new_ul3 li{
    margin-bottom: 10px;
}

.new_ul3 li:first-child .ri_txt_box{
    display: block;
}

.new_ul3 li:first-child .news-neirong h4{
    font-size: 18px;
    font-weight: 700;
    color: #014fa7;
}

.new_ul3 li:first-child{
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
}


.new_li{
    display: flex;
    justify-content: space-between;
}

.new_li .news-neirong{
    width: 85%;
    display: block;
}

.new_li .news-date{
    width: 9%;
    height: 50px;
}


.new_li .news-date span:nth-child(1){
    font-size: 12px;
    background-color: #004a99;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.new_li .news-date span:nth-child(2){
    font-size: 10px;
}

.new_bg{
    background: url(../image/new_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 0;
}

.new_num{
    font-size: 12px;
    margin-right: 10px;
    vertical-align: baseline;
    width: 14px;
    height: 14px;
    display: inline-block;
    color: #fff;
    background-color: #f8ae31;
    text-align: center;
    line-height: 14px;
}

.new_ul li:nth-child(5) .new_num ,.new_ul2 li:nth-child(5) .new_num,
.new_ul3 li:nth-child(5) .new_num{
    background: #a1a1a1;
}

.new_ul li:nth-child(6) .new_num,.new_ul2 li:nth-child(6) .new_num,
.new_ul3 li:nth-child(6) .new_num{
    background: #a1a1a1;
}

.new_ul li:nth-child(7) .new_num,.new_ul2 li:nth-child(7) .new_num,
.new_ul3 li:nth-child(7) .new_num{
    background: #a1a1a1;
}

.new_ul li:nth-child(8) .new_num,.new_ul2 li:nth-child(8) .new_num,
.new_ul3 li:nth-child(8) .new_num{
    background: #a1a1a1;
}



/*new index   2020.3.18   end*/

