@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;}





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;}

/*

.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;
}
*/
.ani200 {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;}

.ani300 {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;}

.ani400 {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;}

.ani500 {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;}

.ani1000 {
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;}

/*.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_slide {
	background: #074b96;
	line-height: 50px;
	position: relative;
	z-index: 2;
	display: none;}

#nav_slide #bnt_back {
	position: absolute;
	left: 10px;}

#nav_slide #bnt_back img {
	height: 20px;
	vertical-align: middle;}

#nav_slide .n_title {
	height: 50px;}

#nav_slide h1 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 50px;}

#bnt_sub_nav {
	position: absolute;
	right: 10px;
	top: 14.5px;
	cursor: pointer;}

#bnt_sub_nav img {
	display: block;
	height: 20px;}

#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);}

#sub_nav_content {
	background: #fff;
	display: none;
	z-index: 9;
	width: 100%;}

#sub_nav_content ul {
	margin-bottom: 0;}

#sub_nav_content ul li {
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #dedede;
	padding: 0 15px;}

#sub_nav_content ul li a {
	display: inline-block;
	font-size: 16px;
	padding: 0;
	color: #333;
	width: 88%;}

#sub_nav_content ul li i {
	float: right;
	font-family: simsun;
	font-style: normal;
	font-weight: bold;}

#sub_nav_content ul li ul li {
	border: 0;
	line-height: 28px;
	padding-left: 10px;}

#sub_nav_content ul li ul li a {
	font-size: 13px;
	color: #666;}

#sub_nav_content ul li.on>a {
	color: #0077dd;}

#sub_nav_content ul li ul {
	display: none;}

/* 导航 */



table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
	max-width: 100% !important;}

td,
th {
	padding: 0;}

.pure-table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #cbcbcb;}

.pure-table tr:hover {
	background-color: #fefaf6;
	color: #fe7200;}

.pure-table tr.one {
	background-color: #3991e2;}

.pure-table tr.one:hover {
	background-color: #16489f;}


.pure-table caption {
	color: #000;
	font: italic 85%/1 arial, sans-serif;
	padding: 1em 0;
	text-align: center;}

.pure-table td,
.pure-table th {
	border-left: 1px solid #cbcbcb;
	border-width: 0 0 0 1px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: 20px 10px !important;
	text-align: center;
	font-size: 16px;}

.pure-table thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;}

.pure-table td {
	background-color: transparent;}

.pure-table-odd td {
	background-color: #f2f2f2;}


#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;}

.teacher_nav a {
	background: #f0f0f0;
	color: #414141;
	padding: 3px 0px;
	display: inline-block;
	line-height: 48px;
	min-width: 200px;
	margin-bottom: 35px;}



.teacher_nav a.on,
.teacher_nav a:hover {
	background: #004796;
	color: #fff;}

.fz20 {
	font-size: 18px;}

/*首页内容部分*/
.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%;
	background: url(../images/yezibg.png) no-repeat right 50px;}

.six-content {}

.seven-content {}

/* 首页标题 */
.title {
	border-bottom: 1px solid #d2d2d2;
	width: 100%;
	height: 62px;
	line-height: 51px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	position: relative;}

.title h3 {
	float: left;
	font-size: 30px;
	color: #004797;
	position: relative;
	font-weight: bold;
	display: flex;
	align-items: center;}

.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 {
	width: 22%;
	padding-right: 2.6%;
	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/left_topbg.jpg);
	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: #fff url(../images/leftmy.png) no-repeat center bottom;
	padding: 0 0 360px;
	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: #074996;
	font-weight: 600;
	padding: 0 35px 0 0px;
	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,
.about .content div {
	font-size: 18px !important;
	color: #333 !important;
	line-height: 38px !important;}



.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: 18px !important;
	color: #333;
	line-height: 36px !important;
	margin-bottom: 30px;}

.jianjie p span {
	font-size: 18px !important;
	color: #333;
	line-height: 36px !important;
	margin-bottom: 30px;}

.jianjie p strong {

	font-weight: bold;}


.jianjie p h3 {
	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;}

.jianjie img {
	max-width: 100% !important;
	display: block;     height: auto !important;
	margin: 0px auto;}

 

      
.jianjie table {
  border:none; 
  font-size: 16px; 
  border-collapse: collapse;
  margin-top: 10px; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
  width: 100%   !important; 
  border-collapse: collapse;
}

.jianjie table td {
    text-align: left; 
   padding: 12px 15px  !important; 
   margin: 5px 0;         
    border-left: 1px solid #d8d8d8; 
    border-top: 1px solid #d8d8d8; 
    color: #555;  
    
    -webkit-box-sizing:border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

 .jianjie table td p {         
            margin: 5px 0 !important; text-align: center  !important;
        }

.jianjie table tr:first-child {
      background-color: #f2f2f2;
      font-weight: bold;
}



        

/* 图片列表 */

.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: 34px;}


/* 内容页 */

.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-bottom: 15px;
	height: auto;
	border-bottom: none;}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;

	text-align: center;
	margin: 0;}

