@charset "utf-8";
/* CSS Document */



/*图片轮播*/
/*FlexSlider默认样式*/
.Banner {
	overflow: hidden;
	max-width: 1380px;
	margin: 0 auto;
}

.Banner .flexslider {
	width: 100%;
	background: #fff;
	position: relative;
	zoom: 1;
	overflow: hidden;
}

.Banner .flexslider ul li {
	list-style: none;
}

.Banner .flexslider ul li .slideImg {
	display: block;
	height: 0;
	padding-bottom: 33.4%;
	overflow: hidden;
}

.Banner .flexslider ul li img {
	border: none;
	width: 100%;
}

.Banner .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.Banner .loading .flex-viewport {}

.Banner .flexslider .slides {
	zoom: 1;
	width: 100%;
	padding: 0;
}

.Banner .carousel li {
	margin-right: 5px;
}

/*icon小点*/
.Banner .flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 3%;
	left: 50%;
	margin-left: -40px;
	text-align: center;
	z-index: 9;
}

.Banner .flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.Banner .flex-control-paging li a {
	float: left;
	width: 11px;
	height: 11px;
	display: block;
	background: #f0f0f0;
	cursor: pointer;
	text-indent: -9999px;
}

.Banner .flex-control-paging li a:hover, .Banner .flex-control-paging li a.flex-active {
	background: #000;
}

.Banner .slides h4 a {
	color: #fff;
	opacity: 1.0;
	font-size: 14px;
	text-decoration: none;
}

.Banner .slides h4 a:hover {
	color: #fff;
	font-size: 14px;
}

.Banner .flexslider ul li .slideTxt {
	position: absolute;
	bottom: 7%;
	left: 20%;
	width: 30%;
	color: #fff;
	z-index: 9999999;
}

.Banner .flexslider ul li .slideTxt h2 {
	font-size: 2.6em;
	color: #fff;
	margin-bottom: 3%;
}

.Banner .flexslider ul li .slideTxt p {
	font-size: 2.0em;
	font-weight: bold;
	color: #fff;
}

.Banner .flex-direction-nav {
	display: block;
}

