@charset "utf-8";

/* CSS Document */

.djs_hy {
	width: 217px;
	height: 127px;
	background: url(../images/djs.png) no-repeat center top;
	position: absolute;
	right: 10px;
	top: 30%;}

.djs_hy p {
	font-size: 16px;
	color: #d00000;
	margin-top: 80px;
	text-align: center;}

body {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;}



ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;}

a {
	color: #333333;
	text-decoration: none;}

a:hover,
a:focus {
	text-decoration: none;}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12 {
	padding: 0;}

.container {
	padding: 0px;}

.header {
	width: 100%;}

.header .container {
	padding: 17px 0 17px;}


.top_bg {
	width: 100%;
	background: url(../images/topbg.png) no-repeat center bottom;
	background-size: cover;}

/* 网页logo */
.logo {
	width: 28%;
	float: left;
	width: 47%;}

.logo img {
	outline: none;
	max-height: 77px;}

.header .link-top {
	margin: 0 0 0 auto;
	float: right;}

.header .link-top a {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #1c327e;
	text-align: right;
	margin-left: 10px;}

.header .link-top span {
	font-size: 14px;
	margin: 0 10px;}


/*搜索*/

.search {
	display: flex;
	flex-direction: row-reverse;
	text-align: left;
	margin-top: 13px;}

.searchbox {
	width: 270px;
	height: 40px;
	border: 1px solid #c6c6c8;
	border-radius: 50px;
	background: #fff;
	margin-top: 4px;}

.searchbox .search_kang {
	width: 230px;
	outline: none;
	height: 37px;
	line-height: 37px;
	border-radius: 50px;
	padding-left: 11px;
	font-size: 14px;
	color: #c8c8c8;
	text-align: left;
	vertical-align: middle;
	border: none;
	box-sizing: border-box;}


/*.searchbox .search_kang:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #dfdfdf;
}*/

::-webkit-input-placeholder {
	color: #dfdfdf;}

::-moz-placeholder {
	color: #dfdfdf;}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #dfdfdf;}

/* ie */
input:-moz-placeholder {
	color: #dfdfdf;}

.searchbox .search-button {
	outline: none;
	vertical-align: middle;}

.toplink {}

.toplink li {
	margin-right: 24px;}


/* 导航 */
.nav {
	width: 100%;
	border-top: 1px solid #dedee0;}


.header.ceiling .nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background: #074996;}

.header.ceiling .nav ul li a {
	color: #fff;}

.header.ceiling .nav ul.daohang li .nav_item li a {
	color: #000 !important;
	font-size: 15px;}

.header .nav .container {
	padding: 0;}

.nav ul li {
	padding: 0 2.22%;
	float: left;
	position: relative;}

.nav ul li a {
	display: block;
	text-align: center;
	font-size: 19px;
	color: #000;
	height: 58px;
	line-height: 58px;
	position: relative;}

.nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 5px;
	width: 0;
	transform: translateX(-50%);
	background-color: #074a96;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;}

.nav ul li:hover a::after {
	width: 80px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;}


.nav ul li.active a::after {
	width: 80px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;}

.nav ul li .nav_item {
	position: absolute;
	left: 0;
	top: 135%;
	width: 100%;
	width: 100%;
	border-radius: 0 0 10px 10px;
	/*border-radius: 2px;*/
	/*border: 1px solid rgba(255, 148, 0, 1);*/
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	/*background: rgba(255, 148, 0, 1);*/
	opacity: 0;
	visibility: hidden;
	/*border-radius: 5px;*/
	transition: opacity .4s ease, top .45s ease;}

.nav ul li:hover .nav_item {
	left: 0%;
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;}

/*.nav ul li .nav_item:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}

.nav ul li .nav_item:after {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	left: 50%;
	border: 6px solid transparent;
	border-bottom-width: 5px;

	border-bottom-color: #ff9400;
	transform: translateX(-50%);
}*/

.nav ul li .nav_item li {
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 1);
	/*background: #005597;
    background: rgba(0,85,151,0.8);*/
	border-bottom: 1px solid #dedee5;}

.nav ul li .nav_item li a {
	padding: 15px 0;
	font-size: 16px;
	height: auto;
	line-height: 1;
	text-align: center;
	background: none;
	color: #000;
	border-radius: 0;
	font-weight: normal;}

.nav ul li .nav_item li a::after {
	display: none;}

/*.nav ul li .nav_item li:first-child a {
	border-radius: 5px 5px 0 0;
}*/


/*.nav ul li .nav_item li:last-child a {
	border-radius: 0 0 5px 5px;
}*/

.nav ul li .nav_item li a:hover {
	color: #0054b0;}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 30px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;}



/* 轮播图 */
.banner {
	position: relative;
	overflow: hidden;}

.banner .shaow {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9;}

.banner .container {
	position: relative;
	float: initial;}

.banner img {
	width: 100%;}


.banner p {
	position: absolute;
	left: 15px;
	bottom: 6px;
	color: #fff;
	font-size: 18px;
	z-index: 9999;}

.banner .fullWidth {
	overflow: hidden;}

#full-width-slider {
	width: 100%;}


#full-width-slider .banner-dian {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 100%;
	z-index: 15;
	height: 20px;
	text-align: right;
	overflow: hidden;}


#full-width-slider .rsBullet {
	height: 11px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 5px;}

#full-width-slider .rsBullet span {
	display: block;
	width: 11px;
	height: 11px;
	opacity: 0.6;
	background: #fff;
	border-radius: 50%;}

#full-width-slider .rsBullet.rsNavSelected span {
	width: 20px;
	opacity: 1;
	border-radius: 20px;}

#full-width-slider .rsGCaption {
	position: absolute;
	left: 16%;
	bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 50%;
	height: 54px;
	line-height: 54px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 10px;
	top: 43%;}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	width: 28px;
	height: 35px;}


#full-width-slider .rsArrowRight {
	position: absolute;
	right: 10px;
	top: 43%;}

#full-width-slider .rsArrowRight .rsArrowIcn {
	display: none;
	width: 28px;
	height: 35px;}

/*
.teacher_nav{text-align: center;padding: 34px 0 0 ;}
.teacher_nav a{background: #f0f0f0;color: #414141;/*padding: 0 35px;*/
width:16%;
display: inline-block;
line-height: 60px;
}

.teacher_nav a.on,
.teacher_nav a:hover {
	background: #1c327e;
	color: #fff;}

.fz20 {
	font-size: 20px;}

*/

/*首页内容部分*/
.one-content {
	/*background-image: url(../images/news-more.png);background-position: left top;
background-repeat: no-repeat;*/
	padding: 25px 0 5px;}

.one-content .container {
	position: relative;}

.news-more {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;}


.two-content {
	width: 100%;
	padding-top: 35px;
	padding-bottom: 65px;
	margin-top: 40px;
	background: #f4f3f4 url(../images/ad1bg.png) center center no-repeat;
	background-size: cover;}

.six-content {}

.seven-content {
	width: 100%;
	padding-top: 35px;}

.eight-content {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 80px;}

/* 首页标题 */
.title {
	border-bottom: 1px solid #d2d2d2;
	width: 100%;
	height: 62px;
	line-height: 51px;
	margin-top: 15px;
	margin-bottom: 30px;
	display: block;
	position: relative;
	display: flex;
	align-items: center;}

.title h3 {
	float: left;
	font-size: 30px;
	color: #004797;
	position: relative;
	font-weight: bold;
	display: flex;
	align-items: center;
	font-family: Canela Deck Web;}

.title h3 img {
	margin-right: 20px;}

.title .more {
	font-size: 15px;
	color: #616161;
	float: right;
	transition: 0.6s all;
	transition: transform 0.5s ease;
	position: absolute;
	right: 0;
	bottom: 0px;
	display: flex;
	align-items: center;}

.title .more i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/morebg.png) no-repeat;
	margin-left: 10px;
	transition: transform 0.6s ease;}

