@charset 'utf-8';

/******样式清除******/

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

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}
    

a,span {
	vertical-align: top;
}

img {
	border: 0;
	vertical-align: middle;
}

@keyframes myrotate {
	0% {
		transform: rotate(10deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	40% {
		transform: rotate(10deg);
	}

	60% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

input,
button,
text {
	vertical-align: middle;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
	cursor: pointer;
}


body {
	font-size: 15px;
	color: #333333;
	font-family: "PingFang SC-Regular, PingFang SC";

}

.bodyhtml {
	background: #e5f2ff;
}


/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

/* 边距 */
/*****边距调整****/

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr15 {
	margin-right: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mt50 {
	margin-top: 50px;
}

/* 内容块 */
.centerWidth {
	width: 1200px;
	margin: 0px auto;
}

.maxWidth {
	width: auto;
	margin: 0px auto;
}

.overflows a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 头部 */
.zyxb_head {
	line-height: 50px;
	background: #1B62CD;
	height: 50px;
}

.head_text_lf a,
.head_text_lf span,
.head_text_rt a,
.head_text_rt span {
	color: #fff;
	font-size: 16px;
}

.zyxb_headbj {
	background: url(zyxb_headbj.png) no-repeat center 0;
	height: 570px;
	width: 100%;
}

.zyxb_headbj_logo {
	text-align: center;
	padding-top: 88px;
}

.zyxb_headbj_logo_text {
	padding-top: 20px;
}

.zyxb_headbj_logo_text .chinese {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 64px;
	display: block;
}

.zyxb_headbj_logo_text .english {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 24px;
	display: block;
	letter-spacing: 11px;
}

.zyxb_search {
	padding-top: 80px;
}

.search {
	float: right;
	width: 285px;
	height: 54px;
	background: rgba(255, 255, 255, 0.24);
	border-radius: 54px 54px 54px 54px;
}

.search #keywords {
	width: 210px;
	height: 54px;
	margin-left: 20px;
	font-size: 16px;
	float: left;

	background: rgba(255, 255, 255, 0);
}

.btn {
	width: 33px;
	height: 33px;
	cursor: pointer;
	display: block;
	margin: 10px 10px;
	float: left;
	background: url(zyxb_search.png) no-repeat;
}

.zyxb_nav {
	background: url(zyxb_navbjt.png) no-repeat center 0;
	height: 950px;
}

.zyxb_nav2 {
	height: 760px;
}

.nav {
	padding-top: 48px;

}

.nav li {
	float: left;
	width: 16%;
	height: 100px;
	text-align: center;

}

.nav li.cur {
	background: url(zyxb_navcur.png) no-repeat center;
}

.nav li a {
	width: 123px;
	height: 42px;
	font-size: 30px;
	position: relative;

	color: #FFFFFF;
	line-height: 125px;

}

.nav li.cur a {
	line-height: 100px;
	color: #3062C7;
	font-weight: 600;
}

.nav li a img {
	position: absolute;
	top: 5px;
	left: -32px;
}

.zyxb_navimgcur {
	display: none;
}

.nav li.cur .zyxb_navimgcur {
	display: block;
}

.nav li:hover .zyxb_navimgcur {
	display: block;
}

.nav li.cur .zyxb_navimg {
	display: none;
}

.homeboy {
	padding-top: 85px;
}

/* 头条 */
.homeboy_toutiao {
	height: 140px;
	background: #FFFFFF;
}

.zyxb_toutiaotb {
	background: url(zyxb_nrtooutiao.png) no-repeat;
	height: 95px;
	margin: 22px;
	width: 6%;
}

.zyxb_toutiaotb>span {
	font-size: 24px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 28px;
	display: block;
	padding: 5px 11px;
}

.zyxb_toutiao {
	overflow: hidden;
	height: 70px;
	width: 90%;
	margin-top: 30px;
	text-align: center;
}

.zyxb_toutiao li {
	height: 70px;
	width: 100%;
	display: flex;
	text-align: center;
	width: 100%;
	justify-content: space-around;
	flex-direction: column;
}

.zyxb_toutiao li p {
	font-size: 16px;
	color: #171717;
}

.zyxb_toutiao li h1,
.zyxb_toutiao li p {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 图片轮播 */
.con1_lf {
	width: 56%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.con1_lf .swiper-container {
	width: 100%;
	height: 100%;
}

.con1_lf li.swiper-slide {
	position: relative;
	height: 380px;
}

.con1_lf li.swiper-slide a {
	   display: block;
    height: 380px;
}

.con1_lf li.swiper-slide img {
	width: 100%;
	height: 100%;
}

.con1_lf .swiper-slide span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	height: 45px;
	line-height: 45px;
	padding-left: 2%;
	background: rgba(2, 2, 2, 0.4);
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.con1_lf .pagination {
	position: absolute;
	bottom: 13px;
	right: 0;
	z-index: 29;
	width: 135px;
	left: auto;
	text-align: right;
	padding-right: 8px;
}

.con1_lf .pagination span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
}

.con1_lf .pagination .swiper-active-switch {
	background-color: #185dad;
}

.con1_rt {
	width: 41%;
	padding: 0 10px;
}

.switchtitle a {
	font-size: 24px;
	color: #2D2D2D;
	font-weight: 600;
	line-height: 52px;
	height: 59px;
	width: 145px;
	text-align: center;
	display: inline-block;
}

.switchtitle>a.cur {
	background: url(zyxb_switchtitlecur.png);
	color: #fff;
}

.tabcon {
	padding: 0px 10px;
	padding-top: 7px;
}

.list_item li {
	line-height: 45px;
}

.list_item li a {
	padding-left: 20px;
	max-width: 74%;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	background: url(zyxb_jjpc_lip1.png) left center no-repeat;
}

.list_item li span {
	font-size: 14px;
	color: #999;
	float: right;
}

.tabitem {
	display: none;
}

.tabitem.cur {
	display: block;
}

/* 中部专题 */
.con2 {
	margin-bottom: 25px;
}

.con2 ul {
	width: 100%;
}

.con2 ul li {
	position: relative;
	width: 25%;
	float: left;

}

.con2 ul li a {
	display: inline-block;
	overflow: hidden;
}

.con2 ul li span {
	font-size: 24px;
	font-weight: 600;
	color: #8D4C10;
	position: absolute;
	left: 15px;
	top: 15px;

}

/* 政务公开 */
.con3 {
	padding-top: 20px;
}

.title_text,
.title {
	position: relative;
}

.title_text {
	width: 156px;
	
}

.title {
	line-height: 55px;
	margin-bottom: 30px;
}

.title_text span.title_textqlz {
	font-size: 32px;
	color: #333333;
	position: absolute;
	top: 5px;
}

.title_text>div {
	font-size: 12px;
	color: #EEEEEE;
	position: absolute;
	top: -20px;
}

.title_text span.title_texthlz {
	font-size: 42px;
	color: #1B62CD;
	position: relative;
	float: right;
}

.con3_lf {
	width: 55%;
	padding: 10px;
}

.con3__lf_title a {
	font-size: 20px;
}

.con3_lf_gk {
	margin-top: 25px;
}

.con3_lf_gk li {
	width: 22.2%;
	float: left;
	height: 105px;
	border-radius: 0 0 50px 0;
	background-color: #F5F9FF;
	margin: 0 9px;
	line-height: 105px;
	text-align: center;
}

.con3_lf_gk li a {
	display: inline-block;
}

.con3_lf_gk li span {
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
}

.con3_rt {
	width: 43%;
}

.con3_rt li {
	width: 45%;
	float: left;
	height: 126px;
	position: relative;
	margin: 10px;
}

.con3_rt li a {
	display: inline-block;
	position: relative;
}

.con3_rt li a:hover {

	top: -5px;
	box-shadow: 0 0.52083vw 0.52083vw rgb(0 36 100 / 30%);
}

.con3_rt li span {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	position: absolute;
	left: 20px;
	top: 10px;
}

.con4 {
	background: #f4f3f3;
	padding: 20px 0px;
}

.con4_bsfw {
	padding-bottom: 40px;
}

.con4_bsfw_li {
	width: 23%;
	float: left;
	background: #FFFFFF;
	margin: 0 12px;
	height: 268px;
	text-align: center;
	position: relative;
}

.con4_bsfw_li>img {
	margin-top: 15px;
}

.con4_bsfw_li>span {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	display: block;
}

.con4_bsfw_li_zldiv {
	margin-top: 25px;
}

.con4_bsfw_li_zldiv ul {
	width: 87%;
	margin: 0 auto;
}

.con4_bsfw_li_zlli {
	width: 50%;
	text-align: center;
	float: left;
	margin: 10px 0;
}

.con4_bsfw_li_zlliyg {
	width: 100%;
}

.con4_fwzq li {
	width: 23%;
	float: left;
	margin: 0 12px;
	position: relative;

}

.con4_fwzq li a {
	display: inline-block;
	overflow: hidden;
}

.con4_fwzq li span {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	position: absolute;
	left: 75px;
	top: 60px;

}

.con5_lf {
	width: 23%;
}

.con5_lf li {
	width: 100%;
	background: url(zyxb_fwrxbj.png) no-repeat;
	line-height: 148px;
	text-align: center;
	margin: 20px 0;
	position: relative;
}
.con5_lf li:nth-child(2){
background: url(zyxb_jjwsjb.png) no-repeat;
}
.con5_lf li:nth-child(3){
background: url(zyxb_wfjbbj.png) no-repeat;
}
.con5_lf li:hover {
	top: -5px;
	box-shadow: 0 0 10px rgb(87 157 255 / 80%);
}

.con5_lf li a {
	display: inline-block;
	width: 185px;
	text-align: left;
}

.con5_lf li span {
	font-size: 20px;
	font-weight: 600;
	color: #2D2D2D;
	display: inline-block;
	line-height: 30px;
	margin-top: 45px;
	text-align: left;
	width: 128px;
}

.con5_middle {
	width: 50%;
	margin: 10px 0px 0 20px;
}

.con5_middle_top li {
	width: 33%;
	float: left;

	line-height: 57px;
}

.con5_middle_top li span {
	font-size: 16px;
	font-weight: 600;
	color: #2D2D2D;
}

.con5_middle_top li img {
	width: 25%;
}

.con5_middle_top li:nth-child(1) span {
	font-size: 22px;
}

.con5_middle_top li:nth-child(1) img {
	width: auto;
}

.con5_middle_top li a {
	display: inline-block;
}

.con5_middle_div {
	font-size: 20px;
	font-weight: 600;
	color: #2D2D2D;
}

.con5_middle_lf {
	margin: 25px auto;
}

.con5_middle_xjbl {
	overflow: hidden;
	height: 26px;
	width: 64%;
	line-height: 26px;
	text-align: center;
}

.xjlist_title {
	line-height: 48px;
	background: #F6F6F6;
	padding: 0 15px;
}

.xjlist_list {
	padding-left: 15px;
}

.xjlist_list .list_item li {
	line-height: 54px;
}

.con5_rt {
	width: 23%;
}

.rt_zxft_title a {
	font-size: 20px;
	font-weight: 600;
	width: 145px;
	line-height: 60px;
	display: inline-block;
	color: #1B62CD;
	background: url(zyxb_zmhdcur.png) -5px 42px no-repeat;
}

.con5_rt_zxft_img {
	width: 275px;
	height: 138px;
}

.con5_rt_zxft_img img {
	width: 100%;
	height: 100%;
}

.zxft_title a {
	font-size: 17px;
	font-weight: 600;
	color: #333333;
	line-height: 21px;

}

.zxft_title {
	padding: 10px 0;
}

.zxft_jbsj span {
	font-size: 14px;
	color: #333333;
	display: block;
	margin: 10px 0;
}

.con5_rt_dcsj {
	width: 100%;
	height: 202px;
	background: url(zyxb_dcsj.png) no-repeat;

}

.dcsj_title a {
	font-size: 20px;
	color: #296CD0;
	font-weight: bold;
	margin: 15px;
	line-height: 50px;

}

.dcsj_jxz {
	font-size: 12px;
	background: url(zyxb_dcsjjxz.png) no-repeat;
	color: #296CD0;
	width: 56px;
	line-height: 23px;
	display: block;
	margin: 0px 15px;
	text-align: center;
}

.dcsj_title_wdtitle {
	padding: 10px 15px;
}

.dcsj_title_wdtitle a {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.dcsj_sj {
	font-size: 12px;
	color: #797979;
	display: block;
	margin: 0 15px;
}

/* 专题专栏 */
.con6 {

	background: #f4f3f3;
	padding: 20px 0px;
}

.con6_tup_div {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.con6_tup li {
	width: 280px;
	height: 153px;
	float: left;
	margin: 0 1px;

}

.con6_tup ul {}

.con6_tup li a {
	display: inline-block;
}

.swiper-button-prev {
	background: #ddd url(zyxb_ztzlzuo.png) center no-repeat !important;
}

.swiper-button-next {
	background: #ddd url(zyxb_ztzlyou.png) center no-repeat !important;
}

.con6_tup_div div.active {
	background-color: #3069b8 !important;
}

/* 底部 */
.zyxb_footer {
	margin-top: 50px;
}

.zyxb_footer_yqlj {
	line-height: 56px;
	background: #E5F0FF;
}

.zyxb_footer_yqlj .linklistcon {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.6s;

}

.linklistcon .dropmune {
	font-size: 16px;
	font-weight: bold;
	color: #3062C7;
	position: relative;
	display: flex;
justify-content:center;
align-items:center;

	-webkit-justify-content:center;
	-webkit-align-items:center;
}

.zyxb_footer_yqlj .linklistcon:hover {
	cursor: pointer;
	background: #FFFFFF;
	box-shadow: 0 0 10px #cbe0ef;
}

.zyxb_footer_yqlj .linklistcon:hover .footer_yqlj_sjx {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer_yqlj_sjx {
	width: 11px;
	height: 8px;
	display: inline-block;
	background: url(zyxb_sjx.png) no-repeat;
	margin-left: 10px;
	vertical-align: initial;
}

.yqlj_bum {
	width: 1200px;
	z-index: 999;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 3333;
	height: 162px;
	background: #FFFFFF;
	position: absolute;
	bottom: 55px;
	visibility: hidden;
	opacity: 0;
	padding: 14px 5px;
	transition: all ease 0.6s;
	border: 1px solid #cbe0ef;
	box-shadow: 0 0 10px #cbe0ef;
}

.zyxb_footer_yqlj .linklistcon:hover .yqlj_bum {
	visibility: visible;
	opacity: 1;
}

.linklistcon:nth-child(1) .yqlj_bum {
	left: 0;
}

.yqlj_bum li {
	width: 14%;
	text-align: center;
	float: left;
}

.linklistcon:nth-child(2) .yqlj_bum {
	left: -300px;
}

.linklistcon:nth-child(3) .yqlj_bum {
	left: -600px;
}

.linklistcon:nth-child(4) .yqlj_bum {
	left: -900px;
}

.zyxb_footer_text {
	height: 196px;
	background: #3062C7;
}

.zyxb_footer_text_lf {
	width: 80%;
}

.text_lf_li li {
	width: 9%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px 0;
}

.text_lf_li li a {
	display: inline-block;
	color: #FFFFFF;
}

.text_lf_text p {
	font-size: 16px;
	padding: 10px 0;
	color: #FFFFFF;
}

.text_lf_text span {
	padding: 0 10px;
}

.zyxb_footer_text_rt {
	width: 20%;
	line-height: 143px;
}

.zyxb_footer_text_rt li {
	width: 50%;
	float: left;
	text-align: center;
}

.zyxb_footer_text_rt li a {
	display: inline-block;
}

/* 张掖要闻 */
.con22_lf {
	width: 31%;
}

.con22_lf_title {
	border-bottom: 1px solid #EEEEEE;
}

.zyxb_gd a {
	font-size: 14px;
	color: #7D7D7D;
	width: auto;
}

ul.con22_lf_item li a {
	max-width: 85%;
}

.con22_lf_title>a {
	font-size: 20px;
	width: 124px;
}

div.con22_lf_title>a.cur {
	background: url(zyxb_switchtitlecurxiao.png);
	color: #fff;
}

.mtsptp {
	text-align: center;
}

.mtsptp a {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	color: #333333;
	margin: 0 35px;
	display: inline-block;
	height: 50px;
	position: relative;
}

.mtsptp a img {
	position: absolute;
	top: 5px;
	left: -32px;
}

img.mtsptpimgcur {
	display: none;
}

.mtsptp a.cur>img.mtsptpimg {
	display: none;
}

.mtsptp a.cur>img.mtsptpimgcur {
	display: block;
}

.mtsptp a.cur {
	color: #1B62CD;
	background: url(zyxb_sptpcur.png) -25px 42px no-repeat;
}

.con33_rt_item li {
	width: 31%;
	float: left;
	background: #F6F6F6;
	margin: 10px 0;
}

.con33_rt_item li:nth-child(2),
.con33_rt_item li:nth-child(5) {
	margin: 10px 30px;
}

.con33_rt_item li img {
	width: 365px;
	height: 255px;

}

.con33_rt_item li a {
	display: inline-block;
}

.con33_rt_item li span {
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 15px 10px;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 政民互动 */
.zyxb_zmhd_ldyx {
	width: 56.2%;
}

.zmhd_ldyx {
	width: 100%;
	background: url(zyxb_zmhd_ldyx.png) no-repeat;
	height: 140px;
}

.zmhd_lytj {
	position: relative;
}

.zmhd_lytj_nianfen {
	margin-left: 410px;
	padding: 0 10px;
	border-radius: 24px 24px 24px 24px;
	width: 72px;
	height: 24px;
	border: 1px solid #DEDEDE;


}

.zmhd_lytj_nianfen select {
	width: 100%;
	border-style: none;
	color: #3775D2;
}

.zmhd_ldyx_ldxx {
	width: 42%;
	text-align: center;
	line-height: 90px;
}

.blqk_tjb {
	width: 88px;
	height: 24px;
	border-radius: 24px 24px 24px 24px;
	border: 1px solid #DEDEDE;
}

.blqk_tjb select {
	width: 100%;
	border-style: none;
	color: #3775D2;
}

.zmhd_ldyx_ldxx a {
	display: inline-block;
}

.zmhd_ldyx_ldxx span {
	display: block;
	font-size: 26px;
	font-weight: 600;
	color: #2D2D2D;
	line-height: 30px;
}

.zmhd_ldyx_wxwc {
	width: 55%;
	text-align: center;
}

.zmhd_ldyx_wxwc ul {
	height: 98px;
	margin: 20px 0;
	border-left: 1px solid #EEEEEE;
}

.zmhd_ldyx_wxwc li {
	width: 45%;
	float: left;
	text-align: center;
	line-height: 98px;
}

.zmhd_ldyx_wxwc li a>img {
	width: 18%;
}

.zmhd_ldyx_wxwc li span {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 107px;
}

.zmhd_lyhf {
	width: 93%;
	background: #FFFFFF;
	padding: 0 24px;

}

.zyxb_zmhd_title>a {
	font-size: 20px;
	font-weight: 600;
	width: 145px;
	display: inline-block;
	color: #1B62CD;
}

.zyxb_zmhd_title a {
	line-height: 85px;
}

.zyxb_zmhd_title>a.cur {
	color: #1B62CD;
	background: url(zyxb_zmhdcur.png) -5px 60px no-repeat;
}

ul.zyxb_zmhd_item a {
	max-width: 60%
}

.zmhd_title {
	width: 73%;
}

.zyxb_zmhd_zt {
	width: 17%;
}

.zyxb_zmhd_lytj {
	width: 43%;
	background: #FFFFFF;
}

.ptitle h3 {
	border: 0;
	font-size: 20px;
	border-left: 5px solid #1B62CD;
	line-height: 30px;
	height: 30px;
	padding-left: 25px;
	color: #1B62CD;
	line-height: 26px;
}

.ptitle {
	padding: 15px 18px 0 18px;
	border: 0;
	position: relative;
}

#main {
	width: 516px;
	height: 300px;
	padding-bottom: 10px;
}

#main2021 {
	width: 516px;
	height: 300px;
	padding-bottom: 10px;
}

#main2021>div canvas,
#main>div canvas {}

.tjb>div {
	display: none;
	width: 100%;
}

.tjb>div.cur {
	width: 100%;
	display: block;
}

.zmhd_lytj_qktj>ul {
	display: none;
}

.zmhd_lytj_qktj>ul.cur {
	display: block;
}

.zmhd_lytj_qktj {
	padding: 14px 18px 18px 18px
}

.zmhd_lytj_qktj li {
	width: 27%;
	float: left;
	background: #F6F9FC;
	text-align: center;
}

.zmhd_lytj_qktj li span {
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 15px 0;
	line-height: 25px;
}

.lytj_qktj_js {
	font-size: 28px;
	color: #1B62CD;
	font-weight: bold;
}

.zmhd_fwzq {}

.zmhd_fwzq li {

	float: left;
	width: 32%;
	position: relative;

}

.zmhd_fwzq li:nth-child(2) {
	margin: 0 23px;
}

.zmhd_fwzq li a {
	display: inline-block;
	overflow: hidden;
}

.zmhd_fwzq li span {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	position: absolute;
	left: 25px;
	top: 20px;
}

.zmhd_zjdc_lf {
	width: 56%;
}

.zjdc_lf_div li {
	width: 100%;
	height: 88px;
	background: #F6F9FC;
	margin: 20px 0;
}

.zjdc_lf_div li a>span {
	background: #1B62CD;
	font-size: 18px;
	color: #FFFFFF;
	padding: 1px;
	line-height: 25px;
	padding: 19px 26px;
}

.zjdc_lf_div li:nth-child(2) a>span {
	background: #1BADCD;
	font-size: 18px;
	color: #FFFFFF;
	padding: 1px;
	line-height: 25px;
	padding: 19px 26px;
}

.zjdc_lf_div li a>div {
	width: 82%;
	padding: 16px 10px;
}

.zjdc_lf_div li a>div:hover {
	background: #1b62cdd6;
}

.zjdc_lf_div li a>div:hover p {
	color: #fff;
}

.zjdc_lf_div li a>div:hover span {
	color: #fff;
}

.zjdc_lf_div li a>div p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 21px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zjdc_lf_div li a>div span {
	font-size: 16px;
	color: #797979;
	line-height: 35px;
}

.zmhd_zjdc_rt {
	width: 39%;
	background: #F6F9FC;
	padding: 19px;
}

.zjdc_rt_title a {
	font-size: 24px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #1B62CD;
	padding: 26px;
}

.zmhd_zxft_lf {
	width: 64%;
}

.zxft_lf_div li {
	width: 50%;
	float: left;
}

.lf_div_img {
	width: 360px;
	height: 210px;
}

.lf_div_img img {
	width: 100%;
	height: 100%;
}

.lf_lititle {
	margin: 10px 0;
}

.lf_li_tit {
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
}

.lf_li_tit:hover a {
	color: #007AFF;
}

.zxft_lf_lititle {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: inherit;
	width: 78px;
	display: block;
	text-align-last: justify;
}

.zxft_lf {
	padding: 0 30px 10px 0;
}

.lf_lititle b {
	font-size: 18px;
	color: #333333;
	float: left;
	font-weight: bold;
}

.jj {
	width: 72%;

}

.jj a {

	color: #1B62CD;
}

.zmhd_zxft_rt {
	width: 34%;
}

.con1_zxft_rt {
	width: 90%;
	height: 210px;
	overflow: hidden;
	position: relative;
}

.con1_zxft_rt li.swiper-slide {
	position: relative;
	height: 210px;
}

.con1_zxft_rt .swiper-slide span {
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 98%;
	height: 25px;
	line-height: 25px;
	padding-left: 2%;
	background: rgba(2, 2, 2, 0.4);
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.con1_zxft_rt .pagination {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 29;
	width: 60px;
	left: auto;
	text-align: right;
	padding-right: 8px;
}

.con1_zxft_rt .pagination span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffff;
	margin: 0 5px;
	cursor: pointer;
}

ul.con1_zxft_rt_item span {
	font-size: 13px;
	padding-left: 22px;
	color: #999;
	float: inherit;
	display: block;
}

ul.con1_zxft_rt_item li a {
	font-size: 16px;
	max-width: 86%;
}

ul.con1_zxft_rt_item li {
	line-height: 22px;
	margin: 6px 0;
}


/* 彩虹张掖 */

.zyxb_chzy {
	background: url(zyxb_chzy_headbj.png) no-repeat;
	height: auto;
	width: 100%;

}

.zycb_chzyheadbj {

	background: none;
}

.zyxb_chzysearch {
	padding-top: 50px;
}

.zyxb_chzynav {
	background: none;
}

div.zyxb_chzynav .nav ul {
	line-height: 72px;
	background: #1B62CD;
}

.nav li:hover {
	line-height: 86px;
	background: url(zyxb_navcur.png) no-repeat center;
}

.nav li:hover a {
	line-height: 100px;
	color: #3062C7;
	font-weight: 600;
}
.zyxb_chzynav .nav li:hover a{
	color: #3062C7;
}

.zyxb_chzynav li.cur,
.zyxb_chzynav>.nav li:hover {
	height: auto;



	background: #FFFFFF;
}

.zyxb_chzynav .nav li.cur a {

	color: #3062C7;
}

div.zyxb_chzynav .nav ul li {
	width: 16.667%;
}

.zyxb_chzynav .nav li a {
	width: auto;
	height: auto;
	font-size: 30px;
	position: relative;
	color: #FFFFFF;
	line-height: 72px;
}

.zycb_chzyhome {
	padding-top: 0px;
}

.zyxb_zygk {}

.chzyhome_top {

	background: #FFFFFF;
}

.zyxb_zygk_title {
	text-align: center;
	padding: 30px 0;
}

.zygk {
	padding: 20px;
}

.zygk_lf {
	width: 65%;
	background: #F8FAFF;
	height: 475px;
	position: relative;
}

.zygk_lf>a {

	display: inline-block;
	position: absolute;

}

.zy_gzq {
	width: 60px;
	height: 90px;
	top: 30%;
	left: 59%;
}

.zy_snygz {
	width: 146px;
	height: 110px;
	top: 36%;
	left: 35%
}

.zy_mlx {
	width: 60px;
	height: 100px;
	top: 49%;
	left: 65%;
}

.zy_lzx {
	width: 60px;
	height: 90px;
	top: 19%;
	left: 53%;
}

.zy_gtx {
	width: 120px;
	height: 90px;
	top: 9%;
	left: 36%;
}

.zy_sdx {
	width: 80px;
	height: 100px;
	top: 43%;
	left: 74%;
}

.zygk_lf img {
	width: 100%;
}

.zygk_rt {
	height: 475px;
	width: 34%;
	background: url(zyxb_chzygkbj.png) no-repeat;
}

.zygk_rt_title {
	margin: 40px 0px 10px 25px;
	width: 170px;
	font-size: 26px;
	font-weight: 600;
	color: #FFBB55;
	line-height: 40px;
	text-align: center;
	background: url(zyxb_chzygkbjVector.png) no-repeat;
}

.zygk_rt_text p {
	padding: 20px;
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	text-align: justify;
}

.zygk_rt_textgd {
	margin: 40px 0px 10px 25px;
	background: url(zyxb_chzygd.png) no-repeat;
}

.zygk_rt_textgd a {
	padding: 4px 20px;
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
}

.zyxb_xqgk {
	padding: 20px;
}

.zyxb_xqgk_title {
	padding: 10px;
	width: 13%;
}

.zyxb_xqgk_title a {
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	line-height: 26px;
	display: inline-block;
	background: url(zyxb_chzyxqgk.png) no-repeat;
	margin: 10px 0;
	padding: 12px 0px;
	text-align: center;
	width: 140px;
}

.zyxb_xqgk_title a.cur {
	background: url(zyxb_chzyxqgkcur.png) no-repeat;
	border-right: 0px;
	color: #FFFFFF;
}

.zyxb_xqgk_tp {
	width: 82%;
	padding-top: 20px;
}

.xqgk_tp_div a {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.xqgk_tp_div a img {
	width: 100%;
	position: relative;
}

.xqgk_tp_div a p {
	bottom: 25px;
	position: absolute;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-indent: 2em;
}

/* 张掖旅游 */
.chzy_zyly {
	position: relative;
	background: #F9F9F9;
}

.chzy_zyly>img.lftup {
	width: 320px;
	margin-top: 210px;
	position: absolute;
}

.chzy_zyly>img.rttup {
	width: 220px;
	margin-top: 180px;
	position: absolute;
	right: 75px;
	top: 0;
}

.zyly_div {
	padding: 20px 0;
	width: 100%;
	overflow: hidden;
}

.zyly_div li {
	width: 300px;
	float: left;
	background: url(zyxb_chzyzylybj.png) no-repeat;

}

.zyly_div li a {
	display: inline-block;
	position: relative;
}

.zyly_div li a span {
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 28px;
	position: absolute;
	bottom: 35px;
	left: 85px;
}

.zyly_div li a p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
	position: absolute;
	top: 80px;
	width: 80%;
	left: 30px;
}

.zyly_div li:nth-child(2n) {

	margin-top: 50px;
}

.zyly_div li img {
	padding: 20px 10px;
}

.chzy_yshj_lf {
	width: 48%;
}

.chzy_yshj_title {
	width: 100%;
	text-align: center;
	line-height: 60px;
	background: #F6F9FC;
}

.chzy_yshj_title a {
	font-size: 24px;
	font-weight: 600;
	color: #1B62CD;
	display: inline-block;
}

.chzy_yshj_div {
	padding: 0 15px;
}

ul.chzy_yshj__item li a {
	max-width: 95%;
}

.chzy_yshj_rt {
	width: 49%;
	margin-left: 30px;
}

div.chzy_yshj_zyys ul span {
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 25px;
	font-size: 18px;
	color: #FFFFFF;
	left: 90px;
}

.chzy_csmp {}

.csmp_div_title a {
	float: left;
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	line-height: 26px;
	display: inline-block;
	border: 1px solid #E9E9E9;
	margin: 0px 10px;
	padding: 10px 10px;
	text-align: center;
	width: 158px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.csmp_div_title a.cur {
	background: url(zyxb_csmp_div_titlecur.png) no-repeat;
	color: #FFFFFF;
	background-size: 100%;
}

.chzy_csmp_tp {
	width: 100%;
	height: 600px;
	position: relative;
}

.chzy_csmp_tp img {
	width: 99%;
	height: 100%;
}

.csmp_tp_nr {
	width: 74%;
	position: absolute;
	background: rgba(26, 27, 29, 0.5);
	box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.1);
	bottom: 87px;
	padding: 20px;
}

.csmp_tp_nr span {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 37px;
	width: 4%;
	padding: 6px 36px;
	background: #1B62CD;
}

.csmp_tp_nr p {
	width: 84%;
	font-size: 18px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	margin-left: 20px;
}

.csmp_tp_tabcon {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.sjfb_div_nr_lf a>img {
	margin: 70px 35px 0px;

}

.sjfb_div_nr_lf>a {
	width: 137px;
	height: 340px;
	background: #F7F9FF;
	display: block;
	position: relative;
}

.sjfb_div_nr_lf>a>span {
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #1C63CE;
	line-height: 28px;
	display: block;
	padding: 10px 56px;
}

.sjfb_div_nr>div.cur>a {
	background: linear-gradient(360deg, #1B62CD 36%, #C1DAFF 100%);
}

.sjfb_div_nr>div.cur .sjfb_div_nr_rt {
	border-left: 0;
}

.sjfb_div_nr>div.cur {
	border-left: 1px solid #1B62CD;
	;
}

.sjfb_div_nr>div.cur>a>span {
	color: #FFFFFF;
}

.sjfb_div_nr_lf>span {
	font-size: 24px;
	color: #1C63CE;
	line-height: 35px;
	width: 20px;
	display: block;
	padding: 0 22px;
}

.sjfb_div_nr_lf {
	position: relative;
	overflow: hidden;
}

.sjfb_div_nr_rt {
	width: 588px;
	border: 1px solid #1B62CD;
	padding: 11px 20px;
	height: 316px;
	position: absolute;
	left: 136px;
	bottom: 0px
}

.nr_rt_title {
	border: 0;
	border-left: 5px solid #1B62CD;
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	line-height: 26px;
	font-size: 20px;
	color: #000000;
}

.sjfb_div_nr_rt ul li {
	line-height: 30px;
	margin: 10px 0;
}

.sjfb_div_nr_rt ul li>span {
	text-align: center;
	width: 80px;
	font-size: 14px;
	font-weight: 400;
	color: #296CD0;
	line-height: 30px;
	background: url(zyxb_chzysjfbnj.png) no-repeat;
	display: inline-block;
	margin-top: 15px;
}

.sjfb_div_nr_rt ul li>a {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	margin-left: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 80%
}

.sjfb_div_nr_rt ul li>a span {
	font-size: 14px;
	font-weight: 400;
	color: #797979;
	display: block;

}

.chzy_fwhcp_title span {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}

.chzy_fwhcp ul li {
	width: 14%;
	float: left;
	background: #F6F9FC;
	text-align: center;

}

.chzy_fwhcp ul span {
	font-size: 16px;
	font-weight: 400;
	color: rgba(102, 102, 102, 0.6);
	display: block;
	margin: 10px;
	border-left: 1px solid #E6ECFF;
}

.chzy_fwhcp ul li:nth-child(1) span {
	border-left: 0px solid #E6ECFF;
}

.fwhcp_js {
	font-size: 32px;
	font-weight: 500;
	color: #2D2D2D;
}

.list_item li:hover a {
	color: #007AFF;

}

.con3_lf_gk li:hover {
	background: #2378f3;
	transition: all 0.7s;
}

.con3_lf_gk li:hover span {
	color: #fff;

}


.con4_bsfw_li:hover img {
	-webkit-animation: myrotate 1s;
}

.chzy_search {
	padding-top: 53px;
}

.zyxb_nav {
	height: 790px;
}

.con2 ul li a:hover img,
.xqgk_tp_div:hover img,
.zyly_div li img:hover,
.con4_fwzq li a:hover img,
.zmhd_fwzq li a:hover img {
	transform: scale(1.1);
	transition: all 0.6s;
}

.con2 ul li a img,
.xqgk_tp_div img,
.zyly_div li img,
.con4_fwzq li a img,
.zmhd_fwzq li a img {
	transform: scale(1);
	transition: all 0.6s;
}

#mapChart {
	width: 90%;
	height: 100%;
	padding-left: 20px;
	font-size: 18px;
}

.xbzwgk_sbf_box {
	position: absolute;
	z-index: 9;
	top: 266px;
	display: block;
	padding-bottom: 0;
	height: auto;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all ease 1s;
	background-color: #fff;
	padding-top: 40px;
}

.xbzwgk_sbf_box_make {
	padding: 20px 10px 0;

	width: 555px;
	background: #fff;
	border: 1px solid #cbe0ef;
	box-shadow: 0 0 10px #cbe0ef;
	z-index: 9;
	display: block;
	position: relative;
}

.xbzwgk_sbf_box_make>i {
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	border-top: 1px solid #cbe0ef;
	border-left: 1px solid #cbe0ef;
	-webkit-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
	display: block;
	position: absolute;
	left: 19%;
	top: -11px;
}

.con4_bsfw_li:nth-child(4) .xbzwgk_sbf_box {
	left: -300px;
}

.con4_bsfw_li:nth-child(4) .xbzwgk_sbf_box_make>i {
	left: 75%;
}

.xbzwgk_sbf_box_make li a {
	
	display: block;
	padding-left: 10px;
	font-size: 16px;
	color: #000;
}

li.con4_bsfw_li:hover .xbzwgk_sbf_box {
	/* display: block; */
	visibility: visible;
	opacity: 1;
}

.xbzwgk_sbf_box_make li {
	cursor: default;
	position: relative;
	margin: 0 0 40px 0;
	width: 33%;
	float: left;
	line-height: 20px;
	text-align: center;
	height: auto;
	box-sizing: border-box;
}

div.zy-zjzy {
	margin-top: 0;
}


#wrapper {
	overflow: hidden;
	width: 1095px;
	height: 153px;
	margin: 0 auto;
	position: relative;
}

#wrapper ul {
	position: absolute;
	left: 0;
	top: 0;
}

#wrapper li {
	float: left;
	list-style: none;
}

#wrapper li a {
	display: block;
	width: 270px;
	padding: 0 10px;
	height: 153px;
	color: #666;
}

#wrapper li img {
	width: 100%;
	height: 153px;
	border: 1px solid #eee;
}

#wrapper li a p {
	line-height: 30px;
}

.zyxb_video {
	padding: 50px;
}

.con33 div.tabcon {}

.zyxb_zygk_title>img {
	width: 30%;
}

/* 当前位置 */
.zyxb_bbj {
	background: #fff;
	padding: 0 20px;
}

.zyxb_hxloc {
	display: flex;
	padding: 20px 0;
}

.zyxb_dqwz img {
	width: 20px;
	height: 20px;
	vertical-align: top;
	padding: 0 10px;

}

.zyxb_hxloc a {
	padding: 0 5px;
}

.zyxb_wzlist_lf {
	width: 25%;
}

.zyxb_wzlist_lf>.wzlist_lf_title {
	display: block;
	padding: 21px 10px;
	text-align: center;
	line-height: 1.2;
	background-color: #274d98;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	cursor: default;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px #333;
	user-select: none;
}

.zyxb_wzlist_lf>ul>li {
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	text-align: center;
}

.zyxb_wzlist_lf>ul>li>a {
	display: block;
	font-size: 20px;
	color: #626262;
	line-height: 1.3;
	padding: 17px 45px;
	background: url(xbzy_ico_2.png) no-repeat 270px center #f3f3f3;
	cursor: pointer;
}

.zyxb_wzlist_lf>ul>li:hover>a,
.zyxb_wzlist_lf>ul>li.on>a {
	color: #FFF;
	background: url(xbzy_ico_2_on.png) no-repeat 270px center #3062C7;
}

.zyxb_wzlist_rt {
	width: 72%;
	margin-left: 30px;
}

.wzlist_rt_title {
	height: 45px;
	border-bottom: 1px solid #1a67c9;
}

.wzlist_rt_title>h1 {
	display: inline-block;
	float: left;
	line-height: 45px;
	font-size: 24px;
	color: #1865cd;
	user-select: none;
}

.wzlist_rt_list {
	padding: 10px 15px;
}

.wzlist_rt_list li {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	padding: 8px 0;
	padding-left: 20px;
	background: url(zyxb_jjpc_lip1.png) no-repeat left center;
}

.wzlist_rt_list li a {
	display: inline-block;
	float: left;
	max-width: 80%;
	max-width: calc(100% - 180px);
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #333;
	transition: all 0.3s;
}

.wzlist_rt_list li:hover a {
	color: #1865cd;
	padding-left: 5px;
}

.wzlist_rt_list li span {
	display: inline-block;
	float: right;
	text-align: right;
	width: 150px;
	color: #999;
}

.wzlist_rt_list input {
	height: 20px;
	line-height: 17px;
	background-color: #fff;
	display: inline-block;
	width: 30px;
	margin-left: 4px;
	margin-top: 2px;
	padding: 0 3px;
	text-align: center;
	outline: medium;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: content-box;
}

.zyxb_wzlist_qb {
	width: 100%;
	margin-left: 0;
}

/* 细览 */
.xbzy_xilan .zyxb_hxloc {
	border-bottom: 1px solid #eee;
}

.xbzy_neir {
	padding: 25px 45px 45px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px #ebebeb;
}

.curFont {
	color: #0653ab;
}

.fontsize a {
	cursor: pointer;
}

.xbzy_neir_title {
	position: relative;
	overflow: hidden;
	font-size: 30px;
	font-weight: bold;
	color: #0653ab;
	line-height: 1.6;
	text-align: center;
}

.xbzy_neir_lysj {
	margin: 10px auto;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	padding: 35px 0;
	background: url(zyxb_ico_6.png) repeat-x left bottom;
}

.xbzy_neir_lysj p {
	display: inline-block;
	margin: 0 5px;
}

.xbzy_neir_lysj span {
	padding: 0 10px;
}

/*正文默认样式*/
.contentTitle {
	color: #333;
	/* font-size:16px; */
	zoom: 1;
}

.contentTitle p {
	margin: 5px 0;
	margin-bottom: 15px;
	color: #333;
	/* text-indent:2em; */
	/* font-size:16px; */
	line-height: 30px;
}

.contentTitle img {
	margin-bottom: -3px;
	max-width: 100% !important;
	text-align: center;
	height: auto;
}

.contentTitle {
	color: #333;
	font-size: 16px;
	zoom: 1;
}

.contentTitle>p {
	margin: 5px 0;
	margin-bottom: 15px;
	color: #333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}

.contentTitle img {
	margin-bottom: -3px;
	max-width: 100%;
	text-align: center;
}

/* 普通领导详情 */
.zyxb_ldxq{
	padding: 30px 0;
}
.zyxb_ldxq_ldxx {
	width: 20%;

	text-align: center;
}

.zyxb_ldxq_ldxx img {
	width: 167px;
	height: 210px;
}

.zyxb_ldxq_ldxx p {
	font-size: 22px;
	line-height: 22px;
	color: #000;
	margin-top: 20px;
}

.zyxb_ldxq_ldxx h4 {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-top: 10px;
}

.zyxb_ldxq_ldjj {
	width: 76%;
}

.zyxb_ldxq_ldjj>div {
	overflow: hidden;
	padding-bottom: 54px;
}

.zyxb_ldxq_ldjj>div h3 {
	font-size: 20px;
	line-height: 20px;
	padding-left: 10px;
	border-left: 4px solid #1764ce;
	color: #1764ce;
}

.zyxb_ldxq_ldjj div+div {
	padding-top: 40px;
	border-top: 1px solid #eee;
	overflow: hidden;
}

.ll-grzl {
	padding: 20px 0;
}
/* 图片列表 */
.tplist {
    display: block;
      width: 21.5%;
    position: relative;
    overflow: hidden;
    float: left;
        margin: 10px 20px;
}
.rt_tplist li.tplist{
	margin: 10px 14px;
}
.tplist a{
	display: block;
}
.tplist img {
    width: 100%;
   height: 169px;
   transform: scale(1);
       transition: all 0.6s
}
.tplist p {
    color: #3b3b3b;
    text-align: center;
        font-size: 14px;
    line-height: 23px;
    margin: 5px;
	/*width: max-content;*/
}
.tplist:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}

/* 留言列表 */
.zyxb_lylb{
	padding: 20px 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.layui-table{
	
}
.layui-table {
    width: 100%;
    background-color: #fff;
    color: #666;
}
.layui-table thead tr{
	background-color: #FAFAFA;
}
.layui-table td, .layui-table th {
    position: relative;
    padding: 10px 15px;
    min-height: 20px;
    line-height: 35px;
    font-size: 16px;
	border-width: 1px;
	    border-style: solid;
	    border-color: #eee;
}

.layui-table tr {
    transition: all .5s;
}
.layui-table tbody tr:hover,.layui-table tr:nth-child(even){    background-color: #FAFAFA;
}
.layui-table tbody tr:hover a {
    color: #1865cd;
    padding-left: 5px;
}
#conList a {
    display: inline-block;
    max-width: 740px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}
#pagination_3{
text-align: center;
    margin: 20px 0;}
