@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
	font-size: 14px;
	color: #595c5b;
	overflow-x: hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited, a:focus {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

/*头部*/

.container {
	padding: 0;
}

/*样式开始*/

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 25;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url(../images/banner-shadow.png) center no-repeat;
	background-size: 100% 100%;
}

.header.on  {
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.header .container {
	padding: 15px 0 0;
}

.header.on .container {
	padding: 12px 0 0;
}

/* 搜索 */


/* 右侧切换 */

.logo {
	display: block;
	width: 35%;
	float: left;
	margin: 5px 0 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header.on .logo, .header.hover .logo {
	margin: 0 0 12px;
}

.logo .logo-img {
	display: none;
}

.header.on .logo .logo-b-img, .header.hover .logo .logo-b-img {
	display: none;
}

.header.on .logo .logo-img {
         width: 413px;
        width: 373px;
	display: inline-block;
}


.xiaoxun-box {
    float: right;
    margin-right: 6px;
    margin-top: -2px;
}

.nav .xiaoxun-box{
   display: none;
}

.xiaoxun-box .xiaoxun {
    display: none;
}

.header.on .xiaoxun-box .xiaoxun-b, .header.hover .xiaoxun-box .xiaoxun-b {
	display: none;
}

.header.on .xiaoxun-box .xiaoxun {
	display: inline-block;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 20px;
	padding: 0;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

.header.on .navbar-toggle {
	background: url(../images/anniu-bw.png) no-repeat;
}

/*导航*/

.nav {
	width: 65%;
	float: left;
	position: relative;
        -webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul.daohang.clearfix {
    margin-right: -17px;
}


.nav ul li {
	float: left;
	width: 10.5%;
	margin-left: 0.5%;
	height: 60px;
	position: relative;
	text-align: center;
}

.header.on .nav ul li{
   height: 52px;
}

.header.on  .nav ul li .nav_item li{
       height: 38px;
}

.nav ul li .nav-box {
	position: relative;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin: 19px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header.on .nav ul li .nav-box {
	margin: 15px 0;
}

.nav ul li a {
	display: block;
	font-size: 20px;
	color: #fff;
	font-family: "苹方";
	text-decoration: none;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.header.on .nav ul li a.nb-cn, .header.hover .nav ul li a.nb-cn {
	color: #333;
}


.nav ul li a.nb-en {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #e9b823;
}

.header.on .nav ul li a.nb-en{
  color:#1b2d83;
}

.nav ul li.active a.nb-cn {
	color: #1b2d83;
}

.nav ul li:hover a.nb-cn {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav ul li:hover a.nb-en {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.nav ul li .nav_item {
	display: none;
	position: absolute;
	background: #4261b6;
        background: #1b2d83;
	width: 140%;
	right: -20%;
	top: 90%;
	padding: 10px 0;
	z-index: 24;
}


.nav ul li:hover .nav_item {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.nav ul li .nav_item li {
	float: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-bottom: none;
	background: none;
	margin-left: 0;
}

.nav ul li .nav_item li:after {
	display: none;
}

.nav ul li .nav_item li a {
	font-size: 16px;
	color: #fff;
	height: 39px;
	line-height: 39px;
}

.nav ul li .nav_item li:hover a {
	background: #5874c1;
}

.nav ul li .nav_item li.active a {
	background: #5874c1;
}





.searchbox {
	float: right;
	border-radius: 15px;
	padding-left: 10px;
}

/*.searchbox.on {
	border: 1px solid #fff;
}

.header.on .searchbox.on, .header:hover .searchbox.on {
	border: 1px solid #95969a;
}*/


.search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}


.search.on {
    opacity: 1;
    visibility: visible;
}


.search .close {
    background: url(../images/close.png) center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 44.5px;
    opacity: 1;
}


.search .search-nk {
    padding: 30px 60px 30px 38px;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: -100px 0 0;
}


.search .search-bk {
    height: 45px;
    line-height: 45px;
    width: 650px;
    border: 1px solid #999;
    border-radius: 30px;
    position: relative;
}

/*.search_kang {
	background: none;
	height: 30px;
	width: 0;
	outline: none;
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
}*/


.search_kang {
    background: none;
    height: 45px;
    width: 580px;
    padding-left: 20px;
    outline: none;
}


.search-button {
    position: absolute;
    right: 20px;
    top: 12.5px;
}

/*.searchbox.on .search_kang {
	width: 170px;
}*/

/*.search-button, .search-button-b {

	margin-right: 10px;
	margin-bottom: 3px;
	vertical-align: middle;
}

.search-button {
	display: none;
}

.search-button-b {
	display: none;
}

.searchbox.on .search-button-b {
	display: inline-table;
}


.header.on .searchbox.on .search-button-b, .header:hover .searchbox.on .search-button-b {
	display: none;
}*/

 .search_anliu {
   margin: 5px 10px 5px 0;
}

.header.on .search_anliu-a{
	display: inline-table;
}

.header.on .search_anliu-b {
	display: none;
}

/*.header.on .searchbox.on .search-button-a {
	display: inline-table;
}*/


.searchbox.on .search_anliu-b {
	display: none;
}


.search_anliu-a {
	display: none;
}


.nav .search_anliu{
    display: none;
}

.top-link {
	border: 2px solid #727170;
	float: right;
	padding: 4px 0;
}


.nav .top-link {
	display: none;
}

.nav .searchbox {
	display: none;
}

.header.on .top-link{
	border: 1px solid #95969a;

}

.top-link a {
	color: #f4f6fb !important;
	font-size: 14px;
	margin: 0 10px;
	padding: 4px 0;
	text-decoration: none !important;
}

.top-link a:hover{
    color: #e9b823 !important;
}

.top-link  span{
    color: #f4f6fb !important;
}


.header.on .top-link a {
	color: #333 !important;
}

.header.on .top-link span {
    color: #333 !important;
}

.header.on .top-link a:hover {
	color: #416baf !important;
}

.link-line {
	display: none;
}

.header.on .link-line {
	display: inline-table;
}

.header.on .link-line-b {
	display: none;
}

.link-fenge {
	float: right;
	margin: 7.5px 15px 7.5px 20px;
}



/*banner相关设置*/

.banner img {
	width: 100%;
}

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
}

#full-width-slider .rsContent video {
	width: 100%;
}

#full-width-slider .rsGCaption {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
	text-align: left;
	overflow: hidden;
	z-index: 15;
}

#full-width-slider .rsArrow {
	display: none;
	background: #003f97;
	width: 2.3%;
	z-index: 32;
}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 20px;
	right: 8%;
	z-index: 16;
	height: 19px;
	text-align: center;
	overflow: hidden;
}

.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 9px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 5px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d0d2d3;
}


.rsMinW .rsBullet.rsNavSelected span {
	background: #fff;
	border-radius: 13px;
}

#full-width-slider .rsGCaption img {
	width: auto;
}

.waveWrapperInner {position: absolute;width: 100%;overflow: hidden;height: 55px;bottom: 0;}
.bgBottom {z-index: 5;}
.wave { 
  position:absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
 }
.waveBottom {background-size:60% 100%;}
.waveBottom {animation: move_wave 15s linear infinite;}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.dibian {
    position: absolute;
    background: url(../images/bannerdi_04.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 43px;
    bottom: 0;
    z-index: 7;
}


/* 首页标题 */

.index-title {
	position: relative;
	margin-bottom: 28px;
}

.index-title h3 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

.index-title h3 span {
	font-size: 14px;
	color: #555;
	font-family: "Georgia";
	display: block;
	margin-top: 3px;
         font-weight: normal;
	text-transform: uppercase;
}

.index-title .more {
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 0;
	top: 20px;
	padding-right: 15px;
	background: url(../images/index-more.png) right center no-repeat;
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
}

.index-title .more:hover {
	color: #1b2d83;
	background: url(../images/index-more-hover.png) right center no-repeat;
}


/*首页新闻  */

.new-content {
	padding: 40px 0 50px;
}

/* 新闻动态 */
.index-new {
	width: 66%;
	float: left;
}

.new-tel {
	width: 29.68%;
    float: left;
    margin-bottom: 15px;
       margin-right: 25px;
}

.new-tel ul {
	/*margin-left: -2%;*/
	overflow: hidden;
	/*padding: 0 5px 10px;*/
}

.new-tel ul li {
	/*width: 31.33%;
	float: left;
	margin-left: 2%;*/
        margin-bottom: 20px;
	background: #fff;
	box-shadow: 1px 3px 5px 1px rgba(4, 0, 0, 0.04);
	-webkit-box-shadow: 1px 3px 5px 1px rgba(4, 0, 0, 0.04);
	-moz-box-shadow: 1px 3px 5px 1px rgba(4, 0, 0, 0.04);
}

.new-tel ul li .new-tel-box {
	height: 188px;
	overflow: hidden;
}

.new-tel ul li .new-tel-box img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}

.new-tel ul li:hover .new-tel-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.new-tel-xinxi {
	position: relative;
}

.new-tel-xinxi h3 a {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	width: 70%;
	margin: 15px 0 13px 13px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-tel ul li:hover .new-tel-xinxi h3 a {
	color: #5874c1;

}

.new-tel-xinxi .new-tel-date {
	position: absolute;
	right: 20px;
	top: 0px;
	text-align: right;
}

.new-tel-xinxi .new-tel-date .date-ri {
	font-size: 28px;
	color: #555;
	font-weight: bold;
	line-height: 30px;

}

.new-tel-xinxi .new-tel-date .date-moon {
	font-size: 12px;
	color: #8b8b8b;
}

.new-tel-xinxi .new-tel-date .date-year {
	font-size: 12px;
	color: #8b8b8b;
}

.new-list ul {
	margin-left: -3%;
	overflow: hidden;
	min-height: 88px;
}

.new-list ul li {
	/*width: 30.33%;
	margin-left: 3%;
	float: left;*/
}

.new-list ul li a {
	display: block;
	padding-left: 15px;
	background: url(../images/index-dian-hover.png) left center no-repeat;
        overflow: hidden;
	
}

.new-list ul li a p {
    width: 75%;
    float: left;
    color: #333;
font-size: 16px;
	line-height: 40px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-list ul li:hover a {
	
	background: url(../images/index-dian-hover.png) left center no-repeat;
}

.new-list ul li:hover a   p{
   color: #1b2d83;
}

.new-list ul li a span{
    width: 25%;
    float: left;
    font-size: 16px;
    color: #999;
    background: url(../images/list-time.png) 32% center no-repeat;
   text-align: right;
   height: 40px;
    line-height: 40px;
}



/* 通知公告 */

.index-notice {
	width: 30.7%;
	float: left;
	margin-left: 3.3%;
}

.index-notice ul {
	/*margin-top: -5px;*/
}

.index-notice ul li {
	margin-bottom: 26px;
}

.index-notice ul li .time {
	width: 65px;
	text-align: center;
	float: left;
	margin-right: 17px;
	margin-top: 5px;
        background: #e2e9fb;
        
}

.index-notice ul li .time .date {
	background: #1b2d83;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.index-notice ul li .time .month {
	font-size: 14px;
	color: #4261b6;
       letter-spacing: -1px;
       padding: 2px 0;
}


.index-notice ul li .cont-info {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-notice ul li:hover .cont-info {
	color: #1b2d83;
}

.new-index-list .item ul {
	text-align: center;
	margin-bottom: 60px;
}

.new-index-list .item ul li {
	font-size: 20px;
	display: inline-block;
	margin: 0 15px;
	padding-bottom: 9px;
	transition: all .4s linear;
	cursor: pointer;
	color: #153683;
	position: relative;
}

.new-index-list .item ul h3.center {
	font-size: 40px;
	display: inline-block;
	margin: 0 15px;
	padding-bottom: 9px;
	color: #153683;
}

.new-index-list .item ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #f0a41e;
	transition: all .4s linear;
}

.new-index-list .item ul li.active {
	color: #f0a41e;
}

.new-index-list .item ul li.active::after {
	width: 100%;
}

.new-index-list .cont .cont-box ul {
	margin-left: -4.33%;
}

.new-index-list .cont .cont-box ul li {
	float: left;
	width: 29%;
	margin: 0 0 8px 4.33%;
	position: relative;
	background: url(../images/new-index-list.png) center no-repeat;
	background-size: 100%;
}

.new-index-list .cont .cont-box ul li .cont-info {
	padding: 62px 39px 40px 34px;
}

.new-index-list .cont .cont-box ul li .cont-info h4 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin: 0;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-index-list .cont .cont-box ul li .time {
	background-color: #013d88;
	background-image: url(../images/plan-time.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 45px;
	position: absolute;
	left: 4px;
	top: 4px;
}

.new-index-list .cont .cont-box ul li .time p {
	font-size: 16px;
	color: #fff;
	font-family: "Tahoma";
}

.new-index-list .cont .cont-box ul li .time span {
	font-size: 14px;
	color: #fff;
	font-family: "Tahoma";
}

/* 招生信息 */

.index-students {
	margin-top: 40px;
	float: left;
	width: 45.5%;
	position: relative;
	padding-right: 40px;
}

.index-students:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 98%;
	background-color: #ecf0f9;
}

.index-students ul li {
	border-bottom: 2px solid #f6f6f6;
	margin-top: 23px;
       -webkit-transition: all .3s linear;
	transition: all .3s linear;

}


.index-students ul li:hover{
   	padding-left: 7px;
    -webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.index-students ul li .time {
	width: 70px;
	height: 78px;
	margin-right: 20px;
	float: left;
	text-align: center;
	background: url(../images/zhaosheng-icon1.png) center no-repeat;
}

.index-students ul li.lan .time {
	background: url(../images/zhaosheng-icon2.png) center no-repeat;
}

.index-students ul li .time .date {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	line-height: 30px;
}

.index-students ul li .time .month {
	font-size: 14px;
	color: #fff;
}

.index-students ul li .cont-info {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	height: 64px;
	margin-bottom: 14px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
	overflow: hidden;
        height: 32px;
       margin-bottom: 9px;
    padding-top: 4px;
       text-overflow: ellipsis;
    white-space: nowrap;
       -webkit-transition: all .3s linear;
	transition: all .3s linear;

}

.index-students ul li:hover .cont-info {
        color: #1b2d83;
       
	
}

.index-students ul li .cont-adress {
    color: #999;
    font-size: 14px;
    padding-left: 110px;
    background: url(../images/index-adress.png) 90px 3px no-repeat;
    margin-bottom: 16px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 学术进展 */
.index-learning {
	width: 54.5%;
	float: left;
	padding-left: 45px;
	margin-top: 40px;
}

.index-learning ul {
    margin-top: -7px;
}

.index-learning ul li {
	border-bottom: 2px solid #f6f6f6;
}

.index-learning ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 47px;
	padding-left: 25px;
	background: url(../images/index-dian-hover.png) 5px center no-repeat;
	height: 47px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.index-learning ul li a .cont-info {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
	float: left;
}

.index-learning ul li a .time {
	width: 15%;
	float: left;
	text-align: right;
	font-size: 14px;
	color: #999;
	background: url(../images/list-time.png) 12% center no-repeat;
}


.index-learning ul li:hover a .cont-info {
	color: #1b2d83;
	padding-left: 7px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}


/* 有背景的内容 */
.bj-content {
	background-color: #5b79c4;
	background-image: url(../images/index-sendbox.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 50px;
	padding: 40px 0 80px;
}


.index-trends {
	width: 30%;
	float: left;
}

.index-trends .index-title, .index-style .index-title {
	margin-bottom: 15px;
}

.index-trends .index-title h3, .index-style .index-title h3 {
	color: #fff;


}

.index-trends .index-title h3 span, .index-style .index-title h3 span {
	color: #fff;
	margin-top: 5px;
}

.index-trends .index-title .more, .index-style .index-title .more {
        background: url(../images/index-morebs.png) right center no-repeat;
	color: #fff;
}

.index-trends .index-title .more::after, .index-style .index-title .more::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.index-trends .index-title .more:hover, .index-style .index-title .more:hover {
	color: #fff;
	background: url(../images/index-more.png) right center no-repeat;
}

.index-trends .index-title .more:hover::after, .index-style .index-title .more:hover::after {
	width: 100%;
}


.index-trends ul {
	background: #fff;
}

.index-trends ul li {
	padding: 24px 30px 16.25px 25px;
	border-bottom: 1px solid #e1e1e1;
        position: relative;
}

.index-trends ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 0px;
    height: 100%;
    background: #e9b823;
    z-index: 11;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}


.index-trends ul li:hover::before {
 width: 5px;
-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.index-trends ul li .time {
	width: 45px;
	text-align: right;
	float: left;
	color: #515151;
	/* margin-right: 70px; */

}

.index-trends ul li:hover .time {
	color: #2763c5;

}

.index-trends ul li .time .month {
	font-size: 16px;
}

.index-trends ul li .time .date {
	font-size: 30px;
	font-weight: bold;
}

.index-trends ul li .cont-info {
	padding-left: 115px;
}

.index-trends ul li .cont-info h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 6px;
	color: #333;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.index-trends ul li .cont-info .cont-adress {
	color: #999;
	font-size: 14px;
	padding-left: 20px;
	background: url(../images/index-adress.png) left center no-repeat;

}


/* 学生风采 */
.index-style {
	width: 65%;
	float: left;
	margin-left: 5%;
}

.index-style .slider-box {
	position: relative;
	width: 100%;
}

.index-style .slider-box .slider {
	position: relative;
	z-index: 1;
}

.index-style .slider-box .box {
	outline: none;
}

.index-style .slider-box .box .txt {
	float: left;
	width: 317px;
	background: #fff;
	padding: 50px 30px 155px;
}

.index-style .slider-box .box .txt .tit {
	font-size: 24px;
	color: #333;
	line-height: 36px;
	height: 144px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}



.index-style .slider-box .box .txt .more {
	display: block;
	color: #515151;
	background: url(../images/index-arrow.png) 105px center no-repeat;
	padding-right: 30px;
	font-size: 16px;
	margin-top: 90px;
	outline: none;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.index-style .slider-box .box .txt .more:hover {
	background: url(../images/index-arrow.png) 120px center no-repeat;
}

.index-style .slider-box .box .pic {
	float: left;
	width: calc(100% - 317px);
	overflow: hidden;
       height: 461px;
}

.index-style .slider-box .box .pic img {
	width: 100%;
         min-height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index-style .slider-box .box .pic:hover img {
	transform: scale(1.05);
}

.index-style .slider-box .slider-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 498px;
}

.index-style .slider-box .slider-nav .slick-list {
	padding: 0 !important;
	position: relative;
	z-index: 1;
}

.index-style .slider-box .slider-nav .pic {
	width: 292px;
        height: 110px;
	cursor: pointer;
}

.index-style .slider-box .slider-nav .pic img {
	width: 100%;
        min-height: 100%;
	-webkit-filter: brightness(50%);
	/*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
	filter: brightness(50%);
}

.index-style .slider-box .slick-prev {
	display: none !important;
	position: absolute;
	top: 60px;
	left: 533px;
	z-index: 10;
}

.index-style .slider-box .slick-next {
	display: none !important;
	position: absolute;
	top: 60px;
	left: 584px;
	z-index: 10;
}

.index-style .slider-box .slick-prev:hover:before {
	opacity: 0.75;
}

.index-style .slider-box .slick-next:hover:before {
	opacity: 0.75;
}

/* 快捷入口 */

.service {
	padding: 60px 0 50px;
    overflow: hidden;
    background: #f6f8fc;
}

.service ul li {
	float: left;
	text-align: center;
	width: 13%;
	margin-left: 8.57%;
}


.service ul li:first-child {
	margin-left: 0;
}

.service ul li .img-link {
	width: 125px;
	height: 125px;
	line-height: 100px;
	border: 8px solid #e4e8fa;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
}

.service ul li:hover .img-link {
	border: 8px solid #4261b6;
        border: 8px solid #e9b823;
	border-radius: 0;
	/* background: #5874c1; */
}

.service ul li p {
	font-size: 24px;
	color: #1b2d83;
	margin-top: 8px;
}


/* 内页背景 */

.article-content {
	background: #f4f6fb;
	padding: 0px 0 5px;
}

.article-content .container {
	position: relative;
}

/* 当前位置 */

.banner {
	position: relative;
}

.banner .container {
	position: relative;
}

.nav-center-bj {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 300%;
	background: #fff;
	height: 80px;
	z-index: 5;
}

.nav-center {
	position: absolute;
	width: 100%;
	top: -80px;
	left: 0;
	z-index: 9;
}

.location-box {
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.banner-shadow-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.current {
	font-size: 48px;
	color: #fff;
	margin: 0 0 10px;
}

.location {
	font-size: 18px;
	color: #fff;
}

.location a {
	font-size: 18px;
	color: #fff !important;
	text-decoration: none !important;
}

.banner-yazhe {
	position: absolute;
	left: 0;
	bottom: 0;
}

.nav-center ul {
	text-align: center;
}

.nav-center ul li {
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
	color: #333;
	position: relative;
	margin: 0 0px 0 65px;
}

.nav-center ul li:first-child {
	margin: 0 0px;
}

.nav-center ul li a {
	display: block;
	color: #333;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-decoration: none;
}

.nav-center ul li.active a {
	color: #1b2d83;
}


.nav-center ul li a:after {
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #1b2d83;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nav-center ul li:hover a:after {
	width: 100%;
}

.nav-center ul li.active a:after {
	width: 100%;
}

.nav-center ul li:hover a {
	color: #1b2d83;
}


.nav-center ul li ul {
	display: none;
	position: absolute;
	left: -70%;
	top: 80px;
	width: 240%;
	background: #eaeffc;
	padding: 10px 0;
}

.nav-center ul li:hover ul {
	display: block;
}

.nav-center ul li ul li {
	margin: 0;
	display: block;

}

.nav-center ul li ul li a {
	font-size: 16px;
	color: #333;
	line-height: 48px;
	height: 48px;

}

.nav-center ul li.active ul li a:after, .nav-center ul li:hover ul li a:after {
	width: 0;
}


.nav-center ul li.active ul li a, .nav-center ul li:hover ul li a {
	color: #333;
}

.nav-center ul li ul li:hover a {
	background: #4261b6;
	color: #fff;
}

.column {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin: 70px 0 45px;
}


/* 单篇正文 */

.contact {
	padding: 0px 0 70px;
}

.contact p {
	font-size: 18px;
	color: #333;
	line-height: 48px;
}

.contact img{
    max-width: 100%;
    height: auto;
}

/* 科研平台 */
.list-platform ul li {
	background: #fff;
	position: relative;
	margin-bottom: 42px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.list-platform ul li:hover {
	background: #4261b6;
}

.list-platform-text {
	padding: 55px 440px 60px 50px;
	position: relative;
}

.list-platform-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	width: 7px;
	height: 170px;
	background: #e9b823;
	z-index: 11;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.list-platform-text a {
	display: block;
	position: relative;
}

.list-platform ul li .list-platform-text .media-heading {
	font-size: 28px;
	color: #4261b6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
        margin-bottom: 12px;
}


.list-platform ul li:hover .list-platform-text .media-heading {
	color: #fff;
}

.list-platform ul li .list-platform-text .abstract {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}

.list-platform ul li:hover .list-platform-text .abstract {
	color: #fff;
}

.list-platform ul li .list-platform-box {
	position: absolute;
	top: -26px;
	right: 0;
}

.list-platform ul li .list-platform-box {
	position: absolute;
	top: -26px;
	right: 0;
	width: 25.55%;
	height: 236px;
	overflow: hidden;
}

.list-platform ul li .list-platform-box img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.list-platform ul li:hover .list-platform-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-platform ul li .more {
	position: absolute;
	right: 0;
	top: 10px;
	padding-right: 20px;
	background: url(../images/platform-arrow.png) right center no-repeat;
	font-size: 14px;
	color: #333;

}


.list-platform ul li:hover .more {
	color: #fff;
}

/* 学生风采*/
.demeanor {
    margin-top: 50px;
}

demeanor ul{
       overflow: hidden;
}

.demeanor ul li {
    background: #fff;
    margin-bottom: 27px;
}

.demeanor ul li:hover {
    background: #1b2d83;
}

.demeanor ul li .list-demeanor-box {
    width: 375px;
    height: 248px;
    float: left;
    overflow: hidden;
    margin-right: 50px;
   background: #1b2d83;
}


.demeanor ul li:hover .list-demeanor-box{
   background: #5874c1;
}

.demeanor ul li .list-demeanor-box img{
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.demeanor ul li:hover .list-demeanor-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.demeanor ul li .list-demeanor-text {
    padding: 30px 40px 24px 425px;
}

.demeanor ul li .list-demeanor-text a{
  text-decoration: none;
}


.demeanor ul li .list-demeanor-text .date {
    font-size: 16px;
    color: #999;
    background: url(../images/list-time.png) left center no-repeat;
    padding-left: 18px;
}

.demeanor ul li:hover .list-demeanor-text .date{
    color: #fff;
    background: url(../images/list-time-hover.png) left center no-repeat;
}


.demeanor ul li .list-demeanor-text h5.media-heading {
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 8px;
    height: 48px;
    line-height: 48px;
}

.demeanor ul li:hover .list-demeanor-text h5.media-heading{
    color: #fff;
   
}

/*.demeanor ul li:hover .list-demeanor-text h5.media-heading{
         color: #1b2d83;
}*/

.demeanor ul li .list-demeanor-text .abstract {
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 12px;
}

.demeanor ul li:hover .list-demeanor-text .abstract{
    color: #fff;
}

.demeanor ul li .list-demeanor-text .more {
    font-size: 14px;
    line-height: 36px;
    color: #333;
    background: url(../images/index-more.png) 75px center no-repeat;
}

.demeanor ul li:hover .list-demeanor-text .more{
    color: #fff;
   background: url(../images/index-more-bai.png) 75px center no-repeat;
}


/* 内页左侧 */

.left-box {
	margin-top: 50px;
	width: 72%;
	float: left;
}

.right-box {
	float: left;
	width: 24.1%;
	margin-left: 3.9%;
	margin-top: 50px;
	background: #fff;
}

.right-box h3 {
	font-size: 24px;
	color: #333;
	margin: 25px 20px 10px 30px;

}

.right-box ul {
	margin-bottom: 50px;
}

.right-box ul li {
	margin: 0 20px 0px 30px;
	padding: 12px 0 14px;
	border-top: 1px solid #eee;
}

.right-box ul li a{
   text-decoration: none;
}

.right-box ul li .topl-title {
	font-size: 18px;
	color: #333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3px;
}

.right-box ul li .topl-time {
	font-size: 12px;
	color: #999;
}



/* 内页 */
.article {
	background: #fff;
	padding: 46px 3.8%;
	position: relative;
	border-top: 2px solid #1b2d83;
}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #393939;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: left;
	font-size: 30px;
	color: #1b2d83;
	line-height: 36px;
	margin: 8px 0;
	text-align: center;
	height: auto;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 22px 0 30px;
	text-align: left;
	font-size: 14px;
	color: #999;
	padding: 15px 0;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}

.article h4.information .change_size {
	float: right;
	padding-right: 20px;
}

.article h4.information .change_size a {
	margin-left: 25px;
}

.article .content {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;

}

.article .content p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}

.article .content p img {
	max-width: 100%;
}

.page-dow {
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.page-dow .page-dow-prev, .page-dow .page-dow-next {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.page-dow .page-dow-prev a, .page-dow .page-dow-next a {
	font-size: 14px;
	color: #333;
        text-decoration: none;
}

.share {
	overflow: hidden;
	margin-bottom: 20px;
}


.share span {
	float: right;
}

.bdsharebuttonbox {
	float: right;
}

.bdsharebuttonbox a {
	display: inline-block !important;
	width: 22px !important;
	height: 18px !important;
	background-image: url(../images/share.png) !important;
	margin: 0 !important;
	background-repeat: no-repeat !important;
}

.bdsharebuttonbox .bds_tsina {
	background-position: 0 -104px !important;
}

.bdsharebuttonbox .bds_tqq {
	background-position: 0 -260px;
}

.bdsharebuttonbox .bds_weixin {
	background-position: 0 -1612px;
}

.bdsharebuttonbox .bds_sqq {
	background-position: 0 -2652px;
}

.bdsharebuttonbox .bds_linkedin {
	background-position: 0 -1664px;
}


.bdsharebuttonbox .bds_qzone {
	float: none;
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	/*  background-image: url(../images/bds-shaow.jpg);
    background-position: -13px -90px;*/
	margin: 0 20px 10px 0;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}




/* 领导 */
.leader {
	margin-bottom: 70px;
}

.leader h4 {
	font-size: 24px;
	text-align: center;
	color: #333;
	background: url(../images/leader-title.png) center bottom no-repeat;
	padding-bottom: 18px;
	margin-bottom: 25px;
	margin-top: 40px;
}

.leader ul li {
	margin-bottom: 15px;
	background: #fff;
	border-bottom: 1px solid #1b2d83;
	overflow: hidden;
	padding: 10px;
}

.leader ul li h5 {
	font-size: 24px;
	color: #fff;
	background-color: #4261b6;
        background-color: #1b2d83;
	width: 200px;
	padding: 20px 8px 20px 50px;
	background-image: url(../images/leadericon.png);
	background-position: 16px 20px;
	background-repeat: no-repeat;
	margin: 0 60px 0 0;
	float: left;
}


.leader ul li h6 {
	font-size: 20px;
	color: #333;
	height: 65px;
	line-height: 65px;
	margin: 0 60px 0 0;
	float: left;
	width: 60px;
}

.leader ul li p {
	font-size: 16px;
	color: #333;
	height: 65px;
	line-height: 65px;
	float: left;
	width: 55%;
}

.leader ul li p+p {
	font-size: 16px;
	color: #666;
	text-align: right;
	float: left;
	width: 17%;
}

.leader table {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #4261b6 !important;
	margin-bottom: 25px !important;
}



.leader table tr {
	border-bottom: 1px solid #4261b6 !important;
}


.leader table tr td {
	text-align: left !important;
	color: #333 !important;
	font-size: 20px !important;
	padding: 15px 0px 15px 25px !important;
	border: none !important;
	border-bottom: 2px solid #eaeaea !important;
	width: 220px !important;
}

.leader table tr:first-child td {
	width: 250px !important;
	border-bottom: 1px solid #4261b6 !important;
	padding: 0 !important;
}

.leader table tr td:first-child {
	position: relative;

}

.leader table tr td:first-child h5 {
	font-size: 24px;
	color: #fff;
	background-color: #4261b6;
	padding: 20px 8px 20px 50px;
	width: 200px;
	background-image: url(../images/leadericon.png);
	background-position: 16px 20px;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0;
	text-align: left;

}

.leader table tr td+td {
	width: 160px !important;
	padding: 15px 80px 15px 0px !important;
}


.leader table.wyh tr td+td {
    width: auto !important;
}

.leader table tr:first-child td+td {
	border-bottom: 2px solid #eaeaea !important;
	width: 220px !important;
	text-align: left !important;
	color: #333 !important;
	font-size: 20px !important;
	padding: 15px 0px 15px 25px !important;
}

.leader table tr td+td+td {
	width: auto !important;
	font-size: 16px !important;
	text-align: left !important;
	padding: 15px 20px 15px 0px !important;
}

.leader table tr:first-child td+td+td {
	width: 160px !important;
	padding: 15px 80px 15px 0px !important;
}

.leader table.wyh tr:first-child td+td+td {
    width: auto !important;
}

.leader table tr td+td+td+td {
	color: #666 !important;
	padding: 15px 30px 15px 0 !important;
	text-align: right !important;
}

.leader table tr:first-child td+td+td+td {
	width: auto !important;
	font-size: 16px !important;
	text-align: left !important;
	padding: 15px 0 !important;
}

.leader table tr:first-child td+td+td+td+td {
        width: 148px !important;
	color: #666 !important;
	padding: 15px 30px 15px 0 !important;
	text-align: right !important;
}

.leader table tr:last-child td {
	border-bottom: none !important;
}

/*历任领导*/

.posts table {
	background: #fff;
	width: 100%;
	border-bottom: 2px solid #4261b6 !important;
        border-bottom: 2px solid #1b2d83 !important;
	margin-bottom: 25px !important;
}


.posts table tr td {
	text-align: left !important;
	color: #333 !important;
	font-size: 20px !important;
	padding: 15px 0px 15px 25px !important;
	border: none !important;
	border-bottom: 2px solid #eaeaea !important;
	width: 280px !important;
}


.posts table tr td h6 {
    font-size: 20px;
    margin: 3px 0;
}

.posts table tr:first-child td {
	width: 320px !important;
	border-bottom: 1px solid #4261b6 !important;
	padding: 10px 0 10px 10px !important;
}

.posts table tr td:first-child {
	position: relative;

}

.posts table tr td:first-child h5 {
	font-size: 24px;
	color: #fff;
	background-color: #4261b6;
        background-color: #1b2d83;
	padding: 20px 8px 20px 50px;
	width: 260px;
	background-image: url(../images/leadericon.png);
	background-position: 16px 20px;
	background-repeat: no-repeat;
	/*position: absolute;
	left: 10px;
	top: 10px;*/
	margin: 0;
	text-align: left;

}

.posts table tr td+td {
	width: 270px !important;
	padding: 15px 80px 15px 0px !important;
}

.posts table tr:first-child td+td {
	border-bottom: 2px solid #eaeaea !important;
	width: 280px !important;
	text-align: left !important;
	color: #333 !important;
	font-size: 20px !important;
	padding: 28px 0px 15px 25px !important;
}

.posts table tr td+td+td {
	width: auto !important;
	font-size: 16px !important;
	text-align: left !important;
	 padding: 18px 20px 12px 0px !important;
}


.posts table tr:first-child td+td+td {
	width: 270px !important;
	padding: 28px 80px 15px 0px !important;
}

.posts table tr td+td+td+td {
	color: #666 !important;
	padding: 15px 30px 15px 0 !important;
	text-align: right !important;
}

.posts table tr:first-child td+td+td+td {
	width: auto !important;
	font-size: 16px !important;
	text-align: left !important;
	padding: 32px 0 11px!important;
}

.posts table tr:first-child td+td+td+td+td {
	color: #666 !important;
	padding: 15px 30px 15px 0 !important;
	text-align: right !important;
}

.posts table tr:last-child td {
	border-bottom: none !important;
}

.posts table tr:last-child td+td{
   border-bottom: none !important;
   padding-bottom: 28px !important;
}

/*老师详情*/

.teacher-content {
	background: #fff;
	padding: 80px;
	position: relative;
	margin-top: 36px;
}

.teacher-center {
	padding: 0 115px;
	overflow: hidden;
	margin-bottom: 50px;
	background: url(../images/teacher-bj.jpg) center bottom no-repeat;
	background-size: 100%;
}

.teacher-left-img {
	width: 18%;
	float: left;
	margin-right: 3%;
	text-align: center;
	height: 277px;
	line-height: 277px;
	overflow: hidden;
}

.teacher-left-img img {
	width: 100%;
	min-height: 100%;
}

.teacher-left-contact {
	float: left;
	width: 79%;
}

.teacher-left-contact h4 {
	font-size: 36px;
	color: #4261b6;
	margin: 8px 0 90px;
}

.teacher-left-contact p {
	font-size: 18px;
	line-height: 48px;
	color: #333;
	word-wrap: break-word;
}

.teacher-contentbox {
	padding: 0 115px;
}

.teacher-contentbox p {
	font-size: 16px;
	color: #333;
	line-height: 48px;
}


/* 某系师资 */

.teacher-list {
	padding: 0 0 50px;
}

/*.teacher-list-box {
	margin-top: 50px;
}
.teacher-list-item {
	background: #fff;
	margin-bottom: 12px;
	overflow: hidden;
	min-height: 140px;
	padding: 20px;
}

.teacher-list-item h4 {
	font-size: 24px;
	color: #fff;
	background: #4261b6;
	width: 15%;
	text-align: center;
	padding: 15px 0;
	float: left;
	margin: 0;
}

.teacher-list-item ul {
	padding-left: 19%;

}

.teacher-list-item ul li {
	width: 14%;
	margin-bottom: 18px;
	float: left;
}


.teacher-list-item ul li a {
	display: block;
	font-size: 18px;
	color: #333;

}

.teacher-list-item ul li:hover a {
	color: #4261b6;

}*/


.teacher-list-box {
    background: #fff;
    padding: 10px 100px;
}

.teacher-list-item {
    margin: 20px 0 15px;

}


.teacher-list-item h4 {
    position: relative;
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
   padding: 8px 0 8px 20px;
   margin-bottom: 25px;
}

.teacher-list-item h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    width: 7px;
    height: 60%;
    background-color: #e9b823;
}

.teacher-list-item ul {
    margin-left: -2%;
    overflow: hidden;
}

.teacher-list-item ul li {
    width: 9%;
    margin-left: 2%;
    margin-bottom: 13px;
    float: left;
}

.teacher-list-item ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
     background: url(../images/index-dian.png) 2px center no-repeat;
-webkit-transition: all .3s linear;
	transition: all .3s linear;
}


.teacher-list-item ul li a:hover{
    padding-left: 26px;
     background: url(../images/sz-dian.png) 2px center no-repeat;
-webkit-transition: all .3s linear;
	transition: all .3s linear;
}



/* 师资队伍*/
.duiwu ul {
	margin-left: -3%;
	overflow: hidden;
}

.duiwu ul li {
	width: 30%;
	margin-left: 3%;
	float: left;
	background: #e1e9f6;
	margin-bottom: 45px;
	/* -webkit-transition: all .9s linear;
	transition: all .9s linear; */
}

.duiwu ul li:hover {
	background: url(../images/duiwu-bj.jpg) #1b2d83 right no-repeat;
}

.duiwu ul li a {
	display: block;
	padding-top: 48px;
}

.duiwu ul li .duiwu-img {
	width: 31%;
	height: 199px;
	overflow: hidden;
	float: left;
	margin: 0 5% -16px;
}

.duiwu ul li .duiwu-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.duiwu ul li:hover .duiwu-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.duiwu ul li .duiwu-text {
	width: 54%;
	float: left;
}


.duiwu ul li .duiwu-text h5 {
	font-size: 30px;
	color: #1b2d83;
	padding-bottom: 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #1b2d83;
}


.duiwu ul li:hover .duiwu-text h5 {
	color: #fff;
	border-bottom: 1px solid #fff;
}


.duiwu ul li .duiwu-text .zhichen {
	font-size: 16px;
	color: #333;
	margin-top: 5px;
}


.duiwu ul li:hover .duiwu-text .zhichen {
	color: #fff;
}

.duiwu ul li .duiwu-text .youxiang {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}

.duiwu ul li:hover .duiwu-text .youxiang {
	color: #fff;
}


/* 列表页 */

.list ul{
  min-height: 200px;
}

.list ul .tisibox{
     text-align: center;
     font-size: 16px;
}

.list ul li {
	background: #fff;
	margin-bottom: 9px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.list ul li:hover {
	background: #1b2d83;
}

.list ul li a {
	display: block;
	height: 74px;
	line-height: 74px;
	padding: 0 45px;
	overflow: hidden;
	background: url(../images/index-dian.png) 24px center no-repeat;
}

.list ul li:hover a {
	background: url(../images/index-dian-bai.png) 24px center no-repeat;
}

.list ul li .cont-info {
	font-size: 16px;
	color: #333;
	width: 90%;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list ul li:hover .cont-info {
	color: #fff;
}

.list ul li .time {
	width: 10%;
	float: left;
	text-align: right;
	background: url(../images/list-time.png) 44px center no-repeat;
	font-size: 14px;
	color: #999;
}

.list ul li:hover .time {
	color: #fff;
	background: url(../images/list-time-hover.png) 44px center no-repeat;

}


/* 图片列表页 */

.list ul{
  min-height: 200px;
  overflow: hidden;
}

.list-img-tel {
	margin-top: 50px;
	margin-bottom: 70px;
	position: relative;
}

.list-img-tel .list-tel-text {
	background: #fff;
	width: 62%;
	padding: 55px 180px 95px 55px;
}

.list-img-tel .list-tel-text .heading a {
	font-size: 30px;
	line-height: 47px;
	color: #1b2d83;
	height: 94px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-img-tel .list-tel-text .time {
	font-size: 16px;
	color: #666;
	background: url(../images/list-time.png) left center no-repeat;
	padding-left: 20px;

}



.list-img-tel .list-tel-text .abstract {
	font-size: 16px;
	line-height: 30px;
	height: 120px;
	margin-top: 50px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.list-img-tel .list-tel-img {
	width: 44.4%;
	height: 442px;
	position: absolute;
	right: 0;
	top: -23px;
	overflow: hidden;

}

.list-img-tel .list-tel-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-img ul {
	margin-left: -2.33%;
	overflow: hidden;
         min-height: 200px;
}

.list-img ul li {
	width: 31%;
	margin-left: 2.33%;
	float: left;
	background: #fff;
	padding: 35px 40px 30px;
	border-bottom: 3px solid #1b2d83;
	position: relative;
	margin-bottom: 40px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.list-img  ul .tisibox {
    text-align: center;
    font-size: 16px;
   margin-left: 2.33%;
}

.list-img ul li:hover {
	background: #1b2d83;
}

.list-img ul li h5.heading {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	margin: 0 0 10px;
	text-decoration: none;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.list-img ul li:hover h5.heading {
	color: #fff;
}

.list-img ul li .time {
	font-size: 16px;
	color: #666;
	background: url(../images/list-time.png) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 26px;
}

.list-img ul li:hover .time {
	color: #fff;
        background: url(../images/list-time-hover.png) left center no-repeat;
}

.list-img ul li .abstract {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	height: 90px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}


.list-img ul li:hover .abstract {
	color: #fff;
}


/* 历史沿革 */
.history ul {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 50px;
}

.history ul::after {
	content: "";
	display: block;
	position: absolute;
	left: 35px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #ebebeb;
	z-index: 6;
}

.history ul li {
	background: #fff;
	padding: 20px 70px 20px 320px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}





.history ul li::before {
	content: "";
	display: block;
	position: absolute;
	right: 21px;
	top: 27px;
	width: 43px;
	height: 43px;
	border: 2px solid #d5d5d5;
	background: url(../images/history-arrow.png) center no-repeat;
	cursor: pointer;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.history ul li.active {
	background-image: url(../images/history-li.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 100px;

}


.history ul li.active::before {
	display: none;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.history ul li::after {
	content: "";
	display: block;
	position: absolute;
	left: 26px;
	top: 30px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	z-index: 6;
}




.history ul li h3 {
	background-color: #e9b823;
	background-image: url(../images/history-h5.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 24px 60px;
	margin: -20px 0 0 -320px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.history ul li.active h3 {
	background-color: #4261b6;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.history ul li h5 {
	font-size: 16px;
	color: #333;
	line-height: 48px;
	display: none;
	padding-right: 20px;
}

.history ul li.active h5 {
	overflow-y: scroll;
	height: 250px;
}


.history ul li.active h5::-webkit-scrollbar {
	width: 7px;
	height: 125px;
	background: f3f3f3 center center repeat-y;
}

.history ul li.active h5::-webkit-scrollbar-button {
	display: none;
}

.history ul li.active h5::-webkit-scrollbar-track {
	background: #f3f3f3 center repeat-y;
	width: 7px;
}

/*外层轨道*/
.history ul li.active h5::-webkit-scrollbar-track-piece {
	background: #f3f3f3 center repeat-y;
	width: 7px;
	height: 80px;
}

/*内层轨道，滚动条中间部分*/
.history ul li.active h5::-webkit-scrollbar-thumb {
	background: #4261b6;
	width: 4px;
	border-radius: 4px;
}

/*滚动条里面可以拖动的那部分*/


/* 简介 */

.about {
	/*margin-top: 45px;*/
}

.about .about-img {
	width: 100%;
	position: relative;
}

.about .about-img img {
	width: 100%;
}

.about .about-text {
	position: absolute;
	left: 40px;
	bottom: -20px;
	background: #4261b6;
        background:#1b2d83;
	width: 24%;
	color: #f4f6fb;
	font-size: 18px;
	line-height: 48px;
	padding: 30px;
}

.about-conent {
	margin: 70px 0 80px;
}

.about-conent h4 {
	font-size: 24px;
	color: #333;
	margin: 30px 0 20px;
}

.about-conent p {
	font-size: 16px;
	color: #333;
	line-height: 34px;
}



/*分页栏*/

.pagebar, .search_pagebar {
	/* background: #fff; */
	margin: 30px auto 50px;
}

.p_first_d, .p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin:  4px;
	display: inline-table;
	background: #fff;
}

.p_first, .p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 4px;
	display: inline-table;
	background: #fff;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 4px;
	display: inline-table;
	background: #fff;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 4px;
	color: #595c5b;
	background: #fff;
}

.p_no_d {
	background: #1b2d83;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 4px;
	display: inline-table;
}

.p_next, .p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin:  4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
	background: #fff;
}

/*尾部*/

.footer {
	background-color: #2c4387;
	background-image: url(../images/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 46px 0 0;
}

.footer-top {
	overflow: hidden;
	margin-bottom: 60px;
}

.footer-link {
	width: 32%;
	float: left;
}


.footer-link h3 {
	font-size: 22px;
	color: #fff;
	margin: 0 0 13px;
}

.footer-link ul li {
	float: left;
	margin-left: 18px;
}

.footer-link ul {
	margin-left: -18px;
}

.footer-link ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
        text-decoration: none;
}

.footer-link ul li a:hover {
	opacity: 0.6;
}

.footer-logo {
	width: 32%;
	float: left;
}

.footer-code {
	width: 36%;
	float: left;
}

.footer-code ul li {
	float: right;
	margin-left: 50px;
}

.footer-code ul li:last-child {
	margin-left: 0;
}

.footer-code ul li .code-box {
	width: 104px;
	height: 104px;
	padding: 5px;
	background: #fff;
	float: left;
	margin-right: 12px;

}


.footer-code ul li .code-box img {
	width: 100%;
}

.footer-code ul li .code-text {
	float: left;
	margin-top: 6px;
}

.footer-code ul li .code-text p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}


.copy {
	text-align: center;
	padding: 25px 0;
	background: url(../images/copy-bj.png) top left repeat-x;
}

.copy p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	opacity: 0.5;
       font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}