/* body{
	background-image: url(../images/gcd100.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#bg {
    margin-top: 100px;
    background-color: inherit;
    width: 1200px;
    border: 4px solid #fff;
}

#top_1{
	background: inherit;
}

#top_1_main{
	background-color: #EEEEEE;
}

#top{
	width: 1200px;
}

#header{
	background: inherit;
}

#header_nav{
	background-color: #cc0001;
}
 */

#new_search_wrap {
	width: 1174px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#new_search_left {
	float: left;
	width: 400px;
	height: 60px;
	margin-left: 25px;
}

#current_date {
	float: right;
	width: 250px;
	height: 60px;
	line-height: 60px;
}

#search {
	width: 378px;
	height: 40px;
	position: absolute;
	right: 12px;
	top: 10px;
}

#search_input {
	width: 285px;
	height: 35px;
	line-height: 35px;
	background: #f9f9f9;
	border: 1px solid #cc0001;
	border-radius: 10px 10px 10px 10px;
	float: left;
	border-right: none;
	font-size: 14px;
	padding-left: 10px;
	outline: none;
}

#search_btn {
	width: 78px;
	height: 35px;
	color: white;
	line-height: 35px;
	text-align: center;
	/* background: url(../images/1.png) center no-repeat #cc0001; */
	opacity: 0.98;
	position: absolute;
	top: 1px;
	right: 82px;
	border: 1px solid #cc0001;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	background-color: #cc0001;
}

#zwsearch_btn {
	position: absolute;
	/* top: 1px; */
	right: 0;
	width: 78px;
	color: white;
	text-align: center;
	height: 39px;
	line-height: 37px;
	background-color: #cc0001;
	opacity: 0.98;
	border-radius: 10px;
	cursor: pointer;
}

#search_btn img {
	width: 24px;
	height: 24px;
	margin: 11px 17px;
}

#hot {
	position: absolute;
	right: 3px;
	bottom: -35px;
}

#hot>span {
	height: 16px;
	color: #f9b96e;
	line-height: 25px;
	float: left;
}

.hot {
	width: 58px;
	height: 25px;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	background: #cc0001;
	border-radius: 4px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

#banner_wrap {
	width: 1174px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

#banner {
	width: 755px;
	background: #fff;
	position: relative;
	overflow: hidden;
	float: left;
}

#banner_title {
	height: 50px;
	/* line-height: 50px; */
	font-size: 28px;
	font-weight: bold;
	color: red;
	text-align: center;
	margin: 0;
	display: block;
}

#banner_news {
	width: 700px;
	padding: 0 17px;
	line-height: 30px;
	font-size: 18px;
	color: #404040;
	text-align: left;
	text-indent: 36px;
}

#banner_detail {
	font-size: 18px;
	color: #DC3939;
	text-align: center;
}

#banner_img {
	width: 700px;
	/**height: 400px;**/
	height: 450px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border: none;
}

#banner_img_wrap {
	width: 4100px;
	/**height: 400px;**/
	height: 450px;
}

#banner_img_wrap li {
	float: left;
}

#banner_img_wrap img {
	width: 700px;
	/**height: 400px;**/
	height: 450px;
}

#prev,
#next {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 50px;
	height: 80px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

#prev:hover,
#next:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#prev {
	left: 20px;
	border-radius: 10px 0 0 10px;
}

#next {
	right: 20px;
	border-radius: 0 10px 10px 0;
}

#banner_img_info {
	width: 700px;
	height: 47px;
	background: #434343;
	filter: Alpha(opacity=40);
	background: #43434366;
	position: absolute;
	left: 0;
	bottom: 0;
}

#banner_img_info:hover {
	filter: Alpha(opacity=80);
}

#banner_img_info a {
	width: 800px;
	height: 47px;
	font-size: 18px;
	color: #FDFDFD;
	line-height: 47px;
	padding-left: 20px;
	display: none;
}

