#body{
  min-width: 1280px;
position: relative;
}
#header{
  position: relative;
}
.container{
  width:  1280px;
  margin: auto;
  position: relative;
}
.right-img{margin-bottom: 40px;}
.news .first, .news ul li, .campus2 a{
transform: translateY(0px);
box-shadow: 0px 0px 0px 0px #fff;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
transition: .5s all;
}
.news .first:hover, .news ul li:hover, .campus2 a:hover{
transform: translateY(-5px);
    box-shadow: 0px 2px 5px 0px #aaa;
}
/* banner start */
.banner{
  min-width: 1280px;
  position: relative;
  z-index: 1;
}
.banner img{
  display: block;
  width: 100%;
  height: auto;
}
.banner .ban-tag ul{
  position: absolute;
  z-index: 999;
  left: 0px;
  bottom: 26px;
}
.banner .ban-tag ul li{
  float: left;
  width: 16px;
  height: 16px;
  font-size: 0px;
  cursor: pointer;
  margin: 0px 6px;
  background: url("../images/ban-tag.png") no-repeat 50% 50%;
}
.banner .ban-tag ul li.on{
  background: url("../images/ban-tag-hover.png") no-repeat 50% 50%;
}
.teaching-ban ul li .show{width: 530px; height: 350px;}
/* banner end */
.head{
  width: 100%;
  height: 110px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
}
.logo{
  margin-top: 15px;
}