.whj_jqueryPaginationCss-1 div{
display: inline-block;
    vertical-align: middle;
    padding: 0 9px;
    border: 1px solid #d2d2d2;
    height: 26px;
    line-height: 26px;
    margin: 0 4px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
.whj_jqueryPaginationCss-1 .whj_checked {
   background: #226ebc;
    border-color: #226ebc;
    color: #FFFFFF !important;
}

.whj_jqueryPaginationCss-1 input{
height: 26px;
    line-height: 17px;
    background-color: #fff;
    display: inline-block;
    width: 35px;
    margin: 0 4px 5px 0;
   
    border: 1px solid #d2d2d2;
    padding: 0 5px;
    text-align: center;
    outline: medium;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: content-box;}
/* 留言详情 */
.xjxq .hx-hdjll {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-bottom: 1px #d6e7f5 solid;
    border-right: 1px #d6e7f5 solid;
}
.xjxq .rown {
    box-sizing: border-box;
    height: 71px;
    line-height: 71px;
    margin-bottom: 1px;
}
.xjxq .hx-hdjll .lm {
    width: 15%;
    height: 100%;
    text-align: center;
    color: #3273a8;
    background: #edf7ff;
    border-left: 1px #d6e7f5 solid;
    border-top: 1px #d6e7f5 solid;
}
.xjxq .hx-hdjll .nrc {
    box-sizing: border-box;
    width: 84.9%;
    height: 100%;
    padding: 0 20px;
    border-top: 1px #d6e7f5 solid;
    border-left: 1px #d6e7f5 solid;
}
.xjxq .rowh .lm {
    line-height: 310px;
}
.xjxq .rowh .nrc {
    padding: 20px;
    line-height: 32px;
    text-align: justify;
    background-color: #fff;
}
.xjxq .hx-hdjll .nrd {
    box-sizing: border-box;
    width: 404px;
    height: 100%;
    padding: 0 20px;
    border-top: 1px #d6e7f5 solid;
    border-left: 1px #d6e7f5 solid;
}
/* 留言查询 */
.searchtext {
    padding: 10px 20px 10px;
    line-height: 34px;
    background-color: #edf7ff;
}
.searchtext input {
    border: 1px solid #ddd;
    height: 34px;
    width: 270px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 10px;
}
.searchtext button {
    background-color: #1B62CD;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding: 0 10px;
    width: 60px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
}
.zyxb_chaxun{
	display: none;
}
/* 留言提交 */
.zyxb_form{
	border: 1px solid rgb(201, 224, 243);
	    width: 100%;
	    padding: 10px 0px;
}
.zyxb_form .form_group {
    padding-left: 110px;
    position: relative;
    line-height: 34px;
    margin-bottom: 20px;
    padding-right: 20px;
}
.zyxb_form .small_input {
      width: 35%;
    height: 34px;
    float: left;
    padding-right: 20px;
}
.zyxb_form .form_group span {
    display: block;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
}
.zyxb_form .form_group span i {
    color: #d42424;
}
.zyxb_form .form_group input[type='text'] {
    width: 100%;
    height: 28px;
    border: 1px solid #ddd;
    padding: 2px 5px;
}
.zyxb_form .radioname {
    padding: 0 25px 0 0;
}
.zyxb_form .form_group textarea{
	width: 100%;
	height: 240px;
	    border: 1px solid #d2d2d2;
}
.zyxb_form .form_group.other_input {
    padding-right: 122px;
    position: relative;
}
.form_group>button.captchabtn {
    padding: 0px 20px;
    background-color: #f1f1f1;
    color: #333;
    line-height: 32px;
    border: 1px solid #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
}
.form_button {
    text-align: center;
}
.form_group>button {
    padding: 5px 20px;
    background-color: #fd962b;
    color: #fff;
    border: 1px solid #ddd;
}
.form_group select {
    width: 104%;
    height: 34px;
    border: 1px solid #ddd;
    padding: 2px 5px;
}

/* 征集调查 */
.zyxb_zjdc li{
	margin: 20px 0;
}
.zyxb_zjdc li>a{
	display: block;
}
.zjdc_sfjx{
	width: 64px;
	    height: 52px;
	    line-height: 52px;
	    font-size: 14px;
	    margin-right: 17px;
	    color: #fff;
	    text-align: center;
	    background-color: #69aff1;
}
.zjdc_right_title{
	color: #333;
	    font-size: 16px;
	    max-width: 750px;
	    margin-bottom: 10px;
		overflow: hidden;
		    white-space: nowrap;
		    text-overflow: ellipsis;
}
.zjdc_desc{
	font-size: 14px;
	    color: #999;
}
.sfjx_yjs{
	background: #999;
}
.zyxb_zjdc li>a:hover .zjdc_right_title{
	color: #1865cd;
	    padding-left: 5px;
}
/* 征集调查详情 */
.hx-xxgkxl-fj {
									line-height: 30px;
									box-sizing: border-box;
									padding: 20px 0;
								}

								.hx-xxgkxl-fj span {
									width: 100%;
									display: block;
								 float: left;
									font-size: 14px;
									color: #333333;
									font-weight: bold;
									padding-left: 23px;
									background: url(hx-gkxlfj.png) 0 center no-repeat;
								}
								.tabl .tabnav1 {
								    border-bottom: 1px #e3e3e3 solid;
								}
								.tabl  h3{
									    color: #0653ab;
													    line-height: 35px;
								}
								#opinionResult {
								    padding: 20px 10px;
								}
								.tablnr {
								    margin-top: 10px;
								}
								.formgroup {
								    position: relative;
								    padding-left: 90px;
								    margin-bottom: 15px;
								}
								.formgroup span {
								    position: absolute;
								    left: 0;
								    top: 10px;
								    display: block;
								    width: 80px;
								    text-align: right;
								}
								.formgroup input {
								    width: 400px;
								    border: 1px solid #ddd;
								    height: 36px;
								    line-height: 36px;
								    padding: 0 15px;
								}
								.formgroup textarea {
								    width: 400px;
								    height: 120px;
								    border: 1px solid #ddd;
								    padding: 15px;
								}
								.formgroup button {
								    width: 90px;
								    height: 36px;
								    line-height: 36px;
								    text-align: center;
								    color: #fff;
								    background-color: #0653ab;
								}
								#optionlist li {
								    border-bottom: 1px dashed #ddd;
								    padding: 15px 10px;
								}
								#optionlist li h4 {
								    font-size: 16px;
								    color: #333;
								    margin-bottom: 15px;
								}
								#optionlist li h4 span {
								    font-size: 14px;
								    color: #999;
								    font-weight: normal;
								    padding: 0 20px;
								}
								#optionlist li p {
								    font-size: 14px;
								    color: #666;
								}
								.contentTitle {
								    
								    border-bottom: 1px dashed #ddd;
								    padding-bottom: 30px;
								}

/* 数据发布 */
.tempWrap{
	width: 945px !important;
	    float: left;
}
.cc_cont1 {
    margin-top: -20px;
    height: 515px;
    overflow: hidden;
}
.c_conttit {
    border-bottom: 1px solid #dedbdb;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.c_conttit .c_titzi {
    float: left;
    border-bottom: 3px solid #015293;
    height: 62px;
    line-height: 64px;
    color: #015293;
}
.c_tubaiotab {
    padding: 30px 0 0;
}
.c_tubaiotab .c_tubiaotit {
    float: left;
    width: 212px;
}
.c_tuechart {
    width: 900px;
    height: 400px;
}
.c_tubaiotab .c_tubiaotit .c_tabx {
    width: 212px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: url(zyxb_c_tabback.png) no-repeat center;
    margin-bottom: 10px;
}
.c_tubaiotab .c_tubiaotit .c_tabx a {
    color: #333;
    text-align: center;
    width: 180px;
    height: 60px;
    line-height: 60px;
    display: block;
}
.c_tubaiotab .c_tubiaotit .c_tabx.on {
    background: url(zyxb_c_tabback1.png) no-repeat center;
}
.c_tubaiotab .c_tubiaotit .c_tabx.on a {
    color: #fff;
}