#banner_img_info a.active {
	display: block;
}

#banner_nav {
	position: absolute;
	right: 0;
	top: 0;
	height: 47px;
}

#banner_nav li {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	float: left;
	margin: 18px 12px 0 0;
	cursor: pointer;
}

#banner_nav li.active {
	background: #fff;
}

#banner_right {
	width: 418px;
	height: 100%;
	float: right;
}

#leader_window {
	width: 390px;
	height: 238px;
	border: 1px solid #F3F1F1;
	padding: 9px 8px;
	padding-top: 40px;
	margin-right: 10px;
	position: relative;
}

#leaders {
	display: block;
	width: 97%;
	margin-left: 5px;
	height: 38px;
	font-size: 22px;
	color: #cc0001;
	border-bottom: 2px solid #cc0001;
	line-height: 38px;
	text-indent: 10px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

#leaders img {
	vertical-align: -5px;
	height: 25px;
}

.leader {
	width: 195px;
	height: 225px;
	padding-top: 15px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.leader_pic {
	margin: 0 auto;
}

.leader_pic img {
	width: 110px;
	height: 140px;
}

.leader_duty {
	color: #3B3B3B;
	line-height: 30px;
}

.leader_name {
	color: #cc0001;
	line-height: 30px;
}

.leader_page {
	width: 110px;
	height: 30px;
	background: #39BEFE;
	margin: 0 auto;
	display: block;
	color: #fff;
	line-height: 30px;
}

#video_news {
	width: 406px;
	margin-top: 2px;
}

#video_news_tit {
	display: block;
	width: 100%;
	height: 38px;
	font-size: 22px;
	color: #cc0001;
	border-bottom: 2px solid #cc0001;
	line-height: 38px;
	text-indent: 10px;
	margin-bottom: 6px;
}

#video_news_con {
	overflow: hidden;
}

#video_news_tit img {
	vertical-align: -5px;
	height: 25px;
}

#video_news_img {
	width: 198px;
	height: 113px;
	float: left;
}

#video_news_img img {
	display: block;
	width: 100%;
	height: 100%;
}

#video_news_text {
	width: 190px;
	height: 110px;
	float: right;
	line-height: 26px;
	margin-top: 2px;
}

#video_news_text a {
	display: block;
	margin-top: 15px;
	color: #ea5455;
}

#news {
	width: 1154px;
	height: 285px;
	margin: 15px auto;
	overflow: hidden;
}

#news_left {
	width: 49%;
	height: 285px;
	float: left;
	overflow: hidden;
}

.title_white_warp {
	width: 100%;
}

.news_links {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.news_links .list_with_point {
	height: 40px;
	line-height: 40px;
}

.news_links .list_with_point_link {
	width: 80%;
}

#news_right {
	width: 49%;
	height: 285px;
	float: right;
	overflow: hidden;
}

#imgs {
	width: 1145px;
	/*height: 136px;*/
	margin: 10px auto 20px;
	position: relative;
	overflow: hidden;
}

#more {
	width: 1145px;
	margin: 0 auto;
	overflow: hidden;
}

#more_titles {
	width: 100%;
	height: 68px;
	border-bottom: 2px solid #cc0001;
}

.more_title {
	width: 260px;
	height: 68px;
	font-size: 24px;
	line-height: 68px;
	text-align: center;
	color: #cc0001;
	float: left;
	cursor: pointer;
	background: #F3F3F3;
	margin-right: 10px;
}

.more_tab {
	width: 1145px;
	height: 477px;
	display: none;
}

.more_tab.active {
	display: block;
}

.more_title img {
	position: relative;
	top: 3px;
}

.more_title.active {
	background: #cc0001;
	color: #fff;
}

