
#map .amap-marker-label {
	border-radius: 3px;
	padding: 5px 10px;
	color: #333;
	border-color: #ff0000;
	cursor: pointer;
	box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 10%);
	background: #ff0000;
}
.amap-marker-label .info {
	color: #fff;
	font-weight: bold;
}
.mapContent{padding:10px;}
.mapContent h4{font-size: 14px;margin-bottom: 5px;}
.mapContent p{line-height: 24px;font-size: 14px;}
.amap-marker-label .info{color:#fff; font-weight: bold;}
.amap-info-close{right:5px !important;}
/* ————— 公用表单 start ————— */
.input {
	border: 1px solid #ddd;
	padding: 0 10px
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}

.textarea {
	border: 1px solid #ddd;
	padding: 5px 10px
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 120px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

a.formBtn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 3px;
	font-size: 16px;
	color: #333;
	padding: 0 30px;
	margin: 0 5px;
}

a.formBtn:hover {
	opacity: .9;
}

.formYzm .input {
	width: 50%;
	float: left;
	display: inline;
}

.formYzm .yzmImg {
	width: 138px;
	height: 58px;
	border: 1px solid #e6e6e6;
	background: #e6e6e6;
	float: left;
	display: inline;
	margin-left: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.formYzm .yzmImg img {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.formYzm .yzmText {
	font-size: 15px;
	color: #b2b2b2;
	float: left;
	display: inline;
	height: 60px;
	line-height: 60px;
	margin-left: 30px;
	padding-right: 35px;
	background: url(../images/yzmRefreshIcon.png) no-repeat right center;
	cursor: pointer;
}

.formSubBtn {
	font-size: 0;
	text-align: center;
	margin: 0 -10px;
	padding-top: 40px;
}

.formSubBtn a {
	height: 60px;
	line-height: 60px;
	padding: 0 60px;
	border-radius: 5px;
	margin: 0 10px;
}

.formSubBtn a.submit {
	background: var(--themeColor);
	color: #FFF;
}

.formSubBtn a.reset {
	background: #f0f0f0;
	color: #b2b2b2;
}

/* ————— 公用表单 end ————— */

#flutterBox {
	width: 300px;
	height: 150px;
	position: relative;
	z-index: 200;
	position: fixed;
}

#flutterBox1 {
	width: 300px;
	height: 150px;
	position: relative;
	z-index: 200;
	position: fixed;
}
#flutterBox2 {
	width: 300px;
	height: 150px;
	position: relative;
	z-index: 200;
	position: fixed;
}

.flutterBox img {
	display: block;
	width: 100%;
}

.close_port {
	top: -10px !important;
	right: -20px !important;
	background: url(../images/floatClose1.png) no-repeat center center !important;
	background-size: cover !important;
	width: 17px !important;
	height: 17px !important;
	color: transparent !important;
	border: none !important;
	display: block !important;
}


/* ========== 页码 start ========== */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	color: #999999;
	border-radius: 50%;
	background: #fff;
	margin: 0 3px;
	line-height: 40px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

.page span {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: var(--themeColor);
	color: #fff;
}

.page a.hover {
	background: var(--themeColor);
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: 0px !important;
	width: 50px;
	height: 30px;
	border-radius: 5px;
	margin: 0 5px !important;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	/* top: -11px; */
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/* ========== 页码 end ========== */
/* ========== 单篇+文章页 start ========== */
.newsView{
	padding: 60px 0 250px;
}
.articleC {
	background: #FFFFFF;
	padding: 0 8.33334% 30px;
	position: relative;
	box-shadow: 0px 15px 30px 0px rgba(156, 126, 157, 0.2);
	border-radius: 30px;  
	margin-bottom: 70px;
}
.articleC1 {
	background: #FFFFFF;
	padding: 0 60px 30px;
	position: relative;
}

.articleBox {
	line-height: 36px;
	padding: 10px 0;
	color: #444;
	font-size: 18px;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 50px;
	font-size: 36px;
	font-family: "黑体";
	color: #333333;
	text-align: center;
	position: relative;
	margin-bottom: 8px;
}
.articleTitle1 {
	clear: both;
	line-height: 32px;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #944a85;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #d8c4d4;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #944a85;
	font-size: 16px;
	line-height: 40px;
	padding: 10px 0 15px;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #d8c4d4;
}

.articleTime::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0;
	bottom: 0;
	background: url(../images/articleLine.png) center no-repeat;
	background-size: 100%;
}

.articleTime span {
	display: inline-block;
	padding-right: 36px;
	font-size: 16px;
	color: #944a85;
	vertical-align: middle;
}
.articleTime span.ll{
	/* padding-left: 30px; */
	background: url(../images/yanj.png) center no-repeat;
	background-size: 20px 16px;
}
.articleFont {
	display: inline-block
}

.articleFont em {
	font-style: normal;
	margin-right: 20px;
}

.articleFont span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	padding-right: 0;
	border-radius: 40px;
	cursor: pointer;
}

.articleFont span.hover {
	background: #e8e6f3;
}
.articleTime1{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
}
.articleTimeL{
	display: flex;
}
.articleTimeL span{
	padding-left: 25px;
	font-size: 16px;
	color: #999;
	margin-right: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 38px;
}
.articleTimeL span.fbr{
	background-image: url(../images/viewIcon1.png);
}
.articleTimeL span.sj{
	background-image: url(../images/viewIcon2.png);
}
.articleTimeL span.ll{
	background-image: url(../images/viewIcon3.png);
}
.articleTime1 .articleShare{
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center;
}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	display: inline-block;
	vertical-align: middle;
}

.articleShare .shareParent .shareItem {
	vertical-align: middle;
}