.content {
	font-size: 17px !important;
	line-height: 34px !important;}

.content div {
	font-size: 176px !important;
	line-height: 34px !important;}

.content img {
	max-width: 80%;
	 
	margin: 0px auto;}


.content p {
	font-size: 17px !important;
	line-height: 34px !important;
	text-indent: 0 !important;
	display: block;
	text-align: left !important;
	margin: 0;
	padding: 0;
	background: #f5f7f9;}


.article h4 {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-left: 15px;
	margin: 0px 0 20px;
	padding-bottom: 15px;
	/* background: #fff; */
	border-bottom: 1px solid #e0e0e0;}


.article h4 span.view {
	font-size: 16px !important;
	color: #666;
	background: url(../images/view.png) left center no-repeat;
	padding-left: 25px;
	float: right;}


.article .content p {
	font-size: 18px !important;
	color: #333;
	line-height: 38px !important;
background: #fff;
	margin-bottom: 0;
}

.article .content img {
	max-width: 100%;
	height: auto !important;
display: block;
	margin: 12px auto;
;}


.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;
	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 {

	display: flex;
	flex-wrap: wrap;}

.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;
	border: 2px solid #ecf3f9;
	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;
	width: 51px;
	padding: 0;}


.teacher-lists p {
    font-size: 16px !important;
    line-height: 34px !important;
    text-indent: 0 !important;
    display: block;
    text-align: left !important;
    margin: 0;
    padding: 0;
    background: #f5f7f9;
}


.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;}

.content p b {font-size: 24px !important;
		color: #005bb9 !important;
		margin: 0;
		line-height: 60px;
		padding-left: 20px;
		border-left: 3px solid #005bb9;}


/* 现任领导 */

.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;}



/* 底部 */

.caseList {
	width: 100%;
	overflow: hidden;}

.caseList ul {
	width: 100%;}

.caseList ul li {
	width: 48.5%;
	margin: 0 3% 40px 0;}

.caseList ul li:nth-child(2n) {
	margin-right: 0;}

.caseList ul li a {
	display: block;}

.caseList ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 56.06%;
	position: relative;
	overflow: hidden;}

.caseList ul li a .pic em,
.caseList ul li a .pic b {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;}

.caseList ul li a .pic em {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;}

.caseList ul li a .pic b {
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;}

.caseList ul li a:hover .pic b {
	opacity: 1;}

.caseList ul li a h5 {
	padding: 0 10px;
	height: 60px;
	background: #ebebeb;
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: normal;
	line-height: 60px;}