.more_links_1 {
	width: 270px;
	/*height: 360px;*/
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.more_link_1 {
	width: 100%;
	height: 42px;
	background: #F3F3F3;
	text-align: center;
	line-height: 42px;
	margin-top: 6px;
}

.more_link_1 .list_with_icon_warp {
	width: 100%;
	height: 42px;
	line-height: 42px;
}

.list_with_icon_icon {
	top: 12px;
}

.ygzw {
	margin-top: 6px;
	width: 100%;
	position: relative;
}

.ygzw img {
	width: 270px;
}

.more_links_2 {
	width: 100%;
	/*height: 200px;*/
	margin-top: 10px;
	overflow: hidden;
	float: left;
}

.more_link_2_title {
	width: 96%;
	height: 39px;
	border-bottom: 1px solid #cc0001;
	margin-left: 1.5%;
}

.more_link_2_title_text {
	width: 150px;
	height: 39px;
	background: #cc0001;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.more_tab .list_in_border {
	width: 30%;
	margin: 5px 1.5%;
	float: left;
}

.more_links_4 {
	width: 100%;
	/*height: 265px;*/
	margin-top: 15px;
	overflow: hidden;
	float: left;
}

.more_links_5 {
	width: 287px;
	margin-left: 10px;
	float: left;
	border: 1px solid #e5e5e5;
	position: relative;
	padding-top: 45px;
}


.more_links_5_tit {
	width: 289px;
	height: 40px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 40px;
	background: url(../images/xxbs_bg.png) no-repeat #ffffff;
	background-size: 100% 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;

}

.more_links_5_tit_s {
	width: 50%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	background: #F3F3F3;
	color: #000;
}

.more_links_5_tit_s.active {
	background: #fb0;
	color: #fff;
}

.more_links_5_con {
	width: 280px;
	height: 295px;
	overflow: hidden;
}

.more_links_5_tab {
	width: 280px;
	height: 295px;
	table-layout: fixed;
	color: #545353;
}

.more_links_5_tab th {
	height: 35px;
	text-align: center;
}

.more_links_5_tab td {
	height: 28px;
	text-align: center;
}

.more_tab2_left {
	width: 570px;
	float: left;
	height: 477px;
}

.more_tab2_right {
	width: 570px;
	float: right;
	height: 477px;
}

.more_tab2_links_1 {
	width: 570px;
	min-height: 100px;
	float: left;
	overflow: hidden;
}

#more_tab2_hot {
	width: 100%;
	margin: 18px 0 0 0;
	overflow: hidden;
}

#more_tab2_hot_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #cc0001;
	float: left;
	text-indent: 10px;
}

.more_tab2_hot_links {
	width: 50%;
	float: left;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
}

