.rcontBot

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,
body,
menu,
ul,
ol,
li,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a img,
input,
button,
textarea,
fieldset,
p,
dd {
	padding: 0;
	margin: 0;
	border: 0
}

body {
	color: #333;
	line-height: 1.5;
	word-wrap: break-word;
	font-family: "微软雅黑", "microsoft yahei", Arial;
	background-color: #fff !important;
}

ul,
ol,
li {
	list-style: none
}

html {
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
em {
	font-weight: normal;
	font-style: normal
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	border-radius: 0
}

a {
	text-decoration: none;
	display: inline-block;
	color: #333;
}

a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

img {
	-webkit-transform: scale(1) rotate(0) translate3d(0, 0, 0);
	transform: scale(1) rotate(0) translate3d(0, 0, 0);
	display: block;
}

ul,
li,
a {
	list-style: none;
	text-decoration: none;
}

a {
	color: #333333;
}

a:hover {
	color: #3dc0b3;
}

a:link {
	cursor: pointer;
}

a:active {
	color: #3dc0b3;
}

img {
	border: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

input:focus {
	outline: none;
}

.pc_box,
.ip_box {
	float: left;
	width: 100%;
}

.ip_box {
	padding-bottom: 65px;
}

/*pc端*/
@media screen and (min-width: 751px) {
	.pc_box {
		display: block;
	}

	.ip_box {
		display: none;
	}

	/************** 头部 开始 **************/
	.header {
		width: 100%;
		min-width: 1200px;
		margin: 0 auto;
		height: 230px;
		display: block;
	}

	.header .top {
		height: 150px;
		width: 1200px;
		margin: 0 auto;
		display: block;
	}

	.header .top .logo {
		height: 79px;
		display: inline-block;
		margin-top: 35.5px;
	}

	.header .top .logo img {
		height: 79px;
	}

	.header .top .search {
		width: 260px;
		height: 40px;
		display: block;
		overflow: hidden;
		margin-top: 55px;
		background: #f6f6f6;
		border-radius: 10px;
	}

	.header .top .searchTxt {
		width: 198px;
		height: 40px;
		display: block;
		border: none;
		background: #F6F6F6;
		font-family: "microsoft yahei", 宋体;
		font-size: 14px;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.header .top .searchBtn {
		width: 62px;
		height: 40px;
		display: block;
		border: none;
		background: url(2021-icon02.png) center no-repeat #ffb728;
		font-family: "microsoft yahei", 宋体;
		font-size: 16px;
		cursor: pointer;
	}

	.header .top .telBox {
		height: 74px;
		display: inline-block;
		margin-right: 50px;
		background: url(2021-icon01.png) left 32px no-repeat;
		padding-left: 50px;
		margin-top: 30px;
	}

	.header .top .telBox i {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		color: #3dc0b3;
		font-style: normal;
	}

	.header .top .telBox span {
		height: 26px;
		line-height: 26px;
		font-size: 22px;
		color: #3dc0b3;
		font-style: normal;
		font-weight: bold;
	}

	/************** 菜单 开始 **************/
	.header .nav {
		float: left;
		width: 100%;
		min-width: 1200px;
		height: 80px;
		line-height: 80px;
		box-sizing: border-box;
		position: relative;
		z-index: 3;
		margin: 0 auto;
		display: block;
		background: url(2021-icon03.png);
	}

	.header .nav .main {
		width: 1200px;
		margin: 0 auto;
	}

	.header .nav ul {
		float: left;
		width: 1200px;
	}

	.header .nav ul li {
		width: 100px;
		height: 80px;
		line-height: 80px;
		float: left;
	}

	.header .nav ul li>a {
		float: left;
		padding: 0 13px;
		text-align: center;
		font-size: 18px;
		position: relative;
		color: #FFFFFF;
		cursor: pointer;
	}

	.header .nav ul li.on>a {
		color: #ffb219;
	}

	.header .nav ul li>a:after {
		content: "";
		width: 0;
		height: 3px;
		border-radius: 3px;
		background: #ffb219;
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -5px;
		transition: all .3s;
	}

	.header .nav ul li.on>a:after {
		margin-left: -10px;
		width: 20px;
	}

	.navxl {
		position: absolute;
		left: 0;
		top: 80px;
		z-index: 2;
		width: 100%;
		height: 0;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.9);
	}

	.navxlbox {
		float: left;
		width: 100%;
		padding: 20px 0;
	}

	.navxlbox .twImg {
		float: left;
		width: 380px;
		height: 240px;
		margin-right: 35px;
		overflow: hidden;
	}

	.navxlbox .twImg img {
		width: 100%;
		height: 100%;
	}

	.navxlbox .tlt {
		float: left;
		width: 100%;
		height: 30px;
		font-size: 20px;
		font-weight: bold;
		color: #3dbfb2;
		position: relative;
		line-height: normal;
		margin-top: 25px;
		line-height: 30px;
	}

	.navxlbox .li {
		width: 100%;
		min-height: 40px;
	}

	.navxlbox .li a {
		color: #000000;
		font-size: 16px;
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: url(2021-icon17.png) left center no-repeat;
		padding-left: 15px;
		margin-right: 50px;
		display: inline;
		cursor: pointer;
	}

	.navxlbox .li a:hover {
		color: #3dbfb2;
	}

	.navxlbox .li a:after {
		content: "";
		width: 3px;
		height: 3px;
		background: #fff;
		position: absolute;
		margin-top: 9.5px;
		left: 0;
	}

	/************** banner 开始 **************/
	.banner {
		width: 100%;
		min-width: 1200px;
		height: 580px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}

	.banner .hd {
		position: absolute;
		top: 540px;
		left: 50%;
		right: 0;
		bottom: 0;
		margin: auto;
		/* margin-left: -600px; */
		z-index: 50;
	}

	.banner .hd li {
		width: 17px;
		height: 17px;
		display: block;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		border-radius: 100%;
		background-color: #FFFFFF;
		opacity: 0.38;
	}

	.banner .hd li.on {
		background-color: #FFFFFF;
		opacity: 1;
	}

	.banner .bd {
		width: 100%;
		min-width: 1200px;
		height: 580px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		z-index: 1;
	}

	.banner .bd ul {
		width: 100%;
		min-width: 1200px;
		height: 580px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}

	.banner .bd ul li {
		width: 100%;
		min-width: 1200px;
		height: 580px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}

	/*.banner .bd ul li.bg1 {
						background: url(2021-banner1.jpg) center no-repeat;
					}

					.banner .bd ul li.bg2 {
						background: url(2021-banner2.jpg) center no-repeat;
					}*/

	.banner .bd ul li .txt {
		position: absolute;
		top: 168px;
		left: 50%;
		margin-left: -600px;
	}

	/************** 中间 开始 **************/
	.conter {
		width: 1200px;
		margin: 0 auto;
		padding: 45px 0;
	}

	/******* 幻灯片 开始*******/
	.hdp {
		width: 585px;
		height: 400px;
		display: block;
		overflow: hidden;
		float: left;
		border-radius: 10px;
		background-color: #efefef;
		position: relative;
	}

	.hdp .hd {
		position: absolute;
		bottom: 18px;
		z-index: 10;
		right: 10px;
	}

	.hdp .hd li {
		width: 11px;
		height: 11px;
		display: block;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		border-radius: 100%;
		background-color: #FFFFFF;
		opacity: 0.38;
	}

	.hdp .hd li.on {
		background-color: #FFFFFF;
		opacity: 1;
	}

	.hdp .bd {
		width: 585px;
		height: 400px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		z-index: 1;
	}

	.hdp .bd ul {
		width: 585px;
		height: 400px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}

	.hdp .bd ul li {
		width: 585px;
		height: 400px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}

	.hdp .bd ul li a {
		width: 585px;
		height: 400px;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}

	.hdp .bd ul li a img {
		width: 585px;
		height: 400px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.hdp .bd ul li a .hdpBg {
		width: 585px;
		height: 47px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 5;
		background: url(2021-icon04.png);
		line-height: 47px;
		color: #FFFFFF;
		padding-left: 20px;
		padding-right: 120px;
		box-sizing: border-box;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
		overflow: hidden;
	}

	/******* 综合新闻 开始*******/
	.zhxw {
		width: 585px;
		height: 400px;
		display: block;
		overflow: hidden;
		float: right;
	}

	.zhxwTop {
		width: 100%;
		height: 45px;
		display: block;
		line-height: 45px;
	}

	.zhxwTop>img {
		line-height: 45px;
		vertical-align: sub;
		margin-right: 10px;
		float: left;
		margin-top: 6px;
	}

	.zhxwTop span {
		line-height: 45px;
		color: #4cbaaf;
		font-size: 24px;
		display: inline-block;
	}

	.zhxwTop a {
		line-height: 45px;
		color: #4cbaaf;
		display: inline-block;
		float: right;
		cursor: pointer;
		background: url(2021-icon07.png) right 18px no-repeat;
		padding-right: 33px;
	}

	.zhxwTop a:hover {
		transition: 0.4s all;
		color: #ffb219;
		background: url(2021-icon07-1.png) right 18px no-repeat;
	}

	.zhxwBot {
		width: 100%;
		margin-top: 5px;
	}

	.zhxwBot li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		display: block;
		background: url(2021-icon08.png) left center no-repeat;
		padding-left: 15px;
		box-sizing: border-box;
		border-bottom: dashed 1px #e9e9e9;
		width: 100%;
	}

	.zhxwBot li span {
		line-height: 50px;
		display: inline-block;
		float: right;
	}

	.zhxwBot li a {
		width: 67%;
		height: 50px;
		line-height: 50px;
		display: block;
		overflow: hidden;
		float: left;
		white-space: nowrap;
		text-overflow: ellipsis;
		cursor: pointer;
	}

	.zhxwBot li:hover span {
		color: #4cbaaf;
	}

	/******* 图标列表 开始*******/
	.tblb {
		width: 1200px;
		height: 134px;
		display: block;
		margin-top: 45px;
	}

	.tblb li {
		width: 220px;
		height: 134px;
		display: block;
		overflow: hidden;
		border-radius: 10px;
		float: left;
		margin-right: 25px;
		background: #effbfa;
	}

	.tblb li:nth-child(5n) {
		margin-right: 0;
	}

	.tblb li a {
		display: block;
		width: 220px;
		height: 134px;
		cursor: pointer;
	}

	.tblb li span {
		display: block;
		width: 100%;
		height: 70px;
		background-image: url(2021-icon10.png);
		background-repeat: no-repeat;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.tblb li p {
		height: 45px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		width: 100%;
		line-height: 45px;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.tblb li.sugg1 span {
		background-position: 0 0;
	}

	.tblb li.sugg2 span {
		background-position: -249px 0;
	}

	.tblb li.sugg3 span {
		background-position: -489px 0;
	}

	.tblb li.sugg4 span {
		background-position: -738px 0;
	}

	.tblb li.sugg5 span {
		background-position: -982px 0;
	}

	.tblb li:hover {
		background: url(2021-icon09.png) center no-repeat #3dc0b3;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.tblb li:hover p {
		color: #fff;
	}

	.tblb li.sugg1:hover span {
		background-position: 0 -108px;
	}

	.tblb li.sugg2:hover span {
		background-position: -249px -108px;
	}

	.tblb li.sugg3:hover span {
		background-position: -489px -108px;
	}

	.tblb li.sugg4:hover span {
		background-position: -738px -108px;
	}

	.tblb li.sugg5:hover span {
		background-position: -982px -108px;
	}

	/******* 信息列表 开始*******/
	.xxlb {
		width: 1200px;
		height: 459px;
		display: block;
		margin-top: 45px;
	}

	.xxlbBox {
		width: 382px;
		height: 459px;
		display: block;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		margin-right: 27px;
		border-radius: 10px;
		padding: 15px 20px;
		box-sizing: border-box;
		float: left;
	}

	.xxlbBox:nth-child(3n) {
		margin-right: 0;
	}

	.xxlbBox .xxlbTop {
		height: 97px;
		width: 100%;
		display: block;
		margin: 20px auto 10px;
		cursor: pointer;
	}

	.xxlbBox .xxlbTop img {
		width: 140px;
		height: 97px;
		float: left;
	}

	.xxlbBox .xxlbTop span {
		width: 182px;
		height: 48px;
		line-height: 24px;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		float: right;
		margin-top: 5px;
	}

	.xxlbBox .xxlbTop i {
		width: 182px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		color: #c6c6c6;
		margin-top: 10px;
		float: right;
		font-style: normal;
	}

	/******* 首页横幅 开始*******/
	.syhf {
		width: 790px;
		height: 120px;
		display: block;
		overflow: hidden;
		border-radius: 10px;
		float: left;
		margin-top: 45px;
		position: relative;
	}

	.syhf .hd {
		position: absolute;
		bottom: 18px;
		z-index: 10;
		right: 10px;
	}

	.syhf .hd li {
		width: 11px;
		height: 11px;
		display: block;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		border-radius: 100%;
		background-color: #FFFFFF;
		opacity: 0.38;
	}

	.syhf .hd li.on {
		background-color: #FFFFFF;
		opacity: 1;
	}

	.syhf .bd {
		width: 790px;
		height: 120px;
		display: block;
		overflow: hidden;
		border-radius: 10px;
	}

	.syhf .bd li {
		width: 790px;
		height: 120px;
		display: block;
		overflow: hidden;
		border-radius: 10px;
	}

	.syhf .bd li img {
		width: 790px;
		height: 120px;
		display: block;
		overflow: hidden;
		border-radius: 10px;
	}

	/******* 纪检监察 开始*******/
	.syjj {
		width: 382px;
		float: right;
		margin-top: 45px;
	}

	.syjj img {
		border-radius: 10px;
	}

	/******* 专题专栏 开始*******/
	.ztzl {
		width: 1200px;
		display: block;
		float: left;
		margin-top: 45px;
	}

	.ztzlBot {
		width: 1200px;
		height: 130px;
		display: block;
		overflow: hidden;
		margin-top: 20px;
	}

	.ztzlBot ul {
		width: 1237.3333px;
		height: 130px;
	}

	.ztzlBot ul li {
		width: 272px;
		height: 130px;
		display: block;
		overflow: hidden;
		float: left;
		border-radius: 10px;
		margin-right: 37.3333px;
	}

	.ztzlBot ul li a {
		width: 272px;
		height: 130px;
		display: block;
		overflow: hidden;
	}

	.ztzlBot ul li a img {
		width: 272px;
		height: 130px;
		border-radius: 10px;
	}

	/************** 尾部 开始 **************/
	.footer {
		width: 100%;
		min-width: 1200px;
		margin: 0 auto;
		display: block;
		background-color: #32323c;
		padding: 29px 0 0;
	}

	.link {
		width: 1200px;
		height: 30px;
		padding-bottom: 36px;
		border-bottom: solid 1px #4c4c4c;
		margin: 0 auto;
	}

	.link span {
		line-height: 30px;
		color: #FFFFFF;
		display: inline-block;
		float: left;
	}

	.link ul {
		width: 1106px;
		height: 30px;
		margin: 0 auto;
		display: block;
		float: right;
	}

	.link ul li {
		width: 260px;
		height: 30px;
		line-height: 30px;
		display: block;
		position: relative;
		float: left;
		margin-right: 22px;
		background-color: #FFFFFF;
		padding-left: 10px;
		box-sizing: border-box;
		font-size: 14px;
	}

	.link ul li:nth-child(4n) {
		float: right;
		margin-right: 0;
	}

	.link ul li span {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		right: 10px;
		display: block;
		transform: rotate(0deg);
		transition: all 200ms;
		cursor: pointer;
		background: url(2021-icon15.png) center no-repeat;
	}

	.link ul li .sub {
		display: none;
		line-height: 30px;
		padding: 5px 10px;
		position: absolute;
		top: 31px;
		width: 260px;
		left: 0;
		background-color: #FFFFFF;
		max-height: 105px;
		overflow-y: auto;
		overflow-x: hidden;
		box-sizing: border-box;
	}

	.link ul li .sub a {
		line-height: 30px;
		display: block;
		cursor: pointer;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		border-bottom: dashed 1px #c0c0c0;
		font-size: 14px;
	}

	.link ul li .sub a:hover {
		color: #ffb219;
	}

	.link ul li:hover span {
		transform: rotate(180deg);
	}

	.wzxx {
		width: auto;
		max-width: 780px;
		float: left;
		padding: 30px 0 10px;
	}

	.wzxx li {
		line-height: 26px;
		color: #FFFFFF;
		padding-right: 5px;
	}

	.wzxx li a {
		line-height: 26px;
		color: #FFFFFF;
		padding-right: 5px;
	}

	.wzxx li a:nth-child(n+2) {
		padding-left: 5px;
	}

	.wzxx a:hover {
		cursor: pointer;
		text-decoration: underline;
	}

	.wzxx p {
		line-height: 26px;
		color: #FFFFFF;
		font-size: 16px;
	}

	.wzxx .imgl {
		width: 215px;
		height: 35px;
		margin-top: 15px;
	}

	.wzxxImg {
		width: auto;
		max-width: 500px;
		float: right;
		padding: 50px 0 10px;
	}

	.wzxxImg li {
		display: block;
		width: 123px;
		height: 150px;
		cursor: pointer;
		float: right;
	}

	.wzxxImg li:nth-child(n+2) {
		margin-right: 30px;
	}

	.wzxxImg li img {
		display: block;
		width: 123px;
		height: 123px;
	}

	.wzxxImg li p {
		height: 40px;
		width: 123px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
		font-size: 14px;
	}

	/************** 内页 开始 **************/
	.nyBanner {
		width: 100%;
		min-width: 1200px;
		height: 340px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		background-color: #efefef;
	}

	/******* 左侧菜单 开始*******/
	.lmenu {
		width: 280px;
		height: auto !important;
		display: inline-block;
		float: left;
		border-radius: 10px;
		overflow: hidden;
		padding-bottom: 10px;
		box-sizing: border-box;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
		margin-bottom: 30px;
	}

	.lmenuTop {
		width: 100%;
		height: 100px;
		display: inline-block;
		border-top: solid 6px #4accbf;
		padding: 20px 30px 30px 40px;
		box-sizing: border-box;
		background: url(2021-icon18.png) 40px bottom no-repeat;
	}

	.lmenuTop .zwTitle {
		line-height: 40px;
		font-size: 28px;
		display: block;
	}

	.lmenuTop .ywTitle {
		line-height: 25px;
		font-size: 20px;
		display: block;
		color: #dddddd;
		text-transform: uppercase;
	}

	.lmenu ul {
		width: 100%;
		padding: 20px 30px 20px 40px;
		box-sizing: border-box;
	}

	.lmenu ul li {
		width: 100%;
		height: 60px;
		display: block;
	}

	.lmenu ul li a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 50px;
		box-sizing: border-box;
		background: url(2021-icon19.png) right center no-repeat;
		font-size: 20px;
		cursor: pointer;
	}

	.lmenu ul li.on a,
	.lmenu ul li:hover a {
		color: #4accbf;
		background: url(2021-icon07.png) right center no-repeat;
	}

	/******* 右侧内容 开始*******/
	.rcont {
		width: 880px;
		height: auto !important;
		display: inline-block;
		float: right;
		border-radius: 10px;
		overflow: hidden;
		padding: 0 20px 10px;
		box-sizing: border-box;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
		margin-bottom: 30px;
	}

	.rcontTop {
		width: 100%;
		height: 80px;
		display: inline-block;
		border-bottom: solid 1px #f8f8f8;
		padding: 20px 0 15px;
		box-sizing: border-box;
	}

	.rcontTop span {
		height: 50px;
		line-height: 47px;
		display: inline-block;
		float: left;
		padding-left: 20px;
		background: url(2021-icon20.png) left center no-repeat;
		font-size: 28px;
	}

	.rcontTop>a {
		width: 150px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		float: left;
		background: #47c9bc;
		font-size: 16px;
		color: #FFFFFF;
		border-radius: 10px;
		margin-left: 10px;
		cursor: pointer;
		text-align: center;
	}

	.rcontTop>a img {
		margin-right: 7px;
	}

	.rcontTop>a:hover {
		background: #4cbaaf;
	}

	/******* 位置导航 开始*******/
	.dh {
		max-width: 700px;
		height: 47px;
		line-height: 47px;
		display: inline-block;
		float: right;
		font-size: 16px;
		background: url(2021-icon21.png) left center no-repeat;
		padding-left: 25px;
	}

	.dh a {
		line-height: 47px;
		display: inline-block;
		padding: 0 3px;
		cursor: pointer;
	}

	.dh a:hover {
		color: #4accbf;
	}

	.rcontBot {
		width: 100%;
		padding: 25px 20px;
		box-sizing: border-box;
		line-height: 30px;
		text-align: justify;
	}

	.rcontBot p img {
		width: 100%;
	}

	/******* 地图定位 开始*******/
	.dt {
		width: 774px;
		height: 432px;
		display: block;
		overflow: hidden;
		margin-bottom: 30px;
	}

	/******* 视频列表 开始*******/
	.splb {
		width: 100%;
		clear: both;
	}

	.splb li {
		width: 385px;
		float: left;
		margin-bottom: 40px;
	}

	.splb li:nth-child(2n) {
		float: right;
	}

	.splb li a {
		cursor: pointer;
	}

	.spTop {
		width: 100%;
		height: 250px;
		display: block;
		overflow: hidden;
	}

	.spTop img {
		width: 100%;
		height: 250px;
	}

	.spTxt {
		width: 100%;
		line-height: 22px;
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	/******* 图片列表 开始*******/
	.tplb {
		width: 100%;
		clear: both;
	}

	.tplb li {
		width: 250px;
		height: 210px;
		float: left;
		margin-bottom: 25px;
		margin-right: 25px;
	}

	.tplb li:nth-child(3n) {
		float: right;
		margin-right: 0;
	}

	.tplb li a {
		cursor: pointer;
		width: 100%;
		height: 100%;
		padding: 10px;
		box-sizing: border-box;
		background: #f6f6f6;
		display: block;
	}

	.tpTop {
		width: 100%;
		height: 155px;
		display: block;
		overflow: hidden;
	}

	.tpTop img {
		width: 100%;
		height: 100%;
	}

	.tpTxt {
		width: 100%;
		height: 22px;
		line-height: 22px;
		display: block;
		text-align: center;
		margin-top: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	/******* 图文列表 开始*******/
	.twlb {
		width: 100%;
		clear: both;
		margin-bottom: 30px;
	}

	.twlb li {
		width: 100%;
		height: 160px;
		float: left;
		border-bottom: dashed 1px #dfdfdf;
		padding-bottom: 27px;
		box-sizing: border-box;
	}

	.twlb li:nth-child(n+2) {
		margin-top: 27px;
	}

	.twlb li a {
		cursor: pointer;
		width: 100%;
		height: 130px;
		display: block;
	}

	.twTop {
		width: 190px;
		height: 130px;
		display: block;
		overflow: hidden;
		float: left;
	}

	.twTop img {
		width: 100%;
		height: 100%;
	}

	.twTxt {
		width: 580px;
		height: 30px;
		line-height: 30px;
		display: block;
		margin-top: 5px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		float: right;
	}

	.twText {
		width: 580px;
		height: 40px;
		line-height: 20px;
		display: -webkit-box;
		margin-top: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		float: right;
		font-size: 14px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #999999;
	}

	.twDate {
		width: auto;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		margin-top: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		float: left;
		margin-left: 30px;
		color: #999999;
		font-size: 14px;
	}

	.twlb li a:hover .twTxt {
		font-weight: bold;
	}

	/******* 文字列表 开始*******/
	.wzlb {
		width: 100%;
		clear: both;
		margin-bottom: 30px;
	}

	.wzlb li {
		width: 100%;
		height: 50px;
		float: left;
		border-bottom: dashed 1px #dfdfdf;
		padding-left: 20px;
		box-sizing: border-box;
		background: url(2021-icon08.png) left center no-repeat;
	}

	.wzlb li a {
		cursor: pointer;
		width: 75%;
		height: 50px;
		display: block;
		line-height: 50px;
		overflow: hidden;
		float: left;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.wzlb li span {
		line-height: 50px;
		display: inline-block;
		float: right;
		color: #999999;
	}

	.wzlb li:hover span {
		color: #4accbf;
	}

	/******* 文字列表 开始*******/
	.xwxx {
		width: 1200px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
		margin: 0 auto;
		border-radius: 10px;
		padding: 30px;
		box-sizing: border-box;
	}

	.xwxxBot {
		width: 100%;
		padding: 40px 0 0;
	}

	.xwxxBot h3 {
		line-height: 40px;
		display: block;
		text-align: center;
		font-size: 28px;
		margin: 30px auto;
		font-weight: normal;
		margin-bottom: 30px;
	}

	.xwxxBot .txt {
		width: 100%;
		line-height: 40px;
		display: block;
		text-align: center;
		color: #999999;
		margin: 0 auto 30px;
	}

	.xwxxCont {
		width: 100%;
		padding: 30px 0;
		border-top: dashed 1px #dfdfdf;
		line-height: 40px;
		text-align: justify;
	}

	.xwxxCont img {
		max-width: 80%;
		text-align: center;
		margin: 20px auto;
	}

	.createPage {
		float: left;
		width: 100%;
		padding: 20px 0 10px;
		text-align: center;
		clear: both;
	}

	.createPage .createPageli {
		display: inline-block;
		margin: auto;
	}

	.createPage .createPageli a,
	.createPage .createPageli span {
		float: left;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		transition: all .2s;
		border: 1px solid #e0e0e0;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.createPage .createPageli span.num {
		float: left;
		width: auto;
		min-width: 40px;
		height: 40px;
		text-align: center;
		line-height: 42px;
		font-size: 14px;
		transition: all .2s;
		margin: 0 0 0 5px;
		border: none;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0 10px;
	}

	.createPage .createPageli .on {
		line-height: 33px;
	}

	.createPage .createPageli .active {
		color: #fff;
		background: #4accbf;
		border: 1px solid #4accbf;
	}

	.createPage .createPageli a:hover {
		background: #4accbf;
		color: #fff;
		cursor: pointer;
	}

	.createPage .PrevPage,
	.createPage .NextPage {
		position: relative;
	}

	.createPage a.PrevPage:hover:after,
	.createPage a.NextPage:hover:after {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}

/*移动端*/
@media screen and (max-width: 750px) {
	.pc_box {
		display: none;
	}

	.ip_box {
		display: block;
	}
	#side_nav2 {
		position: fixed;
		width: 50%;
		max-width: 537px;
		height: 100%;
		background: #18aaa9;
		font-size: 16px;
		z-index: 999999;
		top: 0;
		right: -70%;
		text-align: center;
		transition: all 0.6s;
		overflow-y: auto;
	}
}

.ip_main {
	width: 100%;
	float: left;
	padding: 0 3.3333%;
	box-sizing: border-box;
	/*padding-bottom: 90px;*/
}

.ip_head {
	float: left;
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: relative;
}

.ip_head .ip_main {
	background: #4ccdc0;
}

.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%;
}

.ip_banners .swiper-wrapper .txt {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -150px;
}

.ip_banners img {
	float: left;
	width: 100%;
}

:root {
	--swiper-theme-color: #ffffff;
}

.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: 8px;
	opacity: .5;
	width: 3%;
}

.ip_sousou_x input {
	float: left;
	width: 75%;
	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: #4ccdc0;
}

.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: #4ccdc0;
	background: rgb(188 239 233);
	border-left: 5px solid #4ccdc0;
}

.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: #4cbaaf;
}

.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_schoolNews .ip_main ul li div.ip_imgbox {
	float: left;
	width: 35%;
	height: 78px;
}

.ip_schoolNews .ip_main ul li div.ip_imgbox img {
	width: 100%;
	height: 100%;
}

.ip_schoolNews .ip_main .ip_tltbox {
	float: right;
	width: 62%;
}

.ip_schoolNews .ip_main .ip_tltbox .ip_tlt {
	float: left;
	width: 100%;
	height: 46px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.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: 18px;
}

.ip_con_tlt a {
	font-size: 12px;
	color: #4cbaaf;
	width: 70px;
	height: 20px;
	line-height: 20px;
	float: right;
	margin-top: 16px;
}

.ip_con_tlt a img {
	float: right;
	width: 25%;
	line-height: 20px;
	margin-top: 5px;
}

.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 .ip_ul li {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #f3f3f3;
}

.ip_schoolNews ul li a {
	width: 100%;
}

.ip_schoolNews ul li p {
	float: left;
	width: 75%;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	font-size: 14px;
}

.ip_schoolNews ul li span {
	float: right;
	width: 20%;
	color: #999999;
	font-size: 12px;
}

.ip_schoolNews .hfSwiper {
	float: left;
	width: 100%;
	margin: 15px 0;
	min-width: 100%;
}

.ip_schoolNews .hfSwiper.swiper-container-horizontal>.swiper-pagination-bullets,
.newsSwiper.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px;
	width: 100%;
}

.ip_schoolNews .hfSwiper .swiper-pagination-bullet {
	background: #FFFFFF;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
}

.ip_schoolNews .hfSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.ip_main .ip_ztzl {
	margin-top: 20px;
}

.ip_schoolNews .ip_ztzl ul li {
	width: 47%;
	margin-right: 5%;
	border-bottom: none;
	padding: 5px 0;
}

.ip_schoolNews .ip_ztzl ul li:nth-child(2n) {
	margin-right: 0px;
}

.ip_schoolNews .ip_ztzl ul li a img {
	width: 100%;
	height: 100%;
}


.ip_fanhui {
	float: left;
	width: 13px;
	height: 20px;
	margin-top: 25px;
}

.ip_fanhui img {
	width: 100%;
	height: 100%;
}

.ip_title_xxgk {
	float: left;
	position: relative;
	left: 50%;
}

.ip_title_xxgk div {
	float: left;
	font-size: 20px;
	color: #ffffff;
	position: relative;
	right: 65%;
}

.ip_banner {
	float: left;
	width: 100%;
	height: 210px;
	background: url(ip_banner_bg.png) no-repeat center;
	background-size: 100% 100%;
}

.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: auto;
	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 ul li {
	float: left;
	width: 25%;
	font-size: 16px;
}

	.ip_navs_box .ip_show_nav ul li a {
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.ip_navs_box .ip_show_nav ul li.on a {
		color: #333;
		font-size: 18px;
		font-weight: bolder;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

.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: 10px 0 10px 10px;
	border-bottom: 1px dashed #f3f3f3;
	position: relative;
}

.ip_textlist ul li a {
	display: block;
	width: 100%;
}

.ip_textlist ul li .ip_title {
	float: left;
	width: 78%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ip_textlist ul li .ip_times {
	float: right;
	width: 20%;
	font-size: 12px;
	color: #999999;
}

.ip_textlist ul li:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 20px;
	width: 3px;
	height: 3px;
	border-radius: 5%;
	background: #8C8C8C;
}

.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: 18px;
	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%;
	height: 100%;
}

.ip_newsdetail .ip_text {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
	
	.ip_newsdetail .ip_text p {
		float: left;
		width: 100%;
		text-indent: 2em;
		font-size: 14px !important;
		line-height: 25px;
	}
	.ip_newsdetail .ip_text video{
		max-width:95%;
	}
	.ip_newsdetail .ip_text p span img{
		margin: 0 auto;
		max-width: 80%;
	}
	.ip_newsdetail .ip_text p img{
		max-width: 99%;
		margin: 0 auto;
	}
	.ip_newsdetail .ip_text img {
			margin: 0 auto;
			max-width: 80%;
	}
	.ip_newsdetail .txt img {
		max-width: 99%;
		margin: 0 auto;
	}
	/* 联系我们开始 */
	.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 p img {
	width: 100%;
}

.ip_rczp .ip_address:nth-child(4) {
	margin-bottom: 100px;
}

.ip_rczp .rczplisttlt {
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.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: 40%;
}

.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: 22%;
}

.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: inline-block;
	margin-left: 16px;
	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;
}


.createPage {
	float: left;
	width: 100%;
	padding: 30px 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 .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 .PrevPage,
.createPage .NextPage {
	position: relative;
}

.createPage .createPageli span {
	color: #999;
	background: rgba(0, 0, 0, 0.03);
}

.createPage .createPageli .on {
	color: #fff;
	background: #4ccdc0;
}

.ip_ztzl ul li {
	margin-bottom: 10px;
}

.ip_ztzl ul li a img {
	width: 100%;
	height: 100%;
}
