﻿


/*pc端*/
@media screen and (min-width: 751px) {
	.pc_box {
		display: block;
	}

	.ip_box {
		display: none;
	}
}

/*移动端*/
@media screen and (max-width: 750px) {
	.pc_box {
		display: none;
	}

	.ip_box {
		display: block;
	}
	.content {
		padding-top: 10px !important;
	}
	.content .Text_box {
		width: 100% !important;
	}
	.liuyan_box .rowtitle {
		width: 22% !important;
	}
}






.Sybanner {
	float: left;
	width: 100%;
	min-width: 1200px;
}

	.Sybanner img {
		float: left;
		width: 100%;
	}

.news {
	float: left;
	width: 100%;
	padding: 42px 0;
	min-width: 1200px;
}

.newsSwiper {
	float: left;
	width: 590px;
	height: 360px;
}

	.newsSwiper .swiper-slide {
		float: left;
		position: relative;
		width: 100%;
		height: 100%;
	}

		.newsSwiper .swiper-slide img {
			float: left;
			width: 100%;
			height: 100%;
		}

		.newsSwiper .swiper-slide p {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 50px;
			line-height: 50px;
			color: #fff;
			background: rgba(0,0,0,.3);
			padding: 0 130px 0 28px;
			box-sizing: border-box;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

	.newsSwiper .swiper-pagination-bullet {
		width: 17px;
		height: 17px;
		display: inline-block;
		border-radius: 50%;
		background: #fff;
		opacity: .22;
	}

	.newsSwiper .swiper-pagination-bullet-active {
		opacity: 1;
	}

	.newsSwiper.swiper-container-horizontal > .swiper-pagination-bullets, .newsSwiper.swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px;
		left: auto;
		width: auto;
		right: 5px;
	}

.newsTab {
	float: right;
	width: 580px;
}

	.newsTab .swiper-container {
		float: left;
		width: 100%;
	}

		.newsTab .swiper-container .swiper-slide {
			width: 100%;
			height: 100%;
			background: #fff;
		}

		.newsTab .swiper-container ul {
			float: left;
			width: 100%;
			line-height: 44px;
			font-size: 16px;
		}

			.newsTab .swiper-container ul li {
				float: left;
				width: 100%;
				position: relative;
			}

				.newsTab .swiper-container ul li:after {
					content: "";
					width: 4px;
					height: 4px;
					background: #0566c0;
					position: absolute;
					top: 50%;
					margin-top: -2px;
					left: 0;
				}

				.newsTab .swiper-container ul li a {
					float: left;
					width: 100%;
				}

					.newsTab .swiper-container ul li a p {
						float: left;
						width: 100%;
						padding: 0 115px 0 15px;
						box-sizing: border-box;
						overflow: hidden;
						white-space: nowrap;
						text-overflow: ellipsis;
					}

					.newsTab .swiper-container ul li a span {
						position: absolute;
						top: 0;
						right: 0;
						color: #999999;
					}

					.newsTab .swiper-container ul li a:hover, .newsTab .swiper-container ul li a:hover span {
						color: #0566c0 !important;
					}

	.newsTab .newstop {
		float: left;
		width: 100%;
		height: 60px;
		line-height: 60px;
		position: relative;
	}

		.newsTab .newstop ul {
			float: left;
			width: 100%;
		}

			.newsTab .newstop ul li {
				float: left;
				margin-right: 35px;
				font-size: 28px;
				font-weight: bold;
				color: #dddddd;
				cursor: pointer;
				transition: all .3s;
			}

				.newsTab .newstop ul li:last-child {
					margin-right: 0;
				}

				.newsTab .newstop ul li.on {
					color: #0566c0;
				}


.navgd {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 0;
	width: 124px;
	box-sizing: border-box;
}

	.navgd a {
		position: absolute;
		top: 0;
		left: 0;
		width: 122px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		color: #0566c0;
		border: 1px solid #0566c0;
		opacity: 0;
		z-index: 1;
		transition: all .3s;
	}

		.navgd a.on {
			opacity: 1;
			z-index: 2;
		}

		.navgd a:hover {
			background: #0566c0;
			color: #fff;
		}
.schoolNews {
	float: left;
	width: 100%;
	padding: 42px 0;
	background: #f8f8f8;
	min-width: 1200px;
}

.schoolNewsTop {
	float: left;
	width: 100%;
	/*height: 60px;
    line-height: 60px;*/
	position: relative;
	margin-bottom: 25px;
}

	.schoolNewsTop span {
		float: left;
		font-size: 28px;
		font-weight: bold;
		color: #0566c0;
	}

.schoolNews img {
	transition: all .3s;
}

.schoolNews .NewsBanner:hover img, .schoolNews ul li:hover img {
	transform: scale(1.05);
}