.head .link ul li:first-child{
  border-left: none;
}
.head .link-sear{
  margin-top: 18px;
}
.head .link ul{
  height: 20px;
}
.head .link ul li{
  float: left;
  height: 20px;
  padding: 0px 12px;
  border-left: 1px solid #fff;
}
.head .link ul li a{
  color: #fff;
  font-size: 14px;
  font-family: Arial;
}
.search{
  width: 136px;
  height: 24px;
  padding-left: 10px;
  padding-right: 6px;
  background: url("../images/search-bg.png") no-repeat;
}
.search input{
  float: left;
  width: 96px;
  height: 22px;
  color: #fff;
  background: transparent;
}
.search button{
  float: right;
  width: 22px;
  height: 22px;
  background: url("../images/search.png") no-repeat 50% 50%;
}
/* nav start */
.nav{margin-top: 18px;}
.nav>ul{
  height: 45px;
  margin-top: 10px;
}
.nav>ul>li{
  float: left;
  text-align: center;
  position: relative;
}
.nav>ul>li>a{
  height: 45px;
  line-height: 45px;
  padding: 0px 13px;
  font-size: 16px;
  color: #fff;
  border-top: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav>ul>li>a:hover, .nav>ul>li>a.active{
  color: #175fb0;
  background: #fff;
  border-top: 2px solid #175fb0;
}
.nav>ul>li>ul{
  position: absolute;
  top: 45px;
  left: 0px;
  text-align: left;
  min-width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.nav>ul>li>ul>li>a{
  min-width: 100%;
  height: 40px;
  line-height: 40px;
  background: url("../images/nav-li-bg.png");
  color: #494949;
  font-size: 16px;  
  padding: 0px 16px;
  white-space: nowrap;
}
.nav>ul>li>ul>li>a:hover{
  background: #f2f2f2;
}
/* nav end */
.column{
  height: 150px;
  line-height: 150px;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Times New Roman';
  color: #175fb0;
  text-align: center;
}
.more{
  display: block;
  width: 254px;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 42px;
  font-family: Arial;
  color: #98bde7;
  text-align: center;
  border: 1px solid #98bde7;
}
.more:hover{
color:#175fb0;
}
.show{
  display: block;
  overflow: hidden;
}
.show img{
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.show:hover img{
  transform: scale(1.105);
}
.news{
  height: 676px;
}
.news .first{
  width: 500px;
}
.news .first .show{
  width: 500px;
  height: 300px;
}
.news .first .title{
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
    padding-left: 6px;
  color: #4b4b4b;
}
.news .first p{
  line-height: 25px;
  color: #999;
  font-size: 14px;
    padding-left: 6px;
}
.news ul .show{
  width: 360px;
  height: 206px;
}
.news ul li{
  float: left;
  width: 360px;
  height: 396px;
  margin-left: 30px;
  background: #f2f2f2; 
  position: relative; 
}
.news ul li .text{
  margin-top: 65px;
  padding: 0px 15px;
}
.news ul li .text a{
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  color: #4b4b4b;

}
.news ul li .text p{
  color: #999;
  font-size: 14px;
  line-height: 25px;

}
.news ul li .date{
  width: 77px;
  height: 80px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 165px;
  font-size: 14px;
  color: #fff;
  background: #175fb0;
box-shadow: 4px 3px 2px 0px #356193; */
}
.news ul li .date p:first-child{
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
}
.academics{
  width: 100%;
  height: 625px;
  background: url("../images/academiecs.jpg");
}
.academics .more{
  margin-top: 52px;
}
.academics-ban{
  width: 490px;
  height: 330px;
  overflow: hidden;
}
.academics-list ul{
  width: 730px;
}
.academics-list ul li{
  padding-bottom: 15px;
  margin-top: 25px;
  border-bottom: 1px dotted #ccc;  
}
.academics-list ul li:first-child{
  margin: 0;
}
.academics-ban .ban-img ul .show{width: 490px; height: 330px;}
.academics-list ul li p{
  margin-bottom: 2px;
  font: italic 14px Arial;
  font-weight: bold;
  color: #175fb0;
}
.academics-list ul li a{
height: 48px;
  font-size: 16px;
  color: #4b4b4b;
}
.teaching{
  height: 636px;
}
.teaching-ban{
  width: 550px;
  height: 350px;
  overflow: hidden;
}
.teaching-ban ul li{
  position: relative;
}
.teaching-ban ul li .text{
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 99;
  width: 390px;
  height:125px;
  padding-left: 25px;
  color: #fff;
  background: url("../images/teaching-tit.png");
}
.teaching-ban ul li .text a{
  line-height: 26px;
  color: #fff;
  font: bold 18px Arial;
}
.teaching-ban ul li .text p{
  margin: 22px 0px 14px 0px;
  color: #dfdfdf;
  font: italic 14px Arial;
}
.teaching-list{
  width: 685px;
}
.teaching-list ul li{
  float: left;
  width: 325px;
  margin-top: 26px;
  margin-right: 34px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #c4c4c4;
}
.teaching-list ul li p{
  margin-bottom: 10px;
  color: #999;
  font: italic 14px Arial;
}
.teaching-list ul li a{

  color: #4b4b4b;
  font-size: 16px;
}
.teaching-list ul li a.text{
height: 72px;
}
.teaching-list ul li a.more2{
  margin-top: 30px;
  color: #175fb0;
  font: italic 14px Arial;
}
.teaching-list ul li a.more2:hover{
font-weight: bold;
}
.campus{
  height: 935px;
  background: #f2f2f2;
}
.campus .more{
  margin-top: 52px;
}
.campus ul li{
  float: left;
  width: 620px;
  height: 300px;
}
.campus1{
  margin-right: 40px;
  margin-bottom: 40px;
}
.campus1 .show{
  width: 620px;
  height: 300px;
}
.campus1 a, .campus1 img{
  display: block;
}
.campus2{
  margin-bottom: 40px;
}
.campus2 .show{
  width: 295px;
  height: 240px;
}
.campus2 a{
  width: 295px;
  height: 300px;
  text-align: center;
  background: #fff; 
}
.campus2 a:first-child, .campus3 a:first-child{
  margin-right: 25px;
}
.campus2 a p{
  font-size: 16px;
  color: #4b4b4b;
  line-height: 59px;
}
.campus3{
  margin-right: 40px;
}
.campus3 .show{
  width: 295px;
  height: 300px;
}
.campus3 a{
  position: relative;
}
.campus3 .text{
  width: 120px;
  line-height: 36px;
  position: absolute;
  top: 75px; 
  left: 87.5px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.campus3 .text span{
  display: block;
  margin: 0 auto;
  margin-top: 22px;
  width: 28px;
  height: 28px;
  background: url("../images/jiantou.png") no-repeat;
}
.campus4{
  padding: 45px 0px 0px 50px;
  background: url("../images/xiqing.jpg");
}
.campus4 p{
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.campus4 a{
  width: 60px;
  height: 22px;
  margin-top: 16px;
  background: url("../images/jiantou2.png") no-repeat;
}
.quick-link{
  height: 430px;
}
.quick-link ul li{
  float: left;
  width: 380px;
  height: 100px;
  margin-right: 70px;
  margin-bottom: 40px;
  position: relative;
}
.quick-link .show{
  width: 380px;
  height: 100px;  
transform: translateY(0px);
box-shadow: 0px 0px 0px 0px #fff;
}
.quick-link .show:hover{
transform: translateY(-3px);
box-shadow: 0px 2px 5px 0px #888;
}
.quick-link ul li a{
  color: #fff;
  font-size: 16px;
}
.quick-link ul li a p{
  position: absolute;
  left: 26px;
  bottom: 20px;
  width: 320px;
}
#footer{
  height: 200px;
  text-align: center;
  background: #235db9;
}
.weima{
  margin-top: 35px;
}
.weima ul li{
  float: left;
  width: 106px;
  height: 130px;
  margin-left: 20px;
  padding-top: 6px;
  text-align: center;
  background: #fff;
}
.weima ul li p{
  line-height: 15px;
}
.weima ul li img{
  width: 85px;
  height: 85px;
}
.foot-logo{
  margin-top: 55px;
  opacity: 0.8;
}
.link-copy{
  margin-top: 45px;
  text-align: left;
}
select{
  width: 160px;
  height: 25px;
  padding-left: 12px;
  color: #235db9;
  background: #91aedc;
}
.select1{
  margin-right: 12px;
}
.copy{
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}
/* index.html end */
.head-img, .head-img img{
  display: block;
  width: 100%;
  height: auto;
}
.sec-fl{
  width: 920px;
  margin-top: 20px;
}
.position{
  margin-bottom: 32px;
}
.position .posi-column{
  line-height: 60px;
  font-size: 24px;
  margin-right: 25px;
  font-weight: bold;
  padding-right: 40px;
  border-bottom: 10px solid #0052af;
}
.position .current a{
  color: #4b4b4b;
  font-size: 14px;
  line-height: 60px;
}
.sec-fr{
  width: 300px;
  margin-top: 60px;
}
.column2{
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 22px;
  padding-left: 25px;
  background: #0052af;
}
.right-nav ul{
  margin-bottom: 30px;
  padding-bottom: 20px;
  background: #f2f2f2;
}
.right-nav ul li a{
  width: 100%;
  line-height: 48px;
  color: #4b4b4b;
  font-size: 18px;
  padding-left: 25px;
}
.right-nav ul li a:hover, .right-nav ul li a.active{
  background: #d1e0f2;
}
.right-nav ul li a.active{
  color: #0052af;
}
.right-img{
  width: 300px;
  height: 380px;
}
/* list.html end */
#section .content table, #section .content table tr, #section .content table td{border: 1px solid #e1e1e1;}
#section .content table table table, #section .content table table table tr, #section .content table table table td{border: none;}
 #section .content  table p{margin-bottom: 0px;}
#section .content img{ margin-top: 20px; }
#section .content{
  padding-bottom: 36px;
}
#section .content p{
color: #4b4b4b;
  font-size: 16px;
  line-height: 32px;
}
.articles .title{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 36px;
  line-height: 32px;
  text-align: center;
  color: #4b4b4b;
  font-weight: bold;
  font-size: 18px;
}
.articles .content{
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
.articles .con-page{
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 50px;
  font-size: 16px;
  color: #175fb0;
  font-weight: bold;
}
.articles .con-page a{
  color: #4b4b4b; 
display: inline;
  font-weight: initial; 
}
/* content.html end */

.pic-list li{
  float: left;
  width: 280px;
  height: 285px;
  margin-right: 40px;
  text-align: center;
}
.pic-list a p{
  color: #4b4b4b;
  font-size: 16px;
  margin-top: 10px;
}
.pic-list .show{
  width: 280px;
  height: 210px;
}
.pic-list .page{
  margin-top: 36px;
}
.list li{
  margin-top: 30px;
  border-bottom: 1px dotted #cacaca;
}
.list li p{
  line-height: 30px;
  color: #175fb0;
  font: italic 14px Arial;
}
.list li a{
  color: #4b4b4b;
  font-size: 16px;
  line-height: 50px;
  padding-left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.page{  
  margin: 80px auto;
}
.pic-list a:hover p, .position .current a:hover, .list li a:hover, .articles .con-page a:hover, .news .first .title:hover, .news ul li .text a:hover, .academics-list ul li a:hover, .teaching-list ul li a:hover, .campus2 a:hover p{
  color: #175fb0;
}
.list li a:hover{
  padding-left: 15px;
}
#section .page table a{
height: 20px !important;
line-height: 16px !important;
vertical-align: top;
font-size: 14px;
}
#section .page table input{
height: 20px !important;
line-height: 16px !important;
border: 1px solid #afd5f5;
margin-top: 1px;
vertical-align: top;
font-size: 14px;
}
#section .PrevDisabled{font-size: 14px;}
#section .page table #gotopagebut{ margin-top: 1px; vertical-align: top; font-size: 14px;}
#section .page table,.headStyle1n8pd44z75, .headStyle1n8pd44z75 td, .headStyle1n8pd44z75 div{font-size: 16px !important;}