.v_news_content h2{font-size: 15px;
    font-weight: normal;}
.v_news_content img{max-width:900px !important;}

#vsb_content h2{font-size: 15px;
    font-weight: normal;}
#vsb_content img{max-width:900px !important;}



/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.container {
  width: 1300px;
  margin: 0 auto;
}
body {
  color: #333333;
  font: 15px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 1200px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #333333;
}
input {
  outline: none;
}
a:hover {
  color: #034e8d;
}
input,
textarea {
  outline: none;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #034e8d;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p-r {
  position: relative;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
.logo{ margin-left: 40px;}
.header .head {
  background: url(../images/head-bg.jpg) no-repeat center;
  height: 145px;
}
.header .head .container {
  padding-top: 30px;
}
.header .head .container .search-box {
  padding: 30px 22px 30px 250px;
  width: 250px;
  background: url(../images/zqbx.png) no-repeat left center;
}
.header .head .container .search-box .text {
  height: 30px;
  width: 0;
  opacity: 0;
  transition: all 0.3s;
}
.header .head .container .search-box .text:focus {
  opacity: 1;
  width: 180px;
  padding: 0 15px;
}
.header .head .container .search-box .image {
  margin-top: 2px;
  margin-left: 10px;
}
.header .head .container .search-box:hover .text {
  opacity: 1;
  width: 180px;
  padding: 0 15px;
}
.nav {
  background: #16306b;
  height: 56px;
}
.nav ul li {
  float: left;
  position: relative;
  width: 12.5%;
}
.nav ul li h3 a {
  height: 56px;
  line-height: 56px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.nav ul li .sub {
  position: absolute;
  background: #254a8e;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px 0;
  display: none;
  z-index: 10;
}
.nav ul li .sub a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  border-bottom: #eee 1px solid;
}
.nav ul li .sub a:hover {
  background: #16306b;
}
.nav ul li.on h3 {
  background: url(../images/active-bg.png) no-repeat center;
}
.banner {
  position: relative;
}
.banner .bd ul li a {
  display: block;
}
.banner .bd ul li a img {
  width: 100%;
  display: block;
}
.banner .hd {
  position: absolute;
  bottom: 36px;
  width: 100%;
  text-align: center;
}
.banner .hd ul li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 7px;
}
.banner .hd ul li.on {
  background: #034e8d;
}
.news-banner {
  width: 420px;
  height: 290px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #b8b8b8;
}
.news-banner .bd ul li {
  position: relative;
  height: 290px;
}
.news-banner .bd ul li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.news-banner .bd ul li p {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 286px;
  left: 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-banner .bd ul li:after {
  content: '';
  width: 100%;
  height: 100px;
  background: url(../images/text-bg.png) repeat-x bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-banner .bd ul li:hover .pic img {
  transform: scale(1.05);
}
.news-banner .hd {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.news-banner .hd ul li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 5px;
}
.news-banner .hd ul li.on {
  background: #034e8d;
}
.news-box {
  width: 410px;
}
.news-box ul {
  margin-top: 14px;
}
.title {
  height: 35px;
  clear: both;
  overflow: hidden;
  position: relative;
}
.title:after {
  content: '';
  border-bottom: 1px solid #d6d6d6;
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
}
.title:before {
  content: '';
  width: 40px;
  height: 4px;
  background: #fdb833;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.title h3 {
  float: left;
  font-size: 22px;
  color: #00569f;
  line-height: 1;
}
.title a {
  float: right;
  color: #494949;
  transition: all 0.3s ease-in-out;
}
.title a:hover {
  color: #034e8d;
}
.list-box ul li {
  height: 36px;
  line-height: 36px;
  padding-right: 95px;
  position: relative;
}
.list-box ul li a {
  display: block;
  height: 36px;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-box ul li a:after {
  content: '';
  width: 16px;
  height: 2px;
  background: #e4e4e4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
}
.list-box ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.list-box ul li:hover a {
  color: #034e8d;
}
.list-box ul li:hover a:after {
  background: #034e8d;
}
.school-project {
  width: 635px;
}
.school-project ul li {
  margin-top: 26px;
  margin-bottom: 7px;
  float: right;
  width: 303px;
  height: 114px;
  overflow: hidden;
}
.school-project ul li a {
  display: block;
}
.school-project ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.school-project ul li.fl {
  float: left;
}
.school-project ul li:hover img {
  transform: scale(1.05);
}
.links-icon {
  width: 635px;
}
.links-icon ul li {
  width: 30%;
  margin: 26px 1.5% 0;
  float: left;
  text-align: center;
}
.links-icon ul li a {
  display: block;
}
.links-icon ul li i {
  width: 72px;
  height: 72px;
  border: #f9fafd 5px solid;
  display: block;
  margin: 0 auto 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.links-icon ul li p {
  font-size: 18px;
  height: 18px;
  line-height: 1;
  color: #494949;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links-icon ul li:hover i {
  background-color: #254a8e;
  border-color: #e4ebfa;
  background-position: right;
  animation: round 1.8s infinite;
}
@keyframes round {
  0% {
    border-color: #e4ebfa;
  }
  50% {
    border-color: #254a8e;
  }
  100% {
    border-color: #e4ebfa;
  }
}
.campus-scenery .campus-scenery-banner {
  margin-top: 26px;
  position: relative;
}
.campus-scenery .campus-scenery-banner .bd {
  overflow: hidden;
}
.campus-scenery .campus-scenery-banner .bd ul li {
  float: left;
  margin-right: 30px;
  width: 303px;
  height: 218px;
  position: relative;
background:#f5f5f5;
}
.campus-scenery .campus-scenery-banner .bd ul li a {
  display: block;
}
.campus-scenery .campus-scenery-banner .bd ul li .pic,
.campus-scenery .campus-scenery-banner .bd ul li img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.campus-scenery .campus-scenery-banner .bd ul li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg-b.png) repeat;
  top: 100%;
  left: 0;
  text-align: center;
  display: table;
  transition: all 0.3s ease-in-out;
}
.campus-scenery .campus-scenery-banner .bd ul li .text p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}
.campus-scenery .campus-scenery-banner .bd ul li:hover .pic img {
  transform: scale(1.05);
}
.campus-scenery .campus-scenery-banner .bd ul li:hover .text {
  top: 0;
}
.campus-scenery .campus-scenery-banner .prev,
.campus-scenery .campus-scenery-banner .next {
  width: 30px;
  height: 48px;
  background: url(../images/prev.png) no-repeat center center;
  position: absolute;
  left: -46px;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
}
.campus-scenery .campus-scenery-banner .prevStop {
  background: url(../images/prev-w.png) no-repeat center center;
  cursor: no-drop;
}
.campus-scenery .campus-scenery-banner .next {
  background: url(../images/next.png) no-repeat center center;
  left: auto;
  right: -46px;
}
.campus-scenery .campus-scenery-banner .nextStop {
  background: url(../images/next-w.png) no-repeat center center;
  cursor: no-drop;
}
.links-box {
  margin-top: 50px;
  clear: both;
  overflow: hidden;
}
.links-box select {
  outline: none;
  width: 302px;
  height: 36px;
  line-height: 36px;
  border: #cecece 1px solid;
  float: left;
  margin-left: 30px;
  color: #777777;
  font-size: 14px;
  text-align: center;
  padding-left: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down.png) no-repeat 280px center;
}
.links-box select:first-child {
  margin-left: 0;
}
.footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  height: 122px;
  margin-top: 46px;
  border-top: 3px solid #e0a83b;
  padding-top: 70px;
  line-height: 35px;
  position: relative;
  color: #fff;
}
.footer .top {
  position: absolute;
  left: 50%;
  width: 74px;
  height: 74px;
  top: -24px;
  cursor: pointer;
  margin-left: -37px;
}
.footer .code-box {
  margin-top: 6px;
}
.footer .code-box ul li {
  position: relative;
  float: left;
  margin-left: 24px;
  text-align: center;
}
.footer .code-box ul li .code {
  position: absolute;
  display: none;
  top: -110px;
  left: 50%;
  width: 100px;
  height: 100px;
  background: #fff;
  border: #ddd 2px solid;
  margin-left: -50px;
  transition: all 0.3s ease-in-out;
}
.footer .code-box ul li .code img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 5px auto;
}
.footer .code-box ul li .icon {
  text-align: center;
  cursor: pointer;
}
.footer .code-box ul li .icon img {
  display: block;
  margin: 0 auto;
}
.footer .code-box ul li:hover .code {
  display: block;
}
@media (max-width: 1440px) {
  .campus-scenery .campus-scenery-banner .prev,
  .campus-scenery .campus-scenery-banner .next {
    right: 0;
    width: 50px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    top: auto;
  }
  .campus-scenery .campus-scenery-banner .prev {
    right: auto;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 1330px) {
  .container {
    width: 1250px;
  }
  .news-box {
    width: 380px;
  }
  .school-project {
    width: 48%;
  }
  .school-project ul li {
    width: 48%;
  }
  .links-icon {
    width: 48%;
  }
  .campus-scenery .campus-scenery-banner .bd ul li {
    width: 290px;
  }
  .links-box select {
    width: 290px;
    background-position: 260px center;
  }
  .footer .code-box {
    margin-right: 40px;
  }
}
/*全局样式 end*/
.nybanner{ height:400px; width:100%; margin:0 auto; }
.ny_left{ float:left; width:230px; position:relative; }

.ny_right{ float:right; width:994px; min-height:400px; padding-right:10px; padding-bottom:30px; padding-left:30px;}
.ny_right1{margin:0 auto; min-height:400px;}
.ny_right_con{ line-height:34px !important; padding-top:20px;}


/*次级页面二级菜单*/

/* --------------------sub*/
.l_ban{ width:100%; height:290px; overflow:hidden;}
.l_bt{ width:100%; height:72px; border-bottom:#c0c0c0 solid 1px; padding-top:0px; box-sizing:border-box;}
.l_btbox{ width:1300px; margin:0 auto;}
.bt_fl b{ display:inline-block; width:280px; height:72px; text-align:center; line-height:72px; color:#fff; background:#0f508a; font-size:30px; font-weight:normal; margin-right:50px;}
.bt_fl span{ font-size: 22px;
    color: #00569f;margin-right:24px; font-weight:bold;}
.bt_fl font{ font-size:18px; color:#adacac;}
.bt_fr{ height:72px; line-height:88px; font-size:15px; color:#908e8e;}
.bt_fr a{color:#908e8e;}
.l_con{ width:1300px; margin:0 auto; padding-bottom:10px;}

/*次级页面二级菜单*/
.left_nav{ width:279px;     /* min-height: 300px; */
    border-right: 0px solid #ddd; background: #f8fafd;}
.left_nav li{margin-top:0px;  height:50px; overflow:hidden; font-size:18px; border-bottom:1px solid #e8e8e8;}
.left_nav li a{
	text-align:center;
	font-weight:normal;
	height:50px;
	line-height:50px;
	display:block; border-left:5px solid #f7f7f7;
}
.left_nav li a:hover{
height:50px;
	line-height:50px;
	display:block;
		font-weight:bold;
	color:#095fad; border-left:5px solid #095fad;
	background:#fff;
}
.left_nav li a.hover{
height:50px;
	line-height:50px;
	display:block;
	font-weight:bold;
	color:#095fad; border-left:5px solid #095fad;
	background:#fff;}


/* -------------------right*/
.right_nav{ width:970px; overflow:hidden; margin-top: 25px;}


/*==简介==*/

.ab_con{ text-indent:2em; line-height:32px; }

/*==专题==*/
.school-project2 {margin-top:10px;}
.school-project2 ul li {
  margin-bottom: 26px;
  float: left;
  width: 303px;
  height: 114px;
  overflow: hidden;    margin-right: 20px;
}
.school-project2 ul li a {
  display: block;
}
.school-project2 ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.school-project2 ul li.fl {
  float: left;
}
.school-project2 ul li:hover img {
  transform: scale(1.05);
}

/*==快速链接==*/
.links-icon2 {
}
.links-icon2 ul li {
  width: 16%;
  margin: 26px 1.5% 0;
  float: left;
  text-align: center;
}
.links-icon2 ul li a {
  display: block;
}
.links-icon2 ul li i {
  width: 72px;
  height: 72px;
  border: #f9fafd 5px solid;
  display: block;
  margin: 0 auto 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.links-icon2 ul li p {
  font-size: 18px;
  height: 18px;
  line-height: 1;
  color: #494949;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links-icon2 ul li:hover i {
  background-color: #254a8e;
  border-color: #e4ebfa;
  background-position: right;
  animation: round 1.8s infinite;
}


/*==图片列表=*/
.acampus-scenery {
  margin-top: 16px;
  position: relative;
}

.acampus-scenery ul li {
  float: left;
  margin-right: 20px;
  width: 303px;
  height: 218px;
  position: relative;
	margin-bottom: 20px; overflow: hidden;
background:#f5f5f5;
}
.acampus-scenery ul li a {
  display: block;
}
.acampus-scenery ul li .pic,
.acampus-scenery ul li img {
  max-width: 303px;
  max-height: 218px;
  display: block;
  transition: all 0.3s ease-in-out;
margin:0 auto;
}
.acampus-scenery ul li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg-b.png) repeat;
  top: 100%;
  left: 0;
  text-align: center;
  display: table;
  transition: all 0.3s ease-in-out;
}
.acampus-scenery ul li .text p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}
.acampus-scenery ul li:hover .pic img {
  transform: scale(1.05);
}
.acampus-scenery ul li:hover .text {
  top: 0;
}

/*==内容页==*/
.content-title{ width:100%; border-bottom:1px dashed #ccc; padding-bottom:10px;}
.content-title h3{ font-size:22px; font-weight:bold; line-height:50px; width:100%; text-align:center;  padding-bottom:5px;}
.content-title i{TEXT-ALIGN: center;  MARGIN: 0px auto; BACKGROUND: #f6f6f6; HEIGHT: 32px; display:block; line-height:32px; font-style:normal;}
.content-con{font-size:15px; line-height:35px; padding:10px 0;}
.content-con p{ text-indent:2em; text-align:justify; text-justify:inter-ideograph; }
.content-con img{text-align: center; max-width:600px; margin:15px auto; display: block;}
.content-con table td p{text-indent:0 !important;}
.content-con table{width:100%;}

/*==组织机构==*/
.zzjg{width: 100%; float: left;}

.zzjgbox h2{background:url(../images/a_62.png) no-repeat left center; font-size: 18px; color: #494949; padding-left: 30px; line-height: 64px;}
.zzjg_text ul{overflow: hidden;}
.zzjg_text{background: #fff; padding: 20px 0px 10px 20px;}
.zzjg_text li{width:33.33%; float: left;min-height: 47px;}
.zzjg_text a{font-size: 16px; line-height: 23px;}
.zzjg_text a:hover{}