.caseList ul li a:hover h5 {
	color: #fff;
	background: #005bb3;}

.caseList.prodList {
	padding-top: 20px;}

.caseList.prodList ul {
	width: 945px;}

.caseList.prodList ul li {
	width: 300px;}




.title_nei {
    display: block; width: 100%;
    text-align: center;
    margin: 20px auto 0 auto;
}
.title_a {
    margin: 0 auto;
    display: table;
    color: #333;
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
}

.title_b {
    display: block;
    margin: 0 0 40px 0;
    font-size: 17px !important;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    line-height: 34px !important;
}




/*组织机构*/
.flex-space {
	display: flex;
	justify-content: space-between;}

.orgWrap .item {
	margin-bottom: 40px;}

.orgWrap .item .tit {
	height: 52px;
	padding: 0 20px;
	background: #f0f0f0;
	font-size: 20px;
	color: #074996;
	line-height: 52px;
	font-weight: 600;
	border-left: 5px solid #074996;
	margin-bottom: 15px;}

.orgWrap .item .tit a {
	float: right;
	font-size: 16px;}


.orgWrap .item .cont dl {
	border-bottom: 1px dotted #afafaf;
	padding: 15px 0 15px 100px;
	position: relative;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 0;}

.orgWrap .item .cont p {
	font-size: 17px;
	line-height: 34px;
	padding-left: 0.8vw;}

.orgWrap .item .cont dl dt {
	position: absolute;
	left: 0;
	padding-left: 25px;}

.orgWrap .item .cont dl dt span {
	display: inline-block;}

.orgWrap .item .cont dl dd span {
	display: inline-block;
	color: #000;
	padding-right: 35px;}

.orgWrap .item .cont dl dd span:last-child {
	padding-right: 0px;}

.orgWrap .item .cont ul {
	padding-left: 20px;}

.orgWrap .item .cont ul li {
	margin-right: 44px;}

.orgWrap .item .cont ul li a {
	display: block;
	padding-left: 24px;
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #333333;}

.orgWrap .item .cont ul li a:before,
.orgWrap .item .cont ul li a:after {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url(../images/linkicon.png) no-repeat left top;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;}

.orgWrap .item .cont ul li a:after {
	background-position: left bottom;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);}

.orgWrap .item .cont ul li a:hover {
	color: #19408c;}

.orgWrap .item .cont ul li a:hover:before {
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);}

.orgWrap .item .cont ul li a:hover:after {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);}

.nyDescTxt {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 42px;}

.nyDescTxt * {
	max-width: 100% !important;}



.list19 {}

.list19 li {
	width: 100%;
	margin-bottom: 25px;}

.list19 .a {
	display: block;
	border: #e5e5e5 1px solid;
	padding: 30px 35px;
	transition: .5s;}

.list19 h4 {
	font-size: 22px;
	color: #333333;
	position: relative;
	z-index: 1;
	padding-bottom: 18px;
	margin-bottom: 15px;}

.list19 h4:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 86px;
	height: 3px;
	background: #0c5ac6;}

.list19 p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;}