/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {
	width: 800px;
	height: 450px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 450px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 450px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 800px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 9;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid var(--themeColor);
	background: var(--themeColor);
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9;
	background: url(../images/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleItem {
	padding: 5px 0;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 0 30px;
	background: url(../images/file/file.png) no-repeat left center;
	color: #666
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #F44336 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
}

.articlePage a:hover {
	color: #fff;
	background: var(--themeColor);
}

.articlePage a.hover {
	color: #fff;
	background: var(--themeColor);
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.pageUp::before{
	display: block;
	content: "";
	position: absolute;
	left: -57px;
    bottom: -175px;
	width: 303px;
	height: 256px;
	background: url(../../main/pc/images/yun.png) no-repeat center;
}
.pageUpL{
	width: 200px;
	background: #7a5b96;
	text-align: center;
	padding: 18px 0;
}
.pageUpL div{
	font-size: 18px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.pageUpR{
	flex: 1;
	background: #edeaf9;
	padding: 18px 50px;
}
.pageUpR div{
	height: 44px;
	line-height: 44px;
	position: relative;
	z-index: 2;
}
.pageUpR div a{
	font-size: 18px;
	color: #333333;
	transition: all .4s ease
}
.pageUpR div a:hover {
	color: var(--themeColor);
}

.pageUp1{
	padding: 36px 60px 60px;
	background: #fff;
	border-top: 1px solid #cfcfcf;
	display: flex;
	justify-content: space-between;
}
.pageUp1 .articlePageBox{
	width: 450px;
	height: 60px;
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
}
.pageUp1 .articlePageBox a{
	display: block;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
}
.pageUp1 a.pageBack{
	display: block;
	width: 160px;
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .4s;
	-webkit-transition: all .4s;
	text-align: center;
}
.pageUp1 a.pageBack span{
	display: inline-block;
	padding-left: 30px;
	font-size: 16px;
	color: #999;
	transition: all .4s;
	-webkit-transition: all .4s;
	background: url(../images/viewIcon4.png) left center no-repeat;
}
.pageUp1 a.pageBack:hover{
	background: var(--themeColor);
}
.pageUp1 a.pageBack:hover span{
	color: #fff;
	background: url(../images/viewIcon4_h.png) left center no-repeat;
}
.pageUp1 .articlePageBox:hover,
.pageUp1 .articlePageBox a:hover{
	background: var(--themeColor);
	color: #fff;
}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	/* border: 1px solid #e5e5e5; */
	padding: 5px 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: .5rem;
}

.newsAudio .audiojs .play-handle {
	display: flex;
	align-items: center;
}

.newsAudio .audiojs .play-handleTime {
	flex: 1;
}

.newsAudio .audiojs .play-pause {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 100%;
	position: relative;
}

.newsAudio .audiojs p {
	display: none;
	width: 40px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
	background: #f00;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .play-title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	height: 6px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	position: relative;
	font-size: 16px;
	color: #333;
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #333;
	font-style: normal;
	font-size: 16px;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../plugIn/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../plugIn/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../plugIn/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../plugIn/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}

.newsViewVideo #col1mui-player {
	height: 100% !important;
	cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play.png) no-repeat center center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}

/* ————— 视频 end ————— */
/*侧边浮框start*/
.articleRight {
	position: absolute;
	height: 200px;
	width: 50px;
	right: -80px;
	bottom: 270px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.articleRightBox dd {
	padding: 6px 0;
}

.articleRightBox dd .con {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	background: #d2d2d2;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.articleRightIcon .wicon {
	width: 50px;
	height: 50px;
	border-radius: 2px;
}

.articleRightIcon .text {
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.smallApplet .articleRightIcon .wicon {
	background: #fff url(../images/ewmIcon.png) center center no-repeat;
}

.backTop .articleRightIcon .wicon {
	background: url(../images/backTop.png) center center no-repeat;
}

.backTop .articleRightIcon:hover .wicon {
	background-color: var(--themeColor);
}

.articleRightPosition {
	position: absolute;
	left: -150px;
	top: -50px;
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
	border-radius: 5px;
	border: 1px solid #EEEEEE;
}

.articleRightPosition:after {
	display: block;
	content: '';
	border: 8px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
}

.articleRightPosition i {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff;
	right: -8px;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -8px;
	box-shadow: 1px 2px 9px rgb(0 0 0 / 8%);
}

.articleRightImg {
	padding: 10px;
	width: 110px;
	background: #fff;
	position: relative;
}

.articleRightImg .articleRightImgC {
	width: 110px;
	height: 110px;
}

.articleRightImg img {
	display: block;
	height: 110px;
	width: 110px;
	position: relative;
	z-index: 5;
}

.articleRightImg .text {
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.articleRightPosition1 {
	position: absolute;
	right: 80px;
	top: 10px;
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}

.articleRightPosition1 i {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -5px;
	right: -5px;
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.5);
}

.articleRightImg1 {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	position: relative;
	z-index: 5;
}

.backTop:hover .articleRightPosition1 {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.smallApplet:hover .articleRightPosition {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.articleRight.show .backTop {
	visibility: visible;
	opacity: 1;
}

/* ========== 单篇+文章页 end ========== */

/* ========== 全图列表 start ========== */

/* 全图2 start */
.imgList2 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
}

.imgList2 dd {
	width: 33.3333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.imgList2 dd .con {
	display: block;
	background: #FFF;
	border-radius: 3px;
	margin: 0 15px;
	overflow: hidden;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	cursor: pointer;
}

.imgList2 dd .con .pic::before {
	padding-top: 56.25%;
}

.imgList2 dd .con .pic .newPic {
	position: absolute !important;
	left: 0;
	top: 0;
}
.imgList2 dd .text{
	height: 70px;
	display: flex;
	align-items: center;
}

.imgList2 dd .text .title {
	line-height: 24px;
	overflow: hidden;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	font-size: 16px;
	font-weight: bold;
	color: #595959;
	margin: 0 20px;
	text-align: center;
}

.imgList2 dd .con:hover .text .title {
	color: var(--themeColor);
}

.imgList2 dd .con:hover {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
/* 全图2 end */
/* 全图-横线分割 start */
.imgList3 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
}

.imgList3 dd {
	width: 33.3333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.imgList3 dd .con {
	display: block;
	background: #FFF;
	border-radius: 2px;
	margin: 0 15px;
	overflow: hidden;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	cursor: pointer;
}

.imgList3 dd .con .pic::before {
	padding-top: 56.25%;
}

.imgList3 dd .con .picBox {
	padding: 30px;
}
.imgList3 dd .text {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 30px;
	border-top: 1px solid #bdbdbd;
}
.imgList3 dd .text .title {
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	font-size: 18px;
	color: #333;
}
.imgList3 dd .con:hover .text .title {
	color: var(--themeColor);
	font-weight: bold;
}
.imgList3 dd .con:hover {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
/* 全图-横线分割 end */
/* ========== 全图列表 end ========== */

/* ========== 全图列表 end ========== */
/* 全文2 end */
.textList2 dd {
	padding: 15px 0;
}

.textList2 dd .con {
	display: block;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 30px 30px 10px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	cursor: pointer;
}

.textList2 dd .timeBox {
	width: 150px;
	height: 118px;
	border-right: 1px solid #E5E5E5;
}

.textList2 dd .timeBox .date {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}

.textList2 dd .timeBox .month {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

.textList2 dd .moreR {
	width: 200px;
	height: 118px;
}

.textList2 dd .moreRC {
	overflow: hidden;
}

.textList2 dd .moreRC .views {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #9999;
	margin-right: 28px;
}

.textList2 dd .moreRC .more {
	overflow: hidden;
	display: block;
	height: 44px;
	width: 70px;
	background: #e5e5e5 url(../images/moreW.png) center center no-repeat;
	overflow: hidden;
	border-radius: 30px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}

.textList2 dd .text {
	overflow: hidden;
	margin-right: 30px;
	padding: 6px 55px 0;
	height: 118px;
	box-sizing: border-box;
}

.textList2 dd .text .title {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #595959;
	font-size: 18px;
	margin-bottom: 5px;
}

.textList2 dd .text .textC {
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	font-size: 15px;
	color: #858585;
}

.textList2 dd .con:hover {
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.textList2 dd .con:hover .more {
	background: var(--themeColor) url(../images/moreW_h.png) center center no-repeat;
}

.textList2 dd .con .more a:hover {
	opacity: .9;
}

.textList2 dd .con:hover .title {
	color: var(--themeColor);
}
/* 全文2 end*/

/* 全文-只有标题和时间 start */
.textList3{
	padding: 40px;
	background: #fff;
}
.textList3 .con{
	display: flex;
	border-bottom: 1px dashed #e6e6e6;
	height: 50px;
	line-height: 50px;
	padding: 10px 0;
	align-items: center;
}
.textList3 dd:last-child .con{
	border-bottom: none;
}
.textList3 .con em{
	display: block;
	width: 6px;
	height: 6px;
	background: #999;
	border-radius: 50%;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.textList3 .con .title{
	flex: 1;
	font-size: 16px;
	color: #333;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	padding: 0 40px 0 10px;
}
.textList3 .con .time{
	font-size: 14px;
	color: #999;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.textList3 .con:hover em{
	background: var(--themeColor);
}
.textList3 .con:hover .title{
	color: var(--themeColor);
	font-weight: bold;
}
/* 全文-只有标题和时间 end */

/* 全文 start */
.textList4 dd{
	padding: 15px 0;
}
.textList4 .con{
	display: flex;
	padding: 35px;
	background: #FFFFFF;
	border-radius: 3px;
	overflow: hidden;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	position: relative;
}
.textList4 dd .con::after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: var(--themeColor);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.textList4 .con .timeBox{
	width: 110px;
	height: 110px;
	background: #e9f1fd;
	transition: all .4s;
	-webkit-transition: all .4s;
	text-align: center;
	margin-right: 30px;
}
.textList4 .con .timeBox .date{
	height: 42px;
	line-height: 42px;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: var(--themeColor);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.textList4 .con .timeBox .month{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.textList4 .con .text{
	flex: 1;
	overflow: hidden;
}
.textList4 .con .title{
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	margin-bottom: 18px;
}
.textList4 .con .textC{
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #999;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.textList4 dd .con:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}
.textList4 dd .con:hover::after{
	width: 100%;
}
.textList4 dd .con:hover .text .title {
	color: var(--themeColor);
	font-weight: bold;
}

.textList4 dd .con:hover .timeBox {
	background: var(--themeColor);
}
.textList4 dd .con:hover .timeBox .month,
.textList4 dd .con:hover .timeBox .date{
	color: #fff;
}
/* 全文 end */
/* ========== 全图列表 end ========== */

/* ========== 图文列表 start ========== */
/* 图文2 start */
.imgText2BannerBox {
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.imgText2Banner {
	width: 600px;
	position: relative;
}

.imgText2Banner .pic::before {
	padding-top: 56.667%;
}

.imgText2Banner .myslide .text {
	display: none;
}

.imgText2BannerText {
	padding: 0 50px;
	overflow: hidden;
}

.imgText2BannerText .title {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	margin-bottom: 20px;
}

.imgText2BannerText .title a {
	font-size: 24px;
	font-weight: bold;
	color: #595959;
}

.imgText2BannerText .title a:hover {
	color: var(--themeColor);
}

.imgText2BannerText .time {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
}

.imgText2BannerText .textC {
	height: 120px;
	line-height: 30px;
	font-size: 15px;
	color: #999;
}

.imgText2Banner .slick-dots {
	position: absolute;
	width: 100%;
	height: 36px;
	left: 100%;
	bottom: 20px;
	margin-left: 50px;
}

.imgText2Banner .slick-dots li {
	float: left;
	display: inline;
	width: 36px;
	height: 36px;
	background: #f5f5f5;
	margin-right: 20px;
	line-height: 36px;
	border-radius: 36px;
	text-align: center;
	font-size: 15px;
	color: #999;
	cursor: pointer;
}

.imgText2Banner .slick-dots li.slick-active {
	background: #e8e6f3;
}

.imgText2 dd {
	padding: 15px 0;
}

.imgText2 dd .con {
	display: block;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}

.imgText2 dd .pic {
	width: 400px;
}

.imgText2 dd .pic::before {
	padding-top: 56.25%;
}

.imgText2 dd .text {
	overflow: hidden;
	padding: 0 45px;
	margin-right: 140px;
}

.imgText2 dd .text .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #595959;
}

.imgText2 dd .text .textC {
	height: 90px;
	line-height: 30px;
	font-size: 15px;
	color: #999;
	overflow: hidden;
	margin-bottom: 35px;
}

.imgText2 dd .text .time {
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
}

.imgText2 dd .moreR {
	width: 70px;
	height: 225px;
}

.imgText2 dd .moreR .more {
	overflow: hidden;
	display: block;
	height: 44px;
	width: 70px;
	background: #e5e5e5 url(../images/moreW.png) center center no-repeat;
	overflow: hidden;
	border-radius: 30px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}

.imgText2 dd .con:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}

.imgText2 dd .con:hover .text .title {
	color: var(--themeColor);
}

.imgText2 dd .con:hover .moreR .more {
	background: var(--themeColor) url(../images/moreW_h.png) center center no-repeat;
}

.imgText2 dd .con .moreR .more:hover {
	opacity: 0.5;
}
/* 图文2 end */
/* 图文 左右结构 start */
.imgText4 dd {
	padding: 15px 0;
	position: relative;
}

.imgText4 dd .con {
	display: block;
	padding: 30px;
	background: #FFFFFF;
	border-radius: 3px;
	overflow: hidden;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	position: relative;
}
.imgText4 dd .con::after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: var(--themeColor);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.imgText4 dd .pic {
	width: 420px;
	margin-right:40px;
}

.imgText4 dd .pic::before {
	padding-top: 56.25%;
}

.imgText4 dd .text {
	overflow: hidden;
}

.imgText4 dd .text .title {
	height:60px;
	line-height: 60px;
	overflow: hidden;
	margin-bottom:12px;
	font-size: 22px;
	color: #333;
}

.imgText4 dd .text .textC {
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	margin-bottom: 28px;
}
.imgText4 dd .text .textBottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 52px;
}
.imgText4 dd .text .time {
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
}

.imgText4 dd .more {
	width: 156px;
	height: 52px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cfcfcf;
	border-radius: 0 25px 0 0;
	line-height: 52px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
	font-size: 18px;
	color: #999;
}
.imgText4 dd .more span{
	display: inline-block;
	padding-right: 26px;
	position: relative;
}
.imgText4 dd .more span::after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	background: #999;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.imgText4 dd .con:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}

.imgText4 dd .con:hover .text .title {
	color: var(--themeColor);
	font-weight: bold;
}

.imgText4 dd .con:hover .more {
	background: var(--themeColor);
	color: #fff;
	border-color: var(--themeColor);
}
.imgText4 dd .con:hover .more span:after{
	background:#fff;
}

.imgText4 dd .con .more:hover {
	opacity: 0.5;
}
.imgText4 dd .con:hover::after{
	width: 100%;
}
/* 图文 左右结构 end  */
/* ========== 图文列表 end ========== */
/* ========== 视频列表 start========== */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	width: 30px !important;
	height: 30px !important;
	right: -40px;
	top: -40px;
}

.aykj-videoPop {
	border: 10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px !important;
	background-color: #000 !important;
}

/* 视频弹窗 end */
/* 视频列表2 四周无边距 start */
.videoList2 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
}

.videoList2 dd {
	width: 33.33333%;
	float: left;
	display: inline;
	padding: 15px 0px;
}

.videoList2 dd .con {
	display: block;
	margin: 0 15px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.videoList2 dd .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}

.videoList2 dd .pic::before {
	padding-top: 60%;
}

.videoList2 dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.videoList2 dd .pic span.play {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 24px;
	display: block;
	background: url(../images/videoIco.png) no-repeat center center;
	background-size: 60px;
}

.videoList2 dd .pic span.time {
	width: 100%;
	height: 16px;
	line-height: 16px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.videoList2 dd .text {
	padding: 20px 30px;
}

.videoList2 dd .con .title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList2 dd .con:hover .title {
	color: var(--themeColor);
}

/* 视频列表2 四周无边距 end */
/* 视频列表3 图片周围有边距 start */
.videoList3 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
}

.videoList3 dd {
	width: 33.33333%;
	float: left;
	display: inline;
	padding: 15px 0px;
}

.videoList3 dd .con {
	display: block;
	margin: 0 15px;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.videoList3 dd .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}

.videoList3 dd .picBox {
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.videoList3 dd .pic::before {
	padding-top: 56.25%;
}

.videoList3 dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.videoList3 dd .pic span.play {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 24px;
	display: block;
	background: url(../images/videoIco.png) no-repeat center center;
	background-size: 60px;
}

.videoList3 dd .pic span.time {
	width: 100%;
	height: 16px;
	line-height: 16px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.videoList3 dd .text {
	padding: 20px 30px;
}

.videoList3 dd .con .title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList3 dd .con:hover .title {
	color: var(--themeColor);
}

/* 视频列表3 图片周围有边距 end */
/* ========== 视频列表 end ========== */
/* ========== 荣誉列表 start ========== */
/* 荣誉1 start */
.hornorList1 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
}

.hornorList1 dd {
	width: 33.33333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.hornorList1 dd .con {
	display: block;
	margin: 0 15px;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.hornorList1 dd .con .picBox {
	padding: 20px;
}
.hornorList1 dd .con .picBox .picBoxC{
	padding: 15px;
	background: #e5e5e5;
}
.hornorList1 dd a .picBox .pic::before {
	padding-top: 56.563462%;
}

.hornorList1 dd a .picBox .pic img {
	object-fit: contain;
}
.hornorList1 dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hornorList1 dd a .text .title {
	font-size: 16px;
	color: #595959;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	overflow: hidden;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.hornorList1 dd a:hover .text .title {
	color: var(--themeColor);
}
.hornorList1 dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
/* 荣誉1 end */
/* 荣誉2 start */
.hornorList2 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
}

.hornorList2 dd {
	width: 25%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.hornorList2 dd .con {
	display: block;
	margin: 0 15px;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.hornorList2 dd .con .picBox {
	padding: 20px;
}
.hornorList2 dd .con .picBox .picBoxC{
	padding: 15px;
	background: #e5e5e5;
}
.hornorList2 dd a .picBox .pic::before {
	padding-top: 110.6145%;
}

.hornorList2 dd a .picBox .pic img {
	object-fit: contain;
}
.hornorList2 dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hornorList2 dd a .text .title {
	font-size: 16px;
	color: #595959;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	overflow: hidden;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.hornorList2 dd a:hover .text .title {
	color: var(--themeColor);
}
.hornorList2 dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
/* 荣誉2 end */
/* 荣誉3 横向无边框 start */
.hornorList3 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
}

.hornorList3 dd {
	width: 33.33333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.hornorList3 dd .con {
	display: block;
	margin: 0 15px;
	border-radius: 3px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.hornorList3 dd a .picBox .pic::before {
	padding-top: 66.6667%;
}
.hornorList3 dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hornorList3 dd a .text .title {
	font-size: 16px;
	color: #595959;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	overflow: hidden;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.hornorList3 dd a:hover .text .title {
	color: var(--themeColor);
}
.hornorList3 dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
/* 荣誉1 end */
/* ========== 荣誉列表 end ========== */
/* 期刊杂志 start */
.magezineList{overflow: hidden;margin: 0 -15px;}
.magezineList dd{width: 25%;float: left;display: inline;padding: 15px 0;}
.magezineList dd .con{display: block;background: #FFFFFF;margin:0 15px 0 0; border-radius: 5px; overflow: hidden;transition: all .4s;-webkit-transition: all .4s;}
.magezineList dd .con .pic::before{padding-top:133.333333%;}
.magezineList dd .con .pic .scan{ position: absolute; left: 0;top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.5) url(../images/eyeImg.png) no-repeat center center; visibility: hidden; opacity: 0; transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.magezineList dd .con .text{height: 70px;display: flex;justify-content: center;align-items: center; padding: 0 20px;}
.magezineList dd .con .text .title{line-height: 24px;font-size: 16px;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.magezineList dd .con:hover .text .title{color: var(--themeColor);}
.magezineList dd .con:hover  .pic .scan{visibility: visible; opacity: 1;}
.magezineList dd .con:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
/* 期刊杂志 end */
/* ========== 领导列表 start ========== */
/* 领导1 表格形式 start */
.leaderBox {
	padding: 50px;
	background: #FFFFFF;
}

.leaderDl1 {
	border: 1px solid #ebebeb;
}

.leaderDl1 dd:last-child {
	border: none;
}

.leaderDl1 dd.odd {
	background: #fafafa;
}

.leaderDl1 dd {
	border-bottom: 1px solid #ebebeb;
}

.leaderDl1 dd .con {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}

.leaderDl1 dd .name {
	width: 440px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	text-align: center;
}

.leaderDl1 dd .text {
	border-left: 1px solid #ebebeb;
	overflow: hidden;
	padding: 0 135px;
	font-size: 18px;
	color: #555555;
}

/* 领导1表格形式 end */
/* ========== 领导列表 end ========== */

/* ========== 社会招聘 start ========== */
/*招聘1 end */
.recruitListTop {
	padding: 40px 0;
}
.recruitListTopR {
	float: right;
	display: inline;
}
.recruitListTopText {
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
}

.recruitListTopL {
	overflow: hidden;
}

.lc_search1Box {
	overflow: hidden;
	background: #FFFFFF;
	padding: 6px;
	border-radius: 30px;
	width: 418px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lc_search1Box .searchBtn {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: var(--themeColor);
	cursor: pointer;
	position: relative;
	color: #fff;
}

.lc_search1Box .searchBtn:before {
	display: none;
}

.recruitSearchIcon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/searchBai.png) center center no-repeat;
}
.lc_search1Box .recruitSearchDiv {
	overflow: hidden;
}

.lc_search1Box .recruitSearchDiv .input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 22px;
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
}

.recruitListTop .lc_search1Box {
	float: left;
	display: inline;
	margin-right: 42px;
}

.recruitListDl1 dd {
	padding: 10px 0;
}

.recruitListDl1 dd .con {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 40px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl1 dd .con:hover {
	box-shadow: 0px 1px 15px 0px rgb(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 1px 15px 0px rgb(0, 0, 0, 0.08);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.recruitListDl1 dd .ddTop {
	overflow: hidden;
	padding: 20px 0;
}

.recruitListDl1 dd .jt_more2Box .a2.active .rightIcon:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	bottom: 4px;
}

.recruitListDl1 dd .ddTopRight {
	float: right;
	margin-left: 40px;
	padding: 26px 0 0;
}

.recruitListDl1 dd .ddTopLeft {
	overflow: hidden;
}

.recruitListDl1 dd .ddTopText1 {
	font-size: 20px;
	color: #595959;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 14px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl1 dd .ddTopText2 {
	overflow: hidden;
	font-size: 0;
}

.recruitListDl1 dd .ddTopText2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	margin-right: 40px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.recruitListDl1 dd .ddBottom {
	padding: 40px 0 28px;
	position: relative;
	display: none;
}

.recruitListDl1 dd .ddBottom:before {
	content: '';
	background-color: rgb(230, 230, 230);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 0;
}

.recruitListDl1 dd .ddBottomTextC {
	margin-bottom: 28px;
}

.recruitListDl1 dd .ddBottomTextC .ddBottomText1 {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	font-weight: bold;
}

.recruitListDl1 dd .ddBottomTextC .ddBottomText2 {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding-left: 5px;
}

.recruitListDl1 dd .con:hover .ddTopText1 {
	color: var(--themeColor);
}
.recruitListDl1 dd  .jt_more2Box {
	font-size: 0;
	overflow: hidden;
}
.recruitListDl1 dd  .jt_more2Box a {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid rgb(230, 230, 230);
	width: 65px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 22px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: 16px;
	color: #666666;
	text-align: center;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.recruitListDl1 dd .jt_more2Box a:before {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background: var(--themeColor);
	z-index: -1;
	transform: scaleX(0.4);
	-webkit-transform: scaleX(0.4);
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border: none;
}

.recruitListDl1 dd  .jt_more2Box a.hover,
.recruitListDl1 dd  .jt_more2Box a:hover {
	color: #FFFFFF;
}

.recruitListDl1 dd  .jt_more2Box a.hover:before,
.recruitListDl1 dd  .jt_more2Box a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible
}

.recruitListDl1 dd  .jt_more2Box .a1 {
	padding: 0 15px;
	margin-right: 20px;
}

.recruitListDl1 dd  .jt_more2Box .a2.hover,
.recruitListDl1 dd  .jt_more2Box .a2:hover {
	border: 2px solid var(--themeColor);
}
/*招聘1 end */
/*招聘2 start */
.recruitList2 dd {
	position: relative;
	padding: 10px 0;
}

.recruitList2 dd .con {
	display: block;
	border-radius: 10px;
	padding: 46px 30px;
	background: #F5F5F5;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitList2 dd.odd .con {
	background: #FFFFFF;
}

.recruitList2 dd .con:hover {
	overflow: hidden;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	z-index: 5;
}

.recruitList2 dd .ddLeft {
	float: left;
	display: inline;
	margin-right: 85px;
	height: 110px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitList2 dd .ddRight {
	float: right;
	display: inline;
	width: 240px;
	margin-left: 85px;
	height: 110px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitList2 dd .ddCenter {
	overflow: hidden;
	height: 110px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitList2 dd .timeBox {
	font-size: 0;
	overflow: hidden;
}

.recruitList2 dd .timeBox span {
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
}

.recruitList2 dd .timeBox .span2 {
	color: #bbb3d8;
	font-weight: bold;
}

.recruitList2 dd .ddCenter .title {
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #595959;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recruitList2 dd .con:hover .title {
	color: var(--themeColor);
}
.recruitList2 dd .info {
	font-size: 15px;
	color: #999999;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	-webkit-line-clamp: 2 !important;
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
}
.recruitList2 dd .textC {
	overflow: hidden;
}
.recruitList2 dd .pageView {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	margin-right: 66px;
}

.recruitList2 dd .jt_more2Box {
	overflow: hidden;
    display: block;
    height: 44px;
    width: 70px;
    background: #e5e5e5 url(../images/moreW.png) center center no-repeat;
    overflow: hidden;
    border-radius: 30px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.recruitList2 dd .con:hover .jt_more2Box {
	 background: var(--themeColor) url(../images/moreW_h.png) center center no-repeat;
}

.recruitList2 dd .con:hover .jt_more2Box a.a2::before {
	transform: scaleX(1) !important;
	-webkit-transform: scaleX(1) !important;
	opacity: 1;
	visibility: visible;
}

.recruitList2 dd .con:hover .jt_more2Box .a2 {
	border: 2px solid transparent;
}

/*招聘2 end */
/*招聘3 start */
.recruitList3 dd {
	position: relative;
	padding: 15px 0;
}

.recruitList3 dd .con {
	display: flex;
	align-items: center;
	border-radius: 2px;
	padding: 30px 30px 30px 0;
	background: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitList3 dd .con:hover {
	overflow: hidden;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	z-index: 5;
}
.recruitList3 dd .more {
    width: 156px;
    height: 52px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cfcfcf;
    border-radius: 0 25px 0 0;
    line-height: 52px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    text-align: center;
    font-size: 18px;
    color: #999;
}
.recruitList3 dd .more span{
	display: inline-block;
	padding-right: 26px;
	position: relative;
}
.recruitList3 dd .more span::after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	background: #999;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.recruitList3 dd .ddCenter {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
}
.recruitList3 dd .ddLeft {
	padding: 0 40px 0 30px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.recruitList3 dd .ddLeft::before{
	display: block;
	content: "";
	width: 1px;
	height: 42px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -21px;
	background: #999;
}
.recruitList3 dd .ddLeft::after{
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -8px;
	background: #d5d5d5;
	border-radius: 100%;
}
.recruitList3 dd .ddLeft img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.recruitList3 dd .timeBox {
	font-size: 0;
	overflow: hidden;
}

.recruitList3 dd .timeBox span {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}

.recruitList3 dd .timeBox .span2 {
	color: #999;
	font-size: 16px;
}

.recruitList3 dd .ddCenter .title {
	height: 58px;
	line-height: 58px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recruitList3 dd .con:hover .title {
	color: var(--themeColor);
}
.recruitList3 dd .info {
	font-size: 18px;
	color: #999999;
	line-height: 46px;
	height:92px;
	overflow: hidden;
	-webkit-line-clamp: 2 !important;
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
}
.recruitList3 dd  .con::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--themeColor);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.recruitList3 dd .con:hover::after {
	width: 100%;
}
.recruitList3 dd .con:hover .more span::after{
	background: #FFF;
}
.recruitList3 dd .con:hover .more {
	color: #fff;
	border-color: var(--themeColor);
	background: var(--themeColor);
}
.recruitList3 dd .con:hover .timeBox .span2 {
	color: var(--themeColor);
}
.recruitList3 dd .con:hover .ddLeft::after {
	background: var(--themeColor);
}
/*招聘3 end */
/* ========== 社会招聘 end ========== */
/* ========== 招聘详情 start ========== */
.jpViewBox {
	padding: 50px 105px;
}
.jpViewBox1{
	padding: 50px 60px;
}
.jpViewBottom{
	border-top: 1px solid #d5d5d5;
	padding-top: 30px;
}
.jpArticle {
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	font-weight: bold;
	color: #595959;
	text-align: center;
}

.jpArticleTime {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.jpArticleTime span {
	margin-right: 11px;
}

.jpArticleTime em {
	font-size: 16px;
	font-weight: bold;
	color: #bbb3d8;
	font-style: normal;
}

.jpArticleBox {
	padding: 25px 0;
}

.jpArticleC {
	margin-bottom: 20px;
}

.jpArticleC .title {
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	color: var(--themeColor);
	font-size: 20px;
	margin-bottom: 10px;
}

.jpArticleC .text {
	line-height: 32px;
	font-size: 16px;
	color: #666;
}
.jpViewBottom{
	display: flex;
	justify-content: center;
}
.jpBtn1 a {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #999999;
	border-radius: 50px;
	margin-right: 30px;
	text-align: center;
	font-size: 18px;
	color: #999;
	transition: .4s;
	-webkit-transition: .4s;
}
.jpBtn1 a span{
	display: inline-block;
	padding-right: 20px;
	background: url(../images/zpIcon1.png) right center no-repeat;
}
.jpBtn1.active a{
	background: var(--themeColor);
	border-color: var(--themeColor);
	color: #fff;
}
.jpBtn1 a:hover{
	background: var(--themeColor);
	border-color: var(--themeColor);
	color: #fff;
}
.jpBtn1.active a:hover{
	opacity: .85;
}
.jpBtn a {
	display: block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	background: var(--themeColor);
	border-radius: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	transition: .4s;
	-webkit-transition: .4s;
}

.jpBtn a:hover {
	opacity: 0.85;
}

/* ========== 招聘详情 end ========== */
/* ========== 社会招聘表单 start ========== */
/* 表单start */
.recruitListBox {
	background-color: #ffffff;
	padding: 35px 320px 50px;
}

.recruitListFormTitle {
	text-align: center;
	font-size: 26px;
	color: #595959;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	margin-bottom: 15px;
}

.recruitListFormUp {
	border: 1px solid #e6e6e6;
	padding-top: 58px;
	padding-bottom: 38px;
	background-color: #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}

.recruitListFormUp .btn {
	margin: 0 auto 30px;
	width: 108px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ebebeb;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recruitListFormUp .btn a {
	font-size: 16px;
	text-align: center;
	color: var(--themeColor);
	display: block;
	background-color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recruitListFormUp .btn:hover {
	border-color: var(--themeColor);
}

.recruitListFormUp .btn:hover a {
	background-color: var(--themeColor);
	color: #ffffff;
}

.recruitListFormUp .text {
	padding: 0 170px;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.recruitFormTitle {
	font-size: 20px;
	color: #595959;
	height: 50px;
	line-height: 50px;
	margin-bottom: 18px;
}

.recruitListForm {
	margin-right: -20px;
	font-size: 14px;
}

.recruitListForm:after {
	clear: both;
	content: '';
	visibility: hidden;
	display: block;
}

.recruitListForm .item {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.recruitListForm .item.w100p {
	width: 100%;
}

.recruitListForm .item .con {
	margin-right: 20px;
}

.recruitListForm .item .label {
	font-size: 15px;
	color: #595959;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}

.recruitListForm .item .label span {
	color: #ff0000;
	margin: 0 4px;
}

.recruitListForm .item .label em {
	color: #999999;
	font-style: unset;
}

.recruitListForm .item .itemC {
	clear: both;
	min-height: 40px;
}

.recruitListForm .input {
	border-color: #e6e6e6;
	background-color: #f7f7f7;
	border-radius: 6px;
}

.recruitListForm .input input {
	font-size: 15px;
	height: 58px;
	line-height: 58px;
}

.recruitListForm .input2 {
	float: left;
	display: inline;
	width: 58px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.recruitListForm .item2 .form_cssSelect {
	margin-left: 80px;
	float: none;
	width: auto !important;
}

.recruitListForm .form_cssSelect .form_selectBox {
	background-color: #f7f7f7;
	border-radius: 6px;
}

.recruitListForm .item2 .form_selectBox {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.recruitListForm .form_cssSelect .form_selectRt {
	right: 10px;
}

.recruitListForm .form_cssSelect .form_selectRt:before {
	width: 11px;
	height: 7px;
	border: none;
	background: url(../images/recruitSelectDown.png) no-repeat center center;
}

.recruitListForm .form_cssSelect .form_selectLt {
	height: 58px;
	line-height: 58px;
}

.recruitListForm .form_cssSelect .form_optionBox {
	height: 35px;
	line-height: 35px;
}

.recruitListForm .textarea {
	background-color: #f7f7f7;
	border-radius: 6px;
}

.recruitListForm .textarea textarea {
	height: 200px;
}

.recruitListTc {
	padding: 20px;
	overflow: hidden;
}

.recruitChecked {
	font-size: 16px;
	color: #595959;
	height: 40px;
	line-height: 40px;
}

.recruitChecked input[type=checkbox] {
	display: none;
}

.recruitChecked input[type=checkbox]+label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.recruitChecked input[type=checkbox]+label::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #d4d4d4;
	border-radius: 1px;
	background: #e6e6e6;
	margin-right: 10px;
	border-radius: 2px;
	cursor: pointer;
}

.recruitChecked input[type=checkbox]:checked+label::before {
	border-color: var(--themeColor);
	background: var(--themeColor) url(../images/checkedIcon.png) no-repeat center center;
}
/* 表单end */
/* 表单2 start */
.recruitBox2 {
	padding: 42px 50px 50px;
	background: #FFFFFF;
}

.recruitListTitle {
	height: 46px;
	line-height: 46px;
	font-size: 26px;
	color: #222;
	text-align: center;
	margin-bottom: 23px;
}

.recruitFormL {
	width: 50%;
	box-sizing: border-box;
	padding-right: 15px;
}

.recruitFormR {
	width: 50%;
	padding-left: 15px;
	box-sizing: border-box;
}

.recruitListForm .aykj-form-item {
	width: 100%;
	padding: 15px 0;
}

.recruitListForm .aykj-formC {
	padding: 0 30px 0;
	border: 1px solid #ededed;
	border-radius: 5px;
	background: #fafafa;
}

.recruitListForm .aykj-form-label {
	width: 85px;
	padding: 14px 0;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	float: left;
	display: inline;
}

.recruitListForm .aykj-form-label span {
	color: #ef1111;
	margin-right: 5px;
}

.recruitListForm .aykj-form-formBox {
	margin-left: 85px;
}
.recruitListForm .aykj-form-formBox .aykj_beautify_radio{
	padding-top: 5px;
}

.recruitListForm .aykj-form-input {
	background: none;
    position: relative;
    border-radius: 2px;
    width: 100%;
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    padding: 0 10px;
    outline: none;
    float: left;
    display: inline;
}

.recruitListForm .form_cssSelect .form_selectBox {
	border: none;
}

.recruitListForm .form_cssSelect .form_selectLt {
	height: 58px;
	line-height: 58px;
}

.birthday {
	position: relative;
	height: 58px;
}

.birthday::before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: -8px;
	top: 50%;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-color: transparent;
	border-top-color: #c2c2c2;
	border-style: dashed;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitListForm .aykj-form-textarea {
	height: 217px;
	padding: 10px 0;
	background: none;
	border: none;
}

.aykj-formUp {
	overflow: hidden;
}

.aykj-formUp a {
	float: left;
	display: inline;
	padding: 0 11px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	margin-right: 23px;
	transition: .5s;
	-webkit-transition: .5s;
}

.aykj-formUp a.up {
	background: #e3b209;
	font-size: 14px;
	color: #FFFFFF;
}

.aykj-formUp a.mb {
	background: #e0e9f5;
	font-size: 14px;
	color: #666;
}

.aykj-formUp a:hover {
	opacity: .85;
}

.recruitListForm .aykj-formC-tip {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}

.recruitListForm .aykj-form-code {
	overflow: hidden;
	padding-left: 10px;
}

.recruitListForm .aykj-form-code img {
	display: block;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* 表单2 end */
/* ========== 社会招聘表单 end ========== */

/* ========== 精品工程 start ========== */
/* 主站 start */
.middleLeftScroll{
    position: relative;
		padding: 30px;
		background: #fff;
		border-radius: 5px;
}
.middleLeftScroll .slick-dots {
    margin: 0 20px;
    position: absolute;
    width: 120px;
    text-align: center;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}

.middleLeftScroll .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    line-height: 9999px;
    text-align: center;
    background: #c7c7c7;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
}

.middleLeftScroll .slick-dots li.slick-active {
    background: var(--themeColor);
}
.middleLeftScroll .myslide .con .pic{
    width: 800px;
    margin-left: 20px;
}
.middleLeftScroll .myslide .con .pic:before{
    display: block;
    content: '';
    padding-top: 56%;
}

.middleLeftScroll .myslide .con{
    overflow: hidden;
}

.middleLeftScroll .text {
    overflow: hidden;
}

.middleLeftScroll .text .position {
    font-size: 16px;
    color: #666666;
    line-height: 60px;
}

.middleLeftScroll .text .jiangli {
    font-size: 16px;
    color: #666666;
    line-height: 60px;
    padding-top: 20px;
}

.middleLeftScroll .text .title {
    font-size: 28px;
    color: #595959;
    line-height: 60px;
    font-weight: bold;
    height: 120px;
    overflow: hidden;

}
.middleLeftScroll .text .info {
    padding:50px 20px;
}

.middleLeftScroll .text a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
}

.middleLeftScroll .clamp1Detail {
    position: relative;
	width: 60px;
	height: 60px;
}
.middleLeftScroll .clamp1Detail span{
	display: block;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
}
.projectList {
    overflow: hidden;
    margin: 0 -15px;
    padding: 15px 0;
}

.projectList dd {
    width: 50%;
    float: left;
    display: inline;
	padding: 15px 0;
}

.projectList .con {
    margin: 0 15px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.projectList .con:hover{
	overflow: hidden;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	z-index: 5;
}
.projectList .con:hover .fineClamp2Con,
.projectList .con:hover .fineClamp2ItemBottom {
	color: var(--themeColor);
}

.projectList .text {
    background: #FFFFFF;
    padding: 20px 0;
}

.projectList .con .pic:before {
    padding-top: 57.1429%;
}

.projectList {
    background: #f5f5f5;
    overflow: hidden;;
}
.projectList .fineClamp2Con {
    font-size: 24px;
    font-family: "Microsoft YaHei", "微软雅黑", Arial;
    color: #595959;
    height: 60px;
    padding: 0 40px;
	display: flex;
	align-items: center;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.projectList .fineClamp2ItemBottom {
    padding: 0 40px;
    font-size: 16px;
    color: #595959;
    line-height: 60px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.projectDl {
	padding-top: 10px;
	text-align: center;
}

.projectClassify {
	display: inline-block;
	position: relative;
}

.projectClassify::before {
	display: block;
	content: '';
	position: absolute;
	left: 50px;
	top: 30px;
	right: 50px;
	height: 2px;
	background: #e6e6e6;
}

.projectClassify dd {
	float: left;
	display: inline;
	margin: 0 20px;
	position: relative;
	z-index: 3;
}

.projectClassify dd .icon {
	margin: 0 auto;
	width: 60px;
	height:60px;
	border: 2px solid #e5e5e5;
	border-radius: 100px;
	transition: .4s;
	-webkit-transition: .4s;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}
.projectClassify dd span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	transition: .3s;
	-webkit-transition: .3s;
}

.projectClassify dd span.span1 {
	opacity: 1;
	z-index: 1;
}

.projectClassify dd span.span2 {
	opacity: 0;
	z-index: 2;
	top: 30px;
}

.projectClassify dd .text {
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 16px;
	color: #595959;
}

.projectClassify dd:hover .icon {
	background: var(--themeColor);
	border-color: #5557b4;
}

.projectClassify dd:hover .icon span.span1 {
	z-index: 1;
	opacity: 0;
}

.projectClassify dd:hover .icon span.span2 {
	z-index: 2;
	opacity: 1;
	top: 0;
}

.projectClassify dd.hover .icon {
	background: var(--themeColor);
	border-color: #5557b4;
}

.projectClassify dd.hover .icon span.span1 {
	z-index: 1;
	opacity: 0;
}

.projectClassify dd.hover .icon span.span2 {
	z-index: 2;
	opacity: 1;
	top: 0;
}
/* 精品工程 二级分类 end */
/* 项目展示2 start */
.projectList2 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
}

.projectList2 dd {
	width: 50%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.projectList2 dd .con {
	display: block;
	background: #FFF;
	border-radius: 5px;
	margin: 0 15px;
	overflow: hidden;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	cursor: pointer;
}
.projectList2 dd .con .picBox{
	padding: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.projectList2 dd .con .pic::before {
	padding-top: 56.25%;
}

.projectList2 dd .text{
	height: 80px;
	overflow: hidden;
	padding-bottom: 10px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	font-size: 16px;
	font-weight: bold;
	color: #595959;
	margin: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.projectList2 dd .text .title{
	line-height: 24px;
	text-align: center;
}
.projectList2 dd .con:hover .text {
	color: var(--themeColor);
}

.projectList2 dd .con:hover {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
/* 项目展示2 end */
/* ========== 精品工程 end ========== */

/* ========== 发展历程 start ========== */
.evolutionBox{
	padding:25px 60px;
	background: #fff;
	overflow: hidden;
}
.evolutionDl{
	position: relative;
}
.evolutionDl::before{
	content: '';
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	bottom: 35px;
	background: #efefef;
}
.evolutionDl::after{
	content: '';
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 25%;
	background-image: -moz-linear-gradient( 90deg, rgb(44,45,137) 0%, rgb(255,255,255) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(44,45,137) 0%, rgb(255,255,255) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(44,45,137) 0%, rgb(255,255,255) 100%);
	border-radius: 4px;
}
.evolutionDl dd{
	padding: 35px 0;
}
.evolutionDl .con{
	overflow: hidden;
}
.evolutionDl .con .conL{
	width: 41.6667%;
	border: 1px solid var(--themeColor);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px;
	float: left;
	display: inline ;
}
.evolutionDl .con .pic::before{
	padding-top: 56.6667%;
}
.evolutionDl dd .con .conR{
	float: right;
	display: inline;
	width: 41.6667%;
}
.evolutionDl dd .title{
	padding: 5px 0;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	color: var(--themeColor);
	margin-bottom: 5px;
}
.evolutionDl dd .textC{
	line-height: 36px;
	font-size: 16px;
	color: #333;
}
.evolutionDl dd.even .conL{
	float: right;
	display: inline;
}
.evolutionDl dd.even .conR{
	float: left;
	display: inline;
}
/* ========== 发展历程 end ========== */
/* ========== 企业文化 start ========== */
.qyCulture{
	padding: 70px 0 115px;
	overflow: hidden;
}
.qyCultureColumn{
	display: flex;
	justify-content: space-between;
}
.qyCultureColumn .pic{
	width: 56.25%;
}
.qyCultureColumn .pic::before{
	padding-top: 56.25%;
}
.qyCultureColumn .text{
	width:39.9306%;
	padding-top: 10px;
}
.qyCultureColumn  .textItem{
	margin-bottom: 15px;
}
.qyCultureColumn  .textItem .title{
	padding: 12px 0;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: var(--themeColor);
}
.qyCultureColumn  .textItem .infor{
	line-height: 38px;
	font-size: 18px;
	color: #666;
}
.qyCulture1{
	padding:70px 0 160px;
	overflow: hidden;
	position: relative;
}
.qyCultureTitle{
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	text-align: center;
	color: #333;
}
.qyCulture1Bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 190px;
	bottom: 0;
	background-image: url(../images/ty.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.qyCultureDl{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.qyCultureDl dd{
	position: relative;
}
.qyCultureDl dd .conBox{
  clip-path: url(#pentagon-clip);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .4s;
  -webkit-transition: all .4s;
  position: relative;
  margin-bottom: 25px;
  animation: bounce 2s ease-in-out infinite;
  transform-origin: center bottom;
}
.qyCultureDl dd.dd1 .conBox,
.qyCultureDl dd.dd5 .conBox{
	width: 190px;
	height: 165px;
}
.qyCultureDl dd.dd2 .conBox,
.qyCultureDl dd.dd4 .conBox{
	width: 220px;
	height: 190px;
}
.qyCultureDl dd.dd2,
.qyCultureDl dd.dd4{
	top: 40px;
}
.qyCultureDl dd.dd3 .conBox{
	width: 250px;
	height: 220px;
}
.qyCultureDl dd.dd3{
	top: 90px;
}
.qyCultureDl dd .icon{
	width: 60px;
	height: 60px;
	-webkit-mask-size: auto 32px;
    mask-size: auto 32px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
	background-color: var(--themeColor);
    transition: background-color 0.3s ease;
}
.qyCultureDl dd.dd3 .icon{
	-webkit-mask-size: 36px auto;
    mask-size: 36px auto;
}
.qyCultureDl dd .infor{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: var(--themeColor);
	transition: all .4s;
  	-webkit-transition: all .4s;
}
.qyCultureDl dd .title{
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.qyCultureDl dd .conBox:hover{
	background: var(--themeColor);
}
.qyCultureDl dd .conBox:hover .icon{
	background: #fff;
}
.qyCultureDl dd .conBox:hover .infor{
	color: #fff;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.qyCultureDl .dd1 .conBox,  
.qyCultureDl .dd3 .conBox,  
.qyCultureDl .dd5 .conBox{ animation-delay: 0; } 
.qyCultureDl .dd2 .conBox,
.qyCultureDl .dd4 .conBox{ animation-delay: 0.35s; }
.qyCulture2{padding: 80px 0 90px;overflow: hidden;}
/* ========== 企业文化 end ========== */
/* ========== 人才理念 start ========== */
.conceptColumn{
	padding: 60px 0 120px;
	overflow: hidden;
}
.conceptTitle{
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 36px;
	color: #333;
}
.conceptDl{
	margin: 0 -15px;
	overflow: hidden;
	padding: 48px 0 30px 0;
}
.conceptDl dd{
	width: 25%;
	
	position: relative;
}
.conceptDl dd:nth-child(2n){
	top: 30px;
}
.conceptDl dd .con{
	position: relative;
	margin: 0 15px;
	background: #fff;
	padding: 0 30px 30px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.conceptDl dd .numberBox{
	height: 50px;
	position: relative;
	margin-bottom: 48px;
}
.conceptDl dd .number{
	border: 14px solid #f3f8fc;
	border-radius: 100%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	line-height: 72px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--themeColor);
}
.conceptDl dd:nth-child(2n) .number{
	color: #a41d23;
}
.conceptDl dd .title{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: var(--themeColor);
	text-align: center;
	margin-bottom: 5px;
}
.conceptDl dd:nth-child(2n) .title{
	color: #a41d23;
}
.conceptDl dd .icon{
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.conceptDl dd .infor{
	height: 216px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
}
.conceptDl dd .con:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}
.conceptDl dd .con:hover .icon{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
/* ========== 人才理念 end ========== */

/* ========== 留言 start ========== */
.onlineMessage {
	padding: 42px 50px 50px;
	background: #FFFFFF;
}

.onlineMessageTitle {
	height: 46px;
	line-height: 46px;
	font-size: 26px;
	color: var(--themeColor);
	text-align: center;
	margin-bottom: 23px;
}
.onlineMessageForm .aykj-form{
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
}
.onlineMessageForm .aykj-form-item {
	width: 50%;
	padding: 15px 0;
}
.onlineMessageForm .aykj-form-item.w100{
	width: 100%;
}
.onlineMessageForm .aykj-formC {
	padding: 0 30px 0;
	border: 1px solid #ededed;
	border-radius: 5px;
	background: #fafafa;
	margin: 0 30px;
	display: flex;
}

.onlineMessageForm .aykj-form-label {
	width: 100px;
	padding: 14px 0;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	float: left;
	display: inline;
}

.onlineMessageForm .aykj-form-label span {
	color: #ef1111;
	margin-right: 5px;
}
.onlineMessageForm .aykj-form-input {
	background: none;
    position: relative;
    border-radius: 2px;
    width: 100%;
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    padding: 0 10px;
    outline: none;
    float: left;
    display: inline;
	font-size: 16px;
	color: #333;
}

.onlineMessageForm .aykj-form-textarea {
	width: 100%;
	height: 220px;
	padding: 15px 0;
	background: none;
	border: none;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.onlineMessageForm .aykj-form-formBox{
	flex: 1;
}
.onlineMessageForm input::-webkit-input-placeholder,
.onlineMessageForm textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	text-align: left;
}
.onlineMessageForm .aykj-form-code {
	overflow: hidden;
	padding-left: 10px;
}

.onlineMessageForm .aykj-form-code img {
	display: block;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.onlineMessageForm .form_cssRadioBox{
	margin-top: 18px;
}
.formSubBtn1 {
	font-size: 0;
	text-align: center;
	margin: 0 -10px;
	display: flex;
	justify-content: center;
}

.formSubBtn1 a {
	display: block;
	width: 150px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #999999;
	border-radius: 50px;
	margin-right: 30px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #999;
	transition: .4s;
	-webkit-transition: .4s;
	box-sizing: border-box;-webkit-box-sizing: border-box;
}
.formSubBtn1 a span{
	display: inline-block;
	padding-right: 20px;
	background: url(../images/zpIcon1.png) right center no-repeat;
}
.formSubBtn1 a.submit{
	background: var(--themeColor);
	border-color: var(--themeColor);
	color: #fff;
}
.formSubBtn1 a:hover{
	background: var(--themeColor);
	border-color: var(--themeColor);
	color: #fff;
}
.formSubBtn1 a.submit:hover{
	opacity: .85;
}
/* ========== 留言 end ========== */

/* ========== 联系我们 start ========== */
.contactPage{
	background: #fff;
	display: flex;
}
.contactPageL{
	flex: 1;
	background-image:url(../images/lxwmBg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding:28px 55px;
}
.contactPageDl dd{
	padding: 22px 0;
	display: flex;
}
.contactPageDl dd .iocn{
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ebf2ff;
	border-radius: 60px;
	margin-right: 30px;
}
.contactPageDl dd .text{
	flex: 1;
	overflow: hidden;
}
.contactPageDl dd .text .title{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.contactPageDl dd .text .infor{
	line-height: 40px;
	font-size: 18px;
	color: #999;
}
.contactPageR{
	flex: 1;
	position: relative;
}
.contactPageR img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
/* ========== 联系我们 end ========== */
/* 党建模型start */
.djSubpageC{
	padding: 30px;
	overflow: hidden;
}
/* ========== 全图列表 start ========== */
.djImgList{overflow: hidden;margin:0 -15px;}
.djImgList dd{width: 33.33334%;float: left;display: inline;margin-bottom: 15px;}
.djImgList dd .con{display: block;margin:0 15px;}
.djImgList dd .con .pic::before{padding-top: 66.6667%;}
.djImgList dd .con .text{display: flex;align-items: center;text-align: center; height: 70px;padding: 0 20px;}
.djImgList dd .con .text .title{flex: 1;line-height: 24px; font-size: 18px;text-align: center; color: #333333;transition: all 0.4s;-webkit-transition: all 0.4s;}
.djImgList dd .con:hover .text .title{color: var(--themeColor);}
/* ========== 全图列表 end ========== */
.djImgText dd {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.djImgText dd .con {
	display: block;
	padding: 30px 0;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.djImgText dd .pic {
	width: 300px;
	margin-right:40px;
}

.djImgText dd .pic::before {
	padding-top: 66.6667%;
}

.djImgText dd .text {
	overflow: hidden;
}

.djImgText dd .text .title {
	height:40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom:12px;
	font-size: 18px;
	color: #333;
}

.djImgText dd .text .textC {
	height: 90px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	margin-bottom: 15px;
}
.djImgText dd .text .textBottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 52px;
}
.djImgText dd .text .time {
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
}

.djImgText dd .more {
	width: 136px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cfcfcf;
	border-radius: 0 25px 0 0;
	line-height: 40px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.djImgText dd .more span{
	display: inline-block;
	padding-right: 26px;
	position: relative;
}
.djImgText dd .more span::after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	background: #999;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.djImgText dd .con:hover .text .title {
	color: var(--themeColor);
}
.djImgText dd .con:hover .more {
	background: var(--themeColor);
	color: #fff;
	border-color: var(--themeColor);
}
.djImgText dd .con:hover .more span:after{
	background:#fff;
}

.djImgText dd .con .more:hover {
	opacity: 0.5;
}
.djImgText dd .con:hover::after{
	width: 100%;
}
/* ========== 全文列表 start ========== */
.djTextList .con{
	display: flex;
	border-bottom: 1px dashed #e6e6e6;
	height: 50px;
	line-height: 50px;
	padding: 10px 0;
	align-items: center;
}
.djTextList dd:last-child .con{
	border-bottom: none;
}
.djTextList .con em{
	display: block;
	width: 6px;
	height: 6px;
	background: #999;
	border-radius: 50%;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.djTextList .con .title{
	flex: 1;
	font-size: 16px;
	color: #333;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	padding: 0 40px 0 10px;
}
.djTextList .con .time{
	font-size: 14px;
	color: #999;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
}
.djTextList .con:hover em{
	background: var(--themeColor);
}
.djTextList .con:hover .title{
	color: var(--themeColor);
	font-weight: bold;
}
.djSubpageC .articleC1{
	padding: 0 30px 30px;
}
.djSubpageC .pageUp1{
	margin: 0 30px;
	padding: 36px 0px 30px;
}
.djSubpageC .imgMove .bottom_a{
	background: url(../images/file/article_iconh-h.png) no-repeat;	
}
.djSubpageC  .imgMove .next_a{
	background-position: right top;	
}
.djSubpageC #play .prev_a span {
	background: url(../images/file/article_iconh-h.png) no-repeat 0px -50px;
	left: 0;
}

.djSubpageC #play .next_a span {
	background: url(../images/file/article_iconh-h.png) no-repeat -30px -50px;
	right: 0;
}
/* ========== 全文列表 end ========== */
/* 党建模型start */


/* ========== 综合页 start ========== */
/* 学院概况 start */
.subBg{
	position: relative;
	background: #fff;
}
.subBg::before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
	background: url(../images/overviewbgTop.jpg) no-repeat top center / 100%;
}
.subBg::after{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 550px;
	background: url(../images/overviewbgBot.jpg) no-repeat bottom center / 100%;
}
.subBg .wrap{
	position: relative;
	z-index: 2;
}
.overView{
	padding: 70px 0 50px;
}
.overView .subTitle{
	font-size: 36px;
	color: #8e4282;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
}
.overView .subTitle img{
	width: 39px;
}
.overView1{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: end;
	margin-bottom: 55px;
}
.overView1L{
	background: url(../images/2000.png) no-repeat left bottom;
	padding-top: 115px;
	text-align: right;
	font-size: 22px;
	color: #8e4282;
	width: 490px;
}
.overView1 .text{
	width: 49.0131%;
	font-size: 18px;
	line-height: 30px;
	color: #444444;
	font-family: '黑体';
}
.overViewImg{
	border-radius: 48px;
	margin-bottom: 40px;
	overflow: hidden;
}
.overViewImg img{
	display: block;
	width: 100%;
}
.overView .info{
	font-size: 18px;
	line-height: 30px;
	color: #444444;
	margin-bottom: 35px;
	font-family: '黑体';
}
.overView .title{
	font-size: 24px;
	line-height: 26px;
	color: #8e4282;
	margin-bottom: 20px;
	font-family: '黑体';
}
/* 学院概况 end */
/* 学院领导 start */
.leader{
	padding: 10px 0 100px;
}
.leaderCon li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 43px 0;
	position: relative;
	transition: all .4s ease;
	border: 3px solid rgba(255, 255, 255, 0);
	cursor: pointer;
}
.leaderCon li:hover{
	border-color: #a78bb8;
	background:  rgb(246, 242, 252);
	box-shadow: 0px 10px 15px 0px rgba(104, 44, 130, 0.1);
}
.leaderConL{
	width: 30.2631%;
	min-width: 200px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.leaderConL::before{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 67px;
	background: #a78bb8;
	top: 50%;
	transform: translateY(-50%);
}
.leaderConL::after{
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 210px;
	height: 70px;
	background: url(../images/leadericn.png) no-repeat center;
	margin: -35px 0 0 -105px;
	opacity: 0;
	transition: all .4s ease;
	transform: translateY(15px);
}
.leaderCon li:hover .leaderConL::after{
	opacity: 1;
	transform: translateY(0);
}
.leaderConL .title{
	font-size: 24px;
	font-family: '黑体';
	color: #333333;
	line-height: 26px;
	margin-bottom: 18px;
	position: relative;
	z-index: 2;
}
.leaderConL .titlec{
	font-size: 18px;
	font-family: '黑体';
	color: #8e4282;
	line-height: 20px;
	position: relative;
	z-index: 2;
}
.leaderConR{
	flex: 1;
	padding: 0 5% 0 3%;
}
.leaderConR .info{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-family: '黑体';
	margin-bottom: 10px;
}
.leaderConR .info span{
	color: #666666;
}
/* 学院领导 end */
/* 联系我们 start */
.contentUs{
	padding: 78px 0 80px;
}
.contentUsCon{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 40px;
	margin-bottom: 80px;
}
.contentUsCon:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.contentUsCon .titleT{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contentUsCon .titleT .title{
	font-size: 32px;
	color: #333333;
	font-family: '黑体';
	padding-left: 35px;
	position: relative;
}
.contentUsCon .titleT .title::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 4px;
	background: #8e4282;
	margin-top: -2px;
}
.contentUsCon .titleT .titlec{
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	padding: 0 18px;
	background: rgb(142,66,130,0.1);
	font-size: 18px;
	font-family: '黑体';
	color: #8e4282;
}
.contentUsC{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contentUsC .conL{
	width: 588px;
	height: 390px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	border: 2px solid rgb(237, 235, 242);
}
.contentUsC .conL img{
	display: block;
	width: 100%;
	height: 100%;
}
.contentUsC .conR{
	min-width: 40%;
}
.contentUsC .conR .item{
	padding: 45px 30px 45px 0;
	transition: all .4s ease;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 45px;
	align-items: center;
	border-bottom: 1px solid #ededed;
	border-left: none;
	cursor: pointer;
}
.contentUsC .conR .item:last-child {
	border: none;
}
.contentUsC .conR .item::before{
	display: block;
	content: "";
	position: absolute;
	width: calc(100% + 60px);
	height: 100%;
	right: 0;
	top: 0;
	transition: all .4s ease;
}
.contentUsC .conR .item:hover:before{
	background-image: linear-gradient( -150deg, rgb(238,230,250) 0%, rgb(253,253,255) 67%, rgb(255,255,255) 100%);
}
.contentUsC .conR .item img{
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 2;
}
.contentUsC .conR .item .text{
	flex: 1;
	position: relative;
	z-index: 2;
}
.contentUsC .conR .item .text .title{
	font-size: 20px;
	color: #8e4282;
	line-height: 22px;
	font-family: '黑体';
	margin-bottom: 20px;
}
.contentUsC .conR .item .text .info{
	font-size: 18px;
	color: #333333;
	line-height: 20px;
}
.contentUsC .conR .item .text .info span{
	font-size: 28px;
	color: #262626;
	font-family: '黑体';
	display: inline-block;
	padding-right: 38px;
	position: relative;
}
.contentUsC .conR .item .text .info span::before{
	display: block;
	content: "";
	position: absolute;
	right: 19px;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #e6e6e6;
}
.contentUsC .conR .item .text .info span:last-child{
	padding-right: 0;
}
.contentUsC .conR .item .text .info span:last-child::before{
	display: none;
}
/* 联系我们 end */
/* 校训校徽 strt */
.xxxh{
	padding: 64px 0 120px;
}
.xxxhTop{
	background: url(../images/xxxhbg.png) no-repeat top center / 100%;
	padding: 440px 5% 0;
	text-align: center;
	min-height: 740px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.xxxhTop .title{
	font-size: 28px;
	color: #8e4282;
	font-family: '黑体';
	margin-bottom: 45px;
}
.xxxhTop .titlec{
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
}
.xxxhTop .info{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.xxxhCon{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin-bottom: 100px;
}
.xxxhCon .item{
	flex: 1;
	height: 300px;
	border-radius: 24px;
	padding: 45px 55px 0;
	box-sizing: border-box;
}
.xxxhCon .item .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 35px;
	font-size: 32px;
	color: #8e4282;
	font-family: '黑体';
	margin-bottom: 160px;
}
.xxxhCon .item .title span{
	flex: 1;
	height: 8px;
	background: url(../images/xxxhicn.png) no-repeat center left;
}
.xxxhCon .item .title span:last-child{
	transform: rotateZ(180deg);
}
.xxxhCon .item .info{
	font-size: 16px;
	line-height: 22px;
	color: #8e4282;
	text-align: center;
}
.xxxhBot .title{
	font-size: 24px;
	font-family: '黑体';
	color: #333333;
	margin-bottom: 40px;
}
.xxxhList li{
	margin-bottom: 10px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:  0 40px;
	border: 1px solid #ede6ed;
	border-radius: 12px;
}
.xxxhList li .titlec a{
	padding-left: 25px;
	font-size: 16px;
	color: #8e4282;
	background: url(../images/file.png) no-repeat center left;
	transition: all .4s ease
}
.xxxhList li .titlec a:hover{
	letter-spacing: 1px;
}
/* 校训校徽 end */
/* 到校指南 start */
.dxzn{
	padding: 68px 0 80px;
}
.dxznList li{
	margin-bottom: 40px;
	background: #fcfcfc;
	border-radius: 12px;
	overflow: hidden;
}
.dxznList li .titleT{
	height: 72px;
	padding: 0 48px;
	background: #f1ecf8 url(../images/car.png) no-repeat right 48px center;
	display: flex;
	justify-content: start;
	gap: 15px;
	font-size: 22px;
	color: #8e4282;
	align-items: center;
}
.dxznList li .titleT span{
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	background: #8e4282;
	border-radius: 50%;
}
.dxznList li .con{
	padding: 40px;
}
.dxznList li .con .item{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	background: #fff;
	border-radius: 12px;
	padding: 30px 40px;
}
.dxznList li .con .item .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.dxznList li .con .item .title .xian{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	font-size: 18px;
	color: #8e4282;
}
.dxznList li .con .item .title .time{
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background: #f5f5f5;
	font-size: 14px;
	color: #666666;
	padding: 0 15px;
}
.dxznList li .con .item .info{
	font-size: 16px;
	color: #444444;
	line-height: 24px;
}
.dxznList li .con .tip{
	padding-left: 40px;
	background: url(../images/danger.png) no-repeat top 3px left 14px;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
}
.dxznList li .con .tip span{
	color: #8e4282;
}
/* 到校指南 end */
/* 机构设置 start */
.jgsz{
	padding: 88px 0;
}
.jgsz img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
/* 机构设置 end */
/* 组织机构 start */
.zuzhi{
	padding: 70px 0 250px;
}
.zhuzhiC{
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #f2ebf1;
	display: flex;
	justify-content: space-between;
}
.zhuzhiC li{
	width: 190px;
	transition: all .6s ease;
	height: 600px;
	position: relative;
	background: #fff;
	border-right: 1px solid #f2ebf1;
	cursor: pointer;
	overflow: hidden;
}
.zhuzhiC li:last-child{
	border-right: none;
}
.zhuzhiC li .icn{
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	transition: all .4s ease;
	z-index: 2;
}
.zhuzhiC li .title{
	position: absolute;
	font-size: 24px;
	line-height: 30px;
	width: 25px;
	left: 50%;
	top: 104px;
	transform: translateX(-50%);
	transition: all .4s ease;
	z-index: 2;
	color: #8e4282;
	font-family: '黑体';
}
.zhuzhiC li .bg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s ease;
	transform: scale(1);
}
.zhuzhiC li .bgC{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.zuzhiList{
	position: absolute;
	left: 48px;
	top: 138px;
	opacity: 0;
	width: 487px;
	z-index: -1;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 80px;
	transition: all .6s ease;
}
.zuzhiList .item{
	border-bottom: 1px solid #e6e6e6;
	transition: all .4s ease;
	font-size: 18px;
	color: #333333;
}
.zuzhiList .item a{
	color: #333333;
	transition: all .4s ease;
	display: block;
	height: 60px;
	line-height: 60px;
}
.zuzhiList .item:hover a{
	color: #8e4282;
}
.zuzhiList .item:hover{
	border-color: #8e4282;
}
.zhuzhiC li.hover{
	flex: 1;
	cursor: auto;
}
.zhuzhiC li.hover .icn{
	top: 85%;
	left: 48px;
	transform: translateX(0);
}
.zhuzhiC li.hover .title{
	top: 78px;
	left: 48px;
	width: 260px;
	transform: translateX(0);
}
.zhuzhiC li.hover .bg{
	opacity: 0;
	z-index: -1;
	transform: scale(1.3);
}
.zhuzhiC li.hover  .zuzhiList{
	z-index: 2;
	opacity: 1;
}
.zhuzhiC li.hover{
	background: #fff url(../../pc/images/zhuzhibg.jpg) no-repeat left -20px top / calc(100% + 20px);
}
/* 组织机构 end */
/* 国际交流 start */
.gjjl{
	padding: 90px 0 218px;
}
.gjjlList dd{
	position: relative;
	z-index: 10;
}
.gjjlList dd:hover {
	background: linear-gradient(to bottom,#e1cef0,#ffffff);
}
.gjjlList dd .con {
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px dashed #d8dae1;
}
.gjjlList dd:last-child .con {
	border: none;
}
.gjjlList dd .pic{
	width: 368px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 30px;
}
.gjjlList dd .pic::before{
	padding-top: 65.2173%;
}
.gjjlList dd .text{
	overflow: hidden;
	padding-top: 15px;
}
.gjjlList dd .text .time{
	font-size: 16px;
	color: #904484;
	margin-bottom: 20px;
}
.gjjlList dd .text .title{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.gjjlList dd .text .title a{
	color: #333333;
	transition: all .4s ease;
}
.gjjlList dd .text .title a:hover{
	color: #8e4282;
}
.gjjlList dd .text .info{
	font-size: 16px;
	line-height: 32px;
	color: #777777;
	margin-bottom: 25px;
}
.gjjlList dd .text .more{
	display: inline-block;
	padding-right: 48px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #8e4282;
	background: url(../images/btn.png) no-repeat center right / auto 100%;
	transition: all .4s ease;
}
.gjjlList dd .text .more:hover{
	background-image: url(../images/btnh.png);
}
/* 国际交流 end */
/* 校园生活 start */
.xysh{
	padding: 90px 0 260px;
}
.xyshList{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.xyshList li{
	transition: all .4s ease;
	border: 1px solid #e4e5e9;
	border-radius: 6px;
	background: #fff;
}
.xyshList li a{
	display: block;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 24px;
	padding: 0 10%;
	height: 180px;
}
.xyshList li img{
	width: 60px;
}
.xyshList li .text{
	flex: 1;
}
.xyshList li .text .title{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.xyshList li .text .info{
	font-size: 16px;
	color: #86909c;
}
.xyshList li:hover{
	border-color: #8e4282;
}
/* 校园生活 end */
/* ========== 综合页 end ========== */


