.ne-lsyg-box ul {
	position: relative;
}

.ne-lsyg-box ul:before {
	display: block;
	content: '';
	width: 2px;
	height: calc(100% - 0.36rem);
	background: #00a299;
	position: absolute;
	top: 0.36rem;
	left: 50%;
	margin-left: -1px;
}

.ne-lsyg-box ul li:nth-child(odd) {
	float: left;
	flex-direction: row-reverse;
}

.ne-lsyg-box ul li:nth-child(even) {
	float: right;
}

.ne-lsyg-box ul li {
	width: 50%;
	display: flex;
}

.ne-lsyg-fl {
	width: 0.36rem;
	position: relative;
}

.ne-lsyg-line-icon {
	width: 0.36rem;
	height: 0.36rem;
	background: url(../images/time.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	z-index: 4;
}

.ne-lsyg-box ul li {
	margin-bottom: 0.8rem;
}

.ne-lsyg-box ul li:last-child {
	margin-bottom: 0;
}

.ne-lsyg-box ul li:nth-child(odd) .ne-lsyg-line-icon {
	right: -0.18rem;
}

.ne-lsyg-box ul li:nth-child(even) .ne-lsyg-line-icon {
	left: -0.18rem;
}

.ne-lsyg-box ul li:nth-child(2) {
	margin-top: 1.6rem;
}

.ne-lsyg-line-line {
	display: none;
	width: 2px;
	height: calc(100% - 0.36rem);
	background: #00a299;
	position: absolute;
	top: 0.36rem;
	left: 50%;
	margin-left: -1px;
}

.ne-lsyg-fr {
	width: calc(100% - 0.36rem);

	display: flex;
}

.ne-lsyg-box ul li:nth-child(odd) .ne-lsyg-fr {
	padding-right: 0.4rem;
}

.ne-lsyg-box ul li:nth-child(even) .ne-lsyg-fr {
	padding-left: 0.4rem;
}

.ne-lsyg-date {
	display: none;
	width: 1.3rem;
	font-size: 0.3rem;
	color: #333333;
	line-height: 1.4;
	font-family: 'syhtB';
}

.ne-lsyg-info {
	/*width: calc(100% - 1.3rem);*/
	width: 100%;
	/*padding-bottom: 0.5rem;*/
	display: flex;
	flex-wrap: wrap;
}

.ne-lsyg-box ul li:last-child .ne-lsyg-info {
	padding-bottom: 0;
}

.lsyg-info-img {
	/*width: 2.68rem;
	margin-right: 0.08rem;*/
	width: 100%;

	overflow: hidden;
}

.lsyg-info-img img {
	display: block;
	width: 100%;
}


.ne-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pc-ne-banner {
	display: block;
}

.mobile-ne-banner {
	display: none;
}

.ne-banner img {
	width: 100%;
	animation: changeScale 1 2.5s;
}

.ne-banner-title {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ne-banner-title h3 {
	font-size: 0.48rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	animation: fadeInUp 1 2.5s;
}

.ne-menu {
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
}

.ne-menu ul {
	display: flex;
}

.ne-menu ul li {
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.94rem;
	margin-right: 0.76rem;
	position: relative;
}

.ne-menu ul li:last-child {
	margin-right: 0;
}

.ne-menu ul li a {
	display: block;
	color: #333333;
}

.ne-menu ul li:after {
	display: block;
	content: '';
	width: 0%;
	height: 0.03rem;
	background: #e3a659;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition-duration: 0.3s;
}

.ne-menu ul li:hover:after {
	width: 120%;
	left: -10%;
}

.ne-menu ul li:hover a {
	color: #e3a659;
}

.ne-menu ul li.on:after {
	width: 120%;
	left: -10%;
}

.ne-menu ul li.on a {
	color: #e3a659;
}

.ne-content {
	padding: 0.7rem 0;
}

.ne-content .home-title {
	margin-bottom: 0.6rem;
}

.ne-content .home-title h3 {
	text-transform: initial;
}

.ne-content p {
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 0.2rem;
}

.ne-about-flex {
	display: flex;
	justify-content: space-between;
	margin: 0.3rem 0 0.4rem;
}

.ne-about-imgList {
	width: 49%;
	overflow: hidden;
}

.ne-about-imgList img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.ne-about-imgList:hover img {
	transform: scale(1.1);
}

.ne-about-num {
	margin: 0.3rem 0 0.4rem;
}

.ne-about-num ul {
	display: flex;
	justify-content: space-between;
}

.ne-about-num ul li {
	margin-right: 0.8rem;
}

.ne-about-num ul li:last-child {
	margin-right: 0;
}

.ne-about-num ul li h3 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ne-about-num ul li h3 span {
	font-size: 0.48rem;
	color: #e3a659;
	line-height: 1.2;
}

.ne-about-num ul li h3 span:nth-child(1) {
	margin-right: 0.05rem;
}

.ne-about-num ul li>span {
	display: block;
	font-size: 0.24rem;
	color: #e3a659;
	text-align: center;
	line-height: 1.2;
}

.ne-news-list ul li {
	float: left;
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 0.6rem;
}

.ne-news-list ul li:nth-child(3n) {
	margin-right: 0;
}

.ne-news-list ul li:nth-child(-n+3) {
	margin-top: 0;
}

.n-news-img {
	width: 100%;
	overflow: hidden;
}

.n-news-img img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.ne-news-list ul li:hover .n-news-img img {
	transform: scale(1.1);
}

.n-news-nrBox {
	height: 2.06rem;
	padding-top: 0.24rem;
	transition-duration: 0.3s;
}

.ne-news-list ul li:hover .n-news-nrBox {
	padding-top: 0;
}

.n-news-info {
	width: 100%;
	padding: 0.2rem 0.24rem 0.24rem;
	background: #eeeeee;
	position: relative;
	transition-duration: 0.3s;
}

.n-news-info h3 {
	height: 0.56rem;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.28rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0.1rem;
}

.ne-news-list ul li:hover .n-news-info h3 {
	color: #00a299;
}

.n-news-info p {
	height: 0.52rem;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.26rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.n-news-info-topLine,
.n-news-info-bottomLine {
	width: 100%;
	background: url(../images/h-news-jt.png) no-repeat center bottom;
	background-size: 0.19rem 0.17rem;
	overflow: hidden;
	position: absolute;
	left: 0;
}

.n-news-info-topLine {
	height: 0.17rem;
	top: -0.17rem;
}

.n-news-info-bottomLine {
	height: 0;
	bottom: -0.06rem;
}

.n-news-info-topLine:before,
.n-news-info-bottomLine:before {
	display: block;
	content: '';
	width: calc(50% - 0.095rem);
	height: 1px;
	background: #0a9b95;
	position: absolute;
	bottom: 0;
	left: 0;
}

.n-news-info-topLine:after,
.n-news-info-bottomLine:after {
	display: block;
	content: '';
	width: calc(50% - 0.095rem);
	height: 1px;
	background: #0a9b95;
	position: absolute;
	bottom: 0;
	right: 0;
}

.ne-news-list ul li:hover .n-news-info {
	margin-top: 0;
	margin-bottom: 0.24rem;
}

.ne-news-list ul li:hover .n-news-info-topLine {
	height: 0;
}

.ne-news-list ul li:hover .n-news-info-bottomLine {
	height: 0.17rem;
}

.jianT {
	width: 100%;
	text-align: center;
	margin-top: 0.6rem;
}

.jianT ul {
	display: flex;
	justify-content: center;
}

.jianT ul li {
	overflow: hidden;
	background: #cceceb;
	line-height: 0.4rem;
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin: 0 0.04rem;
	padding: 0;
}

.jianT ul li a {
	width: 100%;
	height: 100%;
	font-size: 0.14rem;
	color: #333;
	text-align: center;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.jianT ul li a:hover {
	text-decoration: none;
	background: #00a299;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.jianT ul li .on {
	background: #00a299;
	color: #fff;
	display: block;
}

.jianT .prev a,
.jianT .next a {
	background: url(../images/h-news-jt01.png) no-repeat center center #cceceb;
}

.jianT .prev {
	transform: rotate(180deg);
}

.jianT .prev:hover a,
.jianT .next:hover a {
	background: url(../images/h-news-jt01w.png) no-repeat center center #00a299;
}

.n-campus-box {
	display: flex;
	justify-content: space-between;
}

.n-campus-fl {
	width: 9.15rem;
}

.n-campus-smallBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.n-campus-small-list {
	width: 4.45rem;
	overflow: hidden;
	border-radius: 0.3rem 0 0.3rem 0;
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
}

.n-campus-small-list:nth-child(2n) {
	margin-right: 0;
}

.n-campus-small-list img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.n-campus-small-list:hover img {
	transform: scale(1.1);
}

.n-campus-largeBox {
	width: 100%;
	overflow: hidden;
	border-radius: 0.6rem 0 0.6rem 0;
}

.n-campus-largeBox img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.n-campus-largeBox:hover img {
	transform: scale(1.1);
}

.n-campus-fr {
	width: 5.92rem;
}

.n-campus-middle-list {
	width: 100%;
	border-radius: 0.3rem 0 0.3rem 0;
	overflow: hidden;
	margin-bottom: 0.34rem;
}

.n-campus-middle-list:last-child {
	margin-bottom: 0;
}

.n-campus-middle-list img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.n-campus-middle-list:hover img {
	transform: scale(1.1);
}

.n-educationBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.n-education-img {
	width: 48%;
	overflow: hidden;
	margin-top: 0.9rem;
}

.n-education-img img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.n-education-img:hover img {
	transform: scale(1.05);
}



.n-ntp-box {
	padding-bottom: 0.5rem;
}

.n-ntp-box h4 {
	font-size: 0.24rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 1.4;
	margin-bottom: 0.2rem;
}

.n-ntp-flex {
	margin-top: 0.6rem;
}

.n-ntp-flex ul {
	display: flex;
	justify-content: space-between;
}

.n-ntp-flex ul li {
	width: 3.71rem;
	overflow: hidden;
}

.n-ntp-flex ul li img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.n-ntp-flex ul li:hover img {
	transform: scale(1.1);
}

.n-news-list ul li {
	margin-bottom: 0.7rem;
}

.n-news-list ul li:last-child {
	margin-bottom: 0;
}

.n-news-list ul li a {
	display: flex;
}

.n-news-listImg {
	width: 3.55rem;
	overflow: hidden;
}

.n-news-listImg img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.n-news-list ul li:hover .n-news-listImg img {
	transform: scale(1.1);
}

.n-news-listInfo {
	width: calc(100% - 3.55rem);
	background: #eeeeee;
	padding: 0.3rem 0.35rem 0;
	position: relative;
}

.n-news-listInfo h4 {
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.4;
	font-family: 'syhtB';
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.3s;
}

.n-news-list ul li:hover .n-news-listInfo h4 {
	color: #0a9b95;
}

.n-news-listInfo span {
	display: block;
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	margin: 0.1rem 0;
}

.n-news-listInfo p {
	font-size: 0.18rem;
	color: #555555;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.n-news-line {
	width: 100%;
	height: 0.17rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/h-news-jt.png) no-repeat;
	background-size: 0.19rem 0.17rem;
	background-position-x: 0.67rem;
	background-position-y: 0;
}

.n-news-line:before {
	display: block;
	content: '';
	width: 0.67rem;
	height: 1px;
	background: #0a9b95;
	position: absolute;
	bottom: 0;
	left: 0;
}

.n-news-line:after {
	display: block;
	content: '';
	width: calc(100% - 0.86rem);
	height: 1px;
	background: #0a9b95;
	position: absolute;
	bottom: 0;
	right: 0;
}

.tsJslis dl {
	margin-bottom: 0.8rem;
}

.tsJslis dl a {
	display: flex;
	align-items: stretch;
	/* 子元素高度拉伸 */
}

.tsJslis dl a dt,
.tsJslis dl a dd {


	width: 50%;
}

.tsJslis dl a dt {
	overflow: hidden;
	position: relative;
}

.tsJslis dl a dt img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: .5s;
}

.tsJslis dl a:hover dt img {
	transform: scale(1.1);
}

.tsJslis dl a dd {
	background: #00a299;
	padding: 0.4rem;
	color: #fff;
}

.tsJslis dl a dd h1 {
	font-size: 0.26rem;
}

.tsJslis dl a dd p {
	font-size: 0.2rem;
	color: #fff;
	margin: 0.2rem 0 0.5rem;
	line-height: 1.4;
}

.tsJslis dl a dd span {
	width: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.24rem;
	font-weight: bold;
	border-bottom: 0.03rem solid #fff;
	transition-duration: .5s;
}

.tsJslis dl a dd span img {
	width: 0.6rem;
}

.tsJslis dl a:hover dd span {
	width: 4rem;
}

.tsJslis dl:nth-child(2n) dd {
	background: #e3a659;
}

.tsJslis.yjLis dl a dt {
	background: #fecc00;
}

.tsJslis.yjLis dl a dt .zsimg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 80%;
	display: block;
	width: auto;
	height: auto;
}

.tsJslis.yjLis dl a:hover dt img {
	transform: none;
}

.new-nr-ti {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
}

.new-nr-ti h1 {
	font-size: 0.22rem;
	padding-bottom: 0.15rem;
	color: #333;
}

.new-nr-ti p {
	font-size: 0.2rem;
}

.new-nr-zi {
	font-size: 0.18rem;
	line-height: 1.8;
}


.view {
	border-radius: 10px;
	overflow: hidden;

}

.preview {
	width: 100%;

	position: relative;

}

.lcRight {
	overflow: hidden;
	border-radius: 0.2rem;
}

.lcRight img {
	display: block;
}

.lcBox {
	margin-bottom: 0.3rem;
}

.lcBox p {
	font-size: 0.2rem;
	text-align: center;
	padding-top: 0.2rem;
}

.preview .swiper-slide {
	cursor: pointer;
	text-align: center;
	position: relative;

	padding-top: 0.1rem;
}

.preview .swiper-slide .sjj {
	position: absolute;
	bottom: 0.08rem;
	width: 0.29rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.preview .active-nav .sjj {
	opacity: 1;

}



.preview .swiper-slide p {
	position: relative;
	font-size: 0.36rem;
	font-weight: bold;
	color: #00a299;
	margin-bottom: 0;
}

.preview .active-nav p {
	transform: translateY(-7px);
	color: #e3a659;
	font-size: 0.48rem;

}

.qhBar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.3rem;
}

.seBtn ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	margin: 0.3rem auto;
}

