﻿/* 头条 */
.index_main {
	padding-bottom: 60px;
	background: url(../images/dibg.png) no-repeat bottom;
	background-size: 100% auto;
        min-width: 1200px;
}

.head_lines_bg {
	height: 100px;
	line-height: 100px;
	background: #F0F2F3;
	overflow: hidden;
}

.head_lines {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

.head_lines img {
	margin-top: 28px;
}

.head_lines>div {
	width: 1050px;
	float: right;
	text-align: center;
}

.head_lines a {
	width: 100%;
	height: 100%;
	font-size: 26px;
	font-weight: bold;
	color: #D5241F;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 轮播图 */
.banner {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 410px;
	/* background: red; */
	margin-top: 40px;
}

.b_left {
	float: left;
	width: 620px;
	height: 100%;
}

.b_right {
	float: right;
	width: 550px;
	height: 100%;
}

.b_tab {
	/* height: 52px; */
	border-bottom: 2px solid #F2F2F2;
        position: relative;
}
.b_tab ul {
       margin-left: 120px;
}

.b_tab ul li {
	float: left;
	width: 130px;
	text-align: center;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	margin-left: 20px;
	user-select: none;
}

.b_tab ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.b_tab ul li:nth-child(1) {
	background: #0B53B5;
	font-weight: bold;
	margin-left: 0px;
}

.b_tab ul li:nth-child(1) a {
	color: #fff;
}

.b_one {
	margin-top: 20px;
	height: 100px;
	border-bottom: 1px solid #EBEDEF;
}

.b_one .one_title {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
}

.b_one .one_title a {
	color: #0B53B5;
}

.b_one .one_content {
	font-size: 16px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.b_one .one_content a {
	color: #666;
}

.ban_news {
	margin-top: 20px;
}

.ban_news li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #0B53B6;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	top: 12px;
	left: 0px;

}

.ban_news li {
	position: relative;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	margin-top: 15px;
}

.ban_news li a {
	width: 420px;
	display: inline-block;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ban_news li span {
	float: right;
	color: #666;
}

/* 公示公告 */
.gsgg {
	width: 1200px;
	margin: 0 auto;
	height: 261px;
	margin-top: 60px;
}

.gsgg_l {
	height: 100%;
	float: left;
	width: 560px;
	background: url(../images/cx-left.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.gsgg_r {
	height: 100%;
	float: right;
	width: 560px;
	background: url(../images/cx-right.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.gsgg .gsgg_more {
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 50px;
	top: 5px;
	left: 180px;
	cursor: pointer;
	z-index: 50;
}

.gsgg .gsgg_con {
	width: 460px;
	margin: 0px auto;
	height: 154px;
	margin-top: 60px;
	overflow: hidden;
}

.gsgg ul {
	height: 100%;
	width: 5000px;
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.gsgg ul li {
	writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	float: left;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #6F93C6;
	border-radius: 10px;
	margin-right: 56px;
	margin-top: 20px;
}


.gsgg ul li a:hover {
	background: #FFFFFF;
	color: #0B53B6;
	
}

.gsgg ul li a {
	border-radius: 10px;
	color: #fff;
	background: #0B53B6;
	font-size: 16px;
	height: 100%;
	width: 100%;
	display: inline-block;
	font-weight: bold;
}

.go_left,
.go_right {
	position: absolute;
	width: 22px;
	height: 22px;
	bottom: 10px;
	cursor: pointer;
	user-select: none;
}

.go_left {
	background: url(../images/go_left.png) no-repeat center;
	background-size: 100% 100%;
	left: 248px;
}

.go_right {
	background: url(../images/go_right.png) no-repeat center;
	background-size: 100% 100%;
	left: 290px;
}

/* 链接轮播 */
.link_banner {
	height: 130px;
	width: 1200px;
	margin: 60px auto;
}

/* 政府信息公开 */
.info_public {
	letter-spacing: 3px;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #0751B5;
	position: relative;
}

.info_public::before,
.info_public::after {
	position: absolute;
	content: '';
	width: 200px;
	height: 10px;
	background: url(../images/header_hr.png) no-repeat center;
	background-size: auto 100%;
	top: 28px;
	left: 230px;
}

.info_public::after {
	left: 770px;
}

.ip_con {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	height: 200px;
}

.ip_l {
	float: left;
	width: 650px;
	height: 100%;
}

.ip_r {
	float: right;
	width: 520px;
	height: 100%;
}

.ip_l .ip_title ul li {
	float: left;
	height: 45px;
	line-height: 45px;
	width: 160px;
	text-align: center;
	font-size: 22px;
	margin-left: 30px;
	cursor: pointer;
	user-select:none;
}

.ip_l .ip_title ul li:nth-child(1) {
	color: #1B6CBD;
	background: #F2F2F2;
	margin-left: 0;
	border-bottom: 2px solid #1B6CBD;
	font-weight: bold;

}

.ip_l .ip_title span {
	float: right;
	margin-top: 20px;

}

.ip_l .ip_title span a {
	color: #666;
}

.ip_l .ip_news_list {
	margin-top: 20px;
}

.ip_l .ip_news_list ul li {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	position: relative;
}

.ip_l .ip_news_list ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #0B53B6;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	top: 20px;
	left: 0px;
}

.ip_l .ip_news_list ul li a {
	display: inline-block;
	width: 520px;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ip_l .ip_news_list ul li span {
	color: #666;
	float: right;
}

.ip_con .ip_r li {
	background: #0B53B6;
	color: #fff;
	height: 52px;
	line-height: 52px;
	width: 240px;
	/* text-align: center; */
	margin-top: 20px;
	font-size: 16px;
	float: left;
	margin-left: 20px;
	font-weight: bold;
	text-indent: 20px;
}

.ip_con .ip_r li img {
	width: 24px;
	height: 28px;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}

.ip_con .ip_r a:nth-child(odd) li {
	float: left;
}

.ip_con .ip_r a:nth-child(even) li {
	float: right;
}

.ip_con .ip_r a:nth-child(1) li,
.ip_r a:nth-child(2) li {
	margin-top: 0;
}

/* 图片链接 */

.link_img {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

.link_img ul li {
	float: left;
	width: 289px;
	height: 122px;
	margin-left: 14px;
}

.link_img ul li:nth-child(1) {
	margin-left: 0;
}

.link_img ul li img {
	height: 100%;
	width: 100%;
}

/* 地价、办事服务 */
.dj_bsfw {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	height: 300px;
}

.dj_bsfw .ip_r .db_l {
	height: 100%;
	width: 240px;
	margin-left: 10px;
	float: left;
}

.dj_bsfw .ip_r .db_l img {
	margin-top: 22px;
}

.dj_bsfw .ip_r .db_r {
	float: right;
	margin-top: 20px;
}

.dj_bsfw .ip_r .db_r ul li {
	width: 240px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #0F6FF2;
	border-radius: 10px;
	margin-top: 23px;
}

.dj_bsfw .ip_r .db_r ul a:nth-child(1) li {
	margin-top: 0;
}

.dj_bsfw .ip_r .db_r ul li img {
	float: left;
	margin-top: 10px;
	margin-left: 48px;
}

.dj_bsfw .ip_r .db_r ul li span {
	color: #0B53B6;
	margin-left: 20px;
}