.list19 .a:hover {
	background: #0255ad;}

.list19 .a:hover h4 {
	color: #fff;}

.list19 .a:hover p {
	color: #fff;
	opacity: 0.86;}

.list19 .a:hover h4:before {
	background: #fff;}



/*瀛﹂櫌棰嗗*/
.list_leader_box {
	overflow: hidden;}

.list_leader_box li {
	margin-bottom: 48px;
	/* float: left; */
	max-width: 100%;
	overflow: hidden;}

.list_leader_box .con {
	float: left;
	max-width: 100%;
	display: block;
	height: 100px;
	overflow: hidden;
	position: relative;}

.list_leader_box .name {
	width: 240px;
	height: 73px;
	background: url(../images/bgpic-a8.png) no-repeat center;
	background-size: 100% auto;
	font-size: 30px;
	color: rgb(255, 255, 255);
	line-height: 73px;
	padding-left: 79px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;}

.list_leader_box .name::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon-a10.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: 28px;
	top: 35%;
	transform: translateY(-30%);
	transform-origin: center center;
	animation: rotate 5s linear infinite;}

@keyframes rotate {
	from {
		transform: rotate(0deg);}

	to {
		transform: rotate(360deg);}
}

.list_leader_box .txt {
	float: left;
	height: 100%;
	max-width: calc(100% - 105px);
	margin-left: 105px;
	overflow: hidden;
	background: #ecf4ff no-repeat center bottom;}

.list_leader_box .txt::before {
	content: '';
	display: block;
	width: 15px;
	height: 100%;
	background: url(../images/bgpic-a9.png) no-repeat center bottom;
	background-size: 100% auto;
	float: right;}

.list_leader_box .box {
	background-color: #ecf4ff;
	padding-left: 175px;
	padding-right: 30px;
	overflow: hidden;
	background-color: #ecf4ff;}

.list_leader_box .info_title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0px 0px 20px;
	/* font-family: "fzhtjw"; */
	color: rgb(36, 35, 36);
	line-height: 50px;}

.list_leader_box .info {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 24px;
	text-align: left;
	padding: 0px 0px 0px 20px;
	/* font-family: "fzhtjw"; */
	color: rgb(36, 35, 36);
	line-height: 50px;}

.list_leader_box .li4 {
	clear: both;}

.list_leader_box .li5,
.list_leader_box .li6 {
	margin-left: 68px;}

.list_leader_box .li1 .info,
.list_leader_box .li3 .info {
	min-width: 542px;}

.list_leader_box .li2 .info {
	min-width: 682px;}

.list_leader_box .li4 .info,
.list_leader_box .li5 .info,
.list_leader_box .li6 .info {
	width: 161px;}


.historyPage {}

.historyPage .item {
	width: 100%;
	padding: 20px 0px;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	display: table;}

.historyPage .item:nth-child(even) {
	background: #EFEFEF;}

.historyPage .item .year {
	width: 80px;
	text-indent: 20px;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	color: #074996;}

.historyPage .item .event {
	width: calc(100% - 80px);
	float: left;
	margin-left: 30px;}




@media only screen and (min-width: 950px) and (max-width: 3840px) {
	.list_leader_box li {
		margin-bottom: 20px;}

	.list_leader_box .con {
		height: 6.77vw;}

	.list_leader_box .name {
		width: 12.5vw;
		height: 3.802vw;
		font-size: 1.362vw;
		line-height: 3.802vw;
		padding-left: 4.114vw;}

	.list_leader_box .name::before {
		width: 1.25vw;
		height: 1.25vw;
		left: 1.458vw;}

	.list_leader_box .txt {
		max-width: calc(100% - 5.468vw);
		min-width: 50vw;
		margin-left: 5.468vw;}

	.list_leader_box .txt::before {
		width: 0.781vw;}

	.list_leader_box .box {
		padding-left: 9.114vw;
		padding-right: 1.562vw;}

	.list_leader_box .info_title {
		font-size: .936vw;
		padding-top: 10px;
		line-height: 1.5;
		margin-bottom: 5px;}

	.list_leader_box .info {
		font-size: .836vw;
		line-height: 1.5;}

	.list_leader_box .li5,
	.list_leader_box .li6 {
		margin-left: 3.541vw;}

	.list_leader_box .li1 .info,
	.list_leader_box .li3 .info {
		min-width: 28.22vw;}

	.list_leader_box .li2 .info {
		min-width: 35.52vw;}

	.list_leader_box .li4 .info,
	.list_leader_box .li5 .info,
	.list_leader_box .li6 .info {
		width: 8.385vw;}

}

@media only screen and (min-width: 320px) and (max-width: 1023px) {

	.list_leader_box li {
		margin-bottom: 15px;
		float: none;
		max-width: unset;
		width: 100%;
		margin-left: 0 !important;}

	.list_leader_box .con {
		float: none;
		height: 150px;}

	.list_leader_box .name {
		width: 100px;
		height: 36px;
		font-size: 16px;
		line-height: 36px;
		padding-left: 30px;

		top: 40%;}

	.list_leader_box .name::before {
		width: 12px;
		height: 12px;
		left: 10px;}

	.list_leader_box .txt {
		width: 100%;
		max-width: unset;
		margin-left: 0;}

	.list_leader_box .txt::before {
		width: 10px;}

	.list_leader_box .box {
		height: 100%;
		padding-left: 40px;
		padding-right: 0;
		position: relative;}

	.list_leader_box .info_title {
		width: calc(100% - 40px);
		min-width: unset !important;
		font-size: 16px;
		line-height: 1.5;
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		position: absolute;
		left: 12px;
		top: 8%;
		transform: translateY(-50%);}

	.list_leader_box .info {
		width: calc(100% - 40px);
		min-width: unset !important;
		font-size: 14px;
		line-height: 1.5;
		white-space: normal;
		display: block;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		position: absolute;
		left: 12px;
		top: 75%;
		transform: translateY(-50%);}
}

/*瀛﹂櫌棰嗗-END*/


.newsList {}

.newsList .tit {
	height: 52px;
	padding: 0 20px;
	background: #f0f0f0;
	font-size: 22px;
	color: #1a1a1a;
	line-height: 52px;
	font-weight: normal;
	margin-bottom: 14px;
	border-left: 5px solid #0077dd;}

.newsList ul {
	margin-bottom: 50px;}

.newsList ul li {
	height: 66px;
	line-height: 66px;
	border-bottom: 1px solid #ddd;}

.newsList ul li a {
	display: block;
	padding: 0 100px 0 17px;
	position: relative;
	line-height: 66px;}

.newsList ul li a h5 {
	font-size: 17px;
	color: #353535;
	font-weight: normal;
	line-height: 66px;}

.newsList ul li a span {
	font-size: 16px;
	color: #808080;
	position: absolute;
	right: 0;
	top: 0;}

.newsList ul li a i {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #0077dd;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;}

.newsList ul li a:hover h5 {
	-webkit-transform: translateX(6px);
	transform: translateX(6px);
	color: #0077dd;}

.newsList.downloadList ul li a span {
	font-size: 13px;
	padding-left: 20px;
	background: url(../images/download.png) no-repeat left center;}

.newsList.downloadList ul li a:hover span {
	color: #0077dd;}

.newspicList {
	margin-bottom: 40px;}

.newspicList li {
	padding: 20px 0;
	border-bottom: 1px solid #ececec;}

.newspicList li:first-child {
	padding-top: 0;}

.newspicList li a {
	display: block;
	height: 220px;
	padding-left: 360px;
	position: relative;}

.newspicList li a .pic {
	width: 335px;
	height: 220px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;}

.newspicList li a .pic em {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;}

.newspicList li a h5 {
	font-size: 20px;
	line-height: 58px;
	/* height:56px;*/
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}

.newspicList li a p {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;}

.newspicList li a span {
	display: block;
	font-size: 13px;
	line-height: 28px;
	color: #333;}

.newspicList li a:hover h5 {
	color: #eb3d00;
	padding-left: 6px;}

.newspicList li.nopic a {
	padding-left: 0;}


.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;}

.pic img {
	width: 150px;
	height: 200px;
	object-fit: cover;}

.trans {
	transition: all .5s;}

.trans-mask {
	display: block;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	position: relative;}

.trans-mask img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	transform: scale(1.01);}

.bg-mask .pic {
	overflow: hidden;}

.bg-mask .pic .a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	display: block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: scale(1.01);}



.rwlist1 {
	padding-bottom: 20px;}

.rwlist1 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.rwlist1 li {
	margin-bottom: 40px;
	position: relative;
	width: 48.5%;}

.rwlist1 li a {
	display: flex;
	position: relative;
	padding: 15px;
	background: url(../images/sq1.png)#fff no-repeat right bottom;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background-size: 55px 53px;
	flex-wrap: wrap;
	height: 100%;}

.rwlist1 li .pic {
	width: 175px;
	overflow: hidden;}

.rwlist1 li .txt {
	width: calc(100% - 175px);}

.rwlist1 li .txt h4 {
	margin-bottom: 5px;
	line-height: 36px;
	color: #666;
	padding-top: 10px;}

.rwlist1 li .txt h4 span {
	font-size: 22px;
	font-weight: bold;
	margin-right: 20px;
	color: #333;}

.rwlist1 li .txt p {
	line-height: 28px;
	color: #777;
	position: relative;
	margin-bottom: 10px;}

.rwlist1 li .txt p span {
	padding-left: 10px;
	position: relative;}

.rwlist1 li .txt p span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	background: #bbb;
	border-radius: 50%;}

.rwlist1 li:after {
	content: '';
	height: 0;
	background: #074b96;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	width: 2px;
	transition: .3s;}

.rwlist1 li:hover:after {
	height: 100%;}

@media (max-width: 1024px) {
	.rwlist1 li {
		width: 100%;}
}

@media (max-width: 580px) {
	.rwlist1 li a {
		padding: 35px 0;}

	.rwlist1 li .pic {
		width: 177px;
		margin: 0 auto 0px;}

	.rwlist1 li .txt {
		width: 100%;
		padding-left: 0;
		padding-bottom: 0px;
		padding-top: 0px;
		text-align: center;}
}





@media (max-width: 768px) {
	.header.ceiling .nav ul.daohang li .nav_item li a {
		color: #fff !important;}

	#nav_slide {
		display: block;}

	.teacher_nav a {
		width: 100%;
		margin-bottom: 15px;
		min-width: 90%;}

	.download ul li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
		line-height: 24px;}

 
.jianjie table {
  border:none  !important; 
  font-size: 16px; 
  border-collapse: collapse;
  margin-top: 10px; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  display: block;        /* 把 table 变成块级盒子 */
  width: 100%;           /* 占满父级宽度 */
  min-width: 320px;      /* 内容最小宽度，大于屏幕即出现滚动条 */
  overflow-x: auto;      /* 横向滚动只发生在 table 上 */
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
}

.location { display:none;}

.columntitle span {   font-size: 20px;}
.content p b {    font-size: 20px !important;}
}