/* 顶部大图 */
.index_title_bg {
	height: 400px;
	background: url('../images/index_title.jpg') no-repeat center;
	background-size: auto 400px;
}
.index_title {
	width: 1300px;
	margin: 0 auto;
	height: 400px;
	position: relative;
}
.index_logo {
	position: absolute;
	top: 15px;
	left: 10px;
}

.index_login {
	position: absolute;
	top: 15px;
	right: 10px;
}
/* 通知公告 */
.tzgg_bg {
	background: #F7FAFF;
	/*height: 170px;*/
	padding: 20px 0;
}
.tzgg_con {
	width: 1300px;
	margin: 0px auto;
	height: 100%;
	position: relative;
}

.tzgg_left {
	width: 890px;
	height: 100%;
	display: inline-block;
}

.tzgg_title {
	height: 30px;
}

.tzgg_title img {
	vertical-align: middle;
}

.tzgg_title span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #0153A7;
}

.tzgg_news {
	margin-top: 20px;
	overflow: hidden;
	height: 120px;
}

.tzgg_news_left {
	display: inline-block;
	height: 120px;
	width: 120px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
}

.tzgg_news_left div:nth-child(1) {
	font-size: 46px;
	font-weight: bold;
	color: #B1B1B1;
	margin-top: 5px;
}

.tzgg_news_left div:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
	color: #C5C5C5;
}

.tzgg_news_right {
	display: inline-block;
	height: 120px;
	width: 740px;
	margin-left: 20px;
	overflow: hidden;
}

.tzgg_news_right div:nth-child(1) {
	font-size: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 3px;
}

.tzgg_news_right div:nth-child(1) a {
	color: #000;
}

