@charset "utf-8";
body{ font-family:'思源黑体','黑体'; margin:0; padding:0; color: #444;}
p,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
li{ list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none;}
img{ border: none; outline: none;}
input{ border:none; outline:none; background: none;}
input::-moz-placeholder{ color: #999;}
input:-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder{ color:#999; }
input::placeholder{ color:#999; }
textarea::-moz-placeholder{color:#aaa; }
textarea:-ms-input-placeholder { color:#aaa; }
textarea::-webkit-input-placeholder{ color:#aaa; }

.clear{clear: both; margin: 0; padding: 0;}
.clearfix:after{ content: ""; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom:1;}

body{
    /*background-color: #ccc;*/
}
/*谷哥滚动条样式*/
::-webkit-scrollbar {width:5px;height:5px;position:absolute;}
::-webkit-scrollbar-thumb {background-color:#085628}
::-webkit-scrollbar-track {background-color:#ddd}
/* 头部 */
.position{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: 1s cubic-bezier(0.5,0,0.2,1) 0s;
}
.sectionbox{
    width: 100%;
    /* height: 100%; */
    background: url(../images/bannerbigpic.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.sectionbox .img1{
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: relative;
    top: 0;
    transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}
.sectionbox .img3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46.04%;
    height: auto;
    transition: bottom 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}
.sectionbox .img2{
    position: absolute;
    top: 58px;
    width:20.36%;
    left: 17.8125%;
    height: auto;
    transition: top 0.5s cubic-bezier(0.5,0,0.2,1) 0s;
}
.sectionbox.showdiv .img1{
    top: -140px;
}
.sectionbox.showdiv .img2{
    top: 35px;
}
.sectionbox.showdiv .img3{
    bottom: 90px;
}

.sectionbox.showdiv1 .img2{
    top: 35px;
}
.sectionbox.showdiv1 .img3{
    bottom: -40%;
}
.wrapperbox{
    
}
.body_b{
    position: relative;
    background: #fff;
    transition: 1s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 10;
    margin-top: 0;
    outline: none;
}
.body_b.showdiv{
    margin-top: -20%;
}
.bannerbox{
    width:100%;
    position: relative;
}
.bannerbox .swiper-slide{
    width:100%;
}
.bannerbox .swiper-slide>img{
    width: 100%;
    height: auto;
}

.bannerbox .swiper-pagination{
    z-index: 4;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #46845b;
    width: 20px;
    border-radius: 8px;
}
.logoindex{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 35px;
    z-index: 3;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 1.5s ease;
}
.logoindex.active{
    transform:translateY(0);
    opacity: 1;
}
.logoindex a{
    display: block;
    width: 32.58%;
}
.logoindex img{
    width: 100%;
    height: auto;
}

.indexnav{
    height: 75px;
    width: 100%;
    background: #085628;
    
}
.navbox{
    height: 75px;
    text-align: center;
}
.navbox li{
    /* display: inline-block; */
    float: left;
    width: 9.92%;
    height: 75px;
    margin-right: 1px;
    position: relative;
}
.navbox li>a{
    display:block;
    line-height: 75px;
    font-size: 18px;
    color: #fff;
}
.navbox li .sNav{
    position: absolute;
    width: 100%;
    display: none;
    background: #fff;
    padding: 12px 0;
    text-align: center;
    left: 0;
    z-index: 4;
    top: 75px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px 0 rgba(7,12,6,.2);
}
.navbox li .sNav a{
    font-size: 16px;
    color: #646464;
    line-height: 32px;
    display: block;
}
.navbox li.current{
    background: #37807a;
    border-radius: 8px;
}
.indexWorkbox{
    width: 100%;
    height: 56px;
    background: #eff0f0;
}
.indexWorkbox .workLeft{
    float: left;
    width:48%;
}
.workLeft .workDate{
    font-size: 16px;
    color: #2c2c2e;
    line-height: 56px;
}
.workDate i{
    padding-right: 0 !important;
}
.workDate a{
    display: inline-block;
    margin-left:22px;
    font-size: 16px;
    width: 65%;
    vertical-align: bottom;
    overflow: hidden;
    color: #2c2c2e;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.workDate a:hover{
    color: #085628;
}
.indexWorkbox .workRight{
    float: right;
    width: 50%;
    margin-top: 8px;
    text-align: right;
}
.workRight .searchform{
    display: inline-block;
}
.searchform{
    width: 215px;
    height: 39px;
    border-radius: 50px;
    background: #d8e2dc;
    vertical-align: top;
}
.searchform input.search-text{
    float: left;
    width: 178px;
    padding-left: 12px;
    padding-right: 5px;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    color: #2c2c2e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.searchform input.submit{
    float: right;
    width: 36px;
    height: 39px;
    background-color: #46845b;
    background-repeat: no-repeat;
    background-position: center center;
    
    background-image: url(../images/search.png);
    border-radius: 0 50px 50px 0;
}
.workRight ul{
    display:inline-block;
}
.workRight li{
    
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    height: 39px;
    line-height: 39px;
    border-radius: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.workRight li a{
    display: block;
    font-size: 16px;
    color: #fff;
}
.workRight li.index0{
    width: 164px;
    background-image: url(../images/roundbg1.png);
}
.workRight li.index1{
    width: 132px;
    background-image: url(../images/roundbg2.png);
}
.workRight li:hover{
    background: #085628;
}

.index_campus{
    /* padding-bottom: 16px; */
}
.index_title{
    padding-top: 28px;
    padding-bottom:25px;
    overflow: hidden;
}
.index_title .tit_left{
    float: left;
}
.tit_left img{
    max-width: 100%;
    height: auto;
}
.tit_left span{
    color: #9a9a9a;
    font-size:16px;
    font-family: arial;
    vertical-align: middle;
    margin-left: 12px;
}
.index_title a{
    float: right;
    color: #1b4827;
    font-size:15px;
    margin-top: 8px;
}
.index_news{
    overflow: hidden;
}
.index_news li{
    float: left;
    width: 48.3%;
    margin-right:3.4%;
    overflow: hidden;
    
    margin-bottom: 20px;
}
.index_news li a{
    display: block;
}
.index_news li .imgbox{
    width:39.65%;
    float: left;
    border:2px solid #3c724d;
    overflow: hidden;
}
.index_news li img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.index_news li .img_right{
    float: right;
    width: 56.95%;
    position: relative;
    min-height: 148px;
}
.index_news li h2{
    font-size: 18px;
    color: #444;
    line-height: 32px;
   
}
.index_news li p{
    font-size: 14px;
    color: #444;
    height: 40px;
    overflow: hidden;
    line-height:20px;
    margin-bottom: 10px;
}
.index_news li span{
    color: #3c724d;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index_main{
    padding-top: 10px;
}
.index_main .tab_menu{
    overflow: hidden;
}
.tab_menu li{
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 26px;
    background: #eff0f0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.tab_menu li a{
    display: block;
    padding: 25px 0 25px 54px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tab_menu li .imgbox{
    display: inline-block;
    margin-right: 14px;
}
.tab_menu li img.hover{
    display: none;
}
.tab_menu li span{
    font-size: 28px;
    color: #090e08;
    font-weight: bold;
    vertical-align: middle;
}
.index_style{
    padding: 25px 35px 14px;
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    overflow: hidden;
}
.index_style .index_title{
    padding-top: 0;
}
.index_style .style_left{
    float: left;
    width: 49.55%;
    position: relative;
}
.style_left a,.style_right li a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.style_left .imgbox,.style_right li .imgbox{
    overflow: hidden;
    width: 100%;
    height: auto;
}
.style_left img,.style_right li img{
    width: 100%;
    vertical-align: middle;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.style_title{  
    width: 100%;
    height: 38px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #eff0f0;
    font-size: 14px;
    line-height: 38px;
    color: #000;
}
.index_style .style_right{
    width: 49.1%;
    float: right;
    overflow: hidden;
}
.style_right li{
    float: left;
    width: 48.288%;
    margin-right: 3.424%;
    position: relative;
    margin-bottom: 13px;
}
#swiper-school li.swiper-slide{ text-align: center;}
#swiper-school li.swiper-slide a{ display: block; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#swiper-school li.swiper-slide .imgbox{ border:1px solid #dfdfdf; }
#swiper-school li.swiper-slide img{ width: auto; height: 360px;}
#swiper-school li .style_title{padding: 0 35% 0 15px; text-align:left;}
#swiper-school .swiper-pagination{ right: 15px; left: auto; width: auto;}
#swiper-school .swiper-pagination-bullet-active{ background: #085628;}
.style_right_box{ width: 48%; float:right;}
.style_right_box h2{ margin-bottom: 16px;}
.style_right_box h2 img{ height:36px; width:auto;}
.style_right_box .style_right_list{}
.style_right_list li{ overflow: hidden; line-height: 41px;padding-left: 18px; 
    background-image: url(../images/dots-r.png);background-repeat: no-repeat;background-position: left center; background-size: 5px auto;
}
.style_right_list li a{ float: left; width: 80%; font-size: 18px; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; color: #444;}
.style_right_list li span{ float:right; font-size: 16px; color: #666;}
.style_right_list li a font{ color:#444;}


.index_other{
    overflow: hidden;
    padding-top: 27px;
    padding-bottom: 30px;
}
.index_other dl{
    float: left;
    width: 63.3%;
    overflow: hidden;
}
.index_other dl dd{
    float: left;
    width: 48.68%;
    margin-right: 2.64%;
    position: relative;
}
.index_other dl dd a{
    display: block;
    overflow: hidden;
}
.index_other dl dd img{
    max-width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.index_other dl dd img.words{
    position: absolute;
    left: 28px;
    top: 48px;
    z-index: 1;
}
.index_other .index-other-r{
    float: right;
    width: 35.08%;
    overflow: hidden;
}
.index-other-r li{
    position: relative;
}
.index-other-r a{
    display: block;
}
.index-other-r .imgbox{
    overflow: hidden;
}
.index-other-r img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.index-other-r img.words{
    position: absolute;
    left: 28px;
    top: 48px;
    z-index: 1;
}
.campus-list{
    position: relative;
    min-height: 129px;
    background: url(../images/bglink.png) no-repeat center top;
    background-size: cover;
    padding: 25px 27px;
    margin-bottom: 25px;
}
.campus-list .swiper-slide a{
    display: block;
    overflow: hidden;
}
.campus-list .swiper-slide img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.campus-list .swiper-pagination{
    opacity: 0;
}
.campus-list .swiper-button-next,.campus-list .swiper-button-prev{
    opacity: .3;
    display: none;
    width: 23px;
    height: 41px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px auto;
}
.campus-list .swiper-button-next{
    background-image: url(../images/index-btn-r.png);
}
.campus-list .swiper-button-prev{
    background-image: url(../images/index-btn-l.png);
}
.campus-list .swiper-button-next:hover,.campus-list .swiper-button-prev:hover{
    opacity: 1;
}
.campus-list .swiper-slide:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.footer{
    border-top: 5px solid #3c724d;
    padding-top: 18px;
    padding-bottom: 10px;
    background-color: #f1f2f1;
}
.footer .footer_left{
    width: 64%;
    float: left;
}
.footer_left .use_link{
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}
.use_link span{
    font-weight: bold;
}
.use_link a{
    color: #333;
    margin-left:20px;
}
.footer .copyright{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 15px;
}
.copyright p{
    line-height: 26px;
}
.copyright a{
    font-size: 14px;
    color: #666;
}
.copyright .dw{
    width: 45px;
    margin-top: -26px;
    display: inline-block;
    vertical-align: bottom;
}
.copyright .dw img{
    width: 100%;
    height: auto;
}

.footer .footer_right{
    float: left;
    width: 36%;
    text-align: right;
}
.footer .footer_right img{
    width: 118px;
    height: auto;
}
.footer_right a{
    display: inline-block;
    margin-right: 30px;
}

/* 新闻中心 */
.mainbanner{
    width: 100%;
}
.mainbanner .toppic{
    width: 100%;
    background-image: url(../images/headerinImg.jpg);
    background-position: right -20px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 16px;
    padding-bottom: 16px;
    overflow: hidden;
}
.toppic a{
   
    width: 23.4%;
    height: auto;
    float: left;
}
.toppic img{
    width: 100%;
    height: auto;
}
.toppic .searchform{
    float: right;
    margin-top: 20px;
}
.banner{
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:102px;
    padding-bottom: 208px;
    position: relative;
}
.banner .container>span{
    font-family: 'arial';
    font-size: 60px;
    font-weight: bold;
    display: block;
    color: rgba(255,255,255,.15);
   
}
.banner h1{
    /* position: relative; */
    padding-left:15px;
    /* background-image: url(../images/wordsBg.png);
    background-position: left top;
    background-repeat: no-repeat; */
    width:100%;
    margin-top: -40px;
    /* height: 93px;
    line-height: 90px; */
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    /* text-indent: 35px; */
    animation: fadeInUp 1.2s;
    -webkit-animation: fadeInUp 1.2s;
    -moz-animation: fadeInUp 1.2s;
    -o-animation: fadeInUp 1.2s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.banner.gj h1{
    
    color: #307f79;
}
.banner.gj span{
    color: rgba(48,127,121,.15);
}

.header .navbox{
    background: #1a4b2b;
    box-shadow: 0 0 27px 0 rgba(7,12,6,.4);
    position: relative;
    margin-top: -29px;
   
}
.header.position{
    background: #1a4b2b;   
    transition: all .5s ease;
}
.header.position .navbox{
    box-shadow: none;
    margin-top: 0;
}

.wapBox{
    background-image: url(../images/bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 74px;
}
.header .logo-in{
    display: block;
    margin-bottom: 30px;
}
.logo-in img{
    max-width: 100%;
}
.header .nav{
    width: 100%;
    height: 50px;
    background: #474747;
}
.nav ul{ 
    height: 50px;
}
.nav ul li{
    float: left;
    width: 8.3%;
    height: 50px;
    position: relative;
}
.nav ul li>a{
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
}
.nav ul li .subnav{
    background: rgba(255,255,255,.9);
    padding: 10px 0 15px;
    width: 100%;
    text-align: center;
    display: none;
    position: absolute;
    left: 0;
    /* width: 184px; */
    top: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.nav ul li .subnav a{
    display: block;
    font-size: 15px;
    line-height: 32px;
    color: #333;
}
.nav li:hover{
    background: #1a4b2b;
}
.nav li:hover>a{
    font-weight: 700;
}
.nav ul li.current{
    background: #1a4b2b;
}
.nav ul li.current>a{
    font-weight: 700;
}
.nav ul li .subnav a:hover{
    color: #1a4b2b;
}


.mainbox{
    padding-top: 60px;
    padding-bottom: 28px;
}
.mainbox .commonbox{
    border-top: 4px solid #1a4b2b;
    overflow: hidden;
    padding: 40px 34px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 27px 0 rgba(7,12,6,.2);
}
.mainbox .mainleft{
    float: left;
    width: 14.2%;
}



/* 调整头部2021-12-20 */
.header2021{
    width: 100%;
    background: #8c8b8b;
}
.header2021>.container{
    overflow: hidden;
    background: transparent;
}
.logo-in-2021{
    display: block;
    width: 25.3%;
    padding-top: 22px;
    margin-bottom: 26px;
}
.logo-in-2021 img{
    max-width: 100%;
    height: auto;
}
.nav2021{
    width: 100%;
    height: 54px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.nav2021 ul li{
    float: left;
    width: 8.3%;
    height: 54px;
    position: relative;
}
.nav2021 ul li>a{
    line-height: 54px;
    font-size: 16px;
    color: #444;
    display: block;
    text-align: center;
}
.nav2021 ul li .subnav{
    background: rgba(255,255,255,.9);
    padding: 10px 0 15px;
    width: 120px;
    text-align: center;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    /* width: 184px; */
    top: 54px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.nav2021 ul li .subnav a{
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
.nav2021 li:hover{
    background: #307f79;
}
.nav2021 li:hover>a{
    font-weight: 700;
    color: #fff;
}
.nav2021 ul li.current{
    background: #307f79;
}
.nav2021 ul li.current>a{
    font-weight: 700;
    color: #fff;
}
.nav2021 ul li .subnav a:hover{
    color: #307f79;
}



.mainbox2021{
    margin-top: 28px;
    margin-bottom: 28px;
    border-top: 4px solid #1a4b2b;
    overflow: hidden;
    padding: 40px 34px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 27px 0 rgba(7,12,6,.2);
}

.mainbox2021 .mainleft{
    float: left;
    width: 14.2%;
}
.mainleft h1{
    font-size: 20px;
    padding-left: 16px;
    font-weight: bold;
    color: #1a4b2b;
    line-height: 12px;
    height: 14px;
    border-left:3px solid #1a4b2b;
}
.mainleft ul{
    margin-top: 15px;
}
.mainleft ul li{
    line-height: 42px;
    border-bottom: 1px solid #eee;
}
.mainleft ul li a{
    display: block;
    padding-left: 16px;
    font-size: 16px;
    color: #666;
}
.mainleft ul li.current{
    background-image: url(../images/arrow-right.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}
.mainleft ul li.current>a{
    color: #1a4b2b;
}
.mainright{
    float: right;
    width: 81.2%;
}
.mainright .newsFirst{
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 10px;
}
.newsFirst li{
    overflow: hidden;
}
.newsFirst li a{
    display: block;
}
.newsFirst li .imgbox{
    width: 38%;
    float: left;
    overflow: hidden;
}
.newsFirst li img{
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.newsFirst li .first_right{
    float: right;
    width: 58%;
    padding-top: 30px;
    overflow: hidden;
}
.first_right .first_top{
    overflow: hidden;
}
.first_right h2{
    float: left;
    width: 78%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom:16px;
    font-weight: bold;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    color: #444;
}
.first_right span{
    float: right;
    color: #666;
    font-size: 14px;
}
.first_right p{
    font-size: 14px;
    color: #444;
    height: 40px;
    overflow: hidden;
    line-height:20px;
    margin-bottom: 25px;
}
.first_right .date{
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    text-align: center;
    color: #999;
    float: left;
}
.date i{
    display: inline-block;
    margin-top: 12px;
    font-style: normal;
    font-size: 16px;
}
.date b{
    font-size: 26px;
    line-height: 26px;
}
.first_right span{
    /* float: right;
    color: #fff;
    width:105px;
    height:32px;
    line-height: 32px;
    text-align: center;
    font-size:16px;
    background:#1a4b2b;
    margin-top: 40px; */
}
.mainright .newslist{
    padding-bottom: 40px;
}
.newslist li{
    border-bottom: 1px solid #eee;
}
.newslist li a{
    display: block;
    overflow: hidden;
    padding-top: 28px;
    padding-bottom: 26px;
}
.newslist li .date{
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    text-align: center;
    color: #999;
    float: left;
}
.newslist li .newsinfo{
    float: right;
    width: 88%;
    overflow: hidden;
}
.newslist li h2{
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin-bottom:15px;
}
.newslist li p{
    font-size: 14px;
    color: #444;
    line-height:20px;
    width: 67.7%;
    float:left;
    height: 40px;
    overflow: hidden;
}
.newslist li span{
    float: right;
    color: #fff;
    width:105px;
    height:32px;
    line-height: 32px;
    text-align: center;
    font-size:16px;
    background:#1a4b2b;
}
.pages{
    padding-top: 30px;
    padding-bottom: 20px;
}
.pages a{
    display: inline-block;
    padding: 10px 14px;
    border:1px solid #ccc;
    margin: 5px 5px;
    font-size: 14px;
    color: #646464;
    border-radius: 3px;
}
.pages b{
    display: inline-block;
    padding: 10px 14px;
    border:1px solid #1a4b2b;
    margin: 5px 5px;
    font-size: 14px;
    color: #fff;
    background: #1a4b2b;
    border-radius: 3px;
}

/* 新闻详情页 */
.mainbox .contentbox{
    padding: 80px 30px;
}

.newsnav{
    position: absolute;
    bottom: 70px;
    font-size: 16px;
    color: #fff;
}
.newsnav span{
    font-size: 16px;
    color: #fff;
    
}
.newsnav a{
    font-size: 16px;
    color: #fff;
}
.newsnav a.active{
    color: #fff;
}
.singleContent{}
.contactbox{}
.newsContent{
    /* width: 79.8%; */
    /* margin: auto; */
    padding: 0 30px;
}
.newsContent .titlebox{
    text-align: center;
    padding-bottom:20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom:35px;
}
.titlebox h1,.contactbox h1{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #1a4b2b;
}
.titlebox h2{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #1a4b2b;
}
.titlebox span{
    font-size: 16px;
    color: rgba(50,50,50,.6);
    
}
.newsContent .newstext,.singleText,.connect,.aboutContent{
    font-size: 16px;
    color: #000;
    line-height:32px;
}
.newstext p,.singleText p,.connect p,.aboutContent p,.newstext p a{
    font-size: 16px;
    color: #000;
    line-height:32px;
}
.newsContent table{
    margin: 0 !important;
    width: 100% !important;
}
.newsContent .newstext table tr td,.singleText table tr td,.connect table tr td,.aboutContent table tr td{
    padding-left: 5px;
    font-size: 16px;
    line-height: 32px;
}
.newstext p img,.singleText p img,.aboutContent p img{
    display: inline-block;
    /*width: auto !important;*/
    max-width: 100%;
    height: auto;
    /*height: auto !important;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.newsContent .newschange{
    margin-top: 40px;
    padding-top:28px;
    padding-bottom: 20px;
    border-top: 2px solid #cecece;
}
.newschange p{
    background-image: url(../images/ar.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    margin-bottom: 9px;
    font-size: 16px;
    color: #000;
}
.newschange p a{
    font-size: 16px;
    color: #000;
}

/* 单页内容模板 */
.singleContent .titlebox{
    text-align: center;
    margin-bottom: 25px;
}
.singleContent .titlebox h1{
    margin-bottom: 10px;
}

/* 联系我们 */
.contactbox h1{
    text-align: center;
}
.contactbox span.line{
    display: block;
    width: 50px;
    height: 2px;
    margin: auto;
    background: #1a4b2b;
}
.map{
    margin-top: 30px;
    height: 280px;
}
.map h2{
    font-size: 16px;
    color: #1a4b2b;
    margin-bottom: 5px;
}
.map p{
    font-size: 14px;
    color: #000;
}
.connect{
    padding-top: 30px;
    padding-bottom: 40px;
}

/* 无推荐图片信息列表 */
.noPics{
    margin-top: -28px;
}

/* 无二级栏目列表 */
.columnName{
    font-size: 22px;
    color: #1a4b2b;
    text-align: center;
    margin-bottom: 20px;
}
.columnName b{
    color: #ff0000;
}
.noSubnav{
    width: 100%;
    float: none;
}
.noSubnav .newslist li .newsinfo{
    width: 90.5%;
}
.noSubnav .newslist li p{
    width: 82%;
}

/* 通用标题列表 */
.listsbox{
    padding-top: 20px;
    padding-bottom: 10px;
}
.noSubnav .listsbox{
    margin-top: -20px;
}

.listsbox li{
    overflow: hidden;
    background-image: url(../images/dots-r.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px auto;
    padding-left: 15px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}
.listsbox li a{
    float: left;
    width: 82%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listsbox li a b{
    color:#ff0000;
}
.listsbox li span{
    float: right;
    color: #666;
    font-size: 16px;
}

/*自制弹窗样式*/
 
.mark {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height:150px;
    line-height: 150px;
    width: 30%;
    text-align: center;
    font-size: 16px;
    text-align: center;
    color: #2c2c2e;
    z-index: 100001;
    background: rgba(255,255,255, 1);
    border: 1px solid #c9c9c9;
    border-radius:8px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  }

/* 鼠标经过的样式 */
@media screen and (min-width:992px) {
    .navbox li:hover{ background: #37807a; border-radius: 8px;}
    .navbox li .sNav a:hover{color: #085628;}
    .index_title a:hover{
        font-weight: bold;
    }
    .index_news li:hover h2,.listsbox li:hover a{
        color: #3c724d;
    }
   
    .index_news li:hover img,.index_other dl dd:hover .otimg,.index-other-r li:hover .otimg{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
    .tab_menu li:hover{
        background: #46845b;
    }
    .style_left li:hover .style_title{
        color: #1a4b2b;
       
    }
    .style_right_list li:hover a{
        color: #1a4b2b;
    }
    
    .tab_menu li:hover img.normal{
        display: none;
    }
    .tab_menu li:hover img.hover{
        display: inline-block;
    }
    .tab_menu li:hover span{
        color: #fff;
    }
    .use_link a:hover,.copyright a:hover{
        color: #3c724d;
    }
    .mainleft ul li:hover{
        background-image: url(../images/arrow-right.png);
        background-position: 90% center;
        background-repeat: no-repeat;
    }
    .mainleft ul li:hover>a{
        color: #1a4b2b;
    }
    .newsFirst li:hover img{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
    .newsFirst li:hover h2,.newslist li:hover h2,.newsFirst li:hover span,.newsFirst li:hover p,.newslist li:hover p,.newsnav a:hover{
        color: #1a4b2b;
    }
    .newsFirst li:hover .date,.newslist li:hover .date{
        background: #46845b;
        color: #fff;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }
    .newslist li:hover span{
        background: #46845b;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }
    .pages a:hover{
        color: #fff;
        background: #1a4b2b;
        border: 1px solid #1a4b2b;
    }
    .newschange p:hover{
        background-image: url(../images/arr.png);
        color: #1a4b2b;
    }
    .newschange p:hover a,.newstext p a:hover{
        color: #1a4b2b;
    }
}
/* 小于1220大于992的屏幕 */
@media (min-width:992px) and (max-width:1220px) {
  
    .navbox{ background-size: 100% auto;}
    .navbox li{ width: auto;}
    .navbox li>a{ padding: 0 8px; font-size: 16px;}
    .index_news li h2{ line-height: 24px;}
    .tab_menu li span{ font-size: 22px;}
    .tab_menu li a{ padding-left: 30px;}
    .style_right li{ margin-bottom: 3px;}
    .index_news li .img_right{ min-height: 120px;}
    .index_other dl dd img.words,.index-other-r img.words{ top: 35px;}
    .campus-list{ background-size: 100%; min-height: 105px; padding: 22px 22px;}
    .footer .footer_left{ width: 78%;}
    .footer .footer_right{ width: 22%;}
    .mainbanner .toppic{ background-position: right top;}
    .banner{ padding-top: 65px; padding-bottom: 155px;}
    .banner .container>span{ font-size: 48px;}
    .banner h1{ font-size: 32px;}
}
/* 小于992屏幕 */
.phoneHeader{
    display: none;
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,1);
    height: 70px;
    padding: 0 10px;
    left: 0;
    top: 0;
    z-index: 111;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.phoneHeader .phonelogo{
    float: left;
    width: 42%;
    margin-top: 10px;
}
.phoneHeader .phonelogo img{
    width: 100%;
    height: auto;
}
/*手机版导航*/
.mobileNav{ 
    display:none;
    position:absolute;
    top:100px;
    left:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:10000;
}
.m_nav .closecover{
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    left:0px;
    top:0px;
    z-index:1;
}
.m_nav .closeicon{
    position:absolute;
    width:45%;
    height: 100%;
    right:0;
    top:0;
    padding-left: 2%;
    padding-top: 2%;
    z-index:1000;
    text-align:center;
    filter:alpha(opacity=0);
    background: rgba(0,0,0,.3);
    opacity:0;
}
.mobileNav .m_navList{
    position:absolute;
    width:40%;
    right:0px;
    top:0px;
    background:rgba(11,13,25,.8);
    height:100%;
    z-index:1000;
    /* right:-80%; */
    overflow-y: scroll;
}
.mobileNav .m_navList ul{
    padding-left:5%;
    padding-right:5%;
    padding-top: 5%;
}
.mobileNav .m_navList ul li{
    border-bottom:1px solid #232530;
}
.mobileNav .m_navList ul li a{
    display:block;
    height:64px;
    color:#fff;
    line-height:64px;
    padding-left:5%;
    font-size:20px;
}
.mobileNav .m_navList ul li .m_f_a{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    width: 100%;
}
.mobileNav .m_navList ul li .m_f_a a{
    flex: 1;
}
.mobileNav .m_navList ul li .m_f_a i{
    width: 160px;
    height:35px;
    box-sizing: 
    border-box; 
    padding:0 5px; 
    display: block;
}
.icon{ 
    background:url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%; 
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    transition:all 0s;
}
.icon_on{
    background:url(../images/reduce.jpg) 50% no-repeat!important;
    background-position: 50% 50%;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    transition:all 0s;
}
.mobileNav .m_navList ul li .m_s_nav{
    display:none;
    width: 100%;
    padding-bottom: 20px;
}
.mobileNav .m_navList ul li .m_s_nav a{
    display: block; 
    height:40px;
    line-height:40px;
    font-size:16px;
    padding-left:10%;
    overflow: hidden; 
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
}
@media (min-width:992px) and (max-width:1220px) {
    .style_right_list li a{ width:75%;}
    #swiper-school li.swiper-slide img{ width:100%; height: 288px;}
    .style_right_list li{ line-height:35px;}
}
@media screen and (max-width:992px) {
    .header2021{ height: 100px;}
    .logo-in-2021{ float: left;}
    .phoneHeader .phonelogo img{ height:50px; width:auto;}
    .indexWorkbox .workLeft{ width:25%;}
    .indexWorkbox .workRight{ width:75%;}
    #swiper-school li.swiper-slide img{ width:100%;height:436px;}
    .navbar-toggle{display:block; background: #1a4b2b; margin-top: 20px;}
    .style_right_box{ float:none; width:100%; margin-top: 25px;}
    .index-other-r img.words,.index_other dl dd img.words{ top:20px;}
    .navbar-toggle .icon-bar{ background: #fff;}
    .nav2021{ display: none;}
    .banner2021 h1{ padding-left: 30px; font-size: 28px;}
    .banner2021 h1 span{ font-size: 18px;}
    .mainbox2021 .mainleft{ float: none; width:100%; margin-bottom: 20px;}
    .mainright{ float: none; width: 100%;}
    .mainleft h1{ text-align: center; border-left: none; height: auto; line-height: inherit;}
    .mainleft ul{ margin-top: 25px;}
    .mainleft ul li.current{ background: none;}
    .mainleft ul li{ display: inline-block;}
    .mainleft ul li a{ padding: 0 16px; background: #fafafa;}
    .mainleft ul li.current a{ background: #1a4b2b; color: #fff;}
    .first_right .date{ width: 70px; height: 70px;}
    .newslist li .newsinfo{ width: 85%;}
    .noPics{ margin-top: 0;}
    .listsbox{ padding-top: 10px;}
    .noSubnav .newslist li .newsinfo{ width: 85.5%;}
    .noSubnav .newslist li p{ width: 77%;}
    .index_style .style_left{ float:none; width:100%;}
}

@media (min-width:767px) and (max-width:992px) {
    .phoneHeader{ display: block;}  
    .navbox{ display: none;}
    .headerbox{  margin-top: 50px; }
    .headerbox a.logo{ float: left; width: 35%;}
    .bannerbox{ clear: both;}
    .index_navbar{ margin-top: 15px;}
    .index_mobile .m_navList{ width: 100%;}
    .index_mobile{ top: 135px;}
    .bannerbox .banner1{ height: 100%; width: auto;}
    .bannerbox .banner1 img{ max-width: 100%; height: 100%;}
    .index_news li h2{ line-height: 24px;}
    .index_news li p{ display: none;}
    .tab_menu li .imgbox{ width: 40px; height: 40px;}
    .tab_menu li .imgbox img{ width: 100%; height: auto;}
    .tab_menu li span{ font-size: 18px;}
    .style_right li{ margin-bottom: 9px;}
}

@media screen and (max-width:768px) {
    .body_b{ position: inherit;}
    .phoneHeader{ display: block;}  
    .navbar-toggle{ margin-top: 20px; margin-right: 0;}
    .mobileNav{ top: 70px;}
    .sectionbox{ margin-top: 25px;}
    .sectionbox .img2,.indexnav{ display: none;}
    .index_navbar{ position: absolute; right: 0; top: 11px;}
    .index_mobile{ top: 90px;}
    .mobileNav .m_navList{ width: 100%;}
    .mobileNav .m_navList ul li .m_f_a i{ width: 12%;}
    .mobileNav .m_navList ul li a{ height: 48px; line-height: 48px; padding-left: 2%; font-size: 18px;}
    .mobileNav .m_navList ul li .m_s_nav a{ height: 32px; line-height: 32px; font-size: 14px; padding-left: 5%;}
    .wrapperbox{padding: 0 10px;}

    .navbox{
        display: none;
    }
    
    .bannerbox{
        clear: both;
        padding: .4rem .4rem;
        margin-top: 0;
        margin-bottom: 1.6875rem;
    }
    .bannerbox .banner1{
        background-size: cover;
        height: 100%;
        width: auto;
    }
    .bannerbox .banner1 img{
        max-width: auto;
        height: 100%;
    }
    .indexWorkbox{
        height: auto;
        background: transparent;
    }
    .indexWorkbox .workLeft{
        float: none;
        width: 100%;
    }
    .workDate a{ display: none;}
    .indexWorkbox .workRight{
        float: none;
        width: 100%;
        text-align: left;
        margin-top: -3px;
        margin-bottom: 5px;
    }
    .searchform{
        width: 35%;
        position: fixed;
        top: 20px;
        right: 65px;
        z-index: 112;
        height: 34px;
        line-height: 34px;
    }
    .toppic .searchform{ margin-top: 0;}
    .searchform input.search-text{ width: 78%; line-height: 34px; height: 34px; font-size: 12px;}
    .searchform input.submit{ width: 19%; height: 34px; background-size: 14px auto;}
    .workLeft .workDate,.workRight li a{
        font-size: 1.5rem;
    }
    .workRight li a{ line-height: 3.9rem; height: 3.9rem;}
    .workRight li{ margin-left: 0; margin-right: 1rem;line-height: 3.9rem; height: 3.9rem;}
    .workRight li.index0{ width:14.4rem;}
    .workRight li.index1{ width: 11.6rem;}

    .mark{ width: 70%; font-size: 16px; z-index: 1000; height: 120px; line-height: 120px;}

    .index_campus{
        padding-bottom: .5rem;
    }
    .index_title{
        padding-top:2rem;
        padding-bottom: 1.8rem;
    }
    .tit_left img{
        max-width: 60%;
    }
    .tit_left span{
        font-size: 1.6rem;
    }
    .index_title a{
        font-size: 1.5rem;
        margin-top: .4rem;
    }
    .index_news li .imgbox{
        float: none;
        width: 100%;
    }
    .index_news li .img_right{
        float: none;
        width: 100%;
        min-height: auto;
    }
    .index_news li h2{
        font-size: 1.6rem;
        line-height: 2.3rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_news li span{
        position: relative;
    }

    .index_news li p{
        font-size: 1.4rem;
        margin-top: .4rem;
        height: auto;
        margin-bottom: .5rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_main{ padding-top: 0;}
    .tab_menu li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 1rem;
    }
    .tab_menu li a{
        padding: 2rem 1.5rem;
    }
    .tab_menu li .imgbox{
        width: 5rem;
        text-align: center;
    }
    .tab_menu li img{
        max-width: 100%;
        height: auto;
    }
    .tab_menu li span{
        font-size: 2rem;
    }
    .index_style{
        padding: 1.5rem 0 0;
        background-image: none;
    }
    .index_style .style_left{
        float: none;
        width: 100%;
    }
    .index_style .style_right{
        float: none;
        width: 100%;
        margin-top: 1rem;
    }
    .style_right li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .index_other{
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 1rem;
        border-top: 2px solid #dfdfdf;
    }
    .index_other dl{
       
    }
    .index_other dl dd{
        width: 49%;
        margin-right: 2%;
    }
    .index_other dl dd img.words,.index-other-r img.words{
        left: 15px;
        top: 14px;
        width: 55%;
    }
    .index-other-r img.words{
        width: 50%;
    }
    .index_other ul{
        float: none;
        width: 100%;
        margin-top: 1rem;
    }
    .index_other ul li{
        width: 32%;
        margin-right: 2%;
    }
    .index_other ul li img{
        width: 100%;
    }
    .campus-list{ min-height: auto; background: none; padding: 0;} 
    #swiper-school li.swiper-slide img{ width:100%; height:252px;}
    #swiper-school li .style_title{ padding-right:26%;}
    .style_right_box{ float:none; width:100%; margin-top:20px;}
    .style_right_box h2 img{ height: 24px;}
    .style_right_list li a{ width:74%; font-size: 16px;}
    .style_right_list li{ line-height: 36px;}

    .footer{ padding: 20px 10px;}
    .footer .footer_left{
        width: 100%;
        float: none;
    }
    .footer .footer_right{
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 1.5rem;
    }
    .footer_left .use_link{
        margin-top: 0;
        font-size: 14px;
    }
    .use_link a{
        margin: 0 5px;
        font-size: 14px;
    }
    .footer .copyright{
        line-height: 24px;
        margin-top: 0;
    }
    .copyright p{
        line-height: 24px;
    }
    .copyright .dw{ width: 30px; margin-top: 0;}
    .footer_right a{
        margin-right: 15px;
    }
    .footer_right img.ewm{
        width: 85px;
        height: auto;
    }

    .banner{ padding-top: 40px; padding-bottom: 40px; background-position: 48%; background-size: auto 100%; height: 150px; padding-left: 10px;}
    .banner h1{ font-size: 22px; padding-left: 10px; margin-top: -20px;}
    .banner .container>span{ font-size: 28px;}
    .mainbox{ padding: 25px 10px 0;}
    .mainleft h1{padding-left: 0; margin-bottom: 25px;}

    /* 新闻中心列表模板 */
    .wapBox{
        padding-top: 2.6rem;
    }
    .header .logo-in{
        width: 56%;
        margin-bottom: .7rem;
    }
    .header .nav{
        display: none;
    }
    .header2021{ height: 80px;}
    .logo-in-2021{ width: 50%; margin-left: 15px; padding-top: 10px; margin-bottom: 0;}
    

    .banner2021{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner2021 h1{
        width: 100%;
        font-size: 2.4rem;
        margin-left: 10px;
        line-height: 48px;
        background-size: contain;
        height: 48px;
        text-indent: 10px;
    }
    .banner2021 h1 span{
        font-size: 2.2rem;
        vertical-align: bottom;
        margin-left: 10px;
    }
    .mainbox2021{ padding: 20px 15px;}
    .mainbox .commonbox{
        padding:0;
    }
    .mainbox .mainleft{
        float: none;
        width: 100%;margin-bottom: 15px;
    }
    .mainbox2021 .mainleft{ margin-bottom: 5px;}
    .mainleft h1{
        display: none;
    }
    .mainleft ul{
        margin-top: 0;
        overflow: hidden;
    }
    .mainleft ul li{
        float: left;
        width: 33.3%;
        text-align: center;
    }
    
    .mainleft ul li.current{
        background-image: none;
        background-color: #1a4b2b;
    }
    .mainleft ul li.current a{
        color: #fff;
    }
    .mainright{
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .mainright .newsFirst{
        padding-top: 5px; padding-bottom: 20px;
    }
    .newsFirst li .imgbox{
        float:none;
        width: 100%;
        margin-bottom: 15px;
    }
    .newsFirst li .first_right{
        float: none;
        width: 100%;
    }
    .first_right h2{
        margin-bottom: 10px;
    }
    .first_right p{
        margin-bottom: 15px;
    }
    .first_right .date{ height: 64px;}
    .date i{ margin-top: 8px;}
    .date b{
        line-height: 28px; font-size: 20px;
    }
    .first_right span{
        margin-top: 20px;
        width: 90px;
    }
    .newslist li .date{ height: 70px;}
    .newslist li a{
        padding-bottom: 20px; padding-top: 20px;
    }
    .newslist li .newsinfo{
        width: 74%;
    }
    .newslist li h2{
        margin-top: 10px;
        margin-bottom: 5px; line-height: 24px;
    }
    .newslist li p{
        display: none;
    }
    .newslist li span{
        display: none;
    }
    .pages{
        padding-top: 0;
    }
    .pages a{
        padding: 4px 10px; margin: 4px 1px;
    }
    .pages b{
        padding: 4px 10px; margin: 4px 1px;
    }

    .newsnav{ font-size: 12px; bottom: 10px;}
    .newsnav a{ font-size: 12px;}
    /* 新闻详情 */
    .newsContent{
        padding: 10px 0;
    }
    .newsContent .titlebox{ margin-bottom: 25px;}
    .mainleft ul li a{ padding: 0; }
    .newsnav{ padding-left: 0; line-height: inherit; height: auto; background: transparent;}
    .newschange p{ margin-bottom: 15px;background-position: left 2px;}
    .listsbox li a{ width: 70%;}
    .titlebox h1, .contactbox h1{ font-size: 22px; line-height: 32px;}
    .titlebox h2 { font-size: 18px; line-height: 24px; }
    .noSubnav .newslist li .newsinfo{ width: 74%;}
    .noSubnav .newslist li p{ width: 100%;}
    .newstext p img,.singleText p img,.aboutContent p img{
        width: auto !important;
        height: auto !important;
    }
    .newschange p a{width: 80%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: bottom;}
    .singleContent,.contactbox{ padding-top: 20px;}
    .map{ height: 200px;}
    .newsContent .newschange{ margin-top: 30px;}
}
@media screen and (max-width:380px) {
    #swiper-school li.swiper-slide img{ height: 227px;}
    .style_right_list li a{ width:70%;}
}
@media screen and (max-width:368px) {
    .searchform input.search-text{ width: 76%;}
    .tab_menu li span{font-size: 1.5rem;}
}

@media screen and (max-width:358px) {
    .searchform input.search-text{ width: 75%;}
    .searchform input.submit{ width: 18%; background-size: 12px auto;}
    .tab_menu li span{font-size: 1.4rem;}
}

@media screen and (max-width:330px) {

    .searchform input.search-text{ width: 75%;}
    .searchform input.submit{ width: 18%; background-size: 12px auto;}
    .tab_menu li span{font-size: 1.4rem;}
    .phoneHeader{ height: 60px;}
    .mobileNav{ top: 60px;}
    .navbar-toggle{ margin-top: 13px;}
    .index_mobile{ top: 80px;}
    .searchform{ top: 12px;}
    #swiper-school li.swiper-slide img{height: 191px;}
    #swiper-school .swiper-pagination{ right:6px;}
    #swiper-school .swiper-pagination-bullet{ margin:0 3px;}
    .style_right_list li a{ font-size: 15px; width:68%;}
    .style_right_list li span{ font-size: 15px;}

    .index_title .tit_left{ width: 80%;}
    .tit_left img{ max-width: 45%;}
    .index_title a{ margin-top: 0;}
    
    .index_news li{ width: 100%; float: none; margin-right: 0;}
    .index_news li h2{ font-size: 15px; line-height: 22px;}
    .index_news li p{ font-size: 12px;}
    .index_news li span{ font-size: 12px;}
    .tab_menu li a{ padding: 1rem 0 1rem 1rem;}
    .tab_menu li .imgbox{ width: 35px;}
   
    .index_campus{ padding-bottom: 0; background-image: none;}
    .index_other dl,.index_other .index-other-r{ float: none; width: 100%;}
    .index_other dl dd{ float: none; width: 100%; height: 90px; overflow: hidden; margin-right: 0; margin-bottom: 1rem;}
    .index_other dl dd img.words, .index-other-r img.words{ width: 35%; top: 35px;}
    .index_main{ padding-top: 0;}
    .logo-in-2021{ padding-top: 18px;}
    .footer_left .use_link{ font-size: 14px;}
    .banner2021 h1{ font-size: 22px;}
    .banner2021{ padding-top: 30px; padding-bottom: 30px;}
    .banner2021 h1 span{ font-size: 18px; vertical-align: middle;}
    .date i{ font-size: 14px; display: block;}
    .date b{ font-size: 18px;}
    .first_right span{ font-size: 14px; margin-top: 14px;}
    .first_right .date{ height: 60px;}
    .newslist li .date{ width: 70px; height: 60px;}
    .newslist li .newsinfo{ width: 72%;}
    .newslist li p{ display: none;}
    .newsnav span{ font-size: 14px;}
    .newsnav a{ font-size: 14px;}
    .titlebox h1, .contactbox h1{ font-size: 20px; margin-bottom: 10px;}
    .titlebox span{ font-size: 14px;}
    .newstext p, .singleText p, .connect p, .aboutContent p{ font-size: 15px; line-height: 30px;}
    .newschange p a{ font-size: 15px;}
    .newschange p{ font-size: 15px;}
    .listsbox li a { width: 66%;}
    .noSubnav .newslist li .newsinfo{ width: 72%;}
    .titlebox h2{ font-size: 18px;}
    .map{ height: 180px;}
    .mainleft ul li a{ font-size: 15px;}
    .newschange p a{ width: 75%;}
    .newslist li h2{ margin-top: 0;}
}
