<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
	font: 16px "Microsoft Yahei", Arial, "arial sans-serif";
}

*,
::after,
::before {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 鏁寸珯鍙樼伆 */
/* html {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}  */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
hr,
th,
td {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	font-size: 100%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

ol,
ul {
	list-style: none;
}

abbr,
acronym,
img {
	border: none;
}

select,
input,
button,
textarea {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	vertical-align: middle;
}

body,
th,
td {
	color: rgb(0, 0, 0);
	padding-top: 0px;
}

a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

a:hover {
	cursor: pointer;
}

img {
	max-width: 100%;
}

div,
p,
span,
a {
	font-weight: 400;
}

#app {
	visibility: hidden;
	color: rgba(0, 0, 0, .65);
}

/* prevent header flickering */
body {
	overflow-y: scroll;
}

.headerBox {
	width: 100%;
	height: 2.7rem;
	background: rgb(224, 5, 5);
}

.content {
	min-height: calc(100vh - 2.7rem);
	background-color: #f7f7f7;
}

.gwyfcNew,
.gwyfcNewCon {
	min-height: calc(100vh - 3.6rem);
	box-sizing: border-box;
}

.header {
	width: 100%;
	height: 100%;
}

.headerCon {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.headerConLeft {
	width: 100%;
	height: 2.09rem;
	background-image: url("/static/images/head_top_bg.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.headerConLeftCon {
	width: 13.38rem;
	height: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: transparent;
}

.headerConLeftConL {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}

.headerConLeftConLLogo {
	width: 3.26rem;
}

.headerConLeftConLR {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.line_img {
	max-width: 100%;
	height: 1px;
}

.headerConLeftConLRP {
	font-size: 0.14rem;
	color: rgb(0, 107, 185);
	margin-top: 0.11rem;
	margin-bottom: 0.11rem;
	line-height: 0.14rem;
	display: flex;
	flex-direction: row;
}

.headerConRight {
	width: 13.38rem;
	background: transparent;
	height: 0.61rem;
	margin: 0px auto;
}

.headerConLeftConR {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 100%;
	justify-content: center;
	position: relative;
	flex: 1 1 0%;
}

.headerConLeftConRUl {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0.20rem;
	margin-bottom: 0.39rem;
	position: absolute;
	top: 0px;
	right: 0px;
}

.headerConLeftConRUl li a {
	color: rgb(105, 105, 105);
	font-size: 0.14rem;
	height: 0.14rem;
	line-height: 0.14rem;
	border-right: 1px solid rgb(105, 105, 105);
	display: flex;
	align-items: center;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}

.headerConLeftConRUl li:last-child a {
	padding-right: 0px;
	border-right: none;
}

.headerConLeftConRSearch {
	width: 2.18rem;
	height: 0.38rem;
	background: rgba(233, 246, 255, 0.68);
	border-radius: 0.06rem;
	position: relative;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.headerConLeftConRInput {
	height: 100%;
	border: none;
	outline: none;
	padding: 0px 0.1rem;
	box-sizing: border-box;
	font-size: 0.14rem;
	color: rgb(90, 91, 91);
	background-color: transparent;
	width: 1.78rem;
}

.searchBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease 0s;
	height: 100%;
}

.searchBtn img {
	height: 100%;
}

.headerConLeftConRSearch:hover .searchBtn {
	display: flex;
}

.menu {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
}

.menu li {
	float: left;
	display: inline;
	list-style: none;
	overflow: hidden;
	height: 0.36rem;
	width: 0.92rem;
}

.menu li.back {
	position: absolute;
	z-index: 8;
	background: rgb(255, 255, 255);
	width: 0.1rem;
	height: 0.36rem;
	border-radius: 0.04rem;
}

.menu li.back .left {
	background: rgb(255, 255, 255);
	height: 0.36rem;
}

.menu li a {
	position: relative;
	z-index: 10;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.36rem;
	font-size: 0.18rem;
	color: rgb(255, 255, 255);
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
	overflow: hidden;
	width: 100%;
	font-weight: bold;
	/* transition: all 0.3s ease 0s; */
	border-radius: 0.05rem;
}

.menu li a:hover {
	color: rgb(0, 107, 185);
	background-color: rgb(255, 255, 255);
}

.menu li.current a {
	color: rgb(0, 107, 185);
	background-color: rgb(255, 255, 255);
}





.titleBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 13.38rem;
	margin: 0px auto;
	background: transparent;
}

.indexTitle {
	font-size: 0.34rem;
	font-weight: bold;
	color: rgb(0, 107, 185);
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0.18rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
}

.titleBox:hover .indexTitle {
	color: rgb(224, 4, 4);
}

.indexSubTitle {
	font-size: 0.14rem;
	color: rgb(0, 107, 185);
	text-align: center;
	line-height: 0.14rem;
	margin-bottom: 0.46rem;
}

.workNews {
	width: 100%;
}

.workNewsCon {
	width: 13.38rem;
	margin: 0px auto 0.3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	background: transparent;
}

.workNewsConL {
	width: 5.2rem;
	height: 3.44rem;
}

.workNewsConL .swiper-slide,
.workNewsConL .banner-swiper,
.workNewsConL .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.workNews .swiper-pagination {
	text-align: right;
}

.workNews .swiper-pagination-bullets {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	bottom: 0.12rem !important;
	height: 0.22rem !important;
}

.workNews .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	display: inline-block;
	border-radius: 0px;
	background-image: url("/static/images/pagination_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	margin-right: 0.14rem !important;
	margin-left: 0px !important;
}

.workNews .swiper-pagination-bullet:hover {
	background-image: url("/static/images/pagination_icon_hover.png");
	opacity: 1;
}

.workNews .swiper-pagination-bullet-active {
	background-image: url("/static/images/pagination_icon_hover.png");
	opacity: 1;
}

.workNewsConLADiv {
	font-size: 0.14rem;
	position: absolute;
	left: 0.15rem;
	bottom: 0.12rem;
	color: rgb(255, 255, 255);
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 3.7rem;
}

.workNewsConLA {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

.workNews_shadow {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.workNewsConLAImg {
	width: 100%;
	height: 100%;
	display: block;
}

.workNewsConC {
	width: 5.94rem;
	height: 100%;
}

.workNewsConCTitle {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(166, 166, 166);
}

.workNewsConCTitleDiv {
	font-size: 0.24rem;
	color: rgb(78, 78, 78);
	padding-bottom: 0.08rem;
	border-bottom: 0.03rem solid rgb(224, 4, 4);
	line-height: 0.25rem;
}

.workNewsConCTitleA {
	font-size: 0.14rem;
	color: rgb(112, 110, 110);
}

.workNewsConCTitleA:hover {
	color: rgb(224, 4, 4);
}

.workNewsConCUl {
	padding-top: 0.14rem;
}

.workNewsConCUlA {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.13rem;
	padding-bottom: 0.13rem;
	height: 0.16rem;
}

.workNewsConCUlADiv {
	display: block;
	flex-direction: row;
	align-items: center;
	font-size: 0.16rem;
	color: rgb(78, 78, 78);
	width: calc(100% - 0.92rem);
	display: flex;
	align-items: center;
}

.workNewsConCUlASpan {
	width: 4px;
	height: 4px;
	background-color: rgb(204, 204, 204);
	margin-right: 0.1rem;
	float: left;
	margin-top: 9px;
}

.workNewsConCUlASpanP {
	width: calc(100% - 6px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.workNewsConCUlAP {
	font-size: 0.14rem;
	color: rgb(133, 133, 133);
}

.workNewsConCUlA:hover .workNewsConCUlADiv {
	color: rgb(224, 4, 4);
}

.workNewsConCUlA:hover .workNewsConCUlASpan {
	background-color: rgb(224, 4, 4);
}

.workNewsConR {
	width: 1.54rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-top: 0.17rem;
}

.workNewsConRA {
	width: 100%;
	display: flex;
	margin-top: 0.12rem;
}
.workNewsConRA img{
	width: 100%;
}

.link {
	width: 100%;
}

.linkCon {
	width: 13.38rem;
	height: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: transparent;
}

.linkConTitle {
	width: 100%;
	border-bottom: 1px solid rgb(222, 222, 222);
	display: flex;
}

.linkConTitleSpan {
	color: rgb(112, 110, 110);
	font-size: 0.16rem;
	border-bottom: 0.04rem solid rgb(213, 213, 213);
	height: 0.16rem;
	padding-bottom: 0.1rem;
}

.linkList {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 0.2rem);
	margin-bottom: 0.28rem;
}

.linkListLi {
	width: calc(20% - 0.2rem);
	height: 1.26rem;
	margin-right: 0.2rem;
	margin-top: 0.28rem;
}

.linkListLiA {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.linkListLiA img {
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}

.linkListLiA:hover img {
	transform: scale(1.1);
}

.footer {
	width: 100%;
	padding-top: .26rem;
	background-color: rgb(106, 106, 106);
}

.footerCon {
	height: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footerConDiv {
	width: 1.83rem;
	margin-bottom: 0.24rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerConDiv img {
	width: 100%;
}

.footer_icon {
	width: .63rem;
}

.footerConUl {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.09rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.footerConUl li {
	display: flex;
	align-items: center;
}

.footerConPLi {
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: .1rem;
	margin-bottom: .1rem;
}

.footerConUl li a {
	font-size: 0.12rem;
	line-height: 0.12rem;
	margin-left: 0.07rem;
	margin-right: 0.07rem;
	color: rgb(255, 255, 255);
	display: inline-block;
}

.footerConP {
	font-size: 0.12rem;
	height: 0.12rem;
	line-height: 0.12rem;
	color: rgb(211, 211, 211) !important;
}

.footerConSpan {
	font-size: 0.12rem;
	height: 0.12rem;
	line-height: 0.12rem;
	color: rgb(255, 255, 255);
	margin-bottom: 0.12rem;
}




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

	.headerConLeftCon,
	.headerConRight,
	.titleBox,
	.workNewsCon,
	.linkCon,
	.gwyfcCon {
		width: 17.84rem;
	}

	.headerBox {
		height: 3.64rem;
	}

	.content {
		min-height: calc(100vh - 3.64rem);
	}

	.gwyfcNew,
	.gwyfcNewCon {
		min-height: calc(100vh - 4.52rem);
	}

	.headerConLeft {
		height: 2.83rem;
	}

	.workNewsCon {
		margin-bottom: 0.3rem;
	}

	.headerConLeftConLLogo {
		width: 4.35rem;
	}

	.line_img {
		height: 1px;
	}

	.headerConLeftConLR {
		width: 7.43rem;
	}

	.headerConLeftConLRP {
		font-size: 0.20rem;
		color: rgb(0, 107, 185);
		margin-top: 0.16rem;
		margin-bottom: 0.16rem;
		line-height: 0.20rem;
	}

	.headerConLeftConRUl {
		margin-top: 0.3rem;
	}

	.headerConLeftConRSearch {
		width: 3.2rem;
		height: 0.5rem;
		border-radius: 0.08rem;
	}

	.headerConLeftConRUl li a {
		font-size: 0.20rem;
		height: 0.20rem;
		line-height: 0.20rem;
		padding-left: 0.12rem;
		padding-right: 0.12rem;
	}

	.headerConLeftConRInput {
		width: 2.7rem;
		font-size: 0.20rem;
	}

	.headerConRight {
		height: 0.81rem;
	}

	.menu li {
		height: 0.47rem;
		width: 1.23rem;
	}

	.menu li a {
		height: 0.47rem;
		font-size: 0.24rem;
	}

	.indexTitle {
		font-size: 0.46rem;
		margin-top: 0.65rem;
		margin-bottom: 0.24rem;
		margin-left: .5rem;
		margin-right: .5rem;
		width: calc(100% - 1rem);
	}

	.indexSubTitle {
		font-size: 0.20rem;
		line-height: 0.20rem;
		margin-bottom: 0.62rem;
	}

	.workNewsConL {
		width: 6.95rem;
		height: 4.7rem;
	}

	.workNewsConC {
		width: 8.11rem;
	}

	.workNewsConR {
		width: 2.22rem;
		padding-top: 0.32rem;
		justify-content: flex-start;
	}

	.workNews .swiper-pagination-bullet {
		width: 0.16rem;
		height: 0.16rem;
	}

	.workNews .swiper-pagination-bullets {
		bottom: 0.22rem !important;
	}

	.workNewsConLADiv {
		font-size: 0.20rem;
		left: 0.2rem;
		bottom: 0.22rem;
		width: 5rem;
	}

	.workNewsConCTitleDiv {
		font-size: 0.32rem;
		color: rgb(78, 78, 78);
		padding-bottom: 0.1rem;
		border-bottom: 0.05rem solid rgb(224, 4, 4);
		line-height: 0.44rem;
	}

	.workNewsConCTitleA {
		font-size: 0.20rem;
	}

	.workNewsConCUlADiv {
		font-size: 0.22rem;
		width: calc(100% - 1.8rem);
	}

	.workNewsConCUlAP {
		font-size: 0.20rem;
		color: rgb(133, 133, 133);
		width: 1.8rem;
		text-align: right;
	}

	.workNewsConCUlA {
		height: 0.29rem;
	}

	.workNewsConCUlASpan {
		width: 6px;
		height: 6px;
		margin-right: 0.12rem;
		margin-top: 9px;
	}

	.workNewsConRA {
		margin-top: 0.12rem;
		/* width: auto; */
		/* margin-right: .26rem; */
	}

	/* .workNewsConRA img{
		height: 139px;
	} */
	.linkConTitleSpan {
		font-size: 0.22rem;
		border-bottom: 0.06rem solid rgb(213, 213, 213);
		height: 0.4rem;
		padding-bottom: 0px;
	}

	.linkList {
		width: calc(100% + 0.26rem);
		margin-bottom: 0.37rem;
	}

	.linkListLi {
		width: calc(20% - 0.26rem);
		height: 1.7rem;
		margin-right: 0.26rem;
		margin-top: 0.37rem;
	}

	.footer {
		padding-top: .34rem;
	}

	.footerConDiv {
		width: 2.45rem;
	}

	.footer_icon {
		width: .86rem;
	}

	.footerConUl {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 0.1rem;
	}

	.footerConP {
		font-size: 0.18rem;
		height: 0.18rem;
		line-height: 0.18rem;
	}

	.footerConSpan {
		font-size: 0.18rem;
		height: 0.18rem;
		line-height: 0.18rem;
	}

	.footerConUl li a {
		font-size: 0.18rem;
		line-height: 0.18rem;
		margin-left: 0.1rem;
		margin-right: 0.1rem;
	}

}
.indexTitleBox .el-carousel__container{
		height: 155px !important;
	}
	#news_con{
	  margin-bottom: 50px;
	 }
	 #lbl_fujian a,#lbl_fujian{
	  font-size: 18px;
	  line-height: 36px;
	 }

@media screen and (max-width: 1024px) {
	#news_con{
	  margin-bottom: 1rem;
	 }
	 #lbl_fujian a, #lbl_fujian {
	     font-size: .72rem;
	     line-height: 1.2rem;
	 }
	.indexTitleBox .el-carousel__container{
		height: 5.3rem !important;
	}
	.line_img {
		height: 1px;
	}

	.headerBox {
		height: 15.6rem;
	}

	.content {
		min-height: calc(100vh - 15.6rem);
	}

	.gwyfcNew,
	.gwyfcNewCon {
		min-height: calc(100vh - 18.26rem);
	}

	.headerConLeft {
		height: 10.46rem;
		background-image: url(/static/images/mobile_head_bg.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;

	}



	.headerConLeftCon,
	.headerConRight,
	.titleBox,
	.workNewsCon,
	.linkCon {
		width: 100%;
	}

	.headerConLeftCon {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		height: 100%;
	}

	.headerConLeftConL {
		flex-direction: column;
		height: 7.64rem;
		justify-content: flex-end;
	}

	.headerConLeftConRUl {
		display: none;
	}

	.headerConLeftConLLogo {
		width: 10.35rem;
		height: 1.99rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: .82rem;
	}

	.headerConLeftConLR {
		width: 100%;
		margin-bottom: 0.9rem;
		height: 2.79rem;
	}

	.headerConLeftConLRP {
		font-size: 0.72rem;
		margin-top: 0.48rem;
		margin-bottom: 0.48rem;
		/* line-height: 0.9rem; */
		width: 15.9rem;
		text-align: center;
	}

	.headerConLeftConLRPBig {
		font-size: .72rem;
		line-height: .92rem;
	}

	.headerConLeftConR {
		height: 1.78rem;
		justify-content: flex-start;
	}

	.headerConLeftConRSearch {
		width: 12.84rem;
		height: 1.78rem;
		border-radius: 0.14rem;
	}

	.headerConLeftConRInput {
		width: 10.6rem;
		font-size: 0.62rem;
		flex: 1 1 0%;
		display: flex;
		padding-left: 0.24rem;
	}

	.headerConRight {
		height: 5.14rem;
	}

	.headerConLeftConLRPT {
		font-size: 0.62rem;
		line-height: .92rem;
	}

	.mh {
		display: none;
	}

	.headerConLeftConLRP {
		display: flex;
		flex-direction: column;
	}

	.menu {
		flex-wrap: wrap;
	}

	.menu li {
		height: 1.52rem;
		width: 33%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menu li a {
		width: 4.15rem;
		height: 1.52rem;
		font-size: .86rem;
		border-radius: .12rem;
	}

	.indexTitle {
		font-size: .88rem;
		margin-top: 1.6rem;
		margin-bottom: .8rem;
	}

	.indexSubTitle {
		font-size: .66rem;
		line-height: .92rem;
		margin-bottom: .82rem;
		text-align: center;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.workNewsCon {
		flex-direction: column;
	}

	.workNewsConL {
		width: calc(100% - 1.2rem);
		height: 11.59rem;
		margin-left: .6rem;
		margin-right: .6rem;
	}

	.workNews .swiper-pagination-bullets {
		justify-content: flex-end;
		height: 0.8rem !important;
	}

	.workNews .swiper-pagination-bullets {
		bottom: 0.52rem !important;
	}

	.workNews .swiper-pagination-bullet {
		width: 0.64rem;
		height: 0.64rem;
		margin: 0px .4rem !important;
	}

	.workNewsConLADiv {
		font-size: 0.66rem;
		left: 0.25rem;
		bottom: 0.52rem;
		height: 0.8rem;
		line-height: 0.8rem;
		width: 10.4rem;
	}

	.workNewsConC {
		width: calc(100% - 1.2rem);
		margin-left: 0.6rem;
		margin-right: 0.6rem;
	}

	.workNewsConCTitleDiv {
		font-size: .86rem;
		padding-bottom: 0.54rem;
		padding-top: .3rem;
		border-bottom: 0.22rem solid rgb(224, 4, 4);
		line-height: .86rem;
		margin-top: 1rem;
	}

	.workNewsConCTitleA {
		font-size: 0.66rem;
	}

	.workNewsConCUlA {
		height: 0.72rem;
		padding-bottom: .46rem;
		padding-top: .46rem;
	}

	.workNewsConCUlADiv {
		font-size: 0.71rem;
		width: calc(100% - 4rem);
	}

	.workNewsConCUlAP {
		font-size: .62rem;
		width: 4rem;
	}

	.workNewsConCUlASpan {
		width: .44rem;
		height: .44rem;
		margin-right: 0.24rem;
		margin-top: 0.36rem;
	}

	.workNewsConR {
		width: calc(100% - 1.2rem);
		padding-top: 0px;
		margin-left: 0.6rem;
		margin-right: 0.6rem;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		/* display: none; */
	}

	.workNewsConCUl {
		padding-top: 0.69rem;
	}

	.workNewsConRA {
		margin-top: 0.26rem;
		width: calc(33.3% - 0.1rem);
		margin-right: 0px;
	}

	.workNewsConRA img {
		height: 3.6352rem;
	}

	.linkCon {
		width: calc(100% - 1.2rem);
		margin-left: 0.6rem;
		margin-right: 0.6rem;
	}

	.linkConTitleSpan {
		font-size: .86rem;
		padding-bottom: 0.54rem;
		border-bottom: 0.22rem solid rgb(222, 222, 222);
		line-height: .86rem;
		height: .86rem;
	}

	.linkListLi {
		width: calc(33.3% - 0.1rem);
		height: 3.02rem;
		margin-right: 0.1rem;
		margin-top: 0.5rem;
	}

	.linkList {
		width: calc(100% + 0.1rem);
		margin-bottom: 1rem;
		margin-top: 0.5rem;
	}

	.footer {
		padding-top: .8rem;
	}

	.footerConDiv {
		width: 6.25rem;
		margin-bottom: .4rem;
	}

	.footer_icon {
		width: 2.2rem;
	}

	.footerConUl li a {
		font-size: .57rem;
		line-height: 0.95rem;
	}

	.footerConUl {
		display: flex;
		flex-direction: row;
		margin-bottom: 0.1rem;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.footerConP {
		font-size: .57rem;
		height: 0.95rem;
		line-height: 0.95rem;
	}

	.footerConSpan {
		font-size: .57rem;
		height: 0.95rem;
		line-height: 0.95rem;
		margin-bottom: .4rem;
	}

	.footerConUl li {
		width: auto;
	}

	.footerConP {
		color: #FFFFFF !important;
	}

	.link {
		margin-top: .7rem;
	}

	.footerConPLi {
		margin-left: .1rem;
	}
}

/* gwyfc start */
.gwyfc {
	width: 100%;
}

.gwyfcCon {
	width: 13.38rem;
	height: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gwyfcConTitle {
	font-size: .24rem;
	color: #464040;
	text-align: center;
	margin-top: .46rem;
	margin: .36rem;
}

.gwyfcConUl {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: .64rem;
}

.gwyfcConUlA {
	width: 1.88rem;
	height: .44rem;
	background-color: #dddfe7;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .18rem;
	color: #373737;
	margin-left: .06rem;
	margin-right: .06rem;
}

.gwyfcConUlA:hover,
.gwyfcConUlA.on {
	background-color: #006bb9;
	color: #ffffff;

}


.tab-rank {
	width: 13.38rem;
}

.tab-rank .bd {
	clear: both;
	width: calc(100% + .5rem);
}

.tab-rank .bd ul {
	overflow: hidden;
}

.ulList li {
	width: 4.14rem;
	float: left;
	box-sizing: border-box;
	margin-right: .48rem;
	margin-bottom: .48rem;
}

.media_content_list {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background-color: #F7F7FD;
	padding: 20px 20px 70px 20px;
	cursor: pointer;
	display: block;
	position: relative;
}

.media_content_list:hover {
	background-color: rgb(234, 238, 242);
}

.media_content_list_time {
	font-size: .14rem;
	color: #d38307;
	margin-bottom: .2rem;
}

.media_content_list_title {
	text-align: justify;
	font-size: 16px;
	color: #333333;
	margin-top: 24px;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.media_content_list_img_box {
	width: 100%;
	height: 187px;
	overflow: hidden;
}

.media_content_list_img_box img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease 0s;
}

.media_content_list_introduce {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(58, 58, 58, .6);
	line-height: 22px;
	text-align: justify;
	/* margin-bottom: 24px; */
	margin-bottom: 14px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	white-space: normal;
	height: 66px;

}

.media_content_list:hover .media_content_list_img_box img {
	transform: scale(1.1);
}

.more_liaojie {
	line-height: 31px;
	position: relative;
	float: left;
	width: 140px;
	height: 36px;
	background: #e4e3e3 !important;
	font-size: 14px;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: justify;
	align-self: center;
	border-radius: 0;
	visibility: visible;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0px);
}

.ulListLi:hover .more_liaojie {
	background: #5E9BF6;
}

.more_liaojie span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	z-index: 5;
	text-align: center;
	color: #777777 !important;
}

.more_liaojie:hover::after {
	animation: 0.5s linear 0s 1 normal none running hoverAnimation;
}

.ulListLi:hover .more_liaojie::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	background: #5E9BF6 !important;
	content: "";
	top: 0px;
	left: 0px;
	border-radius: 0px;
}

.ulListLi:hover .more_liaojie span {
	color: #FFFFFF !important;
}

@keyframes hoverAnimation {
	0% {
		top: 0px;
		left: 0px;
		opacity: 1;
		width: 100%;
		height: 100%;
	}

	100% {
		top: -.1rem;
		left: -.1rem;
		width: calc(100% + .2rem);
		height: calc(100% + .2rem);
		opacity: 0;
	}
}

@-webkit-keyframes hoverAnimation {
	0% {
		top: 0px;
		left: 0px;
		opacity: 1;
		width: 100%;
		height: 100%;
	}

	100% {
		top: -10px;
		left: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
		opacity: 0;
	}
}

#ele {
	padding: 46px 0px 46px;
	background: rgb(255, 255, 255);
	margin-top: 10px;
}

.clearfix::after {
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0px;
	height: 0px;
}



.Pagination {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Pagination ul {
	list-style: none;
}


.Pagination ul li {
	float: left;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	text-align: center;
	line-height: 22px;
	width: 22px;
	height: 22px;
	font-size: 12px;
	margin: 0px 5px;
	cursor: pointer;
	color: rgb(139, 139, 139);
	box-sizing: border-box;
}

.Pagination ul li:hover {
	background-color: rgb(88, 172, 244);
	color: rgb(255, 255, 255);
}

.Pagination .total_num {
	margin: 0px 5px;
	font-size: 14px;
}

.Pagination .total_page {
	font-size: 14px;
}

.Pagination .total_num i {
	font-style: normal;
}

.Pagination .list_box {
	overflow: hidden;
	position: relative;
	height: 32px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.Pagination .list_box ul {
	position: absolute;
	top: 5px;
}

.Pagination .prepage {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 12px;
	margin: 0px 5px;
	cursor: pointer;
	color: rgb(139, 139, 139);
	box-sizing: border-box;
}

.Pagination .prepage:hover {
	background-color: rgb(88, 172, 244);
	color: rgb(255, 255, 255);
}

.Pagination .nextpage {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 12px;
	margin: 0px 5px;
	cursor: pointer;
	color: rgb(139, 139, 139);
	box-sizing: border-box;
}

.Pagination .nextpage:hover {
	background-color: rgb(88, 172, 244);
	color: rgb(255, 255, 255);
}

.Pagination .first_page {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 12px;
	margin: 0px 5px;
	cursor: pointer;
	color: rgb(139, 139, 139);
	box-sizing: border-box;
}

.Pagination .first_page:hover {
	background-color: rgb(88, 172, 244);
	color: rgb(255, 255, 255);
}

.Pagination .last_page {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 12px;
	margin: 0px 5px;
	cursor: pointer;
	color: rgb(139, 139, 139);
	box-sizing: border-box;
}

.Pagination .last_page:hover {
	background-color: rgb(88, 172, 244);
	color: rgb(255, 255, 255);
}

.Pagination .redir {
	background-color: rgb(88, 172, 244);
	color: rgb(255, 255, 255);
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 14px;
	cursor: pointer;
}

.Pagination .redir:hover {
	opacity: 0.8;
}

.Pagination input {
	width: 50px;
	height: 25px;
	border-radius: 5px;
	border: 1px solid rgb(204, 204, 204);
	outline: none;
	text-indent: 5px;
	margin: 0px 5px;
}

.Pagination .short {
	background-color: rgb(255, 255, 255);
	cursor: default;
}

.Pagination .short:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(139, 139, 139);
}

.Pagination_active {
	background-color: rgb(88, 172, 244) !important;
	color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(88, 172, 244) !important;
}

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

	.gwyfcCon,
	.tab-rank {
		width: 17.84rem;
	}

	.gwyfcConTitle {
		font-size: .32rem;
		margin-top: .66rem;
		margin: .50rem;
	}

	.gwyfcConUl {
		margin-bottom: .84rem;
	}

	.gwyfcConUlA {
		width: 2.52rem;
		height: .60rem;
		font-size: .24rem;
		margin-left: .08rem;
		margin-right: .08rem;
	}

	.tab-rank .bd {
		width: calc(100% + 0.3rem);
	}

	.ulList li {
		width: 5.76rem;
		margin-right: .28rem;
		margin-bottom: .28rem;
	}

	.more_liaojie {
		line-height: .5rem;
		width: 1.88rem;
		height: .5rem;
		font-size: .2rem;
	}

	.media_content_list_introduce {
		font-size: 14px;
		font-family: MicrosoftYaHei;
		color: rgba(58, 58, 58, .6);
		line-height: 22px;
		text-align: justify;
		/* margin-bottom: 24px; */
		margin-bottom: 14px;
		overflow: hidden;
		display: -webkit-box;
		display: -moz-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-moz-line-clamp: 3;
		-ms-line-clamp: 3;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		white-space: normal;
		height: 66px;

	}

	.media_content_list_title {
		font-size: 16px;
		margin-top: 24px;
		margin-bottom: 14px;
	}

	.media_content_list_img_box {
		height: 2.83rem;
	}

	.media_content_list {
		padding: .2rem .2rem .8rem .2rem;
	}


}

@media screen and (max-width: 1024px) {
	.gwyfcCon {
		width: calc(100% - 1.2rem);
	}

	.tab-rank {
		width: 100%;
	}

	.tab-rank .bd {
		width: 100%;
	}

	.ulList li {
		width: calc(50% - .28rem);
		margin-right: 0px;
		margin-bottom: .56rem;
	}

	.ulList {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gwyfcConTitle {
		font-size: .94rem;
		margin-top: 1.22rem;
		margin: 1rem;
	}

	.gwyfcConUl li {
		width: 25%;
	}

	.gwyfcConUlA {
		width: calc(100% - 0.16rem);
		height: 1.4rem;
		font-size: .72rem;
	}

	.media_content_list {
		height: 12.7rem;
		padding: .4rem .4rem 0 .4rem;
	}

	.media_content_list_title {
		font-size: .72rem;
		margin-top: .6rem;
		margin-bottom: .28rem;
	}

	.media_content_list_introduce {
		font-size: .71rem;
		margin-bottom: .48rem;
		height: 3.6rem;
		line-height: 1.2rem;
	}

	.more_liaojie {
		line-height: 1rem;
		width: 4.76rem;
		height: 1.3rem;
		font-size: .71rem;
	}

	.media_content_list_img_box {
		height: 4.4rem;
	}

	.Pagination {
		flex-wrap: wrap;
	}

	#ele {
		padding: .46rem 0px .46rem 0px;
	}
}

/* gwyfc end */


.current_location {
	width: 100%;
	height: .88rem;
	background: #f7f7f7;
	display: flex;
	align-items: center;
}

.current_location_con {
	width: calc(100% - 1.2rem);
	max-width: 13.38rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
	color: #6A6B6C;
}

.current_location_con_img {
	margin-right: 10px;
	width: 22px;
}

.current_location_con a {
	font-size: 14px;
	color: #1E4EA1;
}

.zw {
	width: 100%;
	background-color: #f7f7f7;
	padding-bottom: .5rem;
}

.zw_con {
	width: calc(100% - 1.2rem);
	max-width: 13.38rem;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgb(0 59 139 / 22%);
	padding-left: 1.06rem;
	padding-right: 1.06rem;
	box-sizing: border-box;
	color: #333;
	min-height: calc(100vh - 4.08rem);
}

.zw_con_h {
	font-size: 30px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #000000;
	padding-top: 54px;
	padding-bottom: 30px;
	/* line-height: 30px; */
	text-align: center;
}

.zw_con_fc .zw_con_h {
	text-align: left;
	width: 100%;
	margin: auto;
}

.zw_con_subtitle {
	font-size: 14px;
	text-align: center;
	margin-bottom: 54px;
	line-height: 14px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	position: relative;
	color: #A2A3A5;
}

.news_title_font {
	/* position: absolute; */
	right: 20px;
	bottom: 20px;
	color: #A2A3A5;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.size a {
	color: #387dda;
	margin: 0 1px;
	padding: 3px 4px;
	font-size: 18px;
	border-radius: 1px;
}



.zw_con img {
	margin: 0.36rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}

.next_button {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.next_button_a {
	color: #6D6D6D;
	line-height: 25px;
	font: 14px / 24px "Microsoft Yahei", Arial, "arial sans-serif";
}

.next_button_a:hover {
	color: rgb(64, 158, 255);
}

.bdshare-button-style1-32 {
	float: right;
	padding-right: 30px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
	border-top: 1px solid #c3c3c3;
}

.bdshare-button-style1-32 span {
	float: left;
	line-height: 42px;
	font-size: 15px;
	padding-top: 8px;
}

.bdshare-button-style1-32 a {
	float: left;
	width: 32px;
	line-height: 32px;
	height: 32px;
	background-image: url(/static/images/icons_1_32.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 6px 6px 6px 0;
	text-indent: -100em;
	overflow: hidden;
	color: #3a8ceb;
}

.bdshare-button-style1-32 .bds_tsina {
	background-position: 0 -104px;
}

.bdshare-button-style1-32 .bds_tqq {
	background-position: 0 -260px;
}

.bdshare-button-style1-32 .bds_renren {
	background-position: 0 -208px;
}

.bdshare-button-style1-32 a {
	margin-left: 15px !important;
}

.bdshare-button-style1-32 .bds_weixin {
	background-position: 0 -1612px;
}

.operation {
	height: 60px;
	display: flex;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 8px;
}

.operation a {
	font-size: 14px;
	line-height: 42px;
	color: #333;
	margin: 8px 4px 0;
	display: inline-block;
}

@media screen and (max-width:1600px) {
	.zw_con {
		max-width: 17.84rem;
		min-height: calc(100vh - 5.02rem);
	}

	.current_location_con {
		max-width: 17.84rem;

	}

	.zw_con_fc .zw_con_h {
		font-size: .4rem;
	}

}

@media screen and (max-width: 1024px) {
	.zw_con_fc .zw_con_h {
		text-align: center;
		width: 100%;
		margin: auto;
	}

	.current_location_con {
		max-width: 17.84rem;
		font-size: .72rem;
	}

	.current_location_con a {
		font-size: .72rem;
	}

	.zw_con {
		padding-left: .6rem;
		padding-right: .6rem;
		min-height: calc(100vh - 19.26rem);
	}

	.zw_con_h {
		font-size: .94rem !important;
		padding-top: 1.08rem;
		padding-bottom: .4rem;
		/* line-height: 1.316rem; */
	}

	.news_title_font {
		font-size: .62rem;
		height: auto;
		/* position: absolute; */
		right: .4rem;
		bottom: .4rem;
		line-height: auto;
		display: flex;
		align-items: center;
	}

	.size a {
		font-size: .62rem;
		color: #387dda;
		margin: 0px;
		padding: .2rem;
		border-radius: 1px;
		margin-bottom: 0px;
	}

	.zw_con_subtitle {
		margin-bottom: .54rem;
		padding-bottom: .4rem;
	}

	.zw_con p {
		font-size: .67rem;
		/* margin-bottom: .6rem !important; */
		line-height: 1.2rem;
		color: #333;
	}

	.zw_con img {
		margin: 0.36rem auto !important;
		display: flex;
		float: inherit;
	}

	.next_button_a {
		color: #6D6D6D;
		line-height: 1.2rem;
		font-size: .67rem;
	}

	.next_button {
		margin-top: 1rem;
	}

	.current_location {
		height: auto;
		min-height: 2.66rem;
	}

	.zw {
		padding-bottom: 1rem;
	}

	.bdshare-button-style1-32 span {
		font-size: .72rem;
	}

	.operation {
		margin-top: 2rem;
	}
}


.gwyfcNew {
	width: 100%;
	background-color: #f7f7f7;
	padding-bottom: 50px;
}

.policyStatusBox {
	width: 100%;
	background-color: #f7f7f7;
	padding-bottom: 40px;
}

.gwyfcNewCon {
	width: calc(100% - 1.2rem);
	max-width: 13.38rem;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgb(0 59 139 / 22%);
	box-sizing: border-box;
	color: #333;
	padding: 1px 36px 10px 36px;
}

.gwyfcHead {
	height: 49px;
}

.gwyfcHeadUl {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #f7f7f7;
	padding: 15px 25px;
	box-sizing: border-box;
	margin-top: 32px;
}

.gwyfcHeadUl li {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.gwyfcHeadUl li a {
	font-size: 18px;
	color: #434242;
	margin-right: 30px;
}

.gwyfcHeadUl li a:hover,
.gwyfcHeadUl li a.on {
	color: #0058BA;
}

.gwyfcNewConListUlA {
	display: flex;
	flex-direction: column;
	background-color: #F7F7FD;
	box-shadow: 1px 2px 6px 0px rgb(0 59 139 / 22%);
	margin-top: 32px;
	justify-content: center;
	padding: 24px 25px;
}

.gwyfcNewConListUlAHead {
	color: #282828;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

.gwyfcNewConListUlAHeadCounty {
	color: #282828;
	font-size: 18px;
	line-height: 18px;
}

.gwyfcNewConListUlACon {
	color: #282828;
	font-size: 14px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 24px;
	text-align: justify;
	-webkit-box-orient: vertical;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 18px;
}

.gwyfcNewConListUlAWatch {
	font-size: 14px;
	color: #878787;
	position: relative;
}

.examEmploymentDiv {
	font-size: 18px;
	color: #282828;
}

.gwyfcNewConListUlAConTime {
	position: absolute;
	right: 0px;
	bottom: 0px;

}

.gwyfcNewConListUlA:hover .gwyfcNewConListUlAHead {
	color: #0058BA;
}

.gwyfcNewConListUlA:hover .gwyfcNewConListUlAHeadCounty {
	color: #0058BA;
}

.gwyfcNewConListUlA:hover .gwyfcNewConListUlAWatch {
	color: #0058BA;
}

.gwyfcHeadFont {
	height: 100%;
	display: flex;
	align-items: center;
	color: #282828;
	font-size: 20px;
	line-height: 20px;
	margin-top: 32px;
	letter-spacing: 1px;
}

.gwyfcHeadFontSpan {
	color: #FF0000;
	font-size: inherit;

}


.websiteMapUlA {
	border-bottom: 1px dashed #cccccc;
	display: flex;
	padding: 22px 10px;
	box-sizing: border-box;
	flex-direction: column;

}

.websiteMapUlADiv {
	color: #017FFD;
	font-size: 18px;
}

.gwyfcHeadUlA {
	margin-left: -15px;
}

.websiteMapUlAUl {
	height: 18px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 18px;
}

.websiteMapUlAUl li {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 15px;
}

.websiteMapUlAUl li a {
	font-size: 16px;
	color: #383838;
}

.websiteMapUlAUl li a:hover {
	color: #017FFD;
}

.websiteMapUl {
	padding-bottom: 80px;
}

.websiteMapUlAUlSquare {
	width: 5px;
	height: 5px !important;
	background-color: #017ffd;
}

.examEmployment {
	width: 100%;
	background-color: #f7f7f7;
	padding-bottom: 50px;
}

.examEmploymentCon {
	width: calc(100% - 1.2rem);
	max-width: 13.38rem;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgb(0 59 139 / 22%);
	box-sizing: border-box;
	color: #333;
	padding: 20px;
	display: flex;
	flex-direction: row;
}

.zixundh .examEmploymentConLListCL {
	min-width: 0px;
}

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

	.gwyfcNewCon,
	.examEmploymentCon {
		width: calc(100% - 1.2rem);
		max-width: 17.84rem;
	}
}

@media screen and (max-width:1024px) {
	.gwyfcHead {
		height: 1.6rem;
	}

	.gwyfcNewCon,
	.examEmploymentCon {
		padding: .1px .6rem .6rem .6rem;
	}

	.gwyfcHeadUl {
		padding: .3rem .6rem;
	}

	.gwyfcHeadUl {
		margin-top: .6rem;
	}

	.gwyfcHeadUl li a {
		font-size: .72rem;
		line-height: .67rem;
		margin-right: .6rem;
	}

	.gwyfcNewConListUlA {
		margin-top: .64rem;
		padding: .82rem .6rem;
	}

	.gwyfcNewConListUlAHead {
		font-size: .72rem;
		line-height: 1.008rem;
		margin-bottom: .68rem;
	}

	.gwyfcNewConListUlAHeadCounty {
		font-size: .72rem;
		line-height: 1.008rem;
	}

	.gwyfcNewConListUlACon {
		font-size: .67rem;
		height: 1.9rem;
		line-height: .95rem;
		margin-bottom: .68rem;
	}

	.gwyfcNewConListUlAWatch {
		font-size: .67rem;
	}

	.examEmploymentDiv {
		font-size: .72rem;
		max-width: 11.6rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.current_location_con_img {
		width: .6rem;
		margin-right: .24rem;
	}

	.gwyfcNewConListUlAConTime {
		font-size: .67rem;
	}

	.workNewsConCUlASpanP {
		font-size: .72rem;
	}

	.gwyfcHeadFont {
		font-size: .72rem;
		line-height: .72rem;
		margin-top: .64rem;
	}

	.gwyfcNew {
		padding-bottom: 1rem;
	}

	.gwyfcHeadUlA {
		margin-left: 0px;
	}

	.websiteMapUlA {
		padding: .6rem;
	}

	.websiteMapUlADiv {
		font-size: .67rem;
	}

	.websiteMapUlAUl li a {
		font-size: .62rem;
		color: #383838;
	}

	.websiteMapUlAUl {
		margin-top: .6rem;
	}

	.websiteMapUlAUlSquare {
		width: .24rem;
		height: .24rem !important;
	}

	.websiteMapUlAUl li {
		margin-right: .36rem;
	}

	.websiteMapUl {
		padding-bottom: 1.64rem;
	}

}

.examEmploymentConL {
	width: 284px;
}

.examEmploymentConR {
	flex: 1;
	margin-left: 20px;
}

.examEmploymentLHead {
	width: 100%;
	height: 50px;
	background-color: #006BB9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #FFFFFF;
}

.examEmploymentConLList {
	width: 100%;
	background-color: #f8f8f8;
	margin-top: 20px;
	padding: 0px 14px;
	box-sizing: border-box;
}

.examEmploymentConLListH {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #d0d0d0;
	font-size: 20px;
	color: #006BB9;
	display: flex;
	align-items: center;
}

.examEmploymentConLListB {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px 0px;
}

.examEmploymentConLListC {
	display: flex;
	flex-direction: row;
}

.examEmploymentConLListC.zixun {
	flex-direction: column;
}

.zixun .examEmploymentConLListCL {
	width: 100%;
}

.examEmploymentConLListCL {
	font-size: 16px;
	color: #4E4E4E;
	min-width: 96px;
	line-height: 30px;
}

.examEmploymentConLListCR {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	line-height: 30px;
	font-size: 16px;
	color: #4E4E4E;
}

.zlContact {
	width: 100%;
	height: 50px;
	background-color: #f8f8f8;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #006BB9;
}

.examEmploymentConRUl {
	margin-bottom: 20px;
}

.examEmploymentConRUlH {
	font-size: 24px;
	height: 50px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D0D0D0;
}

.examEmploymentConRUlH span {
	font-size: 24px;
	height: 50px;
	border-bottom: 2px solid #006BB9;
	color: #006BB9;
	line-height: 50px;
	box-sizing: border-box;
}

.examEmploymentConRA {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 18px;
	padding-bottom: 18px;
	box-sizing: border-box;
}

.examEmploymentConRADiv {
	font-size: 16px;
	color: #4E4E4E;
	display: flex;
	flex-direction: row;
	line-height: 24px;
	flex: 1;
}

.examEmploymentConRASpanP {
	font-size: 16px;
	color: #4E4E4E;
	flex: 1;
	line-height: 24px;
}

.examEmploymentConRAP {
	font-size: 14px;
	color: #858585;
	line-height: 24px;
}

.examEmploymentConRA:hover .examEmploymentConRASpanP {
	color: #0058BA;
}

.examEmploymentConRA:hover .examEmploymentConRAP {
	color: #0058BA;
}

.examEmploymentConRA:hover .workNewsConCUlASpan {
	background-color: #0058BA;
}

.baoming {
	width: 24px;
	margin-right: 15px;
	margin-left: 15px;
}

.zlContactIcon {
	width: 29px;
	margin-right: 10px;
}

@media screen and (max-width:1100px) {
	.examEmploymentConRASpanP {
		font-size: 16px;
		color: #4E4E4E;
		max-width: 560px;
		/* white-space: nowrap; */
		/* overflow: hidden; */
		/* text-overflow: ellipsis; */
	}
}

.gwyfcNewConListUl {
	padding-bottom: 26px;
}

@media screen and (max-width:1024px) {
	.gwyfcNewConListUl {
		padding-bottom: 0px;
	}

	.examEmployment {
		padding-bottom: 1rem;
	}

	.examEmploymentCon {
		flex-direction: column-reverse;
	}

	.examEmploymentConR {
		margin-left: 0px;
	}

	.examEmploymentConRUl {
		margin-bottom: 0px;
	}

	.examEmploymentConRUlH {
		font-size: .62rem;
		height: 2.2rem;
	}

	.examEmploymentConRUlH span {
		font-size: .72rem;
		height: 2.2rem;
		border-bottom: .08rem solid #006BB9;
		line-height: 2.2rem;
	}

	.examEmploymentConRASpanP {
		font-size: .72rem;
		max-width: 12rem;
		/* white-space: nowrap; */
		/* text-overflow: ellipsis; */
		/* overflow: hidden; */
		line-height: 1.2rem;
	}

	.examEmploymentConRAP {
		font-size: .67rem;
		line-height: 1.2rem;
	}

	.examEmploymentConRA {
		padding-top: .5rem;
		padding-bottom: 0.5rem;
	}

	.examEmploymentConL {
		width: 100%;
		margin-top: 1.7rem;
	}

	.examEmploymentLHead {
		height: 1.92rem;
		font-size: .72rem;
	}

	.examEmploymentConLList {
		margin-top: .65rem;
		padding: 0px .3rem;
	}

	.examEmploymentConLListH {
		height: 1.92rem;
		font-size: .72rem;
	}

	.examEmploymentConLListCL {
		font-size: .67rem;
		color: #4E4E4E;
		min-width: 0px;
		line-height: 1.2rem;
	}

	.examEmploymentConLListCR {
		flex: 1;
		display: flex;
		flex-wrap: wrap;
		line-height: 1.2rem;
		font-size: .67rem;
		color: #4E4E4E;
	}

	.zlContact {
		width: 100%;
		height: 1.92rem;
		background-color: #f8f8f8;
		margin-top: .65rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: .72rem;
		color: #006BB9;
	}

	.examEmploymentConLListC {
		margin-top: .5rem;
	}

	.examEmploymentConLListC.zixun {
		flex-direction: row;
	}

	.zixun .examEmploymentConLListCL {
		width: auto;
	}

	.examEmploymentConLListB {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 0px;
		padding-bottom: .65rem;
	}

	.baoming {
		width: .95rem;
		margin-right: .5rem;
		margin-left: .5rem;
	}

	.zlContactIcon {
		width: .9rem;
		margin-right: .5rem;
	}
}

/* 0827 */
.workNewsConL .carousel {
	width: 100% !important;
	height: 100% !important;
}

.workNewsConL .el-carousel {
	width: 100% !important;
	height: 100% !important;
}

.workNewsConL .el-carousel__container {
	height: 100% !important;
	width: 100% !important;
}

.workNewsConL .el-carousel__item {
	height: 100% !important;
	width: 100% !important;
}

.workNewsConL .workNewsConLA img {
	width: 100%;
	height: 100%;
}

.current_location_con span {
	font-size: 14px !important;
}

strong, b {
	font-weight: bold;
}
.news_con p[align="center"] {
	text-align: center;
	text-indent: unset !important;
}
.news_con p[align="right"] {
	text-align: right;
	text-indent: unset !important;
}
.news_con p[align="left"] {
	text-align: left;
	text-indent: unset !important;
}
.fcdtl .title{
	width: 100%;
	text-align: center;
	text-indent: 0;
	/*display: flex;
	justify-content: center;
	align-items: center;
	font-size: .25rem !important;*/
}
.fcdtl .title strong{
	font-size: inherit;
}
.fcdtl .limghr{
	float:left;
	margin: 0.09rem 0.36rem 0.09rem 0;
}
.fcdtl .rimghr{
	float:right;
	margin: 0.09rem 0 0.09rem 0.36rem
}
.news_con strong,
.news_con div,
.news_con p,
.news_con span,
.news_con td,
.news_con b,
.news_con u {
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
}

.news_title_font {
	display: none;
}

.news_con table tr td {
	text-align: center;
	min-width: 3em;
	padding: 0 0.4em;
	color: #333;
	font-size: 16px;
}

@media screen and (max-width:1024px) {
	.current_location_con span {
		font-size: .72rem !important;
		line-height: 1.2rem;
	}

	.news_con strong,
	.news_con div,
	.news_con p,
	.news_con span,
	.news_con td,
	.news_con b,
	.news_con u {
		font-size: .8rem;
		line-height: 1.6rem;
	}
	.fcdtl .title{
		font-size: .8rem !important;
		text-indent: 0px;
	}

	.current_location_con .el-breadcrumb {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		min-height: 1.22rem;
		width: calc(100% - 5rem);
	}

	.news_con table tr td {
		font-size: .67rem;
		line-height: 1.2rem;
		text-align: center;
		min-width: 3rem !important;
		padding: 0 0.2em;
	}

	.gwyfcNewConListUlAHead span {
		font-size: .72rem;
		line-height: 1.008rem;
	}

	.gwyfcNewConListUlACon span {
		font-size: .67rem;
		line-height: .95rem;
	}

	.gwyfcNewConListUlAWatch span {
		font-size: .67rem;
	}

	.gwyfcHeadFont span {
		font-size: .72rem;
		line-height: .72rem;
	}
	.fcdtl .limghr {
		float: none;
	}
	.fcdtl .rimghr {
		float: none;
	}
}

.news_con table {
	width: 100% !important;
}

.news_con div {
	width: 100%;
	overflow: auto;
}

.fcdtl {
	width: 100% !important;
	margin: auto !important;
	/* display: flex; */
	/* flex-direction: row; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
}

/* 1027 */
.gwyfcNewConListNew {
	padding: 0 .36rem;
}

.gwyfcNewConListNew .elegantDemeanorListUl {
	margin-bottom: 50px;
	margin-left: 20px;
	margin-top: 30px;
}

.changeBth {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
	color: #878787;
	font-size: inherit;
	letter-spacing: 4px;
	cursor: pointer;
}

.changeBth:hover span {
	color: rgb(0, 107, 185);
}

.changeBth span {
	font-size: inherit;
}

.policyStatuBoxRow {
	width: calc(100% - 1.2rem);
	max-width: 13.38rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.policyStatuBoxRow .policyStatusBox{
	width: calc(50% - 0.2rem);
}
.policyStatuBoxRow .policyStatus{
	width: 100%;
	height: 100%;
}

/* 1014 */
.policyStatus {
	width: calc(100% - 1.2rem);
	max-width: 13.38rem;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgb(0 59 139 / 22%);
	box-sizing: border-box;
	color: #333;
}

.policyStatusHead {
	height: 70px;
	background: #f7f7f7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 16px;
	box-sizing: border-box;
}

.policyStatusHeadTitle {
	/* font-size: 18px; */
	font-size: 16px;
	/* font-size: .24rem; */
	color: rgb(0, 107, 185);
}

.policyStatusHeadWatch {
	font-size: 14px;
	color: #878787;
	cursor: pointer;
}


.policyStatus .gwyfcNewConListUl {
	padding-bottom: 50px;
	margin: 0px 36px;
}



.fcdtl p {
	/* clear: both; */
	text-indent: 36px;
	width: 100%;
	text-align: justify;
}

.fcdtl p.rm {
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	font-size: 24px;
	line-height: 48px;
	width: 100%;
}

.fcdtl p.rm img {
	margin: 0 0.5rem 0 0;
	width: auto;
	height: 260px;
}

.fcdtl p.left img {
	max-width: 100%;
	margin: 0 0.36rem
}

.fcdtl .left {
	/* width: calc(50% - .2rem); */
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	font-size: 20px;
	padding-right: 15%;
	box-sizing: border-box;
}

.fcdtl .tcenter {
	text-align: center;
}



/* 1021 */
.elegantDemeanorListBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 .36rem;
}

.elegantDemeanorList {
	width: calc(50% - 10px);
	padding-bottom: 30px;
}
.elegantDemeanorListTwo {
	width: calc(33.3% - 10px);
	padding-bottom: 30px;
}

.elegantDemeanorListHead {
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #a6a6a6;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 4px;
	box-sizing: border-box;
	position: relative;
}

.elegantDemeanorListHeadSpan {
	font-size: 18px;
	color: #156FB5;
	border-bottom: 3px solid #156fb5;
	height: 45px;
	box-sizing: border-box;
	line-height: 45px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.elegantDemeanorListUlLi {
	margin-top: 20px;
	letter-spacing: 0.5px;
}

.elegantDemeanorListUlLiA {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.circleSpan {
	width: 6px;
	height: 6px;
	background-color: #cccccc;
	border-radius: 50%;
	margin-right: .12rem;
}

.elegantDemeanorListUlLiCon {
	font-size: 16px;
	/* font-size: 14px; */
	color: #4E4E4E;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.elegantDemeanorListUlLiConTwo {
	/* font-size: 16px; */
	font-size: 14px;
	color: #4E4E4E;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.elegantDemeanorListUlLiA:hover .circleSpan {
	background-color: rgb(224, 4, 4);
}

.elegantDemeanorListUlLiA:hover .elegantDemeanorListUlLiCon ,.elegantDemeanorListUlLiA:hover .elegantDemeanorListUlLiConTwo{
	color: rgb(224, 4, 4);
}

.policyStatusHeadWatch:hover {
	color: rgb(224, 4, 4);
}

.edFlexDirectionRow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: transparent;
	box-shadow: 0px 2px 6px 0px transparent;
}

.edFlexDirectionRow .elegantDemeanorList {
	width: calc(50% - 10px);
	box-shadow: 0px 2px 6px 0px rgb(0 59 139 / 22%) !important;
	background-color: #FFFFFF;
	min-height: 4rem;
	box-sizing: border-box;
}
.edFlexDirectionRow .elegantDemeanorListTwo {
	width: calc(33.3% - 10px);
	box-shadow: 0px 2px 6px 0px rgb(0 59 139 / 22%) !important;
	background-color: #FFFFFF;
	min-height: 4rem;
	box-sizing: border-box;
}

.edFlexDirectionRow .elegantDemeanorListUl {
	padding: 0 16px;
}

@media screen and (max-width: 1600px) {
	.policyStatusHeadTitle{
		font-size: .24rem;
	}
	.policyStatus {
		width: calc(100% - 1.2rem);
		max-width: 17.84rem;
	}

	.fcdtl p.rm {
		font-size: .26rem;
		line-height: .52rem;
	}

	.policyStatuBoxRow {
		width: calc(100% - 1.2rem);
		max-width:  17.84rem;
	}
	.policyStatuBoxRow .policyStatus{
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.policyStatuBoxRow .policyStatusBox{
		width: 100%;
	}
	.gwyfcNewConListNew {
		padding: 0px .6rem;
	}

	.gwyfcNewConListNew .elegantDemeanorListUl {
		margin: 1.05rem 0 1.2rem 1rem
	}

	.changeBth {
		font-size: .72rem;
		padding-bottom: 1.05rem;
	}

	.fcdtl {
		width: 100% !important;
	}

	.fcdtl p {
		font-size: .8rem !important;
		text-indent: 1.6rem;
		width: 100%;
	}

	.fcdtl .left {
		width: 100% !important;
		flex-direction: column;
		padding-right: 0px;
		font-size: .8rem;
	}

	.fcdtl p.rm:not(.title) {
		flex-direction: column;
		align-items: flex-start;
		font-size: .8rem !important;
		line-height: 1.6rem;
	}

	.fcdtl p.rm img {
		margin-right: 0px;
		margin: 0 auto;
		margin-bottom: .6rem;
		/* padding-bottom: .6rem; */
		width: auto;
	}

	.policyStatusHead {
		height: auto;
		padding: .82rem .6rem;
	}

	.policyStatusHeadTitle {
		font-size: .82rem;
	}

	.policyStatusHeadWatch {
		font-size: .72rem;
		width: 7rem;
		text-align: right;
	}

	.policyStatus .gwyfcNewConListUl {
		padding-bottom: 1.05rem;
		margin: 0px .6rem;
	}

	.policyStatusBox {
		padding-bottom: 1rem;
	}

	.elegantDemeanorList,.elegantDemeanorListTwo {
		width: 100%;
		padding-bottom: 1rem;
	}

	.elegantDemeanorListBox {
		flex-direction: column;
		padding: 0 .6rem;
	}

	.elegantDemeanorListHead {
		height: 2rem;
		padding-bottom: .42rem;
	}

	.elegantDemeanorListHeadSpan {
		font-size: .82rem;
		height: 2rem;
		line-height: 2rem;
	}

	.elegantDemeanorListUlLi {
		margin-top: .84rem;
		letter-spacing: unset;
	}

	.elegantDemeanorListUlLiCon,.elegantDemeanorListUlLiConTwo {
		font-size: .72rem;
	}

	.edFlexDirectionRow .elegantDemeanorList,.edFlexDirectionRow .elegantDemeanorListTwo {
		width: 100%;
	}

	.edFlexDirectionRow {
		flex-direction: column;

	}

	.edFlexDirectionRow .elegantDemeanorList,.edFlexDirectionRow .elegantDemeanorListTwo {
		margin-bottom: 1rem;
	}

	.edFlexDirectionRow .elegantDemeanorListUl {
		padding: 0 .6rem;
	}

	.circleSpan {
		width: .44rem;
		height: .44rem;
		background-color: #cccccc;
		border-radius: 50%;
		margin-right: .24rem;
	}
}


.theme1 {
	background-color: #0000ff !important;
	background-image: none !important;
	color: #ffff00 !important;
}

.theme2 {
	background-color: #fefecc;
	background-image: none;
	color: #0000ff;
}

.theme3 {
	background-color: #000000;
	background-image: none;
	color: #ffff00;
}

.theme4 {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}

.theme1 .headerBox,
.theme2 .headerBox,
.theme3 .headerBox,
.theme4 .headerBox {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .menu li a,
.theme2 .menu li a,
.theme3 .menu li a,
.theme4 .menu li a {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
}

.theme1 .menu li.current a,
.theme2 .menu li.current a,
.theme3 .menu li.current a,
.theme4 .menu li.current a {
	border-bottom: 2px solid #fff;
	border-color: inherit;
	border-radius: 0px;
}



.theme1 .indexTitle,
.theme2 .indexTitle,
.theme3 .indexTitle,
.theme4 .indexTitle {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .workNewsConCTitleDiv,
.theme2 .workNewsConCTitleDiv,
.theme3 .workNewsConCTitleDiv,
.theme4 .workNewsConCTitleDiv {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .workNewsConCTitleA,
.theme2 .workNewsConCTitleA,
.theme3 .workNewsConCTitleA,
.theme4 .workNewsConCTitleA {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .workNewsConCUlAP,
.theme2 .workNewsConCUlAP,
.theme3 .workNewsConCUlAP,
.theme4 .workNewsConCUlAP {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .linkConTitleSpan,
.theme2 .linkConTitleSpan,
.theme3 .linkConTitleSpan,
.theme4 .linkConTitleSpan {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .footerConUl,
.theme2 .footerConUl,
.theme3 .footerConUl,
.theme4 .footerConUl {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .footerConUl li a,
.theme2 .footerConUl li a,
.theme3 .footerConUl li a,
.theme4 .footerConUl li a {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .footerConSpan,
.theme2 .footerConSpan,
.theme3 .footerConSpan,
.theme4 .footerConSpan {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .footer,
.theme2 .footer,
.theme3 .footer,
.theme4 .footer {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .headerConLeft,
.theme2 .headerConLeft,
.theme3 .headerConLeft,
.theme4 .headerConLeft {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .headerConLeftConLRP,
.theme2 .headerConLeftConLRP,
.theme3 .headerConLeftConLRP,
.theme4 .headerConLeftConLRP {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .headerConLeftConRUl li a,
.theme2 .headerConLeftConRUl li a,
.theme3 .headerConLeftConRUl li a,
.theme4 .headerConLeftConRUl li a {
	cursor: pointer;
	color: inherit;
	border-color: inherit;
}

.theme1 .headerConLeftConRInput,
.theme2 .headerConLeftConRInput,
.theme3 .headerConLeftConRInput,
.theme4 .headerConLeftConRInput {
	background-color: rgba(233, 246, 255, 0.68) !important;
}

.theme1 .headerConLeftConRInput,
.theme2 .headerConLeftConRInput,
.theme3 .headerConLeftConRInput,
.theme4 .headerConLeftConRInput {
	background-color: rgba(233, 246, 255, 0.68) !important;
}

.theme1 .el-carousel__item a .el-carousel__item-caption,
.theme2 .el-carousel__item a .el-carousel__item-caption,
.theme3 .el-carousel__item a .el-carousel__item-caption,
.theme4 .el-carousel__item a .el-carousel__item-caption {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .content,
.theme2 .content,
.theme3 .content,
.theme4 .content {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .current_location,
.theme2 .current_location,
.theme3 .current_location,
.theme4 .current_location {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .current_location_con,
.theme2 .current_location_con,
.theme3 .current_location_con,
.theme4 .current_location_con {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .current_location_con span,
.theme2 .current_location_con span,
.theme3 .current_location_con span,
.theme4 .current_location_con span {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .breadcrumb__separator[class*=icon],
.theme2 .breadcrumb__separator[class*=icon],
.theme3 .breadcrumb__separator[class*=icon],
.theme4 .breadcrumb__separator[class*=icon] {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .zw,
.theme2 .zw,
.theme3 .zw,
.theme4 .zw {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .zw_con,
.theme2 .zw_con,
.theme3 .zw_con,
.theme4 .zw_con {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}


.theme1 .zw_con_h,
.theme2 .zw_con_h,
.theme3 .zw_con_h,
.theme4 .zw_con_h {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .zw_con p,
.theme2 .zw_con p,
.theme3 .zw_con p,
.theme4 .zw_con p {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}


.theme1 .operation span,
.theme2 .operation span,
.theme3 .operation span,
.theme4 .operation span {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .operation ul,
.theme2 .operation ul,
.theme3 .operation ul,
.theme4 .operation ul {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .gwyfcNew,
.theme2 .gwyfcNew,
.theme3 .gwyfcNew,
.theme4 .gwyfcNew {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .gwyfcNewCon,
.theme2 .gwyfcNewCon,
.theme3 .gwyfcNewCon,
.theme4 .gwyfcNewCon {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .gwyfcNewConListUlA,
.theme2 .gwyfcNewConListUlA,
.theme3 .gwyfcNewConListUlA,
.theme4 .gwyfcNewConListUlA {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .gwyfcNewConListUlAHead,
.theme2 .gwyfcNewConListUlAHead,
.theme3 .gwyfcNewConListUlAHead,
.theme4 .gwyfcNewConListUlAHead {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .gwyfcNewConListUlA:hover .gwyfcNewConListUlAHead,
.theme2 .gwyfcNewConListUlA:hover .gwyfcNewConListUlAHead,
.theme3 .gwyfcNewConListUlA:hover .gwyfcNewConListUlAHead,
.theme4 .gwyfcNewConListUlA:hover .gwyfcNewConListUlAHead {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.theme1 .gwyfcNewConListUlA:hover .gwyfcNewConListUlAWatch,
.theme2 .gwyfcNewConListUlA:hover .gwyfcNewConListUlAWatch,
.theme3 .gwyfcNewConListUlA:hover .gwyfcNewConListUlAWatch,
.theme4 .gwyfcNewConListUlA:hover .gwyfcNewConListUlAWatch {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}


.theme1 .gwyfcNewConListUlAWatch,
.theme2 .gwyfcNewConListUlAWatch,
.theme3 .gwyfcNewConListUlAWatch,
.theme4 .gwyfcNewConListUlAWatch {
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}


.theme1 div,
.theme2 div,
.theme3 div,
.theme4 div {
	background-color: inherit !important;
	color: inherit !important;
}

.theme1 p,
.theme2 p,
.theme3 p,
.theme4 p {
	background-color: inherit !important;
	color: inherit !important;
}

.theme1 span,
.theme2 span,
.theme3 span,
.theme4 span {
	background-color: inherit !important;
	color: inherit !important;
}

.theme1 td,
.theme2 td,
.theme3 td,
.theme4 td {
	background-color: inherit !important;
	color: inherit !important;
}

.theme1 a,
.theme2 a,
.theme3 a,
.theme4 a {
	background-color: inherit !important;
	color: inherit !important;
}

.theme1 ul,
.theme2 ul,
.theme3 ul,
.theme4 ul {
	background-color: inherit !important;
	color: inherit !important;
}

.theme1 li,
.theme2 li,
.theme3 li,
.theme4 li {
	background-color: inherit !important;
	color: inherit !important;
}

.theme1 strong,
.theme2 strong,
.theme3 strong,
.theme4 strong {
	background-color: inherit !important;
	color: inherit !important;
}

.disabilitiesNav .disabilitiesMain .disabilitiesContent {
	display: flex;
	align-items: center;
	justify-content: center;
}

.disabilitiesNav .disabilitiesMain {
	background-color: #124888 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #409eff !important;
	color: #fff !important;
}

.zw_con a {
	color: inherit;
	font-size: inherit;
}

.el-breadcrumb .el-breadcrumb__item:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
}
.workNewsConRAZt {
	background-repeat: no-repeat;
	background-image: url(#);
	background-image: url(/static/images/gwyzt.jpg);
	height: .95rem;
	margin-top: .12rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .16rem;
	/* color: #006bb9; */
	text-align: center;
	background-size: cover;
	background-position: top center;
	font-weight: bold;
	padding: 0px .1rem;
	box-sizing: border-box;
}

.workNewsConRALX {
	background-repeat: no-repeat;
	background-image: url(#);
	background-image: url(/static/images/gwylx.jpg);
	height: .95rem;
	margin-top: .12rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .16rem;
	/* color: #006bb9; */
	text-align: center;
	background-size: cover;
	background-position: top center;
	font-weight: bold;
	padding: 0px .1rem;
	box-sizing: border-box;
}

@media screen and (max-width:1600px){
	.workNewsConRAZt{
		background-repeat: no-repeat;
		background-image: url(#);
		background-image: url(/static/images/gwyzt.jpg);
		height: 1.37rem;
		margin-top: .12rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: .21rem;
		/* color: #006bb9; */
		text-align: center;
		background-size: cover;
		background-position: top center;
		padding: 0px .1rem;
		box-sizing: border-box;
		font-weight: bold;
	}

	.workNewsConRALX{
		background-repeat: no-repeat;
		background-image: url(#);
		background-image: url(/static/images/gwylx.jpg);
		height: 1.37rem;
		margin-top: .12rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: .21rem;
		/* color: #006bb9; */
		text-align: center;
		background-size: cover;
		background-position: top center;
		padding: 0px .1rem;
		box-sizing: border-box;
		font-weight: bold;
	}
}
@media screen and (max-width:1024px){
	.workNewsConRAZt{
		width: calc(33.3% - .1rem);
		height: 3.6352rem;
		margin-top: 0.26rem;
		font-size: .6rem;
		box-sizing: border-box;
		padding: 0px 0.4rem;
		margin-right: 0px;
	}

	.workNewsConRALX{
		width: calc(33.3% - .1rem);
		height: 3.6352rem;
		margin-top: 0.26rem;
		font-size: .6rem;
		box-sizing: border-box;
		padding: 0px 0.4rem;
		margin-right: 0px;
	}
}
.fontWrap{
	clear: both;
	    float: left;
	    max-width: 330px;
	    text-align: center !important;
	    margin-right: 30px;
	    text-indent: 0px !important;
}
@media screen and (max-width:1024px){
	.fontWrap{
		margin-right: 0px !important;
		    max-width: 100% !important;
		    float: none !important;
	}

}
</pre></body></html>