.more_tab2_hot_link {
	width: 250px;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.more_tab2_hot_link span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #313131;
	opacity: 0.58;
	filter: Alpha(opacity=58);
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.more_tab2_hot_link span.more_tab2_hot_span1 {
	background: #cc0001;
}

.more_tab2_hot_link span.more_tab2_hot_span2 {
	background: #fd6c63;
	opacity: 0.83;
	filter: Alpha(opacity=83);
}

.more_tab2_hot_link span.more_tab2_hot_span3 {
	background: #f8afaf;
	opacity: 0.58;
	filter: Alpha(opacity=58);
}

.more_tab2_hot_link a {
	color: #333333;
	line-height: 35px;
}

.more_tab2_links_2 {
	margin-top: 15px;
	width: 560px;
	height: 195px;
	float: left;
}

.more_tab2_links_2 img {
	width: 560px;
	height: 195px;
}

.more_tab2_links_3 {
	width: 100%;
	min-height: 50px;
	overflow: hidden;
	/*
	margin-top: 13px;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;*/
}

.more_tab2_links_3_title {
	width: 50%;
	height: 50px;
	background: #F3F3F3;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}

.more_tab2_links_3_title.active {
	background: #cc0001;
	color: #fff;
}

.more_tab2_links_3_list {
	float: left;
	width: 570px;
	min-height: 0;
	overflow: hidden;
	box-sizing: border-box;
}


.more_tab2_links_3 .list_with_icon_warp {
	width: 31.3%;
	height: 45px;
	line-height: 45px;
	margin: 5px 1%;
	padding: 0;
	float: left;
	text-align: left;
	position: relative;
	font-size: 16px;
}

.more_tab2_links_3 .list_with_icon_warp img {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 43%;
	left: 10px;
	margin-top: -10px;
}

.more_tab2_links_3 .list_with_icon_warp a {
	width: 100%;
	height: 100%;
	display: block;
	color: #313131;
	line-height: 45px;
}

.more_tab2_links_3 .list_with_icon_warp a span {
	padding-left: 35px;
	text-align: center;
	float: left;
	width: 128px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.more_tab2_links_4 {
	width: 100%;
	margin-top: 8px;
	min-height: 40px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #EEEEEE;
}

.more_tab2_links_4_title {
	width: 50%;
	height: 40px;
	background: #F3F3F3;
	float: left;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #2f2f2f;
}

.more_tab2_links_4_title.active {
	background: #cc0001;
	color: #fff;
}

.more_tab2_links_4_list {
	float: left;
	width: 570px;
	min-height: 0;
	max-height: 202px;
	overflow: hidden;
	box-sizing: border-box;
}

.more_tab2_links_4 .list_in_border {
	width: 20.5%;
	height: 40px;
	margin: 7px 2.5% 4px 2%;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0;
	float: left;
}

.more_tab2_links_4 .list_in_border a {
	width: 100%;
	height: 100%;
	display: block;
}

#zhuanti {
	width: 1145px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

#zhuanti_title {
	width: 65px;
	height: 100px;
	background: #cc0001;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	float: left;
	margin-right: 6px;
}

#zhuanti_title img {
	width: 100%;
	height: 100%;
}

#zhuanti_wrap {
	/* width: 1050px; */
	width: 1143px;
	height: 90px;
	border: 1px solid #DCDCDC;
	float: right;
	overflow: hidden;
	margin-top: 4px;
}

#zhuanti_wrap .tempWrap {
	margin: 0 auto;
}

#zhuanti_imgs li {
	float: left;
}

#zhuanti_imgs img {
	width: 350px;
	height: 60px;
	margin: 15px 10px;
}

#float_img {
	width: 330px;
	height: 240px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border: 1px double #cc0001;
}

#float_img img {
	width: 330px;
	height: 210px;
	background-color: #f0f0f0;
}

#float_tit {
	width: 100%;
	height: 30px;
	background: #cc0001;
	color: #fff;
	line-height: 30px;
	text-align: left;
	text-indent: 5px;
}

#float_close {
	float: right;
	margin-right: 5px;
	cursor: default;
}

#float_enter {
	background: url(../images/enter.png);
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0;
	right: 0;
}

#zt_new {
	display: block;
	width: 1147px;
	margin: 10px auto;
}

#zt_new img {
	width: 100%;
	height: auto;
}

.zwbs {
	overflow: hidden;
}

/* 政务服务 */
.mian_news {
	float: left;
	width: 843px;
	margin-bottom: 20px;
}

.government {
	width: 100%;
	height: 370px;
	border: 1px solid #eee;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.government_title {
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #cc0001;
}

.government_title p {
	float: left;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	background-color: #cc0001;
}

.government_title p a {
	color: white;
}

.government_login {
	float: right;
}

.government .government_login a {
	padding: 2px 20px;
	line-height: 40px;
	font-size: 14px;
	background: #cc0001;
	border-radius: 5px;
	color: #fff;
	margin-right: 20px;
}

