.banner2{
	width: 100%;
	overflow: hidden;
}
.banner2 img{
	width: 100%;
}

/*二级页面公用样式*/
/*当前位置*/
.location{
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: url(../images/location.png) no-repeat left center;
	color: #333;
}
.location a{
	color: #333;
	text-decoration: none;
}
.location a:hover{
	color: #005197;
}

.nav {
    min-width: 1200px;
    height: 46px;
    border-top: 1px solid #6aa5df;
    background: #015198;
    margin-top: -1px;
}

.nav_one {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.nav_one .fl {
    padding: 12px 32px;
    position: relative
}

.nav_one .fl:hover {
    background: #6aa5df;
}

.nav_one .fl a {
    font-size: 16px;
    color: #fff;
}

.nav_two {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 666666;
}

.nav_two.on {
    display: block
}

.nav_two li {
    background: #015198;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.nav_two li:hover {
    background: #6aa5df;
}

.nav_two li a {
    font-size: 14px;
}

/*导航+主题内容*/
.warp{
	min-height: 600px;
}
.warp .navBarMenu{
	float: left;
	width: 20%;
	text-align: center;
}
.warp .navBarMenu dt{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	height: 46px;
	line-height: 46px;
	background: #005197;
}
.warp .navBarMenu dd{
	border-bottom: 1px solid #ddd;
	
}
.warp .navBarMenu dd a{
	display: block;
	height: 42px;
	line-height: 42px;
	color: #333;	
	font-size: 16px;
	text-decoration: none;
	background: #f5f5f5;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.warp .navBarMenu dd a.ac{
	background: #2098d1;
	color: #fff;
}
.warp .navBarMenu dd a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.warp .navBarMenu dd a.ac{
	color: #fff;
}
.warp .navBarMenu dd a:hover, .warp .navBarMenu dd a:focus, .warp .navBarMenu dd a:active{
	color: #fff;
}
.warp .navBarMenu dd a.ac:before{
	-webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.warp .navBarMenu dd a:hover:before, .warp .navBarMenu dd a:focus:before, .warp .navBarMenu dd a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.warp .contentWarp{
	float: right;
	width: 77.5%;
}
.warp .contentWarp .column{
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #005197;
	border-bottom: 1px solid #005197;
}
/*翻页*/
.warp .contentWarp .changePage{
	text-align: center;
	margin: 48px 0;
	font-size: 14px;
}
.warp .contentWarp .changePage table{
	margin: 0 auto;
}
.warp .contentWarp .changePage span,.warp .contentWarp .changePage a{
	display: inline-block;
	width: 40px;
	height: 21px;
	line-height: 17px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #dddddd;
    vertical-align: middle;
}
.warp .contentWarp .changePage input{
	width: 45px;
	height: 21px;
	margin-left: -3px;
	margin-right: 10px;
	border: 1px solid #dddddd;
	box-shadow: 0 0 0 1px #f4f4f4 inset;
	background: #fff;
    vertical-align: middle;
}
/*正文页*/
.warp .contentWarp .textWarp{
	padding: 20px;
}
.warp .contentWarp .textWarp p{
	line-height: 30px;
	color: #333;
	text-indent: 2em;
	margin: 0 auto;
}

/*列表页*/
.warp .contentWarp .newsList{
	padding: 0 20px;
min-height: 400px;
}
.warp .contentWarp .newsList li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #aaa;	
}
.warp .contentWarp .newsList li a{
	display: inline-block;
	padding-left: 15px;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/dian.png) no-repeat left center;
	color: #333;
	text-decoration: none;
}
.warp .contentWarp .newsList li a:hover{
	background: url(../images/dian_b.png) no-repeat left center;
	color: #005197;
}
.warp .contentWarp .newsList li .data{
	float: right;
	color: #666;
}

