/*全局*/
:root {
    --swiper-theme-color:#0066cc !important;
}
body *{outline: none;}
body a{color: #000}
body a:hover{text-decoration: none}
body img{border: none;}
ul{padding: 0;margin: 0;list-style: none}
.base{width: 1140px;margin: 0 auto}
.header{
    position: relative;
    ma rgin: 0 auto;
    background-color: #0066CC;
    /* width: 1140px; */
}
.border{border: 1px solid #999;width: 100%;height: 100%}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/*全局的标题修饰*/



/*顶部*/


.logo{display: inline-block;height: 100px;line-height: 100px;}
.logo{float: left;}

.logo img{width: 780px;margin-left: -130px;}

.top-message a{padding: 0 5px;display: inline-block;height: 20px;line-height: 20px;}
.met-nav{
    background: #0062ad;
    width: 100%; 
    padding-left: 50px;
}
.met-nav>ul>li{
    width: 122px;
}
.nav>li>a{
	padding: 12px 23px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.nav>li>a:focus, .nav>li>a:hover,.nav>li.active>a,.dropdown.open a{background: #fff;color: #0062ad}

/*二级导航修改*/
.dropdown-menu{padding: 0;margin: 0;border-radius: 0;border:none;border-top: 2px solid #0062ad}
.dropdown-menu li a{
	padding: 10px 20px;
	text-align: left;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.dropdown-menu li a:hover{
	background-color: #0062ad!important;
	color: #fff
}
.nav3{top: 0;left: 100%;}

/*主体部分*/
.main{
    /* height: 1380px; */
    /* background-color: #d0d0d0; */
    width: 1400px;
    margin:0 auto;
}
.mainlist{
    min-height: 472px;
    /* background-color: #d0d0d0; */
    width: 1141px;
    margin:0 auto;
    display:flex;

}

/*二级栏目列表页*/
.context-page{text-align: center;}
.context-page .page-list,.context-page .prev,.context-page .next{display: inline-block;}
.context-page .page-list li{
	float: left;
	border: 1px solid #999;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.context-page .page-list li+li{float: left;border-left: none;}
.context-page .page-list li a{
	display: block;
	padding: 2px 18px;
    border-right: none;
    background: #fff;
    text-align: center;
    color: #76838f;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.context-page .page-list li.active a,.context-page .page-list li:hover a{background: #399ae5;color: #fff;}
.context-page .page-list li.disabled{border-color: #e4eaec!important;}

.img-list{overflow: hidden;}
.img-list:after{display: block;content: '';clear: both;}
.imglist-box{width: 128px;min-height:222px; margin: 10px auto 0 auto;text-align: center;}
.imglist-box a{display: block;}
.img-list img{border: 1px solid #ccc;padding: 3px;width: 128px;height: 176px;display: block;}
.imglist-box:hover img{border-color:#0062ad;}
.imglist-box:hover .img-desc{color:#0062ad;}
.img-desc{margin: 0;overflow: hidden;/*text-overflow: ellipsis;white-space: nowrap;*/}

.wp_nav {
    display: block;
    margin: 0;
    padding: 0;
    display: block;
	zoom: 1;
	width: 1400px;
    margin: 0 auto;
}
.wp_nav .nav-item a {
	padding: 12px 23px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    /* transition: all .3s;
    -webkit-transition: all .3s; */
}
.wp_nav .nav-item:hover {
	background: #fff;
}
.wp_nav .nav-item a:hover {
	color: #0062ad;
}
.wp_nav .sub-nav {
	padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
	border-top: 2px solid #0062ad;
}
.wp_entry{
line-height:unset;
}
.wp_nav .nav-item a.parent{
	color: #0062ad;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.wp_nav .nav-item a.parent:hover{
	color: #0062ad;
	text-decoration: none;
	background: #fff;
	outline: 0；
	transition: all .3s;
	-webkit-transition: all .3s;
}
.menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.wp_nav .sub-nav .nav-item a {
    padding: 10px 20px;
    text-align: left;
    font-size: 15px;
    /* transition: all .3s;
	-webkit-transition: all .3s; */
    font-weight: normal;
    color: #0062ad;
    border-top: 0px solid #D8E1CC;
    min-width: 160px;
}
.wp_nav .sub-nav .nav-item a.parent{
	color: #0062ad;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.wp_nav .sub-nav .nav-item a.parent:hover{
	color: #fff;
	text-decoration: none;
	background: #0062ad;
	outline: 0；
	transition: all .3s;
	-webkit-transition: all .3s;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.wp_subcolumn_list .wp_sublist .sublist_title a {
    display: inline-block;
    color: #0062ad;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/1.png) no-repeat 10px center;
    background-size: 16px auto;
}
.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 30px;
    line-height: 20px;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #999;
	background: #e8f8ff;
	margin-top: 15px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
	cursor: pointer;
	margin-left: 36px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
	margin-top: 6px;
    background: url(../images/more.png) no-repeat 10px center;
    width: 35px;
    height: 16px;
	background-size: 16px 16px;
	-webkit-transition: all .3s;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {
    /* display: none; */
}
.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext img {
	display: none;
}
.wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    margin-left: -2px;
}
.search{
	background-color: #79a5d0;
	height: 30px;
	width: 1400px;
	margin: 0 auto;
}
.searchdiv1{
	height: 30px;
	width: 60px;
	float: right;
}
.searchdiv2{
	height: 30px;
	width: 210px;
	float: right;
}
.wp_search .search{
	background: url(../images/btn_search.gif);
    width: 58px;
    height: 22px;
    border: 0px;
    cursor: pointer;
    margin-top: 4px;
}
.rollpic{
	width: 1400px;
	height: 510px;
	margin: 5px auto;
}
div.timer{
    top: 10px;
    width: 40px;
    height: 40px;
    right: 10px;
    overflow: hidden;
    /* position: absolute; */
    /* z-index: 1001; */
    cursor: pointer;
    opacity: 0.6;
    display: none;
}
div.slider-nav span.right {
    background: url(../images/right-arrow1.png) no-repeat;
    right: 0px;
    opacity: 0.3;
    margin-right: -27px;
}
div.slider-nav span.left {
    background: url(../images/left-arrow1.png) no-repeat;
    right: 0px;
    opacity: 0.3;
}
.info{
    width: 1400px;
    height: 390px;
    margin-top: 10px;
    border-top: 3px solid #79a5d0;
    border-radius: 10px;
}
.em{
    font-style: normal;
    font-weight: bold;
    border-left: 4px solid #316d81;
    padding-left: 8px;
    position: relative;
    top: -5px;
}
.span{
    float: right;
    font-size: 16px;
    font-weight: bold;
}
.rollnews{
    width:560px;
    height: 346px;
    display: inline-block;
}
.piclist{
    width: 0;
    height: 0;
    overflow: hidden;
}
.pictitle{
    /* background-color: #0066CC; */
    padding: 7px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 35px;
    overflow: hidden;
}
.content-desc {
    height: 20px;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.infonew1{
    width: 826px;
    height: 346px;
    display: inline-block;
   float: right;
   /* background-color: white; */
   border-right: 2px solid white;
   box-shadow: 3px 3px 7px 2px #dddddd;
}
.infoli{
    line-height: 30px;
    padding: 6px 0;
}
.releasetime{
    float: right;
    margin-right: 10px;
}
.second{
    width: 1400px;
    height: 615px;
    margin-top: 25px;
}
.teacher{
    /* background-color: white; */
    width: 255px;
    height: 615px;
    display: inline-block;
    border-top: 3px solid #79a5d0;
    box-shadow: 3px 3px 7px 2px #dddddd;
    border-radius: 10px;
}
.teachertitle{
    font-style: normal;
    font-weight: bold;
    border-left: 3px solid #316d81;
    padding-left: 8px;
}
.teachermore{
    float: right;
    font-size: 16px;
}
.teacherslist{
    width: 150px;
    height: 370px;
    margin: auto;
}
.teacherinfo{
    /* float: right; */
    text-align: center;
    align:center;
}
.notice1{
    width: 1120px;
    height: 615px;
    display: inline-block;
    float: right;
}
.notice1-1{
    width: 1120px;
    height: 305px;
}
.teaching{
    /* background-color: white; */
    height: 305px;
    width: 555px;
    display: inline-block;
    border-top: 3px solid #79a5d0;
    box-shadow: 3px 3px 7px 2px #dddddd;
    border-radius: 10px;
}
.student{
    height: 305px;
    width: 555px;
    float: right;
    display: inline-block;
    border-top: 3px solid #79a5d0;
    border-right: 2px solid white;
    box-shadow: 3px 3px 7px 2px #dddddd;
    border-radius: 10px;
}
.noticeli{
    line-height: 40px;
}
.notice1-2{
    width: 1120px;
    height: 305px;
    margin-top: 10px;
}
.party{
    /* background-color: white; */
    height: 305px;
    width: 555px;
    display: inline-block;
    border-top: 3px solid #79a5d0;
    box-shadow: 3px 3px 7px 2px #dddddd;
    border-radius: 10px;
}
.employment{
    /* background-color: white; */
    height:305px;
    width: 555px;
    float: right;
    display: inline-block;
    border-top: 3px solid #79a5d0;
    border-right: 2px solid white;
    box-shadow: 3px 3px 7px 2px #dddddd;
    border-radius: 10px;
}
/* .ico{
    background: url(../images/dot.gif) no-repeat left center;
} */
.third{
    width: 1400px;
    height: 215px;
    margin-top: 25px;
}
h4{
    border-bottom: 2px solid #c1c1c1;
}
.imgbtn{
    display: inline-block;
    width: 255px;
    height: 215px;
}
.xueyuanfengcai{
    width: 1120px;
    height: 215px;
    float: right;
    display: inline-block;
    border-top: 3px solid #79a5d0;
    border-radius: 10px;
}
.imgscroll2_td div{
    text-align: center;
}
.footer{
    background-color: #313134;
    /* width: 1140px; */
    height: 275px;
    margin-top: 20px;

}
.link{
    width: 1400px;
    height: 40px;
    margin-top: 10px;
}
.administrative{
    display: inline-block;
    height:25px;
    width:150px;
    margin-left: 250px;
}
.college{
    height:20px;
    width: 150px;
    margin: auto;
    display: inline-block;
    margin-left: 90px;
}
.outschool{
    display: inline-block;
    height:20px;
    width: 150px;
    margin: auto;
    margin-left: 90px;
}
.match{
    display: inline-block;
    height:20px;
    width: 150px;
    margin-left: 90px;
}
.foot1{
    width: 545px;
    height: 250px;
    margin-left: 65px;
    position: relative;
    top: 20px;
    display: inline-block;
}
.footlogo{
    width: 545px;
    height: 75px;
    position: relative;
    top: 20px;
}
.webinfo{
    width: 545px;
    height: 120px;
    position: relative;
    top: 25px;
    text-align: center;
    font-size: 16px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
}
.scann{
    display: inline-block;
    height: 200px;
    position: relative;
    top: -40px;
    left: 445px;
}
.fwtj{
    width: 500px;
    height: 50px;
    position: relative;
    left: 640px;
    top: -30px;
    text-align: center;
}
.fwzl{
    position: relative;
    top: -80px;
    left: 780px;
}
.img1{
    width: 200px;
    height: 200px;
    display: inline-block;
}


.leftcolumn{
    width: 230px;
    /*height: 450px;*/
    background-color: #79a5d06e;
    margin-top: 20px;
}
.navinfo{
    text-align: center;
   
}
.incolumn{
    color: #083562;
    position: relative;
    top: 20px;
   
    margin: auto;
    width: 200px;
}
.childnav{
    text-align: center;
}
.childnav_a{
    color: ghostwhite;
}
.childnav ul li a:hover{
    font-weight: bold;
    font-size: 15px;
}
.childnavli{
   line-height: 30px;
}
.rightlist{
    width: 890px;
    padding-left:15px;
}
.webposition{
    float: right;
    font-size: 14px;
    
}
.listinfo{
    width: 890px;
    margin-top: 20px;
}
.listtitle{
    background: #e8f8ff;
    height: 30px;
}
.noticelist{
    width: 890px;
}
.time{
    float: right;
}
.noticelist ul li{
    border-bottom: 2px dashed #ddd;
    line-height: 35px;
    font-size: 16px;
}
.article{
    margin: auto;
    position: relative;
    top: 30px;
}
.articlemain{
    /* background-color: gold; */
    margin: auto;
    width: 1140px;
    box-shadow: 3px 3px 7px 2px #dddddd;
}
.articleposition{
  
}
.article h2{
    text-align: center;
}
.articletime{
    text-align: center;
}
.autor{
    text-align: center;
}
#topw06{
    margin: auto;
}
.imgscroll3_top{
    margin-top: auto;
}
.dtjt9_div_text_title a:hover{
    color:#23527c ;
}
.orbit-wrapper{
    width: 1140px;
    height: 300px;
}
div.orbit{
    height: 300px;
}
.link img{
    margin-top: -10px;
}
.dtjt9_div_img .number .current{
    width:16px;
    height:16px;
    line-height:16px;
    display:block;
    text-align:center;
    opacity: 0.7;
    background:#0066cc;
    float:left;color:#FFF;
    margin-right:5px;
    border:1px solid #FFF;
    font-size:12px;
    TEXT-DECORATION:none
}
div.slider-nav span {
	top: 50%; 
    width: 65px; 
    height: 100px; 
    text-indent: -9999px; 
    margin-top: -50px; 
    position: absolute; 
    z-index: 1000; 
    cursor: pointer;
    opacity: 0.2;
}
.spannav{
display:none
}

.rollnews div .orbit-wrapper{
      z-index:-1;
      width:560px !important;
      height:346px !important;
}
.rollnews div .orbit-wrapper .slider-nav{
display: none;
}
.Site_Logo img{
width:150%;
}
.newSwiper{
       width:560px;
       height:346px;
       float:left;
}
.mySwiper{
       padding-top:5px !important;
}
.swiper-pagination-bullet{
       
       opacity:1.0 !important;
}