.government_cent {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.government_tab {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #eee;
}

.government_tab p {
	position: relative;
	float: left;
	width: 140px;
	height: 40px;
	margin-right: 25px;
	text-align: center;
	font-size: 20px;
}

.government_tab a:hover {
	color: #cc0001;
	font-weight: bolder;
}

.government_tab .active {
	border-bottom: 2px solid #cc0001;
	color: #cc0001;
	font-weight: bold;
}

.government_tab_list {
	width: 100%;
	height: 190px;
	margin: 15px 0;
}

.government_tab_btn {
	float: left;
}

.government_tab_btn p {
	position: relative;
	width: 130px;
	height: 80px;
	margin-bottom: 15px;
	border-radius: 5px;
	text-align: center;
	line-height: 80px;
	color: #cc0001;
	font-size: 18px;
	z-index: 2;
	background: #f3f9ff;
	cursor: pointer;
}

.government_tab_btn .active {
	background: #cc0001;
	color: #fff;
}

.government_tab_btn p i {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 15px;
}

.government_tab_btn p.active::after {
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -10px;
	content: '';
	width: 20px;
	height: 20px;
	background: #cc0001;
	transform: rotate(45deg);
	z-index: -1;
}

.government_tab_cent {
	float: right;
	width: 648px;
}

.government_tab_cent li i {
	display: block;
	width: 35px;
	height: 35px;
	margin: 10px auto;
}


.government_tab_cent ul {
	display: none;
}

.government_tab_cent li.mar_bot {
	margin-bottom: 10px;
}

.government_tab_cent li.mar_ri {
	margin-right: 15px;
}

.government_tab_cent li {
	float: left;
	width: 115.5px;
	height: 80px;
	border: 1px solid #eee;
	text-align: center;
}

.government_search {
	float: left;
	width: 390px;
	height: 40px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.government_search input {
	float: left;
	display: block;
	width: 328px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	font-size: 12px;
	outline: none;
	border: none;
	box-sizing: border-box;
}

.government_search button {
	float: left;
	display: block;
	width: 60px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #cc0001;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
}

.government_want {
	float: right;
}

.government_want p {
	float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #cc0001;
	margin-left: 10px;
	border-radius: 5px;
}

.government_want p a {
	color: #fff;
	font-size: 14px;
}

.government_tab_btn p i.grfw {
	background: url('../images/grfw.png') center no-repeat;
}

.government_tab_btn p i.frfw {
	background: url('../images/frfw.png') center no-repeat;
}

.government_tab_btn p.active i.grfw {
	background: url('../images/grfw_active.png') center no-repeat;
}

.government_tab_btn p.active i.frfw {
	background: url('../images/frfw_active.png') center no-repeat;
}

/* 个人 */
.government_tab_cent li i.grfw01 {
	background: url('../images/grfw_01-1.png') center no-repeat;
}

.government_tab_cent li i.grfw02 {
	background: url('../images/grfw_02-1.png') center no-repeat;
}

.government_tab_cent li i.grfw03 {
	background: url('../images/grfw_03-1.png') center no-repeat;
}

.government_tab_cent li i.grfw04 {
	background: url('../images/grfw_04-1.png') center no-repeat;
}

.government_tab_cent li i.grfw05 {
	background: url('../images/grfw_05-1.png') center no-repeat;
}

.government_tab_cent li i.grfw06 {
	background: url('../images/grfw_06-1.png') center no-repeat;
}

.government_tab_cent li i.grfw07 {
	background: url('../images/grfw_07-1.png') center no-repeat;
}

.government_tab_cent li i.grfw08 {
	background: url('../images/grfw_08-1.png') center no-repeat;
}

.government_tab_cent li i.grfw09 {
	background: url('../images/grfw_09-1.png') center no-repeat;
}

.government_tab_cent li i.grfw10 {
	background: url('../images/grfw_10-1.png') center no-repeat;
}

.government_tab_cent li i.grfw11 {
	background: url('../images/grfw_11-1.png') center no-repeat;
}

.government_tab_cent li i.grfw12 {
	background: url('../images/grfw_12-1.png') center no-repeat;
}

.government_tab_cent li i.grfw13 {
	background: url('../images/grfw_14-1.png') center no-repeat;
}

.government_tab_cent li i.grfw14 {
	background: url('../images/grfw_13-1.png') center no-repeat;
}


/* 法人 */
.government_tab_cent li i.frfw01 {
	background: url('../images/frfw_01.png') center no-repeat;
}

.government_tab_cent li i.frfw02 {
	background: url('../images/frfw_02.png') center no-repeat;
}

.government_tab_cent li i.frfw03 {
	background: url('../images/frfw_03.png') center no-repeat;
}

.government_tab_cent li i.frfw04 {
	background: url('../images/frfw_04.png') center no-repeat;
}

.government_tab_cent li i.frfw05 {
	background: url('../images/frfw_05.png') center no-repeat;
}

.government_tab_cent li i.frfw06 {
	background: url('../images/frfw_06.png') center no-repeat;
}

.government_tab_cent li i.frfw07 {
	background: url('../images/frfw_07.png') center no-repeat;
}

.government_tab_cent li i.frfw08 {
	background: url('../images/frfw_08.png') center no-repeat;
}

.government_tab_cent li i.frfw09 {
	background: url('../images/frfw_09.png') center no-repeat;
}

.government_tab_cent li i.frfw10 {
	background: url('../images/frfw_10.png') center no-repeat;
}

.government_tab_cent li i.frfw11 {
	background: url('../images/frfw_11.png') center no-repeat;
}

.government_tab_cent li i.frfw12 {
	background: url('../images/frfw_12.png') center no-repeat;
}

.government_tab_cent li i.frfw13 {
	background: url('../images/frfw_13.png') center no-repeat;
}

.government_tab_cent li i.frfw14 {
	background: url('../images/grfw_13-1.png') center no-repeat;
}




/* 视频新闻 */

#floor1 {
	width: 1154px;
	margin: 0 auto;
}

#con_title {
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #cc0001;
	margin: 0 0 10px 0;
}