.tzgg_news_right div:nth-child(2) {
	margin-top: 20px;
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.tzgg_news_right div:nth-child(2) a {
	color: #666;
}

.tzgg_right {
	overflow: hidden;
	height: 280px;
	width: 360px;
	background: #E9F3FF;
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 50;
	border-radius: 20px;
	box-shadow: -2px 2px 5px 1px #ccc;
	padding: 10px;
}

.user_top {
	position: relative;
}

.user_bottom {
	margin-top: 15px;
}

.user_top_left {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-top: 5px;
}

.user_top_right {
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
}

.user_top_right div:nth-child(1) {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #0055A6;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 172px;
}
.user_top_right div:nth-child(1):hover:after {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0;
	margin: auto;
	content:attr(data-title);
	background: #fff;
	color: #333;
	z-index: 999;
	font-size: 14px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.user_top_right div:nth-child(2) {
	margin-top: 10px;
	font-size: 16px;
}

.user_top_right div:nth-child(3) {
	margin-top: 5px;
	font-size: 16px;
}

.user_bottom_left, .user_bottom_right, .user_bottom_bottom {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.user_bottom_left, .user_bottom_right {
	width: 153px;
	margin-left: 10px;
}

.user_bottom_bottom {
	display: block;
	width: 321px;
	margin-left: 10px;
	margin-top: 11px;
	text-align: center;
}

.user_bottom_left img, .user_bottom_right img, .user_bottom_bottom img{
	vertical-align: middle;
	margin-left: 15px;
	height: 28px;
}

.user_bottom_left span, .user_bottom_right span, .user_bottom_bottom span{
	vertical-align: middle;
	margin-left: 10px;
	font-size: 20px;
}

/* 开放数据 */
.kfsj_bg {
	background: #fff;
	/*margin-top: 50px;*/
	padding-top: 50px;
	padding-bottom: 50px;
}

.kfsj_con {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}

.year_type {
	position: absolute;
	left: 170px;
	top: -6px;
}
.year_type select {
	border: none;
	margin-left: 10px;
	background: #F7FBFF;
	padding: 1px 5px;
	color: #0056A7;
}

.public_hr {
	height: 35px;
	width: 100%;
	background: url('../images/title_hr.png') no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.public_hr span {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	top: -12px;
	left: 58px;
}

.public_hr a {
	position: absolute;
	right: 10px;
	top: 0px;
}

.kfsj {
	margin-top: 50px;
}

.kfsj_list {
	display: inline-block;
	width: 410px;
	height: 280px;
	border: 1px solid #B2CCE3;
	position: relative;
	border-radius: 0px 0px 10px 10px;
}
.kfsj_list:nth-child(n+2) {
	margin-left: 27px;
}

.kfsj_list_title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -16px;
	background: #fff;
	z-index: 10;
}

.kfsj_list_con {
	width: 370px;
	height: 230px;
	margin: 20px auto;
	margin-top: 30px;
}

.kfsj_list_con_list {
	width: 170px;
	height: 105px;
	border-radius: 10px;
	box-shadow: -2px 2px 5px 1px #ddd;
	text-align: center;
	overflow: hidden;
}

.kfsj_list_con_list:nth-child(odd) {
	float: left;
}

.kfsj_list_con_list:nth-child(even) {
	float: right;
}

.kfsj_list_con_list:nth-child(n+3) {
	margin-top: 20px;
}

.kfsj_con_num {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-top: 8px;
}

.kfsj_con_font {
	font-size: 18px;
	display: block;
}

.kfsj_con_color {
	display: block;
	height: 8px;
	width: 35px;
	margin: 10px auto;
}

/* 信息公示 */
.xxgs_bg {
	background: #F7FAFF;
	padding-top: 50px;
}

.xxgs_con {
	width: 1300px;
	margin: 0 auto;
}

.xxgs_b_n {
	margin-top: 50px;
	height: 430px;

}

.xxgk_banner {
	height: 100%;
	width: 720px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.slick-slider {
	display: inline-block !important;
}
.banner_list img{
	width: 100%;
	height: 430px;
	position: relative;
}

.banner_bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	height: 30px;
	line-height: 30px;
}

.banner_bottom_font {
	text-indent: 20px;
	color: #fff;
	height: 100%;
	width: 550px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner_poin {
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	right: 0;
	margin-right: 10px;
}

.banner_poin ul li {
	height: 10px;
	width: 10px;
	background: #000;
	float: left;
	background: #fff;
	margin: 5px;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 10px;
}

.banner_poin ul li:nth-child(1) {
	background: red;
}

.xxgk_news {
	height: 100%;
	display: inline-block;
	width: 540px;
	float: right;
}

.xxgk_news_title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E5E5E5;
}

.xxgk_news_title > span {
	font-size: 24px;
	font-weight: bold;
	color: #0056A6;
}

.xxgk_news_title > a {
	font-size: 16px;
	float: right;
	color: #777;
}

.xxgk_news_list {
	border-bottom: 1px solid #EEEEEE;
	height: 100px;
	margin-top: 25px;
}

.news_list_date {
	display: inline-block;
	text-align: center;
	width: 90px;
	border-right: 1px  solid #E5E5E5;
	height: 75px;
	overflow: hidden;
}

.news_list_date div:nth-child(1) {
	color: #999;
	font-weight: bold;
	font-size: 26px;
	margin-top: 2px;
	letter-spacing: 1px;
}

.news_list_date div:nth-child(2) {
	color: #999;
	margin-top: 2px;
	font-size: 18px;
}

.news_list_con {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	padding-left: 10px;
}

.news_list_con div:nth-child(1) {
	font-size: 18px;
	margin-top: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 430px;
}

.news_list_con div:nth-child(2) {
	margin-top: 5px;

	line-height: 20px;
	overflow: hidden;
	height: 44px;
	line-height: 22px;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	width: 430px;
}

.news_list_con div:nth-child(2) a {
	color: #999;
}

/* 三个链接 */
.link_bg {
	background: #F7FAFF;
	padding-top: 50px;
	height: 240px;
}

.link_con {
	width: 1300px;
	margin: 0 auto;
}

.link_con img {
	float: left;
}

.link_con a:nth-child(2) img {
	margin-left: 35px;
}

.link_con a:nth-child(3) img {
	float: right;
}