.schoolNews .NewsBanner {
	float: left;
	width: 470px;
	height: 313px;
	overflow: hidden;
	position: relative;
}

	.schoolNews .NewsBanner img {
		float: left;
		width: 100%;
		height: 100%;
	}

	.schoolNews .NewsBanner p {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 44px;
		line-height: 44px;
		color: #fff;
		padding: 0 20px;
		box-sizing: border-box;
		background: rgba(0,0,0,.3);
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.schoolNews .NewsBanner span {
		position: absolute;
		left: 0;
		bottom: 44px;
		width: 100%;
		height: 34px;
		line-height: 34px;
		color: #fff;
		padding: 0 20px;
		box-sizing: border-box;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

.schoolNews .li {
	float: left;
	width: 706px;
	margin-left: 24px;
}

.schoolNews ul li {
	float: left;
	width: 100%;
}

.schoolNews ul li {
	float: left;
	width: 220px;
	height: 145px;
	overflow: hidden;
	position: relative;
	margin-right: 23px;
	margin-bottom: 23px;
}

	.schoolNews ul li:nth-child(3n) {
		margin-right: 0;
	}
	/*.schoolNews ul li:nth-child(n+4){
	margin-bottom: 0;
}*/
	.schoolNews ul li img {
		float: left;
		width: 100%;
		height: 100%;
	}

	.schoolNews ul li p {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 44px;
		line-height: 44px;
		color: #fff;
		padding: 0 15px;
		box-sizing: border-box;
		background: rgba(0,0,0,.3);
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.schoolNews ul li span {
		position: absolute;
		left: 0;
		bottom: 44px;
		width: 100%;
		height: 34px;
		line-height: 34px;
		color: #fff;
		padding: 0 20px;
		box-sizing: border-box;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}



.schoolAD {
	float: left;
	width: 100%;
	padding: 42px 0;
	min-width: 1200px;
}

	.schoolAD .left {
		float: left;
		width: 580px;
	}

	.schoolAD .right {
		float: right;
		width: 580px;
	}

	.schoolAD .left ul {
		float: left;
		width: 100%;
	}

		.schoolAD .left ul li {
			float: left;
			width: 73px;
			margin-right: 28px;
			font-size: 15px;
			margin-bottom: 10px;
		}

			.schoolAD .left ul li:nth-child(6n) {
				margin-right: 0;
			}

			.schoolAD .left ul li:nth-child(n+7) {
				margin-bottom: 0;
			}

			.schoolAD .left ul li .img {
				width: 70px;
				height: 70px;
				float: left;
				transition: all .3s;
			}

			.schoolAD .left ul li p {
				float: left;
				width: 100%;
				text-align: center;
				margin-top: 10px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				transition: all .3s;
			}

	.schoolAD ul li:hover p {
		color: #0566c0;
	}

	.schoolAD .left ul li:nth-child(1) .img {
		background: url(xwgkico1.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(2) .img {
		background: url(xwgkico2.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(3) .img {
		background: url(xwgkico3.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(4) .img {
		background: url(xwgkico4.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(5) .img {
		background: url(xwgkico5.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(6) .img {
		background: url(xwgkico6.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(7) .img {
		background: url(xwgkico7.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(8) .img {
		background: url(xwgkico8.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(9) .img {
		background: url(xwgkico9.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(10) .img {
		background: url(xwgkico10.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(11) .img {
		background: url(xwgkico11.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(12) .img {
		background: url(xwgkico12.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(1):hover .img {
		background: url(xwgkico1_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(2):hover .img {
		background: url(xwgkico2_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(3):hover .img {
		background: url(xwgkico3_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(4):hover .img {
		background: url(xwgkico4_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(5):hover .img {
		background: url(xwgkico5_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(6):hover .img {
		background: url(xwgkico6_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(7):hover .img {
		background: url(xwgkico7_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(8):hover .img {
		background: url(xwgkico8_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(9):hover .img {
		background: url(xwgkico9_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(10):hover .img {
		background: url(xwgkico10_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(11):hover .img {
		background: url(xwgkico11_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .left ul li:nth-child(12):hover .img {
		background: url(xwgkico12_on.png) no-repeat center;
		background-size: 100%;
	}

	.schoolAD .right .txttop {
		float: left;
		width: 100%;
		padding-bottom: 22px;
		border-bottom: 1px dashed #eeeeee;
	}

		.schoolAD .right .txttop a {
			float: left;
			width: 100%;
		}

			.schoolAD .right .txttop a:hover {
				color: #0566C0;
			}

		.schoolAD .right .txttop .img {
			float: left;
			width: 140px;
			height: 106px;
			overflow: hidden;
		}

			.schoolAD .right .txttop .img img {
				float: left;
				width: 100%;
				height: 100%;
			}

		.schoolAD .right .txttop .txt {
			float: right;
			width: 400px;
		}

			.schoolAD .right .txttop .txt .tl {
				float: left;
				width: 100%;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				font-size: 16px;
				font-weight: bold;
			}

			.schoolAD .right .txttop .txt .tx {
				float: left;
				width: 100%;
				font-size: 14px;
				color: #999999;
				-webkit-line-clamp: 2;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: initial;
				margin-top: 5px;
			}

			.schoolAD .right .txttop .txt .sp {
				float: left;
				width: 100%;
				font-size: 14px;
				color: #999999;
				margin-top: 18px;
			}

	.schoolAD .right ul {
		float: left;
		width: 100%;
		line-height: 44px;
		font-size: 16px;
		margin-top: 10px;
	}

		.schoolAD .right ul li {
			float: left;
			width: 100%;
			position: relative;
		}

			.schoolAD .right ul li:after {
				content: "";
				width: 4px;
				height: 4px;
				background: #0566c0;
				position: absolute;
				top: 50%;
				margin-top: -2px;
				left: 0;
			}

			.schoolAD .right ul li a {
				float: left;
				width: 100%;
			}

				.schoolAD .right ul li a p {
					float: left;
					width: 100%;
					padding: 0 115px 0 15px;
					box-sizing: border-box;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}

				.schoolAD .right ul li a span {
					position: absolute;
					top: 0;
					right: 0;
					color: #999999;
				}

				.schoolAD .right ul li a:hover, .schoolAD .right ul li a:hover span {
					color: #0566c0 !important;
				}

.tcNews {
	float: left;
	width: 100%;
	padding: 42px 0;
	background: #f8f8f8;
	min-width: 1200px;
}

	.tcNews .left {
		float: left;
		width: 580px;
		position: relative;
	}

		.tcNews .left a:hover {
			color: #0566C0 !important;
		}
		.tcNews .left .navgd2 a:hover {
			color: #ffffff !important;
		}
	.tcNews .right {
		float: right;
		width: 580px;
	}

	.tcNews .swiper-container {
		width: 500px;
		margin: auto;
	}

		.tcNews .swiper-container .img {
			width: 158px;
			height: 225px;
			overflow: hidden;
			margin-bottom: 5px;
		}

		.tcNews .swiper-container p {
			float: left;
			width: 100%;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			margin-top: 5px;
		}

	.tcNews .swiper-button-prev, .tcNews .swiper-button-next {
		background-image: none;
	}

	.tcNews .swiper-button-prev, .tcNews .swiper-button-next {
		outline: none;
		opacity: .5;
		margin-top: -10px;
	}

		.tcNews .swiper-button-prev:hover, .tcNews .swiper-button-next:hover {
			opacity: 1;
		}

	.tcNews .right ul {
		float: left;
		width: 100%;
		/*line-height: 44px;*/
		font-size: 16px;
	}

		.tcNews .right ul li {
			float: left;
			width: 100%;
			position: relative;
			margin-bottom: 20px;
		}

			.tcNews .right ul li:last-child {
				margin-bottom: 0;
			}

			.tcNews .right ul li:after {
				content: "";
				width: 4px;
				height: 4px;
				background: #0566c0;
				position: absolute;
				top: 50%;
				margin-top: -2px;
				left: 0;
			}

			.tcNews .right ul li a {
				float: left;
				width: 100%;
			}

				.tcNews .right ul li a p {
					float: left;
					width: 100%;
					padding: 0 115px 0 15px;
					box-sizing: border-box;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}

				.tcNews .right ul li a span {
					position: absolute;
					top: 0;
					right: 0;
					color: #999999;
				}

				.tcNews .right ul li a:hover, .tcNews .right ul li a:hover span {
					color: #0566c0 !important;
				}

.djxszt {
	float: left;
	width: 100%;
	padding: 42px 0;
	min-width: 1200px;
}

.djgz {
	float: left;
	width: 390px;
}

	.djgz ul {
		float: left;
		width: 100%;
		/*line-height: 44px;*/
		font-size: 16px;
	}

		.djgz ul li {
			float: left;
			width: 100%;
			position: relative;
			margin-bottom: 20px;
		}

			.djgz ul li:last-child {
				margin-bottom: 0;
			}

			.djgz ul li:after {
				content: "";
				width: 4px;
				height: 4px;
				background: #0566c0;
				position: absolute;
				top: 50%;
				margin-top: -2px;
				left: 0;
			}

			.djgz ul li a {
				float: left;
				width: 100%;
			}

				.djgz ul li a p {
					float: left;
					width: 100%;
					padding: 0 115px 0 15px;
					box-sizing: border-box;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}

				.djgz ul li a span {
					position: absolute;
					top: 0;
					right: 0;
					color: #999999;
				}

				.djgz ul li a:hover, .djgz ul li a:hover span {
					color: #0566c0 !important;
				}

.xstd {
	float: left;
	width: 390px;
	margin-left: 40px;
}

	.xstd ul {
		float: left;
		width: 100%;
		/*line-height: 44px;*/
		font-size: 16px;
	}

		.xstd ul li {
			float: left;
			width: 100%;
			position: relative;
			margin-bottom: 20px;
		}

			.xstd ul li:last-child {
				margin-bottom: 0;
			}

			.xstd ul li:after {
				content: "";
				width: 4px;
				height: 4px;
				background: #0566c0;
				position: absolute;
				top: 50%;
				margin-top: -2px;
				left: 0;
			}

			.xstd ul li a {
				float: left;
				width: 100%;
			}

				.xstd ul li a p {
					float: left;
					width: 100%;
					padding: 0 115px 0 15px;
					box-sizing: border-box;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}

				.xstd ul li a span {
					position: absolute;
					top: 0;
					right: 0;
					color: #999999;
				}

				.xstd ul li a:hover, .djgz ul li a:hover span {
					color: #0566c0 !important;
				}

.ztzl {
	float: left;
	width: 340px;
	margin-left: 40px;
}

	.ztzl ul {
		float: left;
		width: 100%;
	}

		.ztzl ul li {
			float: left;
			width: 100%;
			height: 80px;
			margin-bottom: 24px;
		}

			.ztzl ul li a {
				float: left;
				width: 100%;
				height: 100%;
			}

			.ztzl ul li img {
				width: 100%;
				height: 100%;
			}

			.ztzl ul li:last-child {
				margin-bottom: 0;
			}

.hfSwiper {
	float: left;
	width: 100%;
	height: 130px;
	margin-top: 38px;
	min-width: 1200px;
}

	.hfSwiper img {
		width: 100%;
		height: 100%;
	}

	.hfSwiper .swiper-pagination-bullet {
		width: 17px;
		height: 17px;
		display: inline-block;
		border-radius: 50%;
		background: #555;
		opacity: .22;
	}

	.hfSwiper .swiper-pagination-bullet-active {
		opacity: 1;
	}

	.hfSwiper.swiper-container-horizontal > .swiper-pagination-bullets, .newsSwiper.swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 15px;
		left: auto;
		width: auto;
		right: 10px;
	}

.yqlj {
	float: left;
	width: 100%;
	padding: 42px 0;
	background: #f8f8f8;
	min-width: 1200px;
}

	.yqlj .tlt {
		float: left;
		width: 100px;
		height: 70px;
		color: #0566C0;
		padding-top: 15px;
		position: relative;
		box-sizing: border-box;
	}

		.yqlj .tlt:after {
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			border-right: 1px solid #e5e5e5;
			width: 1px;
			height: 100%;
			transform: rotate(15deg);
		}

	.yqlj .lli {
		float: left;
		width: 1100px;
	}

		.yqlj .lli ul {
			float: left;
			width: 100%;
		}

			.yqlj .lli ul li {
				float: left;
				text-align: center;
				width: 11%;
				height: 70px;
				line-height: 40px;
				position: relative;
			}

				.yqlj .lli ul li img {
					display: inline-block;
					vertical-align: middle;
					margin-top: -3px;
				}

				.yqlj .lli ul li p {
					width: 100%;
					position: absolute;
					left: 0;
					bottom: 0;
					line-height: normal;
				}

				.yqlj .lli ul li a {
					float: left;
					width: 100%;
					height: 100%;
				}

					.yqlj .lli ul li a:hover {
						color: #0566C0;
					}

	.yqlj .xlnav {
		float: left;
		width: 100%;
		margin-top: 35px;
	}

		.yqlj .xlnav .lis {
			float: left;
			width: 270px;
			height: 45px;
			line-height: 40px;
			background: #fff;
			padding: 0 15px;
			box-sizing: border-box;
			cursor: pointer;
			position: relative;
			border-bottom: 5px solid #f8f8f8;
			margin-right: 40px;
		}

			.yqlj .xlnav .lis:last-child {
				margin-right: 0;
			}

			.yqlj .xlnav .lis p {
				float: left;
			}

			.yqlj .xlnav .lis img {
				float: right;
				margin-top: 18px;
			}

			.yqlj .xlnav .lis ul {
				position: absolute;
				top: 45px;
				left: 0;
				right: 0;
				height: 200px;
				background: #fff;
				overflow-y: scroll;
				z-index: 9;
				display: none;
				padding: 12px 0;
				box-sizing: border-box;
			}

				.yqlj .xlnav .lis ul li {
					float: left;
					width: 100%;
					line-height: 40px;
					padding: 0 15px;
					box-sizing: border-box;
				}

					.yqlj .xlnav .lis ul li a {
						float: left;
						width: 100%;
						overflow: hidden;
						white-space: nowrap;
						text-overflow: ellipsis;
					}

					.yqlj .xlnav .lis ul li:hover {
						background: #f1f1f1;
					}

						.yqlj .xlnav .lis ul li:hover a {
							color: #0566C0;
						}

/* banner + 导航开始 */
.banner {
	float: left;
	width: 100%;
	height: 340px;
	background: url(pc_banner.png) no-repeat;
	background-size: 100% 100%;
}

	.banner .banner_content {
		width: 1200px;
		margin: auto;
		padding-top: 110px;
	}

.banner_content .banner_xxgk {
	float: left;
	width: 100%;
	font-size: 46px;
	letter-spacing: 15px;
	font-weight: lighter;
	color: #FFFFFF;
}

.banner_content .banner_wz {
	float: left;
	width: 100%;
	margin-top: 30px;
}

	.banner_content .banner_wz span {
		float: left;
		font-size: 14px;
		color: #FFFFFF;
		margin-right: 10px;
	}

		.banner_content .banner_wz span img {
			width: 14px;
			height: 19px;
		}

		.banner_content .banner_wz span a {
			color: #FFFFFF;
		}

.navs {
	float: left;
	width: 100%;
	/*height: 80px;*/
	line-height: 80px;
	font-size: 18px;
	box-shadow: 0px 3px 0px 0px #eeeeee;
}

.nav_box {
	width: 1200px;
	margin: auto;
}

	.nav_box ul {
		float: left;
		width: 100%;
		padding: 0 20px;
	}

		.nav_box ul li {
			float: left;
			margin-right: 50px;
			position: relative;
		}

			.nav_box ul li a:hover,
			.nav_box ul li.on a {
				color: #0566c0;
				font-weight: bold;
			}

            .nav_box ul li.on::after {
                content: "";
                width: 20px;
                height: 5px;
                border-radius: 5px;
                background: #0566c0;
                position: absolute;
                left: 50%;
                margin-left: -10px;
                bottom: 13px;
            }

/* banner + 导航结束 */

/* 图片列表开始 */
.content {
	float: left;
	width: 100%;
	padding-top: 40px;
}

.list_box {
	width: 1200px;
	margin: auto;
}

	.list_box ul li {
		float: left;
		width: 270px;
		margin-bottom: 25px;
		margin-right: 30px;
	}
		.list_box ul li a{
			width:100%;
		}
		.list_box ul li:nth-child(4n) {
			float: right;
			margin-right: 0;
		}

		.list_box ul li div.img_box {
			float: left;
			width: 270px;
			height: 207px;
			overflow: hidden;
		}

			.list_box ul li div.img_box img {
				width: 100%;
				height: 100%;
			}

		.list_box ul li div.tlt_box {
			float: left;
			width: 100%;
			margin-top: 10px;
			text-align: center;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap
		}

.createPage {
	float: left;
	width: 100%;
	padding: 65px 0;
	text-align: center;
}

	.createPage .createPageli {
		display: inline-block;
		margin: auto;
	}

		.createPage .createPageli a,
		.createPage .createPageli span {
			float: left;
			min-width: 40px;
			height: 40px;
			text-align: center;
			line-height: 40px;
			background: #fff;
			color: #666;
			font-size: 16px;
			transition: all .2s;
			margin: 0 2px;
			padding: 0 12px;
			letter-spacing: 0.2px;
			box-sizing: border-box;
			border: 1px solid rgba(0, 0, 0, 0.1);
			border-radius: 4px;
		}

		.createPage .createPageli .on {
			color: #fff;
			background: #007982;
		}

		.createPage .createPageli span {
			color: #999;
			background: rgba(0, 0, 0, 0.03);
		}

		.createPage .createPageli a:hover {
			background: #1760a5;
			color: #fff;
		}

	.createPage .PrevPage,
	.createPage .NextPage {
		position: relative;
	}

		.createPage .PrevPage:after,
		.createPage .NextPage:after {
			content: '';
			width: 10px;
			height: 10px;
			border-left: 1px solid #666;
			border-bottom: 1px solid #666;
			transform: rotate(45deg);
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -3px;
			margin-top: -6px;
			transition: all .2s
		}

		.createPage .NextPage:after {
			transform: rotate(225deg);
			left: auto;
			margin-left: 0;
			margin-top: -6px;
			right: 50%;
			margin-right: -3px;
		}

	.createPage a.PrevPage:hover:after,
	.createPage a.NextPage:hover:after {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

/* .paging {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.paging_box {
	float: left;
	position: relative;
	left: 50%;
}

.paging_box ul {
	float: left;
	position: relative;
	right: 50%;
}

.paging_box ul li {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.paging_box ul li:hover,
.paging_box ul li.on {
	color: #FFFFFF;
	background: #0566c0;
}

.paging_box .pagnum {
	float: left;
	line-height: 40px;
	position: relative;
	right: 50%;
} */

/* 图片列表结束 */

/* 图文列表开始 */
.imgtext {
	width: 1200px;
	margin: auto;
}

	.imgtext ul li {
		float: left;
		width: 100%;
		margin-top: 30px;
		padding-bottom: 30px;
		box-shadow: 0px 1px 0px 0px #eeeeee;
	}

		.imgtext ul li:nth-child(1) {
			margin-top: 0;
		}

		.imgtext ul li div.img_box {
			float: left;
			width: 300px;
			height: 200px;
			margin-right: 30px;
			overflow: hidden;
		}

			.imgtext ul li div.img_box img {
				width: 100%;
				height: 100%;
			}

		.imgtext ul li div.right_box {
			float: left;
			width: 860px;
		}

			.imgtext ul li div.right_box p:nth-child(1) {
				max-width: 100%;
				float: left;
				font-size: 18px;
				color: #333333;
				line-height: 65px;
			}

			.imgtext ul li div.right_box a {
				display: block;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}

				.imgtext ul li div.right_box a:hover {
					color: #0566c0;
				}

			.imgtext ul li div.right_box p:nth-child(2) {
				float: left;
				width: 100%;
				height: 70px;
				text-indent: 2em;
				color: #666666;
				line-height: 30px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}

			.imgtext ul li div.right_box p:nth-child(3) {
				float: left;
				width: 100%;
				color: #999999;
				font-size: 16px;
				line-height: 50px;
			}

/* 图文列表结束 */

/* 文字列表开始 */
.content .Text_box {
	width: 1200px;
	margin: auto;
}

.Text_box .left {
	float: left;
	width: 680px;
}

.Text_box .right {
	float: right;
	width: 680px;
}

.Text_box ul li {
	float: left;
	width: 580px;
	height: 120px;
	background: #f6f6f6;
	margin-bottom: 35px;
	transition: all .3s;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
	.Text_box ul li:nth-child(2n) {
		float: right;
	}

	.Text_box ul li:hover {
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	}

	.Text_box ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}

		.Text_box ul li a:hover .title {
			color: #0566c0;
		}

	.Text_box ul li .time {
		float: left;
		width: 120px;
		height: 60px;
		margin-top: 30px;
		margin-right: 24px;
		border-right: 2px solid #d6d6d6;
		text-align: center;
	}

		.Text_box ul li .time p:nth-child(1) {
			color: #333333;
			font-size: 30px;
			font-weight: bold;
			line-height: 38px;
		}

		.Text_box ul li .time p:nth-child(2) {
			color: #333333;
			font-size: 16px;
		}

	.Text_box ul li .title {
		float: left;
		width: 420px;
		font-size: 18px;
		color: #333333;
		margin-top: 30px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}


/* 文字列表结束 */

/*专题专栏*/
	.Text_box ul li a .ztImg {
		width: 580px;
		height: 120px;
	}
	.Text_box ul li a .ztImg img {
		width: 100%;
		height: 100%;
	}
	.Text_box ul li .zttitle {
		width: 100%;
		text-align: center;
		margin: 0;
		-webkit-line-clamp: 1;
	}
.content .Text_box .rdzt_ztzllist {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.content .Text_box .rdzt_ztzllist img {
	width: 100%;
}
	/*留言板*/
	.content .Text_box .liuyan_box table {
		margin: auto;
	}
.liuyan_p2 {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding-left: 5px;
}
.liuyan_box input {
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	border: 1px solid #eee;
	width: 90%;
	float: left;
	font-size: 14px;
	padding-left: 5px;
	display: inline-block;
}
.liuyan_box .rowtitle {
	width: 8%;
	color: #555;
	text-align: right;
}
.liuyan_box textarea {
	min-height: 100px;
	display: inline-block;
	height: auto;
	padding: 2%;
	outline: none;
	border: none;
	border: 1px solid #ccc;
	width: 90%;
	float: left;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #f4f4f4;
	resize: none;
}

.submit_btn {
	display: block !important;
	float: initial !important;
	border-radius: 20px !important;
	width: 20% !important;
	margin: 6% auto;
	color: #fff;
	background: linear-gradient(to bottom, #125da4 0%,#1862a9 100%);
}
/* 新闻详情开始 */
.content .detail_box {
	width: 1200px;
	margin: auto;
}

.detail_box .header {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	box-shadow: 0px 2px 0px 0px #eeeeee;
}

.detail_box .title {
	float: left;
	width: 100%;
	font-size: 30px;
	color: #333333;
	line-height: 80px;
	text-align: center;
}

.detail_box .author {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-bottom: 30px;
}

.detail_box .img_boxs {
	width: 790px;
	margin: auto;
}

	.detail_box .img_boxs .detail_img {
		float: left;
		width: 100%;
		margin: 40px 0;
	}

		.detail_box .img_boxs .detail_img img {
			width: 100%;
		}

.detail_box .detail_text {
	float: left;
	width: 100%;
	box-shadow: 0px 2px 0px 0px #eeeeee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

	.detail_box .detail_text img {
		margin: auto;
		max-width: 80%;
		display: block;
	}

	.detail_box .detail_text p {
		text-indent: 2em;
		color: #333333;
		font-size: 16px;
		line-height: 34px;
	}

.detail_box .Previous {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.detail_box .Next {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.detail_box a:hover {
	color: #0566c0;
}


.rczplisttlt {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

	.rczplisttlt p {
		float: left;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}

.rczplist ul {
	float: left;
	width: 100%;
}

	.rczplist ul li {
		float: left;
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px dashed #e5e5e5;
	}

		.rczplist ul li p {
			float: left;
			font-size: 16px;
			text-align: center;
			color: #555555;
		}

		.rczplist ul li a {
			width: 110px;
			height: 34px;
			line-height: 34px;
			text-align: center;
			border-radius: 10px;
			color: #fff;
			transition: all .3s;
			background: #0566c0;
			display: inline-block;
		}

			.rczplist ul li a:hover {
				background: #4a85bb;
			}

		.rczplisttlt p:nth-child(1), .rczplist ul li p:nth-child(1) {
			width: 100px;
		}

		.rczplisttlt p:nth-child(2), .rczplist ul li p:nth-child(2) {
			width: 150px;
		}

		.rczplisttlt p:nth-child(3), .rczplist ul li p:nth-child(3) {
			width: 150px;
		}

		.rczplisttlt p:nth-child(4), .rczplist ul li p:nth-child(4) {
			width: 150px;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			margin-right: 40px;
		}

		.rczplisttlt p:nth-child(5), .rczplist ul li p:nth-child(5) {
			width: 150px;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

		.rczplisttlt p:nth-child(6), .rczplist ul li p:nth-child(6) {
			width: 150px;
		}

		.rczplisttlt p:nth-child(7), .rczplist ul li p:nth-child(7) {
			width: 150px;
		}

.rczplistcon {
	float: left;
	width: 100%;
	padding: 30px;
	margin-top: 35px;
	box-sizing: border-box;
	background: #f7f7f7;
	position: relative;
}

	.rczplistcon .tlt {
		float: left;
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.rczplistcon .txt {
		float: left;
		width: 1065px;
	}

		.rczplistcon .txt p {
			float: left;
			width: 50%;
			line-height: 36px;
			padding-right: 50px;
			font-size: 16px;
			box-sizing: border-box;
		}

	.rczplistcon .toudibtn {
		position: absolute;
		top: 50%;
		right: 30px;
		width: 116px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		border-radius: 40px;
		background: #0566c0;
		font-size: 18px;
		transition: all .3s;
		cursor: pointer;
		outline: none;
	}

		.rczplistcon .toudibtn:hover {
			background: #67adef;
		}

.rczplistcons {
	float: left;
	width: 100%;
	padding: 0 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	box-sizing: border-box;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 40px;
}

	.rczplistcons .tlt {
		float: left;
		width: 100%;
		font-size: 20px;
		height: 64px;
		line-height: 64px;
		font-weight: bold;
		margin-bottom: 15px;
		border-bottom: 1px solid #ececec;
		position: relative;
		padding-left: 27px;
		box-sizing: border-box;
	}

		.rczplistcons .tlt:after {
			content: "";
			width: 4px;
			height: 22px;
			border-radius: 22px;
			position: absolute;
			top: 50%;
			margin-top: -11px;
			left: 7px;
			background: #0566c0;
		}

	.rczplistcons .txt {
		float: left;
		width: 1065px;
		min-height: 100px;
	}

		.rczplistcons .txt p {
			float: left;
			width: 100%;
			line-height: 36px;
			box-sizing: border-box;
			font-size: 16px;
		}

.resumebg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: 5;
	display: none;
}

.resume {
	width: 535px;
	height: 600px;
	padding: 35px;
	background: #fff;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -267.5px;
	z-index: 6;
	border-radius: 10px;
	display: none;
}

	.resume .tlt {
		width: 100%;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		color: #555555;
	}

	.resume .ipli {
		width: 352px;
		height: 38px;
		line-height: 38px;
		margin: auto;
		margin-top: 28px;
	}

		.resume .ipli span {
			float: left;
			font-size: 16px;
			color: #555555;
		}

		.resume .ipli input {
			float: left;
			width: 250px;
			height: 36px;
			border: 1px solid #dbdbdb;
			border-radius: 10px;
			margin-left: 20px;
		}

		.resume .ipli #resumewj {
			display: none;
		}

		.resume .ipli label {
			width: 110px;
			height: 36px;
			line-height: 36px;
			background: #f1f1f1;
			color: #555555;
			float: left;
			font-size: 16px;
			border-radius: 10px;
			text-align: center;
			margin-left: 20px;
			margin-right: 15px;
			cursor: pointer;
		}

.tdjlbtn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	background: #0566c0;
	font-size: 16px;
	transition: all .3s;
	cursor: pointer;
	margin: 28px auto;
	color: #fff;
	display: block;
	outline: none;
}

	.tdjlbtn:hover {
		background: #0566c0;
	}

.resume .txt {
	width: 100%;
	font-size: 14px;
	padding-top: 25px;
	border-top: 1px solid #ececec;
}

	.resume .txt p {
		float: left;
		width: 100%;
		line-height: 28px;
	}

		.resume .txt p:nth-child(1) {
			font-size: 16px;
			font-weight: bold;
		}

.gbresume {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	padding: 10px;
	font-size: 24px;
	line-height: 20px;
	cursor: pointer;
	outline: none;
}

.toudibtn {
	position: absolute;
	right: 26%;
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 40px;
	background: #0566c0 !important;
	font-size: 18px;
	transition: all .3s;
	cursor: pointer;
	outline: none;
	bottom: 10px;
}

/*录取通知书*/
.pc_lqtzs {
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
	.pc_lqtzs .srk {
		height: 40px;
		line-height: 40px;
		outline: none;
		border: none;
		border: 1px solid #eee;
		width: 30%;
		font-size: 14px;
		padding-left: 5px;
		display: inline-block;
		float: left;
	}
	.pc_lqtzs .pc_shousuo {
		float: left;
		margin-left: -50px;
	}
	.pc_lqtzs .pc_shousuo img {
		width: 60%;
		height: 80%;
		padding: 5px;
	}
		/* 新闻详情结束 */
		.ip_main {
			width: 100%;
			float: left;
			padding: 0 3.3333%;
			box-sizing: border-box;
			*padding-bottom: 90px;
		}

.ip_head {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: relative;
}

	.ip_head .ip_logo {
		width: 65%;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
	}

	.ip_head .ip_sousou {
		width: 17px;
		position: absolute;
		top: 50%;
		margin-top: -8.5px;
		right: 14%;
	}

	.ip_head .ip_nav_btn {
		width: 20px;
		position: absolute;
		top: 50%;
		margin-top: -7.5px;
		right: 3.3333%;
	}

.ip_banners {
	float: left;
	width: 100%;
	margin-top: -65px;
}

	.ip_banners img {
		float: left;
		width: 100%;
	}


.ip_sousou_x {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	z-index: 4;
	transition: all .4s;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .3);
}

	.ip_sousou_x .jt3_l {
		float: left;
		padding: 3.3333%;
		margin-top: 11px;
		opacity: .5;
	}

	.ip_sousou_x input {
		float: left;
		width: 74%;
		height: 40px;
		line-height: 40px;
		border: 1px solid #eee;
		background: #f9f9f9;
		border-radius: 45px;
		margin-top: 10px;
		padding: 0 15px;
		font-size: 14px;
		box-sizing: border-box;
		outline: none;
	}

		.ip_sousou_x input::-webkit-input-placeholder {
			color: #ccc;
		}

	.ip_sousou_x button {
		float: left;
		width: 15%;
		height: 40px;
		margin-top: 10px;
		line-height: 40px;
		background: transparent;
		outline: none;
		font-size: 14px;
		color: #0566C0;
	}

.ip_sousou_bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f8f8f8;
	z-index: 3;
	transition: all .3s;
	display: none;
	opacity: 0;
}

.ip_nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 216px;
	overflow-y: scroll;
	background: #fff;
	z-index: 4;
	transition: all .4s;
	transform: translateX(216px);
}

	.ip_nav::-webkit-scrollbar {
		display: none;
	}

	.ip_nav ul {
		float: left;
		width: 100%;
		padding: 50px 0;
	}

		.ip_nav ul li {
			float: left;
			width: 100%;
			line-height: 50px;
		}

			.ip_nav ul li a {
				float: left;
				width: 100%;
				padding: 0 50px;
				box-sizing: border-box;
				font-size: 16px;
				border-left: 5px solid transparent;
			}

			.ip_nav ul li.on a {
				color: #0566C0;
				background: #cfe8ff;
				border-left: 5px solid #0566C0;
			}

.ip_nav_bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	z-index: 3;
	transition: all .3s;
	display: none;
	opacity: 0;
}

.ip_foot {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	background: #fff;
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, .15);
	z-index: 2;
}

	.ip_foot ul {
		float: left;
		width: 100%;
		height: 100%;
	}

		.ip_foot ul li {
			float: left;
			width: 25%;
			height: 100%;
			text-align: center;
		}

			.ip_foot ul li a {
				float: left;
				width: 100%;
				height: 100%;
			}

			.ip_foot ul li .img {
				width: 100%;
				height: 20px;
				display: block;
				margin: auto;
				margin-top: 12px;
			}

			.ip_foot ul li p {
				float: left;
				width: 100%;
				font-size: 12px;
				margin-top: 5px;
				color: #999;
			}

			.ip_foot ul li.on p {
				color: #0566C0;
			}

			.ip_foot ul li:nth-child(1) .img {
				background: url(ip_xxsy.png) no-repeat center;
				background-size: auto 18.5px;
			}

			.ip_foot ul li:nth-child(2) .img {
				background: url(ip_xywh.png) no-repeat center;
				background-size: auto 18.5px;
			}

			.ip_foot ul li:nth-child(3) .img {
				background: url(ip_jxzy.png) no-repeat center;
				background-size: auto 18.5px;
			}

			.ip_foot ul li:nth-child(4) .img {
				background: url(ip_lxwm.png) no-repeat center;
				background-size: auto 18.5px;
			}

			.ip_foot ul li:nth-child(1).on .img {
				background: url(ip_xxsy_on.png) no-repeat center;
				background-size: auto 18.5px;
			}

			.ip_foot ul li:nth-child(2).on .img {
				background: url(ip_xywh_on.png) no-repeat center;
				background-size: auto 18.5px;
			}

			.ip_foot ul li:nth-child(3).on .img {
				background: url(ip_jxzy_on.png) no-repeat center;
				background-size: auto 18.5px;
			}

			.ip_foot ul li:nth-child(4).on .img {
				background: url(ip_lxwm_on.png) no-repeat center;
				background-size: auto 18.5px;
			}


.ip_nav_li {
	float: left;
	width: 100%;
}

	.ip_nav_li ul {
		float: left;
		width: 100%;
		padding-top: 20px;
	}

		.ip_nav_li ul li {
			float: left;
			width: 25%;
			height: 85px;
			text-align: center;
		}

			.ip_nav_li ul li img {
				display: block;
				width: 45px;
				margin: auto;
			}

			.ip_nav_li ul li p {
				float: left;
				width: 100%;
				text-align: center;
				font-size: 13px;
				margin-top: 5px;
			}

.ip_schoolNews {
	float: left;
	width: 100%;
}

.ip_con_tlt {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 3.3333%;
	box-sizing: border-box;
}

	.ip_con_tlt p {
		float: left;
		font-size: 16px;
		font-weight: bold;
		color: #0566C0;
	}

	.ip_con_tlt a {
		font-size: 12px;
		background: #0566c0;
		color: #fff;
		width: 50px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 20px;
		float: right;
		margin-top: 16px;
	}

.ip_newsSwiper {
	float: left;
	width: 100%;
}

	.ip_newsSwiper img {
		float: left;
		width: 100%;
	}

	.ip_newsSwiper .swiper-slide {
		width: 100%;
		height: 208px;
		overflow: hidden;
		position: relative;
	}

		.ip_newsSwiper .swiper-slide a {
			float: left;
			width: 100%;
			height: 100%;
			position: relative;
		}

		.ip_newsSwiper .swiper-slide p {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 35px;
			line-height: 35px;
			color: #fff;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			background: rgba(0,0,0,0.5);
			font-size: 12px;
			padding: 0 55px 0 15px;
			box-sizing: border-box;
			z-index: 2;
		}

	.ip_newsSwiper .swiper-pagination {
		color: #fff;
		font-size: 12px;
		bottom: 10px;
	}

.ip_schoolNews ul {
	float: left;
	width: 100%;
}

	.ip_schoolNews ul li {
		float: left;
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #f3f3f3;
	}

		.ip_schoolNews ul li p {
			float: left;
			width: 100%;
			-webkit-line-clamp: 2;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: initial;
			font-size: 14px;
		}

		.ip_schoolNews ul li span {
			float: left;
			width: 100%;
			color: #999999;
			margin-top: 5px;
			font-size: 12px;
		}

.ip_fanhui {
	float: left;
	width: 9px;
	height: 15px;
	margin-top: 23px;
}

	.ip_fanhui img {
		width: 100%;
		height: 100%;
	}

.ip_title_xxgk {
	float: left;
	position: relative;
	left: 50%;
}

	.ip_title_xxgk div {
		float: left;
		font-size: 16px;
		color: #000000;
		position: relative;
		right: 50%;
	}

.ip_banner {
	float: left;
	width: 100%;
	height: 170px;
	background: url(ip_banner_bg.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: -65px;
}

	.ip_banner p {
		float: left;
		width: 100%;
		margin-top: 80px;
		font-size: 20px;
		color: #FFFFFF;
		letter-spacing: 5px;
		font-weight: lighter;
	}

.ip_navs_box {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 1px 0px 0px #eeeeee;
	position: relative;
}

	.ip_navs_box .ip_ico {
		float: left;
		margin-top: 11px;
		width: 18px;
		height: 17px;
		margin-right: 10px;
	}

		.ip_navs_box .ip_ico img {
			width: 100%;
			height: 100%;
		}

	.ip_navs_box .ip_tlt {
		float: left;
		line-height: 40px;
		color: #333333;
		font-size: 16px;
	}

	.ip_navs_box .ip_jt {
		float: right;
		margin-top: 15px;
		width: 16px;
		height: 8px;
	}

		.ip_navs_box .ip_jt img {
			width: 100%;
			height: 100%;
		}

	.ip_navs_box .ip_show_nav {
		display: none;
		background: #fafafa;
		float: left;
		width: 100%;
		position: absolute;
		top: 42px;
		z-index: 9;
	}

		.ip_navs_box .ip_show_nav ul li {
			box-shadow: 0px 1px 0px 0px #eeeeee;
			padding-left: 40px;
			color: #333333;
			font-size: 16px;
		}

			.ip_navs_box .ip_show_nav ul li a {
				display: block;
			}

			.ip_navs_box .ip_show_nav ul li.on a {
				color: #0566c0;
			}

.ip_show_nav_bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	display: none;
}

.ip_imgtext {
	float: left;
	width: 100%;
}

	.ip_imgtext ul li {
		float: left;
		width: 100%;
		padding: 15px 0;
		box-shadow: 0px 1px 0px 0px #eeeeee;
	}

		.ip_imgtext ul li div.ip_imgbox {
			float: left;
			width: 35%;
			height: 78px;
		}

			.ip_imgtext ul li div.ip_imgbox img {
				width: 100%;
				height: 100%;
			}

	.ip_imgtext .ip_tltbox {
		float: right;
		width: 62%;
	}

		.ip_imgtext .ip_tltbox .ip_tlt {
			float: left;
			width: 100%;
			height: 48px;
			font-size: 14px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.ip_imgtext .ip_tltbox .ip_time {
			float: left;
			width: 100%;
			margin-top: 5px;
			font-size: 12px;
			color: #999999;
		}

.ip_imglist {
	float: left;
	width: 100%;
	padding-top: 20px;
}

	.ip_imglist ul li {
		float: left;
		width: 48%;
		margin-bottom: 20px;
	}
		.ip_imglist ul li a{width:100%;}
		.ip_imglist ul li:nth-child(2n) {
			float: right;
		}

		.ip_imglist ul li div.img_box {
			width: 100%;
			height: 105px;
		}

			.ip_imglist ul li div.img_box img {
				width: 100%;
				height: 100%;
			}

		.ip_imglist ul li div.tlt_box {
			width: 100%;
			font-size: 12px;
			margin-top: 3px;
			text-align: center;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

.ip_textlist {
	float: left;
	width: 100%;
}

	.ip_textlist ul li {
		float: left;
		width: 100%;
		padding: 20px 0;
		box-shadow: 0px 1px 0px 0px #eeeeee;
	}

		.ip_textlist ul li a {
			display: block;
		}

		.ip_textlist ul li .ip_title {
			float: left;
			width: 100%;
			font-size: 14px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.ip_textlist ul li .ip_times {
			float: left;
			width: 100%;
			font-size: 12px;
			color: #999999;
		}

.ip_newsdetail {
	float: left;
	width: 100%;
	padding-top: 20px;
}

	.ip_newsdetail .ip_header {
		float: left;
		width: 100%;
		padding-bottom: 20px;
		box-shadow: 0px 1px 0px 0px #eeeeee;
	}

		.ip_newsdetail .ip_header .ip_title_xq {
			float: left;
			width: 100%;
			font-size: 15px;
			color: #333333;
			font-weight: bold;
			text-align: center;
		}

		.ip_newsdetail .ip_header .ip_zzly {
			float: left;
			width: 100%;
			margin-top: 5px;
			font-size: 12px;
			color: #666666;
			text-align: center;
		}

	.ip_newsdetail .ip_imgbox_xq {
		width: 95%;
		margin: auto;
	}

	.ip_newsdetail .ip_img_xq {
		float: left;
		width: 100%;
		margin: 20px 0;
	}

		.ip_newsdetail .ip_img_xq img {
			width: 100%;
		}

	.ip_newsdetail .ip_text {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
		.ip_newsdetail .ip_text img{max-width:80%;margin:0 auto;}
		.ip_newsdetail .ip_text p {
			float: left;
			width: 100%;
			text-indent: 2em;
			font-size: 12px;
			line-height: 25px;
		}

/* 联系我们开始 */
.ip_map {
	float: left;
	width: 100%;
	height: 200px;
}

	.ip_map img {
		width: 100%;
		height: 100%;
	}

.ip_contactus {
	float: left;
	width: 100%;
}

	.ip_contactus .ip_Schoolname {
		float: left;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		margin-top: 10px;
	}

	.ip_contactus .ip_address {
		float: left;
		width: 100%;
		line-height: 30px;
		font-size: 14px;
	}

		.ip_contactus .ip_address:nth-child(4) {
			margin-bottom: 100px;
		}
.ip_rczp .rczplisttlt {
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	margin: 10px 0;
}

	.ip_rczp .rczplisttlt p {
		float: left;
		margin-left: 15px;
		font-size: 14px;
	}

		.ip_rczp .rczplisttlt p:nth-child(1), .ip_rczp .rczplist ul li p:nth-child(1) {
			width: 30%;
		}

		.ip_rczp .rczplisttlt p:nth-child(2), .ip_rczp .rczplist ul li p:nth-child(2) {
			width: 25%;
		}

		.ip_rczp .rczplisttlt p:nth-child(3), .ip_rczp .rczplist ul li p:nth-child(3) {
			width: 30%;
		}

.ip_rczp .rczplist ul {
	float: left;
	width: 100%;
}

	.ip_rczp .rczplist ul li {
		height: 45px;
		line-height: 45px;
		background: #f5f5f5;
		margin-bottom: 10px;
	}

		.ip_rczp .rczplist ul li p {
			float: left;
			font-size: 14px;
			color: #555555;
			/*-webkit-line-clamp: 1;
			display: -webkit-box;*/
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			margin-left: 15px;
		}

		.ip_rczp .rczplist ul li .rczp_rs {
			text-align: center;
			margin-left: 0;
		}

		.ip_rczp .rczplist ul li a {
			width: 100%;
			height: 34px;
			line-height: 34px;
			border-radius: 10px;
			transition: all .3s;
			display: block;
			color: #333;
			background: #f5f5f5;
		}

.ip_rczp .rczplistcon {
	float: left;
	width: 100%;
	padding: 15px;
	margin-top: 10px;
	box-sizing: border-box;
	background: #f7f7f7;
	position: relative;
}

.ip_rczp .rczplistcon {
	float: left;
	width: 100%;
	padding: 15px;
	margin-top: 10px;
	box-sizing: border-box;
	background: #f7f7f7;
	position: relative;
}

	.ip_rczp .rczplistcon .tlt {
		float: left;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
	}

	.ip_rczp .rczplistcon .txt {
		float: left;
		width: 100%;
	}

		.ip_rczp .rczplistcon .txt p {
			float: left;
			width: 100%;
			line-height: 30px;
			font-size: 16px;
			box-sizing: border-box;
		}

	.ip_rczp .rczplistcon .toudibtn {
		position: absolute;
		top: 50%;
		right: 30px;
		width: 116px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		border-radius: 40px;
		background: #0566c0;
		font-size: 18px;
		transition: all .3s;
		cursor: pointer;
		outline: none;
	}

		.ip_rczp .rczplistcon .toudibtn:hover {
			background: #1d74c6;
		}

.ip_rczp .rczplistcons {
	float: left;
	width: 100%;
	padding: 0 15px;
	padding-bottom: 10px;
	margin-top: 30px;
	box-sizing: border-box;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 40px;
}

	.ip_rczp .rczplistcons .tlt {
		float: left;
		width: 100%;
		font-size: 18px;
		height: 45px;
		line-height: 45px;
		font-weight: bold;
		position: relative;
		box-sizing: border-box;
	}

	.ip_rczp .rczplistcons .txt {
		float: left;
		width: 100%;
		min-height: 100px;
	}

		.ip_rczp .rczplistcons .txt p {
			float: left;
			width: 100%;
			box-sizing: border-box;
			font-size: 16px;
		}

.ip_rczp .toudibtn {
	position: relative;
	left: 30%;
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 40px;
	background: #1d74c6;
	font-size: 18px;
	transition: all .3s;
	cursor: pointer;
	outline: none;
	bottom: 10px;
}


.ip_rczp .resume {
	width: 90%;
	height: 600px;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -170px;
	z-index: 6;
	border-radius: 10px;
	display: none;
}

	.ip_rczp .resume .tlt {
		width: 100%;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		color: #555555;
	}

	.ip_rczp .resume .ipli {
		width: 100%;
		height: 38px;
		line-height: 38px;
		margin: auto;
		margin-top: 28px;
	}

		.ip_rczp .resume .ipli span {
			float: left;
			font-size: 16px;
			color: #555555;
		}

		.ip_rczp .resume .ipli input {
			float: left;
			width: 60%;
			height: 36px;
			border: 1px solid #dbdbdb;
			border-radius: 10px;
			margin-left: 20px;
		}

		.ip_rczp .resume .ipli #resumewj {
			display: none;
		}

		.ip_rczp .resume .ipli label {
			width: 30%;
			height: 36px;
			line-height: 36px;
			background: #f1f1f1;
			color: #555555;
			float: left;
			font-size: 16px;
			border-radius: 10px;
			text-align: center;
			margin-left: 20px;
			margin-right: 15px;
			cursor: pointer;
		}

.ip_rczp .tdjlbtn {
	width: 40%;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	background: #0566c0;
	font-size: 16px;
	transition: all .3s;
	cursor: pointer;
	margin: 28px auto;
	color: #fff;
	display: block;
	outline: none;
}

	.ip_rczp .tdjlbtn:hover {
		background: #0566c0;
	}

.ip_rczp .resume .txt {
	width: 100%;
	font-size: 14px;
	padding-top: 25px;
}

	.ip_rczp .resume .txt p {
		float: left;
		width: 100%;
		line-height: 24px;
	}

		.ip_rczp .resume .txt p:nth-child(1) {
			font-size: 16px;
			font-weight: bold;
		}

.ip_rczp .gbresume {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	padding: 10px;
	font-size: 24px;
	line-height: 20px;
	cursor: pointer;
	outline: none;
}

.side_nav_left .search_bg {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	transition: background 350ms cubic-bezier(.165,.84,.44,1);
	background: rgba(0,0,0,.5);
	box-shadow: -4px 0 4px rgb(0 0 0 / 50%), 4px 0 4px rgb(0 0 0 / 50%);
	-webkit-tap-highlight-color: transparent;
}
.ip_main .toudibtn {
	position: relative;
	margin-left: 55%;
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 40px;
	background: #0566c0 !important;
	font-size: 18px;
	transition: all .3s;
	cursor: pointer;
	outline: none;
	bottom: 10px;
}