.con_title.active,#con_title h4 {
	background: #cc0001;
	color: #fff;
}
#con_title h4{
	float:left;
	margin:0;
	width: 160px;
    height: 48px;
    float: left;
    position: relative;
    margin-right: 15px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    display: block;
}
.con_title {
	width: 160px;
	height: 48px;
	float: left;
	background: #f0efef;

	position: relative;
	margin-right: 15px;
	font-size: 18px;
	color: #cc0001;
	line-height: 48px;
	text-align: center;
	display: block;
}

.more_news {
	font-size: 18px;
	line-height: 48px;
	float: right;
	color: #cc0001;
	margin-right: 20px;
}

.more_news img {
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.pic_news {
	width: 100%;
	height: 400px;

}

.pic_news_left {
	width: 545px;
	height: 371px;
	border: 1px solid #d2d2d2;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.pic_news_left img {
	width: 524px;
	height: 312px;
	display: block;
}

.pic_news_left img {
	width: 524px;
	height: 312px;
	display: block;
}

.pic_news_left p {
	height: 30px;
	color: #444444;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}

.pic_news_right {
	width: 288px;
	height: 179px;
	border: 1px solid #d2d2d2;
	float: left;
	margin: 0 0 13px 14px;
	box-sizing: border-box;
	padding: 8px;
	display: block;
}

.pic_news_right img {
	width: 270px;
	height: 140px;
	display: block;
}

.pic_news_right p {
	height: 28px;
	font-size: 14px;
	color: #444444;
	text-align: center;
	line-height: 28px;
}

/* 政府信息公开 */

.zfxxgk {
	width: 1154px;
	height: 285px;
	margin: 15px auto;
	overflow: hidden;
}

#zfxxgk_left {
	width: 385px;
	height: 285px;
	float: left;
	overflow: hidden;
}

#zfxxgk_left .list_with_point_link {
    width: 72%;
}

.zfxxgk_center{
	float: left;
	width: 425px;
}

.zfxxgk_box{
	height: 50px;
	border-bottom: 1px solid #cc0001;
	margin-left: 1.5%;
}

