body,
html {
	margin: 0;
	padding: 0;
	min-width: 1400px;
	font-size: 14px;
	color: #333333;
	background: #f9f8f8;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.whitespace {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.verticalMid {
	vertical-align: middle;
	display: inline-block;
}

.verticalTop {
	vertical-align: top;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	background: #1b746e;
}

.header {
	padding: 33px 0 21px 0;
}

.header-right ul {
	margin-top:20px;
}

.header-right ul li {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1;
	border-left: 2px solid #ffffff;
}

.header-right ul li:first-of-type {
	border: none;
}

/*轮播图*/
.swiper.main-swiper {
	width: 100%;
}

.main-swiper .swiper-slide img {
	width: 100%;
	display: block;
}

.main-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
}

.main-bullet {
	display: inline-block;
	margin: 0 4px;
	width: 16px;
	height: 16px;
	background: #ffffff;
	cursor: pointer;
}

.main-bullet-active {
	background: #1b746e;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 56px !important;
}

/*导航*/
#nav {
position: relative;
	width: 100%;
	z-index: 1000000;
	background: #5aafa8;
}

.nav {
	font-size: 17px;
}

.fNav li {
	float: left;
	color: #ffffff;
	position: relative;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.fNav li a {
	display: inline-block;
	padding: 15px 23px;
	position: relative;
	text-align: center;
	color: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.fNav>li.active>a {
	color: #1b746e;
}

.fNav>li:hover>a {
	color: #1b746e;
}

.fNav li:hover .sNav>li {
	height: 40px;
	overflow: visible;
}

.sNav {
	position: absolute;
	left: 0;
	min-width: 100%;
}

.sNav li {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #5aafa8;
	color: #ffffff;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav li:hover {
	/* background: #97b4cf; */
}

.sNav li:hover>a {
	color: #1b746e;
}

.tNav {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
}

.tNav li {
	text-align: center;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #5aafa8;
	color: #ffffff;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #1b746e;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}

/*主体*/
.title {
	display: flex;
	gap:10px;
	align-items: center;
	font-size: 24px;
}
.title img{
	height:35px;
}
.more {
	position: absolute;
	font-size: 14px;
	right:0;
	top:60px;
	text-decoration: underline;
}
.more1{
	position: absolute;
	font-size: 14px;
	right:0;
	top:10px;
	text-decoration: underline;
}
#body {
	position: relative;
	min-height: 800px;
}

/* 正文第一块 */
.blog{
	background:url(../img/bg1.png) no-repeat left bottom;
	background-size: 100% 100%;
	padding: 1px 0;
}
.blog1 {
	margin: 50px auto;
	position: relative;
}
.blog1 ul{
	display: flex;
	justify-content: space-between;
	margin-top:30px;
}

.blog1 ul li a{
	width:330px;
	display: flex;
	flex-flow: column;
	gap:10px;
	background: #ffffff;
	border-radius: 8px;
	padding-bottom:20px;
	box-shadow: 0 2px 5px #d9e1e6;
}
.blog1 ul li p,.blog1 ul li span{
	display: block;
	padding:0 15px;
	box-sizing: border-box;
}
.blog1 ul li p{
	font-size:18px;
	font-weight: bold;
}
.blog1 ul li span{
	height:115px;
	overflow: hidden;
}
.blog1 ul li img{
        width:330px;
        height:220px;
}
/*正文第二块*/
.blog2 {
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.blog2-1,.blog2-2{
	position: relative;
}
.blog2-1{
	width:686px;
	
}
.blog2-2{
	width:686px;
}
.blog2-1 ul{
	background: #ffffff;
	padding:40px 10px;
	height:435px;
	box-sizing: border-box;
	margin-top:30px;
	display: flex;
	flex-flow: column;	
	border-radius: 8px;
	gap:30px;
	box-shadow: 0 2px 5px #d9e1e6;
}
.blog2-1 li a{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.blog2-1 li .date{
	display: flex;
	width:100px;
	flex-flow: column;
	align-items: center;
}
.blog2-1 li .date p{
	font-size: 18px;
	font-weight: bold;
	border-bottom:1px solid #1b746e;
}
.blog2-1 li .date span{
	color:#999999;
	font-weight: bold;
}
.blog2-1 li .box{
	display: flex;
	width:580px;
	gap:5px;
	flex-flow: column;
}
.blog2-1 li .box p{
	font-size: 18px;
	font-weight: bold;
}
.blog2-2 ul{
	background: #ffffff;
	padding:40px 20px;
	height:435px;
	box-sizing: border-box;
	margin-top:30px;
	display: flex;
	flex-flow: column;	
	border-radius: 8px;
	gap:30px;
}
.blog2-2 li a{
	display: flex;
	justify-content: space-between;
	font-size:16px;
}
.blog2-2 li p{
	width:500px;
	
}
.blog2-2 li span{
	color:#666666;
}
/*正文第三块*/
.blog3 {
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.blog3-1,.blog3-2{
	position: relative;
}
.blog3-1{
	width:686px;
}
.blog3-2{
	width:686px;
}
.blog3-1 ul{
	background: #ffffff;
	padding:40px 20px;
	height:435px;
	box-sizing: border-box;
	margin-top:30px;
	display: flex;
	flex-flow: column;	
	border-radius: 8px;
	gap:34px;
	box-shadow: 0 2px 5px #d9e1e6;
}
.blog3-1 li a{
	display: flex;
	justify-content: space-between;
	font-size:16px;
}
.blog3-1 li p{
	width:500px;
	font-weight: bold;
}
.blog3-1 li span{
	color:#666666;
}
.blog3-2 ul{
	margin-top:30px;
	display: flex;
	justify-content: space-between;
}
.blog3-2 li{
	width:325px;
	height:435px;
	box-sizing: border-box;
	padding:40px 30px;
	background: #ffffff;
	border-radius: 8px;
	display: flex;
	flex-flow: column;
	gap:25px;
	position: relative;
	box-shadow: 0 2px 5px #d9e1e6;
}
.blog3-2 li div{
	font-size:24px;
	font-weight: bold;
}
.blog3-2 li p{
	font-size:20px;
}
.blog3-2 li p span{
	display: block;
	font-size: 16px;
	margin-top:5px;
}
.blog3-2 li .in{
	width:32px;
	height:32px;
	display: block;
	margin-left:auto;
	transform: translateX(15px);
}
.blog3-2 li .icon{
	position: absolute;
	left:0;
	top:0;
}
/*底部*/
.footer {
	background: url(../img/bg2.png) no-repeat;
	background-size:100% 100%;
	color: #fbfbfb;
	position: relative;
	overflow: hidden;
	line-height: 24px;
}

.footer>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;

}
.footer1{
	display: flex;
	flex-flow: column;
	gap:30px;
}
.footer1 .ercode{
	display: flex;
	justify-content: space-around;
}
.footer1 .ercode>div{
	display: flex;
	flex-flow: column;
	align-items: center;
	gap:8px;
}
.footer2{
	display: flex;
	flex-flow: column;
	gap:30px;
}
.footer2 p{
	font-size: 18px;
	color: #ffffff;
	margin-bottom:15px;
}
.footer2 .lxwm ul{
	 display: grid;
	 grid-template-columns: repeat(3, 1fr); 
	 gap: 10px;
}
.footer2 .links1 ul{
	display: flex;
	justify-content: space-between;
}
.links2 {
	
}

.links2 p {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.links2 ul {
	margin-top: 15px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	flex-wrap: wrap;
	gap:15px;
}

.links2 ul li {
	color: #ffffff;
	border:1px solid #ffffff;
	border-radius: 5px;
	text-align: center;
	width: 100px;
	padding: 5px 0;
	font-size: 14px;
	flex: auto;
}

.mediaimgs {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

.mediaimgs div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 33px;
}

.copy {
	background: #0f5f5a;
	text-align: center;
	padding: 27px 0;
	color: #ffffff;
}

.copy p {
	line-height: 2;
}

/*二级页面*/
.erBody{
	background:#d9e1e6 url(../img/bg1.png) no-repeat left bottom;
	background-size: 100%;
	padding: 1px 0;
}

#erImg {
	width: 100%;
}

#erImg img {
	width: 100%;
}

.list-page {
	box-sizing: border-box;
	min-height: 800px;
	background: #ffffff;
	margin:50px auto;
}

.list-left {

}

.list-location {
	width: 160px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	margin-top:-30px;
	color: #ffffff;
	background: #1b746e;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
}

.list-location span {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #1b746e;
}

.list-ul {
	background: #1b746e;
	margin-top:10px;
	padding:20px 0;
}

.list-ul li {
	width: 160px;
	color: #ffffff;
	box-sizing: border-box;
	
	font-size: 18px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.list-ul li a {
	/*height: 35px;
	line-height: 35px;*/
	padding: 10px 0 10px 40px;
	display: block;
}

.list-ul li.active>a {

	color: #fec240;
}

.list-ul .leftSec {
	display: none;
	padding: 10px 0;
}

.list-ul li.active .leftSec {
	display: block;
}

.list-ul .leftSec a {
	color: #515151;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 55px;
	border: none;
}

.list-right {
	width: 1220px;
	/* background: #ffffff; */
	margin: 20px 0;
	box-sizing: border-box;
}

.only-listPage {
	width: 1200px;
	background: #ffffff;
	margin: 20px 0;
	box-sizing: border-box;
}

.only-list li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list li span {
	float: right;
}

.only-list li a {
	display: block;
	width: 1000px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.only-list1 {
	padding: 20px 0;
	background: #ffffff;
}

.only-list1 li {
	overflow: hidden;
	padding: 15px 50px;

}

.only-list1 li span {
	float: right;
}

.only-list1 li a {
	display: block;
	width: 700px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right-title {
	color: #999999;
	font-size: 16px;
	padding: 20px 50px;
}

.right-title span {
	color: #333333;
}

.right-list li {
	padding: 50px 30px;
	border-bottom: 1px solid #ebe8e8;
}

.right-list .date {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0eeee;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.right-list .date P {
	padding-top: 15px;
	font-size: 20px;
}

.right-list .date span {
	font-size: 12px;
	color: #999999;
}

.right-list .news {
	font-size: 16px;
	width: 700px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.right-list .news span {
	color: #999999;
	display: block;
	margin: 10px 0;
}

.fanye {
	margin: 40px 0;
	text-align: center;
}

.right-jjy {
	padding: 30px 50px;
	background: #ffffff;
}

.content-page {
	padding: 40px 100px;
	margin: 20px auto;
	box-sizing: border-box;
	background: #ffffff;
}

.content {
	padding: 30px;
}

/* 博士生流动站 */
.bstitle{
	background: #24948c;
	height:50px;
	width:280px;
	line-height: 50px;
	color:#FFFFFF;
	box-sizing: border-box;
	padding-left:20px;
	font-size:18px;
	clip-path: polygon(0% 100%, 0% 0%,230px 0%, 100% 100%);
}
.bsjjy{
	margin:10px 90px 20px 0;
}
.bsname ul{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	margin:10px 90px 20px 0;
}
.bsname ul li{
	padding:10px 20px;
	font-size: 16px;
}
.bslist ul{
	margin:10px 50px 20px 0;
	
}
.bslist ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:8px 0;
	font-size: 16px;
}
.bslist ul li a{
	width:80%;
}

/* 教师名录 */
.jstitle{
	position: relative;
}
.jstitle span{
	display: block;
	background: #24948c;
	height:50px;
	width:100%;
	line-height: 50px;
	color:#FFFFFF;
	box-sizing: border-box;
	padding-left:20px;
	font-size:18px;
	clip-path: polygon(0% 100%, 0% 0%,230px 0%, 280px 100%);
	
}
.jstitle::after{
	content: '';
	width:950px;
	height:50px;
	position:absolute;
	background: #7de1da;
	left:255px;
	top:0;
	clip-path: polygon(50px 100%, 0% 0%,100% 0%, 100% 100%);
}
.jsname ul{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	margin:10px 90px 20px 0;
}
.jsname ul li{
	padding:10px 20px;
	font-size: 16px;
}