.title .more:hover {
	color: #004797;}

.title .more:hover i {
	transform: rotate(360deg);}

/* 学院新闻 */

.index-newimg {
	width: 48.6%;
	float: left;
	margin-right: 2.8%;
	background: #e8f1f9;
	margin-top: 12px;}

#full-width-slider1 {
	width: 100%;}

#full-width-slider1 .rsGCaption {
	/*padding: 30px 30px 18px 20px;*/
	padding-left: 20px;
	font-size: 15px;
	line-height: 48px;}


#full-width-slider1 .rsGCaption h3 {
	font-size: 16px;
	color: #fff;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 48px;}

#full-width-slider1 .rsGCaption .time {
	font-size: 16px;
	color: #2c6ab2;
	opacity: 0.42;
	text-align: left;}


#full-width-slider1 .rsBullets {
	position: absolute;
	bottom: 13px;
	right: 20px;
	z-index: 9;}


#full-width-slider1 .rsBullet {
	height: 11px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 5px;}

#full-width-slider1 .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	opacity: 0.58;
	background: #e8f1f9;
	border-radius: 50%;}

#full-width-slider1 .rsBullet.rsNavSelected span {
	width: 30px;
	opacity: 1;
	border-radius: 20px;}

.index-newlist {
	width: 48.6%;
	float: left;}

.index-newlist ul {
	margin-top: -14px;}

.index-newlist.index-addlist ul {
	margin-top: 6px;}

.index-newlist ul li {
	padding: 18px 40px 0 25px;
	position: relative;
	padding: 6px 40px 0 25px;
	overflow: hidden;}

.index-addlist ul li {
	/* padding:1.5px 0px; */
	overflow: hidden;}


.index-newlist.index-addlist ul li {
	/*padding: 0px 8px;*/
	padding: 0px 0px;}


/*.index-newlist ul li:hover {
	box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .2);
	transition: 0.6s all;
}

.index-newlist ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #fff;
	z-index: 1;
	transition: 0.6s all;
}

.index-newlist ul li:hover:after {
	height: 100%;
	transition: 0.6s all;

}*/

.index-newlist ul li .time {
	position: relative;
	float: left;
	width: 66px;
	height: 74px;
	z-index: 2;
	margin-top: 8px;}

.index-newlist.index-addlist ul li .time,
.index-addlist ul li .time {
	width: 46px;
	height: auto;
	line-height: 37px;
	margin-top: 0;
	font-size: 16px;
	color: #a2a2a2;
	float: right;}


.index-addlist ul li .time {}


.index-newlist.index-addlist ul li .time {}