.zfxxgk_title {
    width: 100%;
    height: 50px;
    background: #cc0001;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.zfxxgk_title a {
    color: White;
}

.zfxxgk_content{
	overflow: hidden;
}

.zfxxgk_content .more_link_1 {
	position: relative;
	float: left;
	margin-left: 1.5%;
	width: 48.5%;
	height: 52px;
	background: #F3F3F3;
	text-align: center;
	line-height: 52px;
	margin-top: 6px;
}

.zfxxgk_content .more_link_1 .list_icon_warp {
	display: block;
	overflow: hidden;
	padding-left: 25px;
	width: 100%;
	height: 100%;
	line-height: 52px;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.zfxxgk_content .list_with_icon_icon {
	top: 18px;
	left: 5px;
}

.zfxxgk_content span{
	font-size: 16px;
}

.zfxxgk_right{
	float: right;
	width: 340px;
}

.zfxxgk_im {
    margin-left: 1.6%;
	margin-top: 13px;
	height: 64px;
}

.zfxxgk_im a {
    display: block;
    width: 100%;
    height: 100%;
}


/* 互动交流 */
.hdjl{
	overflow: hidden;
	width: 1154px;
	margin: 0 auto;
}

.hdjl_left{
	float: left;
	width: 391px;
}

.hdjl_title {
    width: 100%;
    height: 48px;
    border-bottom: 2px solid #cc0001;
    margin: 0 0 10px 0;
}

.xx{
	width: 100%;
	height: 70px;
	margin-top: 10px;
	padding-left: 90px;
	background: url(../images/mailbox_bg.png) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.xx>div{
	float: left;
	position: relative;
	padding: 0 20px;
	line-height: 70px;
}

.xx div a{
	font-size: 20px;
	color: #fff;
}

.sjxx:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 3px;
    height: 20px;
    background: rgba(255, 255, 255, .6);
}

.xmt {
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: center;
    height: 60px;
    line-height: 60px;
	font-size: 18px;
	color: white;
    background-color: #cc0001;
}

.xmt a{
	color: white;
}

.xmt img{
	vertical-align: middle;
	margin-right: 20px;
}

.hdjl_right {
    float: left;
	width: 750px;
	margin-left: 13px;
}

.floor2_left {
    width: 245px;
    margin-right: 17px;
    float: left;
}

.floor2_left .list_with_point_link{
	width: 100%;
}

.floor2_right {
    width: 65%;
    float: left;
}

.floor2_right .list_with_point_link{
	width: 59%;
}

.floor2_title_warp {
    width: 100%;
    height: 41px;
    background: #f5f5f5;
    font-size: 18px;
    color: #4b4b4b;
    line-height: 41px;
    text-align: center;
    position: relative;
}

.floor2_title {
    width: 130px;
    height: 38px;
    float: left;
    color: #cc0001;
    border-bottom: 3px solid #cc0001;
}

.title_white_icon {
    top: 11px;
}

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

.floor2_table td {
    border-bottom: 1px solid #e5e5e5;
    color: #5b5b5b;
    line-height: 32px;
    height: 32px;
}

.floor2_table th {
    border-bottom: 1px solid #e5e5e5;
    color: #3c3c3c;
    line-height: 32px;
    height: 32px;
}

.list_with_point {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
}

.list_with_point_icon {
    width: 100px;
    height: 36px;
    line-height: 36px;
    float: right;
    /* margin: 6px 0 6px 18px; */
}

.list_with_point_icon span {
    padding: 4px 12px;
    background: #43bef9;
    color: #fff;
    border-radius: 7px;
}
.li-left li{float:left;}
.li-20 li{width:20%;}
.list-leader li{min-height: 320px;}
.list-leader div{padding:10px;text-align: center;}
.list-leader img{width: 80%;height: 210px;}
.list-leader li div.lh-24{ padding-top:0}
.lh-24 {
    line-height: 24px;
}