.seBtn ul input {
	width: 90%;
	line-height: 0.6rem;
	padding: 0 0.2rem;
	font-size: 0.17rem;
	outline: none;
	border: none;
	background: #ededed;
}

.seBtn ul button {
	width: 10%;
	height: 0.6rem;
	background: #00a299;
	outline: none;
	border: none;
}

.view .arrow-left,
.view .arrow-right {

	width: 0.45rem;
	height: 0.45rem;
	z-index: 10;
	transition-duration: .5s;
	margin: 0 0.1rem;
}

.view .arrow-left {
	background: url(../images/pre.png) no-repeat center;
	background-size: 100% 100%;
}

.view .arrow-right {
	background: url(../images/next.png) no-repeat center;
	background-size: 100% 100%;
}

.view .arrow-left:hover {
	background: url(../images/pre1.png) no-repeat center;
	background-size: 100% 100%;
}

.view .arrow-right:hover {
	background: url(../images/next1.png) no-repeat center;
	background-size: 100% 100%;
}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 769px) {
	.ne-lsyg-box ul:before {
		display: none;
	}

	.ne-lsyg-box ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.ne-lsyg-box ul li:nth-child(2) {
		margin-top: 0;
	}

	.ne-lsyg-fl {
		display: none;
	}

	.ne-lsyg-fr {
		width: 100%;
		padding: 0 !important;
	}

	.ne-lsyg-fr {
		padding-left: 10px;
	}

	.ne-lsyg-date,
	.n-news-info h3 {
		font-size: 16px;
	}

	.lsyg-info-img {
		width: 100%;
		height: auto;
		/*margin-bottom: 5px;*/
	}

	.pc-ne-banner {
		display: none;
	}

	.mobile-ne-banner {
		display: block;
	}

	.ne-banner {
		margin-top: 102px;
	}

	.ne-menu ul li,
	.tsJslis dl a dd h1,
	.new-nr-ti h1,
	.n-ntp-box h4,
	.n-news-listInfo h4 {
		font-size: 16px;
	}

	.n-news-info p,
	.tsJslis dl a dd p,
	.new-nr-ti p,
	.ne-content .new-nr-zi p,
	.ne-content p {
		font-size: 14px;
		line-height: 1.3;
		height: auto;
	}

	.ne-news-list ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.jianT ul li {
		width: auto;
		height: auto;
		line-height: 30px;

	}

	.jianT ul li a {
		padding: 0 10px;
	}

	.jianT ul li a,
	.n-news-listInfo span {
		font-size: 12px;
	}

	.lcBox p,
	.ne-about-num ul li>span {
		font-size: 14px;
	}

	.tsJslis dl a {
		display: block;
	}

	.tsJslis dl a dt,
	.tsJslis dl a dd {
		width: 100%;
	}

	.tsJslis dl a dd {
		padding: 15px;
	}

	.tsJslis dl a dd span {
		font-size: 14px;
	}

	.n-education-img {
		width: 100%;
	}

	.n-ntp-flex ul,
	.n-news-list ul li a,
	.ne-about-num ul {
		display: block;
	}

	.n-ntp-flex ul:after,
	.ne-about-num ul:after {
		content: '';
		clear: both;
		display: block;
	}

	.ne-menu ul li {

		margin-right: 10px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.ne-menu ul li.on:after {
		width: 100%;
		left: 0;
	}

	.n-campus-box,
	.n-campus-smallBox {
		display: block;

	}

	.n-campus-largeBox {
		margin-bottom: 10px;
	}

	.n-campus-fl,
	.n-campus-fr,
	.n-campus-small-list {
		width: 100%;
	}

	.n-ntp-flex ul li {
		width: 49%;
		float: left;
		margin: 0 0.5% 5px;
	}

	.n-news-listImg,
	.n-news-listInfo {
		width: 100%;
	}

	.n-news-listInfo {
		padding: 15px;
	}

	.ne-about-num ul li {
		width: 48%;
		float: left;
		margin: 0 1% 15px;
	}
}