/*图片列表页*/
.warp .contentWarp .PicList{
	padding: 5px;
	width: 100%;
}
.warp .contentWarp .PicList li{
	float: left;
	width: 25%;
	padding: 20px 15px 0;
}
.warp .contentWarp .PicList li a{
	display: block;
	font-size: 0;
	text-align: center;
	text-decoration: none;
}
.warp .contentWarp .PicList li a .pic{
	width: 100%;
	max-height: 150px;
	overflow: hidden;
}
.warp .contentWarp .PicList li a img{
	width: 100%;
	transition: all 0.5s;
}
.warp .contentWarp .PicList li a h4{
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.warp .contentWarp .PicList li a:hover img{
	transform: scale(1.3);
}
.warp .contentWarp .PicList li a:hover h4{
	color: #005197;	
}


/*教师列表*/
.warp .contentWarp .teacherList li{
	padding: 40px 20px 0;
	float: left;
	width: 50%;
}
.warp .contentWarp .teacherList li a{
	display: block;
}
.warp .contentWarp .teacherList .teacherWarp{
	max-height: 150px;
	overflow: hidden;
}
.warp .contentWarp .teacherList .teacherWarp .photo{
	width: 27%;
	float: left;
	font-size: 0px;
	overflow: hidden;
	text-align: center;
}
.warp .contentWarp .teacherList .teacherWarp .photo img{
	width: 100%;
	transition: all 0.5s;
}
.warp .contentWarp .teacherList .teacherWarp .synopsis{
	width: 69%;
	float: right;
	font-size: 14px;
	color: #666;
}
.warp .contentWarp .teacherList .teacherWarp .synopsis .title{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.warp .contentWarp .teacherList .teacherWarp .synopsis .title .name{
	color: #333;
	font-weight: bold;
}
.warp .contentWarp .teacherList .teacherWarp .synopsis .title .grade{
	margin-right: 10px;
}
.warp .contentWarp .teacherList .teacherWarp .synopsis .specialty{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.warp .contentWarp .teacherList .teacherWarp .synopsis .abstract{
	line-height: 30px;
}
.warp .contentWarp .teacherList .teacherWarp .synopsis .abstract strong{
	color: #333;
	margin-right: 20px;
}
.warp .contentWarp .teacherList li a:hover .teacherWarp .photo img{
	transform: scale(1.1);
}
.warp .contentWarp .teacherList li a:hover .teacherWarp .synopsis .title .name{
	color: #005197;
}

/*内容页*/
.warp .contentWarp .content{
	padding: 20px;
}
.warp .contentWarp .content .title{
	/*height: 36px;*/
	height: auto;
	line-height: 30px;
	padding: 4px 0;
	font-size: 18px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.warp .contentWarp .content .message{
	text-align: center;
	color: #666;
	/*height: 44px;*/
	height: auto;
	line-height: 28px;
	padding-top: 5;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.warp .contentWarp .content .detail{
	padding: 20px 0;
	line-height: 30px;
}
.warp .contentWarp .content .detail p{
	text-indent: 2em;
}
.warp .contentWarp .content .detail img{
	width: 60%;
height:auto;
	margin: 0 auto;
}
.warp .contentWarp .content .detail table{
max-width:95%;
}
#detail table{
max-width:95% !important;}

.bdsharebuttonbox{
	float: right;
	margin: 45px 0;
}



/*机构设置*/
.warp .contentWarp .textWarp .department{
	margin-top: 5px ;
	margin-bottom: 80px;
	background: #f5f5f5;
}
.warp .contentWarp .textWarp .department ul{
	width: 100%;
}
.warp .contentWarp .textWarp .department ul li{
	width: 50%;	
	float: left;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding-right: 6.666%;
}
.warp .contentWarp .textWarp .department ul li p{
 text-indent: 0;
 height: 46px;
}
.warp .contentWarp .textWarp .department ul li.list2n{
	padding-right: 0;
	padding-left: 6.666%;
}
.warp .contentWarp .textWarp .department ul li a{
	color: #333;
	line-height: 46px;
}
.warp .contentWarp .textWarp .department ul li a.link{
	display: inline-block;
	width: 70%;
	height: 46px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.warp .contentWarp .textWarp .department ul li .more{
	float: right;
	margin-right: 20px;
	padding-right: 20px;
	background: url(../images/add.png) no-repeat right center;
	display: block;
  min-width: 20px;
  min-height: 46px;
}
.warp .contentWarp .textWarp .department ul li a:hover{
	text-decoration: none;
	color: #005197;
}


/*快速访问*/
.role{
	font-size: 18px;
	color: #333;
	height: 46px;
	line-height: 46px;
	margin-bottom: 20px;
}
.role a{
	display: inline-block;
	width: 80px;
	height: 26px;
	border: 1px solid #005197;
	border-radius: 13px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #005197;
	margin-left: 20px;
}
.role a.ac{
	color: #fff;
	background: #005197;
}
.role a:hover{
	color: #fff;
	background: #005197;
	text-decoration: none;
}
.accessLinks{
	margin-bottom: 20px;
}
.accessLinks.last{
	margin-bottom: 80px;
}
.accessLinks .title{
	height: 46px;
	line-height: 46px;
	color: #333;
	font-size: 18px;
	padding-left: 20px;
	background: #eee;
	border-top: 1px solid #005197;
}
.accessLinks li{
	margin: 20px 0;
}
.accessLinks li a{
	display: block;
	text-decoration: none;
	font-size: 0;
}
.accessLinks li a img{
	width: 30%;
	margin-right: 10%;
	vertical-align: middle;
	transition: all 0.8s; 
	-ms-transition: all 0.8s; 
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s; 
	
}
.accessLinks li a span{
	font-size: 24px;
	color: #333;
	vertical-align: middle;
}
.accessLinks li a:hover img{
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}