.index-newlist ul li .time .day {
	transition: 0.6s all;
	font-size: 32px;
	color: #1b4b8f;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;}

.index-newlist ul li:hover .time .day {
	color: #ff9400;
	transition: 0.6s all;}

.index-newlist ul li .time .month {
	transition: 0.6s all;
	font-size: 20px;
	color: #1b4b8f;
	text-align: center;}

.index-newlist ul li:hover .time .month {
	color: #ff9400;
	transition: 0.6s all;}

.index-newlist ul li .newlist-text {

	position: relative;
	z-index: 2;
	padding-bottom: 10.5px;
	border-bottom: 2px solid #f9f9f9;}


.index-newlist.index-addlist ul li .newlist-text,
.index-addlist ul li .newlist-text {

	padding-bottom: 0;
	border-bottom: 0;
	position: relative;
	width: calc(100% - 46px);
	float: left;}

.index-addlist ul li .newlist-text {}

.index-newlist.index-addlist ul li .newlist-text {}


.index-newlist.index-addlist ul li .newlist-text::after,
.index-addlist ul li .newlist-text::after {
	/* content: ""; */
	position: absolute;
	right: 0;
	bottom: 13px;
	width: 2px;
	height: 17px;
	background: #bdbdbd;}

.index-newlist ul li .newlist-title {
	font-size: 20px;
	color: #333;
	margin-left: 90px;
	line-height: 84px;
	height: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}

.index-addlist ul li .newlist-title .line-title {
	display: block;}

.index-addlist ul li .newlist-title .line-title:hover {
	color: #00469b;}


.yuan {
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: #828282;
	border-radius: 50%;
	margin-right: 9px;
	margin-bottom: 2px;
	display: none;}

.index-newlist ul li .newlist-title .line-title,
.index-addlist ul li .newlist-title .line-title {
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

.index-newlist ul li .newlist-title .line-title {}




.index-newlist.index-addlist ul li .newlist-title,
.index-addlist ul li .newlist-title {
	margin-left: 0;
	line-height: normal;
	height: initial;
	font-size: 17px;
	color: #333;
	height: 37px;
	line-height: 37px;
	-webkit-line-clamp: 1;
	position: relative;
	transition: 0.6s all;}

.index-addlist ul li .newlist-title {}

.index-newlist.index-addlist ul li .newlist-title {}


.index-addlist ul li:hover .newlist-title {
	padding-left: 10px;
	color: #00469b;}

.index-newlist.index-addlist ul li:hover .newlist-title {}

.newicon {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2.5px 5px;
	background: #fe0000;
	border-radius: 6px;
	vertical-align: bottom;
	margin-left: 13px;}


.index-newlist.index-addlist ul li .newlist-title .newicon,
.index-addlist ul li .newlist-title .newicon {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 1.6px 5px;
	background: #fe0000;
	border-radius: 6px;
	vertical-align: middle;
	margin-left: 13px;}


.index-newlist ul li .newlist-abstract {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	margin-left: 90px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;}

/* 通知公告 */

.notice {
	width: 67.95%;
	float: left;
	margin: 57px 0 65px;}


.noticenew,
.learningnew,
.frontnew {
	margin-top: 10px;
	margin-bottom: 10px;}

.tab-div {
	position: relative;}


.tab {
	margin-top: 9px;
	height: 34px;
	line-height: 34px;
	float: right;
	padding-right: 78px;}

.tab li {
	float: left;
	padding: 0 12px;
	margin-left: 12px;
	color: #333;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	position: relative;}

.tab li:first-child {
	margin-left: 0;}

.tab .tab-active {
	color: #fff;
	background: #005597;}


.tab .tab-active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	border: 12px solid transparent;
	border-top-width: 10px;
	border-top-color: #005597;
	transform: translateX(-50%);}

.tab-content {
	width: 100%;
	position: absolute;
	top: 65px;
	left: 0;}

.tab-content-show {

	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 20;}

.tab-content-hide {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 18;}

.tab-content .more,
.tab-content-notice .more {
	position: absolute;
	top: -60px;
	right: 0;
	color: #666;
	font-size: 14px;
	transition: 0.6s all;}


.tab-content .more:hover,
.tab-content-notice .more:hover {
	right: 6px;
	color: #1b4b8f;
	transition: 0.6s all;}

.tab-content ul,
.tab-content-notice ul {
	margin-left: -2.5%;}

.tab-content ul li,
.tab-content-notice ul li {
	background: #fcfcfc;
	width: 47.5%;
	margin-left: 2.5%;
	float: left;
	margin-top: 13px;
	transition: 0.6s all;}

.tab-content ul li:hover,
.tab-content-notice ul li:hover {
	background: url(../images/notice-active.jpg);
	transition: 0.6s all;}

.tab-content ul li a,
.tab-content-notice ul li a {
	display: block;
	margin: 22px 30px 22px 25px;
	overflow: hidden;}

.tab-content ul li .time,
.tab-content-notice ul li .time {
	float: left;
	width: 55px;
	height: 78px;
	/*background: #8cabca;*/
	border-radius: 10px;
	text-align: center;
	transition: 0.6s all;}


.tab-content ul li .time img,
.tab-content-notice ul li .time img {
	display: none;}


.tab-content ul li:hover .time,
.tab-content-notice ul li:hover .time {
	background: #fff;
	transition: 0.6s all;}

.tab-content ul li .time .day,
.tab-content-notice ul li .time .day {
	font-size: 32px;
	color: #fbfbfb;
	/* font-family: imprint mt shadow; */
	line-height: 20px;
	margin-top: 12px;
	transition: 0.6s all;
	color: #1b4b8f;}

.tab-content ul li:hover .time .day,
.tab-content-notice ul li:hover .time .day {
	color: #255394;
	transition: 0.6s all;}

.tab-content ul li .time .month,
.tab-content-notice ul li .time .month {
	font-size: 16px;
	color: #fbfbfb;
	/* font-family: "苹方"; */
	/* line-height: 16px; */
	transition: 0.6s all;
	color: #1b4b8f;
	font-size: 20px;
	margin-top: 5px;}

.tab-content ul li:hover .time .month,
.tab-content-notice ul li:hover .time .month {
	color: #255394;
	transition: 0.6s all;}


.tab-content ul li .info-title,
.tab-content-notice ul li .info-title {
	font-size: 16px;
	color: #333;
	line-height: 60px;
	height: 60px;
	margin-left: 86px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;}

.tab-content ul li .info-title .line-title,
.tab-content-notice ul li .info-title .line-title {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;}


.tab-content ul li:hover .info-title,
.tab-content-notice ul li:hover .info-title {
	color: #fff;}


/* 学术交流 */

.learning {
	width: 27.2%;
	float: left;
	margin-left: 4.85%;
	background: url(../images/exchange.jpg);
	padding: 45px 25px 80px;}

.learning .title h3 {
	color: #fff;}


.learning .title .more {
	color: #fff;}

.learning ul li {
	padding: 27px 0 25px;
	border-bottom: 1px solid #8badd5;}

.learning ul li .learning-xinxi {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/exchange-huat.png) left center no-repeat;
	margin-bottom: 5px;}

.learning ul li .learning-title {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}


.three-content {
	background: #fff;
	padding: 20px 0 0;}

/* 化学前沿 */
.front,
.noticenew {
	padding-right: 1.4%;}

.front ul li {}

.front ul li a {
	display: block;
	font-size: 16px;
	/*
	
	padding: 13px 0 13px 30px;
	background: url(../images/front-icon.png) 3px center no-repeat;*/
	transition: 0.6s all;}

.front ul li:hover a {
	/*padding: 23px 0 23px 37px;
	background: url(../images/front-icon.png) 10px center no-repeat;*/
	transition: 0.6s all;}

.front ul li a h3 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	transition: 0.6s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}


.front ul li:hover a h3 {
	transition: 0.6s all;
	color: #1b4b8f;}

/* 就业工作 */

.work,
.learningnew {
	padding-left: 1.4%;}

.work ul li {
	border-bottom: 1px dotted #e1e1e1;}

.work ul li a {
	display: block;
	padding: 13px 0 13px 30px;
	background: url(../images/demeanor-icon.png) 3px center no-repeat;
	transition: 0.6s all;}

.work ul li:hover a {
	padding: 23px 0 23px 37px;
	background: url(../images/demeanor-icon.png) 10px center no-repeat;
	transition: 0.6s all;}

.work ul li a h3 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	transition: 0.6s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

.work ul li:hover a h3 {
	transition: 0.6s all;
	color: #1b4b8f;}

/* 化苑风采 */

.demeanor,
.frontnew {}

.demeanor ul li {
	overflow: hidden;
	margin-bottom: 35px;
	margin-top: 12px;}

.demeanor ul li .demeanor-img {
	width: 211px;
	height: 145px;
	float: left;
	overflow: hidden;}

.demeanor ul li .demeanor-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;}


.demeanor ul li:hover .demeanor-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;}

.demeanor ul li .info-text {
	margin-left: 230px;
	padding-top: 8px;}

.demeanor ul li .info-text .info-title {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 15px;}


.demeanor ul li:hover .info-text .info-title {
	color: #1b4b8f;}

.demeanor ul li .info-text .info-abstract {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;}


/* 快捷图片入口 */
.link-img {
	width: 100%;}

.link-img ul {
	overflow: hidden;
	margin-top: 24px;}

.link-img ul li {
	width: 23.7%;
	margin-left: 1.733%;
	float: left;}

.link-img ul li:first-child {
	margin-left: 0;}

.link-img ul li a {
	display: block;
	height: 113px;
	overflow: hidden;}

.link-img ul li a 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;}


.link-img ul li:hover a 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;}


/* 快捷入口 */

.way {
	width: 100%;
	float: left;
	margin: 45px 0;}

.way h4 {
	color: #000;
	font-size: 24px;
	float: left;
	padding-right: 38px;
	background: url(../images/way-line.png) 75px 35px no-repeat;
	margin-top: 1px;}

.way h4 img {
	display: block;
	margin-top: 15px;}

.way ul {
	margin-left: 168px;
	display: flex;
	flex-wrap: wrap;}

.way ul li {
	width: 20%;
	float: left;
	margin-bottom: 15px;}


.way ul li .img-way {
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;}

.way ul li .img-way img {
	max-width: 100%;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
	filter: brightness(0);}

.way ul li:hover .img-way img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	filter: none;}

.way ul li a p {
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom: 0;}

.way ul li:hover a p {
	color: #005597;}


/* 左侧 */
.left-box {
	padding-right: 3.56%;
	margin-bottom: 60px;
	margin-top: -90px;}

.left-nav {
	margin-bottom: 50px;}


.left-box .current {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 48px;
	background-image: url(../images/current.png);
	background-repeat: repeat;
	background-position: center bottom;
	background-size: 100%;
	position: relative;
	padding: 21px 0;}

.left-nav {
	background: #ecf3f9;
	padding-left: 9px;
	padding-bottom: 9px;}

.left-nav ul {
	background-color: #fff;
	background-image: url(../images/left-nav.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 0 148px;
	border: 1px solid #e0eaf2;}

.left-nav ul li {
	padding: 0 12px;
	position: relative;}

.left-nav ul li:hover,
.left-nav ul li.active {
	background: #ecf3f9;}

.left-nav ul li a {
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 38px;
	padding: 18px 0 18px 35px;
	border-bottom: 1px solid #ebe7e1;
	text-decoration: none;
	position: relative;}


.left-nav ul li .icon {
	background-image: url(../images/icon-up.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right center;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 9;}

.left-nav ul li .icon.active {
	background-image: url(../images/icon-down.png);}



.left-nav ul li a::before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: -22px;
	background: #0255ad;}

.left-nav ul li.active a::before,
.left-nav ul li:hover a::before {
	-webkit-transition: .6s all;
	transition: .6s all;
	width: 9px;}

.left-nav ul li ul {
	display: none;
	background: #fff;
	padding: 12px 0;
	width: calc(100% + 24px);
	margin-left: -12px;
	border: none;}

.left-nav ul li ul li {
	padding: 0;}


.left-nav ul li ul li:hover,
.left-nav ul li ul li.active {
	background: none;}

.left-nav ul li ul li a {
	padding: 0 0 0 65px;
	border: none;
	font-size: 16px;
	line-height: 38px;}


.left-nav ul li.icon ul li a {
	background: none;}

.left-nav ul li ul li:hover a,
.left-nav ul li ul li.active a {
	color: #005597;}

.left-nav ul li ul li a::before {
	background: none;
	width: 8px !important;
	height: 8px;
	border: 1px solid #005597;
	border-radius: 50%;
	left: 48px;
	top: 15.5px;}

.left-nav ul li ul li.active a::before,
.left-nav ul li ul li:hover a::before {
	-webkit-transition: .6s all;
	transition: .6s all;
	width: 8px;}

/* 右侧 */

.right-box {
	padding-top: 42px;
	padding-left: 1.7%;}

.right-current {
	position: relative;
	margin-bottom: 30px;}

.columntitle {
	height: 38px;
	line-height: 38px;
	position: relative;}

.columntitle span {
	float: left;
	display: block;
	position: relative;
	font-size: 30px;
	color: #2c6ab2;
	font-weight: normal;
	padding: 0 35px 0 0px;
	background: #fff;
	z-index: 3;}


.columntitle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 18.5px;
	width: 100%;
	height: 2px;
	background: #e3ecf4;
	z-index: 2;}

/* 当前位置 */

.location {
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 3;
	padding-left: 16px;
	background: #fff;}

.location a {
	font-size: 16px;
	color: #666;}

.location span {
	font-size: 16px;
	color: #666;}


/* 简介 */
.about {
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 60px;}

.about .content h3 {
	font-size: 22px;
	color: #2c6ab2;
	padding-left: 35px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 5px;
	padding-left: 18px;
	margin-top: 15px;
	font-size: 20px;}

.about .content h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: #0255ad;
	border-radius: 4px;
	top: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;}

.about .content p {
	font-size: 18px;
	color: #333;
	line-height: 38px;}



.about.xuesu .content p {
	margin: 0;}

.about.xuesu .content p strong {
	width: 55px;
	display: inline-block;
	font-weight: normal;
	text-align: justify;
	height: 28px;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: -3px;}

.about.xuesu .content p em {
	font-weight: bold;
	font-style: normal;
	display: inline-block;}

.about.xuesu .content p em strong {
	margin-right: 5px;
	font-weight: bold;}

.about.xuesu .content p strong::after {
	content: "";
	display: inline-table;
	width: 100%;}



.about table {
	width: 100% !important;
	border: 1px solid #cfe1f0;}

.about table tr:first-child {
	background: #ecf3f9;}

.about table tr td {
	border: none !important;
	padding: 20px 10px !important;
	font-size: 16px !important;
	color: #333 !important;
	text-align: center;
	border-top: 1px solid #cfe1f0 !important;
	border-right: 1px solid #cfe1f0 !important;}

.about table tr td p {
	margin-bottom: 0 !important;
	line-height: normal !important;
	font-size: 16px !important;
	background: none !important;
	color: #333 !important;}

.about table tr td p span,
.about table tr td span {
	line-height: normal !important;
	font-size: 16px !important;
	background: none !important;
	color: #333 !important;}

.about table tr:first-child td {
	color: #2a679c !important;
	font-size: 18px !important;
	font-weight: bold !important;}

.about table tr:first-child td p {
	color: #2a679c !important;}

.about table tr:first-child td p span {
	color: #2a679c !important;}



.about table tr td+td {
	width: 165px !important;
	width: 105px !important;}

.about table tr td+td+td {
	width: 188px !important;}



.jianjie {
	margin-bottom: 80px;}


.jianjie p {
	font-size: 16px !important;
	color: #333;
	line-height: 30px !important;
	margin-bottom: 30px;}

.jianjie p span {
	font-size: 16px !important;
	color: #333;
	line-height: 30px !important;
	margin-bottom: 30px;}


.jianjie p strong {
	font-size: 24px;
	color: #0255ad;
	font-weight: bold;}

.jianjie-imgbox {
	position: relative;
	margin: 70px 0 40px;}


.jianjie-xixni {
	background: #2c6ab2;
	margin-right: 150px;
	padding: 20px 0 40px;}

.jianjie-xixni table {
	width: 280px;
	margin: 0 25px;
	border: none !important;}

.jianjie-xixni table tr {
	border-bottom: 1px solid #2d73a9;}

.jianjie-xixni table tr td {
	border: none !important;
	padding: 20px 15px 13px 0 !important;
	text-align: right;}

.jianjie-xixni table tr td p {
	margin-bottom: 0px;
	color: rgb(255, 255, 255, 0.33);}

.jianjie-xixni table tr td p strong {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-right: 3px;}

.jianjie-img {
	position: absolute;
	right: 0;
	bottom: 34px;
	width: 747px;
	height: 372px;}

.jianjie-img img {
	width: 100%;
	min-height: 100%;
	display: block;}

/* 图片列表 */

.img-list {
	margin-top: 50px;
	margin-bottom: 40px;}

.img-list ul {
	margin-left: -0.83%;
	overflow: hidden;
	padding-top: 9px;}

.img-list ul li {
	float: left;
	width: 29.62%;
	margin-left: 3.71%;
	margin-bottom: 35px;}

.img-list ul li .img-list_picture {
	height: 193px;
	background-color: #ebf1f6;}


.img-list ul li .img-list_picture .img-list_picture-box {
	display: inline-block;
	margin-left: -9px;
	margin-top: -9px;
	height: 193px;
	width: 100%;
	overflow: hidden;
	-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;}

.img-list ul li:hover .img-list_picture .img-list_picture-box {
	margin-left: 0px;
	margin-top: 0px;}

.img-list ul li .img-list_picture 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;}



.img-list ul li:hover .img-list_picture 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);}

.img-list ul li .img-list_text {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px 0 15px -9px;}

.img-list ul li:hover .img-list_text {
	color: #005597;}



/* 图片新闻 */

.img-news {
	margin-top: 40px;
	margin-bottom: 80px;}

.img-news ul {
	overflow: hidden;}


.img-news ul li {
	position: relative;
	margin-bottom: 41px;
	height: 223px;
	border: 1px solid #ddedfb;}

.img-news ul li:hover {
	background: url(../images/img-news.png) right bottom no-repeat;}


.img-news ul li .img-news-img {
	width: 338px;
	height: 221px;
	background: #ddedfb;
	overflow: hidden;
	float: left;}

.img-news ul li .img-news-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;}

.img-news ul li:hover .img-news-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);}

.img-news ul li .img-news-xinxi {
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	position: relative;}



.img-news ul li .img-news-xinxi .news-arrow {
	width: 44px;
	height: 44px;
	display: block;
	background-color: #fff;
	background-image: url(../images/img-new-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;}


.img-news ul li:hover .img-news-xinxi .news-arrow {
	background-color: #0255ad;
	background-image: url(../images/img-new-arrowac.png);}

.img-news-time {
	margin-bottom: 45px;
	position: relative;}

.img-news-time::after {
	content: "";
	display: block;
	position: absolute;
	left: 68px;
	top: 10px;
	background: #26659f;
	width: 64px;
	height: 1px;}

.img-news-time .news-time-year {
	font-size: 22px;
	color: #2c6ab2;
	line-height: 22px;
	font-family: "Tahoma";}

.img-news-time .news-time-date {
	font-size: 18px;
	color: #2c6ab2;
	font-family: "Tahoma";}


.img-news ul li .img-news-text {
	margin-top: 30px;
	margin-left: 525px;
	margin-right: 42px;
	transition: 0.6s all;
	position: relative;}

.img-news ul li .img-news-text h3 {
	font-size: 18px;
	line-height: 22px;
	color: #333;
	height: 44px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 23px;}

.img-news ul li .img-news-text p {
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	color: #666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;}



/*列表页*/

.list {
	margin-top: 65px;
	margin-bottom: 40px;}

.list ul {
	margin-left: -5%;
	overflow: hidden;}

.list ul li {
	width: 45%;
	margin-left: 5%;
	float: left;
	margin-bottom: 30px;
	transition: 0.6s all;}

.list ul li .time {
	line-height: 38px;
	padding: 13px 0 13px 43px;
	background-color: #eff4f8;
	background-image: url(../images/list-bj.png);
	background-position: 110% 3%;
	background-repeat: no-repeat;
	color: #2c6ab2;
	font-size: 18px;
	font-family: "Tahoma";
	transition: 0.6s all;
	border: 1px solid #d9e3ed;
	border-radius: 0 0 20px 20px;}

.list ul li .time span {
	padding-left: 25px;}

.list ul li .list-box {
	padding: 17px 20px;
	background: #eff4f8;
	border-radius: 20px 20px 0 0;
	box-shadow: 1px 11px 12px -4px rgba(208, 224, 236, .7);}

.list ul li .list-box .list-box-title {
	padding: 25px 20px;
	background: #fff;
	border-radius: 20px 20px 0 0;}


.list ul li:hover .list-box .list-box-title {
	background: #f7fafc;}

.list ul li .list-box h5 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
	transition: 0.6s all;}

.list ul li:hover .list-box h5 {
	color: #2c6ab2;
	transition: 0.6s all;}


.list ul li .list-box p {
	font-size: 14px;
	margin-top: 0;
	color: #909090;
	line-height: 24px;
	height: 48px;
	margin-bottom: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;}

.list ul li:hover .list-box p {
	color: #fff;
	transition: 0.6s all;}

/*研究平台*/

.list-pt {
	margin: 0 0 30px;}

.list-pt ul li a {
	display: block;
	padding: 18px;
	color: #000;
	font-size: 16px;
	border-bottom: 1px solid #ebe7e1;
	position: relative;}

.list-pt ul li a:hover {
	color: #2c6ab2;}


.list-pt ul li a::after {
	content: "";
	position: absolute;
	bottom: 26px;
	left: 3px;
	height: 5px;
	width: 5px;
	background-color: #2c6ab2;
	border-radius: 50%;
	/* visibility: hidden; */
	-webkit-transition: all .3s;
	transition: all .3s;}




/* 组织机构 */

.organization {
	margin-bottom: 80px;
	overflow: hidden;}

.organization table {
	background: #e4f0f6;
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 22px !important;
	height: 492px;}

.organization table+table {
	background: #e6f6eb;
	margin-left: 2%;
	margin-right: 0;}


.organization table+table+table {
	background: #fdf1df;
	width: 100%;
	margin: 0;
	height: auto;}

.organization table tr td {
	border: none !important;
	padding: 30px !important;}

.organization table tr td h2 {
	font-size: 24px;
	color: #333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;}

.organization table tr td h2::after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 0;
	width: 25px;
	height: 3px;
	background: #005597;}

.organization table tr td p {
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin-bottom: 15px;}


.organization table+table+table tr td p {
	width: 50%;
	float: left;}


/* 培养方案 */

.training ul {
	padding: 0 0 15px;}

.training ul li {
	padding: 43px 70px 45px 50px;
	border-bottom: 1px dashed #e5e5e5;}

.training ul li:hover {
	background-color: #ecf5fd;
	background-image: url(../images/training-abstract.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	box-shadow: 1px 11px 12px -8px rgba(200, 200, 200, .7);}

.training ul li .time {
	width: 85px;
	text-align: center;
	float: left;
	margin-top: -11px;
	margin-right: 36px;}

.training ul li .time .time-date {
	font-size: 52px;
	line-height: 60px;
	font-family: "Tahoma";
	color: #255394;}

.training ul li .time .time-year {
	font-size: 14px;
	color: #255394;
	text-align: left;
	padding-left: 15px;
	height: 32px;
	line-height: 32px;
	font-family: "Tahoma";
	background: url(../images/time-year.png) center 100% no-repeat;}


.training-box .training-title {
	font-size: 24px;
	color: #333;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}


.training-box .training-abstract {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;}

.training ul li:hover .training-box .training-abstract span {
	background: #fff;}


/*大事记*/
.notes {
	margin-bottom: 70px;
	margin-top: 35px;}

.notes ul {
	padding: 13px 0 100px;
	position: relative;}

.notes ul::before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 6px;
	width: 6px;
	background: #e3f0fc;}

.notes ul li {
	position: relative;
	margin-bottom: 15px;}

.notes ul li::before {
	content: "";
	height: 17px;
	position: absolute;
	top: 9px;
	left: 0px;
	width: 17px;
	background: url(../images/notes-dian.png) center no-repeat;}

.notes ul li:hover:before {
	background: url(../images/notes-dian-active.png) center no-repeat;
	background-size: 100%;}

.history-box {
	margin-left: 28px;
	padding: 7px 16px 24px;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 5px 12px -4px rgba(51, 51, 51, .3);}


.notes ul li:hover .history-box {
	box-shadow: 0 5px 10px rgba(51, 51, 51, .3);}


.history-box .notes-time {
	font-size: 18px;
	font-weight: bold;
	color: #2c6ab2;}

.notes ul li:hover .history-box .notes-time {
	color: #0255ad;}

.history-box .notes-title {
	font-size: 17px;
	color: #333;
	line-height: 30px;}


/* 内容页 */

.article {
	min-height: 380px;
	margin-bottom: 100px;
	margin-top: 60px;}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	line-height: 1.5;
	margin: 0;}

.article h2.title {
	text-align: center;
	font-size: 24px;
	color: #005597;
	line-height: 1.5;
	margin: 8px 0;
	border-bottom: none;}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;

	text-align: center;
	margin: 0;}


.article h4 {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-left: 15px;
	margin: 20px 0 10px;
	padding: 15px 10px;
	/* background: #fff; */
	border-bottom: 1px solid #e0e0e0;}


.article h4 span.view {
	font-size: 16px;
	color: #666;
	background: url(../images/view.png) left center no-repeat;
	padding-left: 25px;
	float: right;}


.article .content p {
	font-size: 18px;
	color: #333;
	line-height: 38px;
	margin-bottom: 0;}

.article .content img {
	max-width: 100%;
	height: auto;
	margin-top: 12px;
	margin-bottom: 12px;}


.article .attach ul li a {
	color: #0000ee;}

.article .attach ul li a:hover {
	color: #005597;}


/* 下载中心 */

.download {
	margin-bottom: 80px;}

.download ul {
	margin-left: -3.17%;
	overflow: hidden;
	padding-top: 10px;}

.download ul li {
	width: 46.83%;
	height: 102px;
	border: 1px solid #daeaf8;
	padding: 0 77px 0 27px;
	float: left;
	margin-left: 3.17%;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	position: relative;
	margin-bottom: 35px;
	transition: all .35s;}

.download ul li p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 78%;}

.download_search,
.download_download {
	position: absolute;
	width: 52px;
	height: 49px;
	top: 0;
	right: 0;
	background: url(../images/icon_search.jpg) no-repeat center center;
	background-size: 100%;}

.download_download {
	top: auto;
	bottom: 0;
	background-image: url(../images/icon_download.jpg);}

.download li:hover {
	box-shadow: 0 0 10px rgba(1, 42, 92, .2);
	border: none;

	transition: all .35s;}

.download li .download_search:hover {
	background: url(../images/icon_search-active.jpg) no-repeat center center;
	transition: all .35s;
	background-size: 100%;}

.download li .download_download:hover {
	background-image: url(../images/icon_download-active.jpg);
	transition: all .35s;
	background-size: 100%;}

/*师资队伍 */
.teacherlist .search-teacher {

	padding: 30px 20px;
	background: url(../images/search-teacher.jpg) no-repeat center bottom;
	background-size: cover;}

.teacherlist .search-teacher .zimu-top {}

.teacherlist .search-teacher .name {
	width: 125px;
	font-size: 16px;
	color: #2c6ab2;
	font-weight: bold;
	text-align: justify !important;
	text-align-last: justify;
	float: left;
	margin-top: 8px;}

.teacherlist .search-teacher .zimu-top {
	padding-bottom: 10px;}


.teacherlist .search-teacher ul {
	margin-left: 145px;
	margin-left: 125px;
	overflow: hidden;}

.teacherlist .search-teacher .zimu-top ul li {
	width: 42px;
	float: left;
	margin-bottom: 7px;
	text-align: right;}

.teacherlist .search-teacher .zimu-top ul li a {
	font-size: 16px;
	color: #666;
	line-height: 38px;
	text-decoration: none;}

.teacherlist .search-teacher .zimu-top ul li:hover a,
.teacherlist .search-teacher .zimu-top ul li.active a {
	color: #005597;
	font-weight: bold;}


.teacherlist .search-teacher .mingcheng-bottom {
	/*margin-top: 10px;*/
	border-top: 1px solid #d0d5da;
	padding-top: 10px;}

.teacherlist .search-teacher .mingcheng-bottom ul li {
	float: left;
	margin-left: 32px;}

.teacherlist .search-teacher .mingcheng-bottom ul li a {
	font-size: 14px;
	color: #666;
	line-height: 38px;
	text-decoration: none;}


.teacherlist .search-teacher .mingcheng-bottom ul li:hover a,
.teacherlist .search-teacher .mingcheng-bottom ul li.active a {
	color: #005597;
	font-weight: bold;}

.teacher-details {
	margin-bottom: 50px;}

.teacher-details .teacher-ul {
	margin-left: -8.7%;
	overflow: hidden;
	margin-top: 52px;}


.teacher-details .teacher-ul li {
	width: 42%;
	margin-left: 8%;
	float: left;
	margin-bottom: 73px;}


.teacher-details .teacher-ul li .teacher-img {
	width: 180px;
	height: 220px;
	overflow: hidden;
	float: left;}


.teacher-details .teacher-ul li .teacher-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;}

.teacher-details .teacher-ul li:hover .teacher-img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);}


.teacher-details .teacher-ul li .teacher-content {
	margin-left: 200px;}


.teacher-details .teacher-ul li .teacher-name {
	font-size: 24px;
	color: #005597;
	margin-bottom: 15px;}

.teacher-details .teacher-ul li .teacher-title {
	font-size: 16px;
	color: #333;
	height: 22px;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}


.teacher-details .teacher-ul li .teacher-xinxi {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 16px;}


.teacher-details .teacher-ul li .teacher-item p {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	margin-bottom: 0px;
	margin-left: 47px;
	position: relative;
	min-height: 27px;}


.teacher-details .teacher-ul li .teacher-item p span {
	position: absolute;
	left: -47px;
	top: 0px;}


.teacher-details .teacher-ul li .teacher-more {
	width: 110px;
	height: 30px;
	border: 1px solid #ff9400;
	margin: 25px 0 10px auto;}

.teacher-details .teacher-ul li:hover .teacher-more {
	border: 1px solid #005597;
	background: #005597;}

.teacher-details .teacher-ul li .teacher-more a {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	color: #ff9400;
	line-height: 30px;
	width: 100%;
	display: block;
	padding-left: 27px;
	background: url(../images/teacher-more.png) 77% center no-repeat;}

.teacher-details .teacher-ul li:hover .teacher-more a {
	color: #fff;
	background: url(../images/teacher-more-active.png) 77% center no-repeat;}

.about-duiwu {
	margin-bottom: 20px;}

.about-duiwu .teacher-wap {
	margin: 0;}

.about-duiwu .teacher-wap .teacher-lists {
	background: none;
	margin-top: 0;
	padding: 0;}

.about-duiwu .teacher-wap .teacher-lists ul {

	padding: 15px 15px 15px;
	margin-bottom: 20px;}

.about-duiwu .teacher-wap .teacher-lists ul li p {
	margin-bottom: 0;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	text-decoration: none;
	width: 65px;
	display: block;
	padding: 0 5px;
	height: 30px;
	overflow: hidden;
	text-align: justify;

	margin: 0 auto;}

.about-duiwu .teacher-wap .teacher-lists ul li p::after {
	content: "";
	display: inline-block;
	width: 100%;}

.about-duiwu .teacher-wap .teacher-lists ul li p a {
	border: none;

	padding: 0;}



.teacher-left-img {
	width: 180px;
	height: 220px;
	float: left;
	overflow: hidden;
	margin-right: 28px;}

.teacher-left-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;}

.teacher-left-contact {
	height: 220px;
	overflow: hidden;}

.teacher-left-contact h4 {
	margin-top: 35px;
	margin-bottom: 20px;
	margin-top: 25px;}

.teacher-left-contact h4 span {
	display: block;
	font-size: 24px;
	color: #416baf;
	height: 26px;
	line-height: 26px;}


.teacher-left-contact p {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	padding-left: 2px;}

.teacher-right {
	margin-top: 50px;
	margin-bottom: 50px;}


.teacher-right h4 {
	font-size: 24px;
	color: #416baf;
	border-left: 2px solid #f4b81e;
	padding-left: 20px;
	text-indent: 12px;
	margin: 0px 0 20px;}

.teacher-right p {
	font-size: 16px !important;
	color: #333;
	margin-bottom: 6px;
	line-height: 1.8 !important;
	padding-left: 3px;}


/* 现任领导 */

.leader {
	padding-bottom: 80px;}

#tab-list2 {
	overflow: hidden;
	padding: 10px 7px;
	margin-bottom: 40px;
	position: relative;
	z-index: 3;}

#tab-list2 li {
	font-size: 16px;
	color: #333;
	line-height: 38px;
	padding: 14px 70px;
	background: #fff;
	float: left;
	margin-right: 20px;
	box-shadow: 0 0 10px rgb(152 152 152 / 29%);
	position: relative;}

#tab-list2 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #ff9400;
	width: 0;
	height: 2px;
	transition: all .5s;}

#tab-list2 li:hover:before,
#tab-list2 li.tab-active:before {
	width: 100%;}

#tDiv2 {
	position: relative;}


#tDiv2 .tab-content {

	bottom: 0;
	z-index: 2;
	position: initial;}

#tDiv2 .tab-content.tab-content-show {
	position: relative;
	left: 0;
	top: 0;
	z-index: 3;}


#tDiv2 .tab-content table {
	width: 100% !important;
	border: 1px solid #cfe1f0;}

#tDiv2 .tab-content table tr:first-child {}

#tDiv2 .tab-content table tr td {
	border: none !important;
	padding: 18px 12px 12px !important;
	font-size: 16px !important;
	color: #333 !important;
	/*text-align: center;*/
	border-top: 1px solid #cfe1f0 !important;
	border-right: 1px solid #cfe1f0 !important;}

#tDiv2 .tab-content table tr td p {
	margin-bottom: 0 !important;
	line-height: normal !important;
	font-size: 16px !important;
	background: none !important;
	color: #333 !important;}

#tDiv2 .tab-content table tr td p span,
#tDiv2 .tab-content table tr td span {

	line-height: normal !important;
	font-size: 16px !important;
	background: none !important;
	color: #333 !important;}

#tDiv2 .tab-content table tr td a span {
	width: 48px;
	height: 22px;
	overflow: hidden;
	text-align: justify;
	display: inline-block;
	margin: 0 30px 3px 0;}

#tDiv2 .tab-content table tr td a span::after {
	content: "";
	display: inline-block;
	width: 100%;}

#tDiv2 .tab-content table tr td img {
	margin-top: 10px;}
}

#tDiv2 .tab-content table tr:first-child td {}

#tDiv2 .tab-content table tr:first-child td p {}

#tDiv2 .tab-content table tr:first-child td p span {}



#tDiv2 .tab-content table tr td+td {}

#tDiv2 .tab-content table tr td+td+td {}

#tDiv2 .tab-content table tr td+td+td+td {}


/*分页栏*/

.pagebar,
.search_pagebar {
	text-align: center;
	margin: 30px auto 65px;}

.p_first_d,
.p_last_d {
	display: none;}

.p_first,
.p_last {
	display: none;}

.p_prev_d,
.p_prev {
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 4px;}

.p_no {
	/*display: none !important;*/
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 4px;
	font-size: 14px;
	color: #333;}

.p_no_d {
	font-size: 14px;
	background: #1c327e;
	color: #fff;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 4px;}

.p_next,
.p_next_d {
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	margin-left: 4px;
	border: 1px solid #e8e8e8;}


.list .headStyle14x1iekwp4 a,
#fen a,
.list .PrevDisabled,
.list .this-page,
.list .NextDisabled {
	height: 20px !important;}


.teacher-wap {
	margin: 20px 0 0;}

.teacher-details-item1 {
	margin-bottom: 40px;}

.teacher-wap h3 {
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	background: #ecf3f9;
	border-left: 3px solid #0255ad;
	font-weight: bold;
	color: #074996;
	padding-left: 15px;}

.teacher-wap .teacher-lists {
	width: auto;
	overflow: hidden;
	background-color: #ecf3f9;
	padding: 15px 15px 20px;
	margin-top: 20px;}

.teacher-wap .teacher-lists ul li {
	display: inline-block;
	width: 19.5%;
	line-height: 30px;
	margin-bottom: 4px;}

.teacher-wap .teacher-lists ul li a {
	font-size: 17px;
	color: #666;
	line-height: 34px;
	text-decoration: none;
	display: block;
	height: 34px;
	overflow: hidden;
	position: relative;}

.teacher-wap .teacher-lists ul li a::after {
	content: "";
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #005597;
	opacity: 1;
	transition: width 0.3s ease;
	transform-origin: left center;}

.teacher-wap .teacher-lists ul li:hover a::after {
	opacity: 1;
	width: 60%;}

.teacher-wap .teacher-lists ul li:hover a {
	color: #005597;}


/* 底部 */
.footer {
	background-color: #195497;
	background-image: url(../images/bottom-bj.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0px 0 30px;}

.footer-rukou {
	/* width: 94%;
	margin: 0 auto; */
	padding: 9px 0;
	border-bottom: 2px solid #384d9f;}


.footer-rukou h3 {
	font-size: 16px;
	color: #a6c6f2;
	font-weight: bold;
	float: left;
	margin-top: 1px;
	line-height: 48px;}

.footer-rukou ul {
	overflow: hidden;
	margin-left: 64px;}

.footer-rukou ul li {
	margin-left: 37px;
	float: left;}

.footer-rukou ul li a {
	font-size: 16px;
	color: #a6c6f2;
	line-height: 48px;}

.footer-rukou ul li:hover a {
	color: #fff;}


.footer-logo {
	float: left;
	width: 51%;
	margin-top: 50px;}

.footer-adress {
	float: left;
	width: 32%;
	padding: 0 10px;
	margin-top: 25px;}


.footer-adress p {
	font-size: 16px;
	color: #a6c6f2;
	line-height: 30px;}


.footer-code {
	width: 300px;
	float: left;
	margin-top: 30px;}

.footer-code ul li {
	float: left;
	text-align: center;
	margin-right: 15px;}

.footer-code ul li .code-box {
	width: 81px;
	height: 81px;
	background: #fff;
	float: left;
	padding: 1px;}

.footer-code ul li .code-box img {
	width: 100%;}

.footer-code ul li .code-text {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	width: 100%;
	text-align: center;
	float: left;
	padding: 6px 0;}

.footer-code ul li .code-text p {
	margin-bottom: 0;}


.footer-text {
	width: calc(100% - 300px);
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: right;
	margin-top: 40px;}

.footer-text p span {
	padding-left: 35px;}

.footer-text p {
	margin: 0;
	padding: 0;}

.foot_copy {
	width: 100%;
	background: #1c327e url(../images/footbg.jpg) no-repeat center top;}

.foot_copy p {
	font-size: 15px;
	text-align: center;
	line-height: 57px;
	color: #fff;}

.foot_copy p span {
	padding-left: 12px;
	padding-right: 12px;}


.aniuge-card-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;}

/* 卡片样式 - BEM规范 */
.aniuge-card {
	background-color: #fff;
	/* border-radius: 8px;*/
	overflow: hidden;
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);*/
	transition: transform 0.3s ease, box-shadow 0.3s ease;}

/*.aniuge-card:hover {
            transform: translateY(-5px); 
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); 
        }*/

/* 图片容器：新增，用于承载图片放大效果 */
.aniuge-card__img-wrap {
	width: 100%;
	height: 260px;
	overflow: hidden;}

.aniuge-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;}

/* 鼠标移入卡片时，图片放大 */
.aniuge-card:hover .aniuge-card__img {
	transform: scale(1.1);}


.aniuge-card__img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;}

.aniuge-card__date {
	font-size: 14px;
	color: #154ea4;
	font-family: Lato;
	line-height: 28px;
	margin: 15px 0 5px 0;}

.aniuge-card__title {
	font-size: 19px;
	font-weight: 600;
	margin: 0 0px 10px 0;
	line-height: 1.4;
	color: #333;
	min-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none;
	text-decoration-color: #ddd;
	text-decoration-thickness: 0px;
	text-underline-offset: 6px;
	/* 下划线与文字的间距 */
	transition: text-decoration-color 0.3s ease;}

.aniuge-card:hover .aniuge-card__title {
	text-decoration-color: #004da6;
	text-decoration-thickness: 1px;
	text-decoration: underline;
	color: #005cc7;}

.aniuge-card__desc {
	font-size: 16px;
	color: #666;
	font-family: Lato;
	margin: 0 15px 15px 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;}

/* 按钮通用样式（示例，若有按钮可使用） */
.aniuge-btn {
	display: inline-block;
	padding: 8px 16px;
	background-color: #0066cc;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	text-decoration: none;
	font-size: 14px;
	margin: 0 15px 15px;}

.aniuge-btn:hover {
	background-color: #0052aa;}

.aniuge-notice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;}

/* 核心：卡片样式（实现从左到右变蓝的底部边框） */
.aniuge-notice-card {
	padding: 25px 20px;
	background: #fff;
	position: relative;
	overflow: hidden;
	/* 卡片上浮动画 */
	transition: transform 0.3s ease, box-shadow 0.3s ease;}

/* 伪元素实现底部灰色边框，hover时从左到右变蓝 */
.aniuge-notice-card::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	/* 默认灰色背景 */
	background: #e0e0e0;
	/* 渐变背景（初始宽度0，hover时变为100%） */
	background: linear-gradient(to right, #0078ff, #0078ff);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	/* 初始状态：渐变宽度0，位置在最左侧 */
	background-position: 0 0;
	background-size: 0 1px;
	/* 过渡动画：控制渐变宽度变化 */
	transition: background-size 0.4s ease, transform 0.3s ease;}

/* 鼠标移入效果 */
.aniuge-notice-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);}

/* 鼠标移入时，渐变宽度变为100%，实现从左到右变蓝 */
/* .aniuge-notice-card:hover::after {
            background-size: 100% 1px;
        }*/

/* 卡片内容样式 */
.aniuge-notice-card__date {
	margin-bottom: 20px;
	font-size: 14px;
	color: #154ea4;
	font-family: Lato;}

.aniuge-notice-card__title {
	font-size: 19px;
	font-family: Lato;
	font-weight: 600;
	line-height: 1.4;
	color: #333;
	min-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none;
	text-decoration-color: #ddd;
	text-decoration-thickness: 0px;
	text-underline-offset: 6px;
	/* 下划线与文字的间距 */
	transition: text-decoration-color 0.3s ease;}

.aniuge-notice-card__title:hover {
	text-decoration-color: #004da6;
	text-decoration-thickness: 1px;
	text-decoration: underline;
	color: #005cc7;}




.insti-carousel {
	overflow: hidden;
	position: relative;}

.insti-card-list {
	display: flex;
	gap: 30px;
	transition: transform 0.5s ease;
	will-change: transform;
	box-sizing: border-box;}

.insti-card {
	flex: 0 0 calc(33.333% - 21px);
	/* background: #fff;box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;}

.insti-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}

.insti-card__img-wrapper {
	height: 260px;
	overflow: hidden;}

.insti-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;}

.insti-card__content {
	padding: 20px 25px;
	transform: translateY(-30px);
	margin: 0 auto;
	background: #fff;
	width: 88%;
	margin: 0 auto;
	box-shadow: 0 6px 12px rgb(0 30 60 / 12%);
	border-radius: 0 0 10px 10px;}

.insti-card__title {
	font-size: 19px;
	font-family: Lato;
	font-weight: 600;
	line-height: 1.4;
	color: #333;
	min-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}

.insti-card__date {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
	color: #154ea4;
	font-family: Lato;}

/* 轮播切换按钮 - 新增 */
.insti-carousel__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #eee;
	cursor: pointer;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: background 0.3s ease;}

/* 按钮悬停效果 */
.insti-carousel__btn:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);}

/* 左按钮 */
.insti-carousel__btn--prev {
	left: 10px;}

.insti-carousel__btn--next {
	right: 10px;}



.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;}

.s3-c {
	align-items: flex-start;
	margin-top: 30px;}

.s3-c ul li a {
	position: relative;}

.s3-c ul li a .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);}

.s3-l {
	width: 49.75%;}

.s3-l ul {
	display: flex;
	flex-wrap: wrap;}

.s3-l ul li {
	width: 47.98%;}

.s3-l ul li:nth-child(even) {
	margin-left: 4.04%;}

.s3-l ul li:nth-child(3),
.s3-l ul li:nth-child(4) {
	margin-top: 30px;}

.s3-l ul li a {
	display: block;}

.s3-l ul li a .pic {
	padding-top: 68.06%;}

.s3-r {
	flex: 1;
	min-width: 0;
	padding-left: 30px;}

.s3-r ul li a {
	display: block;
	overflow: hidden;}

.s3-r ul li a .pic {
	padding-top: 71.58%;}

.s3-c ul li a>h3 {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	padding: 25px;
	position: absolute;
	bottom: 0;
	transition: all 0.5s;}

.s3-c ul li a>h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 4px;
	background: #0063d7;
	opacity: 0.96;
	transition: all 0.5s;}

.s3-l ul li:nth-child(2) a>h3::after {
	background: #ffc851;}

.s3-l ul li:nth-child(3) a>h3::after {
	background: #ffc851;}

.s3-l ul li:nth-child(4) a>h3::after {
	background: #0063d7;}

.s3-r ul li a>h3::after {
	background: #F8C637;}

.s3-c ul li:hover a>h3 {
	display: none;}

.s3-c ul li a .s3-ctx {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	height: 0;
	padding: 50px 35px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;}

.s3-c ul li a .s3-ctx h3 {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	padding: 10px 0;
	position: relative;
	transition: all 0.5s;}

.s3-c ul li a .s3-ctx h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 4px;
	background: #FECB32;
	opacity: 0.96;
	transition: all 0.5s;}

.s3-c ul li a .s3-ctx .gd {
	width: 50px;
	height: 50px;
	background: url(../images/s3-gd.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 35px;
	bottom: 0;
	transition: all 0.5s;}

.s3-c ul li:hover a .s3-ctx {
	top: 0;
	height: 100%;
	background: rgba(9, 89, 182, 0.85);
	visibility: visible;
	opacity: 1;}

.s3-c ul li:hover a .s3-ctx .gd {
	bottom: 35px;}

@media (max-width:1440px) {
	.nav ul li a {
		font-size: 17px;}
}

@media (min-width: 769px) and (max-width: 992px) {
	.insti-card {
		flex: 0 0 calc(50% - 10px);}
}


@media (max-width: 768px) {
	.header.ceiling .nav ul.daohang li .nav_item li a {
		color: #fff !important;}

	.aniuge-card-container {
		grid-template-columns: 1fr;
		gap: 15px;}

	.aniuge-notice-grid {
		grid-template-columns: 1fr;
		gap: 15px;}

	.insti-card {
		flex: 0 0 100%;}

	.insti-carousel__btn {
		width: 36px;
		height: 36px;
		font-size: 18px;}

	.aniuge-card__title {
		font-size: 17px;}

	.aniuge-notice-card__title {
		font-size: 17px;
		-webkit-line-clamp: 4;}

	.two-content {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 10px;}

	.seven-content {
		padding-top: 15px;}

	.s3-c {
		margin-top: 0;}

	.s3-l {
		width: 100%;}

	.s3-l ul li:nth-child(3),
	.s3-l ul li:nth-child(4) {
		margin-top: 15px;}

	.s3-r {
		padding-left: 1px;
		margin-top: 15px;}

	.teacher-wap .teacher-lists ul li {
		width: 50%;}

	.teacher-wap .teacher-lists ul li a {
		font-size: 15px;}




}