.Banner .flex-direction-nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.Banner .flex-direction-nav a {
	width: 23px;
	height: 44px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 99;
	text-indent: -999em;
	z-index: 9;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.Banner .flex-direction-nav a:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.Banner .flex-direction-nav a.flex-prev {
	float: left;
	background: url(/cnem/images/lf.png) no-repeat center;
	left: 2%;
	top: 50%;
	margin-top: -44px;
}

.Banner .flex-direction-nav a.flex-next {
	background: url(/cnem/images/rt.png) no-repeat center;
	right: 2%;
	top: 50%;
	margin-top: -44px;
}





.content {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	/*background: url(/cnem/images/content_bg.png) no-repeat center bottom;*/
}

.mode01 {
	max-width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}

.mode01 .lf {
	width: 58.25%;
	float: left;
	overflow: hidden;
}

.mode01 .rt {
	width: 38.5%;
	float: right;
	overflow: hidden;
}

.articleList {}

.articleTitle {
	border-bottom: 1px solid #1d986c;
	padding-bottom: 10px;
}

.articleTitle1 {
	margin: 10px 0 0 0;
}

.articleTitle .more {
	float: right;
	margin-top: 10px;
	color: #1d986c;
}

.articleTitle h2 {
	font-size: 1.3em;
	color: #1d986c;
}

/*新闻中心*/
.NewsList {
	margin-top: 30px;
	overflow: hidden;
}

.TopNews {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.TopImg {
	float: left;
	width: 41.92%;
	overflow: hidden;
	margin-right: 4%;
}

.TopImg span {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66.553%;
	overflow: hidden;
	background-color: #ccc;
}

.TopCon {
	float: left;
	width: 100%;
	overflow: hidden;
}

.TopCon a {
	display: block;
}

.TopCon a h2 {
	margin-bottom: 22px;
	font-size: 16px;
	color: #464646;
	max-height: 42px;
}

.TopCon a:hover h2 {
	color: #1d986c;
}

.leftDate {
	color: #888;
	font-size: 12px;
}

.TopCon p {
	margin-top: 22px;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	max-height: 88px;
	overflow: hidden;
}

.NewsConList {}

.NewsConList li {
	border-bottom: 1px solid #ddd;
}

.NewsConList li a {
	display: block;
	padding: 7px 0;
	*padding: 15px 0;
}

.NewsConList li a h2 {
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	margin: 10px 0;
}

.NewsConList li a {
	display: block;
	overflow: hidden;
}

.NewsConList li a:hover {
	background-color: #fafafa;
}

.NewsConList li a:hover h2 {
	color: #1d986c;
}

.NewsConList li .leftDate {
	color: #888;
	font-size: 12px;
	float: right;
	margin-right: 5px;
}


/*通知公告*/
.articleTitle01 {
	border: 0;
}

.EventsList {
	background: #f2f2f2;
}

.EventsList li {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.EventsList li a {
	padding: 19px 20px;
}

.EventsList li:last-child {
	border-bottom: none;
}

.EventsList li .leftDate {
	float: left;
	overflow: hidden;
	width: 13.73%;
	background: #1d986c;
	text-align: center;
	font-family: "Book Antiqua";
	padding: 2px 0;
}

.EventsList li .leftDate i {
	margin: 3px 0;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-style: normal;
	padding-bottom: 4px;
}

.EventsList li .leftDate strong {
	font-weight: normal;
	color: #fff;
	display: block;
	font-size: 30px;
}

.EvensCon {
	float: right;
	overflow: hidden;
	width: 80%;
}

.EvensCon h2 {
	margin-top: 8px;
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	min-height: 43px;
}

.EventsList li a {
	display: block;
	overflow: hidden;
}

.EventsList li a:hover {
	background-color: #fafafa;
}

.EventsList li a:hover h2 {
	color: #1d986c;
}


.mode02 {
	max-width: 1200px;
	margin: 50px auto 20px;
	overflow: hidden;
}

.mode02 .lf {
	width: 58.25%;
	float: left;
	overflow: hidden;
}

.mode02 .rt {
	width: 38.5%;
	float: right;
	overflow: hidden;
}

.ResearchList {
	margin-top: 4%;
	overflow: hidden;
}

.ResearchList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.ResearchList li.Nomargin {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.ResearchList li h2 {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: normal;
	max-height: 40px;
	overflow: hidden;
}

.ResearchList .ResearchLf {
	float: left;
	width: 47%;
	padding-right: 2%;
	border-right: 1px solid #ddd;
}

.ResearchList .ResearchRt {
	float: right;
	width: 47%;
	padding-left: 2%;
}

.ResearchList li a:hover h2 {
	color: #1d986c;
}

/*学术公告*/
.acamicList {
	margin-top: 4%;
	overflow: hidden;
}

.acamicList li {
	margin: 9px 0 23px;
}

.acamicList li.Nomargin {
	margin-bottom: 0;
}

.acamicList li .rightDate {
	float: right;
	font-style: normal;
	color: #838383;
	font-size: 12px;
}

.acamicList li h2 {
	font-size: 14px;
	font-weight: normal;
}

.acamicList li a:hover h2 {
	color: #1d986c;
}
@media screen and (min-width:1921px){.content {
	min-height: 1250px;
	}}

@media screen and (max-width:1600px){.content {
	
		min-height: auto;
	}}


@media screen and (max-width:1200px) {
	.mode01, .mode02 {
		width: auto;
		padding: 0 20px;
		margin: 20px auto;
	}

	.TopCon a h2 {
		margin-bottom: 0;
	}

	.content {
		background: none;
		
	}

}


@media screen and (max-width: 800px) {
	.flex-direction-nav .flex-prev {
		opacity: 0;
		left: 0px;
	}

	.flex-direction-nav .flex-next {
		opacity: 0;
		right: 0px;
	}

	.flex-direction-nav a {
		top: 65%;
	}

	.mode01 .lf {
		width: 100%;
		float: none;
	}

	.mode01 .rt {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.TopImg {
		width: 33.92%;
	}

	.TopCon {
		width: 62.02%;
	}

	.NewsConList li a h2 {
		margin-bottom: 10px;
		min-height: 19px;
	}

	.articleTitle h2 {
		font-size: 1em;
	}

	.articleTitle .more {
		font-size: 12px;
	}

	.EventsList li .leftDate {
		width: 8.73%;
	}

	.EventsList li .leftDate i {
		font-size: 14px;
	}

	.EventsList li .leftDate strong {
		font-size: 20px;
	}

	.EvensCon {
		width: 86%;
	}

	.EvensCon h2 {
		padding-bottom: 8px;
		min-height: 30px;
	}

	.TopCon a h2 {
		font-size: 14px;
		min-height: 30px;
	}

	.leftDate {
		font-size: 12px;
	}

	.TopCon p {
		margin-top: 9px;
	}

	.NewsConList li a h2 {
		font-size: 14px;
	}

	.NewsConList li a {
		padding: 12px 0;
	}

	.LinksList li a h2 {
		font-size: 16px;
		line-height: 24px;
	}

	.AlumniList a .alumniImg {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.AlumniList a .alumniImg img {
		width: 100%;
	}

	.AlumniList a h2 {
		width: 100%;
		float: none;
		overflow: hidden;
		margin: 1% 0;
	}

	.mode02 .lf {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.mode02 .rt {
		width: 100%;
		float: none;
		margin: 3% auto 0;
	}

	.AlumniList {
		margin-top: 3%;
	}

	.NewsConList li .leftDate {
		float: none;
	}

	.EvensCon h2 {
		margin-top: 5px;
	}
}

@media screen and (max-width:640px) {

	.NewsConList li a h2 {
		font-size: 14px;
	}

	.flexslider .til_slides {
		display: none;
	}

	.LinksList li {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.LinksList li img {
		width: 100%;
	}

	.LinksList li a h2 {
		bottom: -5px;
		width: 100%;
		min-height: 0;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.ResearchList li {
		width: 100%;
	}

	.ResearchList li img {
		width: 100%;
		margin-top: 3%;
		float: none;
	}

	.ResearchList li a h2 {
		margin-bottom: 0;
	}

	#main .bannerMore {
		bottom: 5px;
		right: 5px;
	}

	#main .bannerMore a {
		font-size: 12px;
		padding: 2px 3px;
	}

	.flex-control-nav {
		text-align: left;
		width: 70%;
		left: 10px;
	}

	.EvensCon h2 {
		margin-top: 0px;
		overflow: hidden;
	}

	.acamicList li .rightDate {
		float: none;
	}
}

@media screen and (max-width:480px) {
	.TopImg {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.TopImg img {
		width: 100%;
	}

	.TopCon {
		width: 100%;
		float: none;
		padding-top: 15px;
	}

	.EventsList li .leftDate {
		width: 9.73%;
	}

	.EvensCon {
		width: 84%;
		padding-top: 5px;
	}

	.EmployList li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #ddd;
		padding-bottom: 3%;
	}

	.EmployList li:last-child {
		border-bottom: none;
	}

	.EmployList li a {
		padding-right: 0;
	}

	.EmployList li a h2 {
		margin-bottom: 0;
		min-height: 49px;
	}

	.EmployList li.EmployNoBorder {
		width: 100%;
		float: none;
		margin-top: 3%;
	}

	.EmployList li.EmployNoBorder a {
		padding-left: 0;
	}

	.EmployList li a p {
		margin-top: 1%;
	}

	.ResearchList li.Nomargin {
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.ResearchList .ResearchLf {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.ResearchList .ResearchRt {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.EventsList li a {
		padding: 10px 5px;
	}

	.EvensCon h2 {
		font-size: 12px;
	}

	.ResearchList li {
		margin-bottom: 9px;
	}

	.acamicList li {
		margin: 9px 0 15px;
	}


}


@media screen

/*and (min-width:320px)*/
and (max-width:360px) {}