﻿@charset"utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
}

html, body {
	font-size: 16px;
	font-family: "微软雅黑", "宋体";
}

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #666666;
}

a:hover {
	color: #005fb1;
}

img {
	border: none;
}

.block {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.blank5 {
	clear: both;
	height: 5px;
}

.blank10 {
	clear: both;
	height: 10px;
}

.blank15 {
	clear: both;
	height: 15px;
}

.blank20 {
	clear: both;
	height: 20px;
}

.blank25 {
	clear: both;
	height: 25px;
}

.blank30 {
	clear: both;
	height: 30px;
}

.top {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	height: 180px;
	margin: 0 auto;
	background: url(../images/topBg.png) no-repeat;
}

.topBox {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}

.topBox .logo img {
	margin-top: 42px;
}

.topBox .search {
	margin-top: 55px;
	margin-left: 230px;
}

.topBox .search input[type=text] {
	background: url(../images/search_left.png) no-repeat;
	border: none;
	height: 40px;
	padding-left: 20px;
	float: left;
	outline: none;
	line-height: 40px;
	width: 318px;
}

.topBox .search input::placeholder {
	color: #708eb1;
}

.topBox .search input[type=button] {
	background: url(../images/search_right.png) no-repeat;
	border: none;
	height: 40px;
	width: 67px;
	outline: none;
	cursor: pointer;
}
.topBox .search button{
	background: url(../images/search_right.png) no-repeat;
	border: none;
	height: 40px;
	width: 67px;
	outline: none;
	cursor: pointer;
}

.hot-word {
	font-size: 12px;
	color: white;
	margin-left: 20px;
	margin-top: 5px;
}

.hot-word a {
	font-size: 12px;
	color: white;
	padding: 0 5px;
}

.hot-word a:hover {
	text-decoration: underline;
}

.nav {
	width: 100%;
	height: 68px;
	background-color: #0a5491;
}

.nav .navBox {
	width: 1200px;
	margin: 0 auto;
}

.nav .navBox .cat li {
	width: 200px;
	height: 68px;
	float: left;
	line-height: 68px;
	font-size: 22px;
	color: #fff;
}

.nav .navBox .cat li:hover {
	background-color: #1d80d2;
}

.nav .navBox .cat .cat-image {
	float: left;
	margin-left: 20px;
	margin-top: 22px;
	margin-right: 20px;
}

.main {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #fff;
}

.home-headline {
	margin-top: 18px;
	height: 90px;
}

.home-headline img {
	float: left;
}

.headline-content {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
	height: 70px;
}

.headline-title {
	font-size: 30px;
	color: #0a5491;
	font-weight: bold;
	padding-top: 10px;
}

.headline-summary {
	font-size: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 1;  /*限制在一个块元素显示的文本的行数*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.important-news {
	width: 1160px;
	height: 400px;
	margin: 20px auto;
}

.news-slide {
	width: 690px;
	height: 400px;
	float: left;
}

.banner {
	float: left;
}

/* 轮播图css */
.slideBox {
	width: 690px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgba(3, 3, 3, 0.3);
	line-height: 40px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 9px;
	margin-top: 15px;
	width: 10px;
	height: 10px;
	line-height: 9px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #c90000;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 690px;
	height: 400px;
	display: block;
}

.slideBox .bd li .title {
	width: 600px;
	height: 46px;
	line-height: 46px;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.slideBox .bd li .title a {
	color: #fff;
	padding-left: 15px;
}

.news-list {
	width: 450px;
	height: 400px;
	float: right;
}

.news-list-head {
	width: 450px;
	height: 43px;
	background-position-y: 42px;
}

.news-list-head span {
	display: block;
	height: 40px;
	width: 50%;
	border-bottom: 2px solid #cfcfcf;
	text-align: center;
	font-size: 24px;
	color: #555;
	line-height: 40px;
	float: left;
}

.news-list-head span.on {
	border-bottom: 3px solid #0a5491;
}

.news-list li {
	height: 88px;
	width: 430px;
	background-position: 2px 20px;
	padding-left: 20px;
	font-size: 18px;
	color: #343e46;
	line-height: 40px;
	word-break: break-all;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;  /*限制在一个块元素显示的文本的行数*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
}

.news-list li .date {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #6b6b6b;
	font-size: 14px;
}

/*信息公开*/
.home-xxgk {
	width: 1160px;
	margin: 20px auto;
}

.xxgk-left {
	float: left;
	width: 690px;
}

.xxgk-gwyxx {
	float: left;
	width: 690px;
	height: 220px;
}

.xxgk-jgzn {
	float: left;
	width: 690px;
	height: 110px;
}

.xxgk-ztzl {
	float: right;
	width: 450px;
	height: 342px;
}

.ztzl-head {
	height: 54px;
	width: 450px;
	background: url('../images/left_border.png') no-repeat;
	background-position: 0 18px;
	padding-left: 15px;
	color: #555555;
	font-size: 24px;
	line-height: 54px;
}

.ztzl-item {
	width: 450px;
	height: 132px;
	overflow: hidden;
	margin-bottom: 10px;
}

.ztzl-item img {
	width: 100%;
}

.gwyxx-list-all {
	width: 690px;
	text-align: left;
}

.gwyxx-list-all .hd2 {
	height: 54px;
	line-height: 54px;
	background: #f0f3f6;
	position: relative;
}

.gwyxx-list-all .hd2 ul {
	float: left;
	position: absolute;
	height: 54px;
}

.gwyxx-list-all .hd2 ul li {
	float: left;
	width: 172px;
	border-bottom: 2px solid #0a5491;
	cursor: pointer;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	color: #575e64;
}

.gwyxx-list-all .hd2 ul li.on {
	height: 54px;
	background: #0a5491;
	color: #fff;
}

.gwyxx-list-all .bd2 {
	border: 1px solid #e6ebef;
	padding-bottom: 8px;
}

.gwyxx-list-all .bd2 ul {
	padding-top: 5px;
	zoom: 1;
}

.gwyxx-list-all .bd2 li {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	width: 650px;
	background: url('../images/red_point.png') no-repeat;
	background-position: 12px 17px;
	padding-left: 25px;
}

.gwyxx-list-all .bd2 li .date {
	float: right;
	color: #767c82;
	font-size: 16px;
}

/* 本例子css */
.snBrand {
	position: relative;
	width: 690px;
	height: 110px;
	overflow: hidden;
	box-shadow: 0 0 3px #aaa;
}

.snBrand ol {
	float: left;
	width: 225px;
	height: 55px;
}

.snBrand ol li {
	height: 55px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
	font-size: 24px;
}

.snBrand ol li.on {
	background: #0a5491;
	color: #fff
}

.snBrand ul {
	float: left;
	top: 35px;
	width: 465px;
	height: 308px;
	background: #fff;
	overflow: hidden;
}

.snBrand ul li {
	width: 430px;
	height: 308px;
	margin: 0 auto;
	margin-left: 20px;
}

.snBrand ul li a {
	color: #575e64;
	line-height: 35px;
	font-size: 18px;
}

.snBrand ul li a:hover {
	color: #0a5491;
}

.xq {
	color: #0a5491;
}

.home-zwgk {
	width: 452px;
	float: right;
	height: 300px;
}

.zwgk-head {
	background: url('../images/border_b-long.png') no-repeat;
	height: 49px;
	font-size: 30px;
	font-weight: bold;
	color: #0a5491;
	background-position: 0 45px;
	padding-left: 10px;
}

.zwgk-head a {
	position: relative;
	top: -3px;
}

.zwgk-box {
	width: 452px;
	height: 246px;
	border: 1px solid #e6ebef;
}

.zwgk-box li {
	width: 150px;
	height: 100px;
	margin: 20px 0;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #575e64;
}

.zwgk-box li .zwgk-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	background-color: #f0f3f6;
	line-height: 76px;
	padding: 13px;
	margin-bottom: 5px;
}

.zwgk-icon img {
	transition: all 0.6s;
}

.zwgk-icon img:hover {
	transform: scale(1.3);
	transition: all 0.6s;
}

.jigou {
	float: left;
	padding: 20px;
}

.jigou a {
	display: block;
	width: 196px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	background: #f0f3f6;
	float: left;
	font-size: 24px;
}

.jigou a:hover {
	background: #0a5491;
	color: white;
}

/*互动交流*/
.home-hdjl {
	width: 1160px;
	margin: 0 auto;
}

.hdjl-left {
	margin-top: 10px;
	float: left;
	width: 690px;
	height: 342px;
}

.gzly-list-all {
	width: 690px;
	text-align: left;
}

.gzly-list-all .hd3 {
	height: 54px;
	line-height: 54px;
	background: #f0f3f6;
	position: relative;
}

.gzly-list-all .hd3 ul {
	float: left;
	position: absolute;
	height: 54px;
}

.gzly-list-all .hd3 ul li {
	float: left;
	width: 230px;
	border-bottom: 2px solid #0a5491;
	cursor: pointer;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	color: #575e64;
}

.gzly-list-all .hd3 ul li.on {
	height: 54px;
	background: #0a5491;
	color: #fff;
}

.gzly-list-all .bd3 {
	border: 1px solid #eee;
	height: 277px;
}

.gzly-list-all .bd3 ul {
	padding-top: 15px;
	zoom: 1;
}

.gzly-list-all .bd3 li {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	width: 650px;
	background: url('../images/red_point.png') no-repeat;
	background-position: 7px 22px;
	padding-left: 20px;
}

.gzly-list-all .bd3 li .date {
	float: right;
	color: #767c82;
	font-size: 16px;
}

.btn-wyly {
	width: 225px;
	height: 56px;
	background: url(../images/btn_wyly.png);
	padding-left: 165px;
	font-size: 24px;
	color: #fff;
	line-height: 56px;
	margin-left: 95px;
}

.hdjl-right {
	width: 450px;
	height: 340px;
	float: right;
	border: 1px solid #eee;
}

.hdjl-btn {
	width: 305px;
	height: 80px;
	margin-left: 33px;
	margin-top: 29px;
	padding-left: 80px;
}

.hdjl-btn .btn-text {
	width: 285px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	height: 80px;
	line-height: 80px;
}

.btn-bszn {
	background: url('../images/btn_bszn.png');
}

.btn-bgxz {
	background: url('../images/btn_download.png');
}

.btn-gznb {
	background: url('../images/btn_report.png');
}

.home-links {
	width: 1160px;
	height: 75px;
	margin: 25px auto;
	margin-bottom: 0;
}

.home-links ul {
	float: left;
	line-height: 30px;
}

.home-links li {
	float: left;
	font-size: 18px;
	color: #70767b;
}

.footer {
	width: 100%;
	height: 140px;
	background-color: #0a5491;
	color: #fff;
	font-size: 16px;
}

.footer a {
	color: #fff;
}

.footer p {
	line-height: 36px;
	height: 36px;
}

.footer-box {
	width: 1160px;
	margin: 0 auto;
}

.footer .footer-left {
	width: 690px;
	float: left;
}

.footer .footer-right {
	width: 450px;
	float: right;
	margin-top: 33px;
}

/*列表页*/
#list {
	padding: 20px;
	width: 1160px;
	height: auto;
	background: #fff;
	margin: 20px auto 20px auto;
}

#list table {
	border-spacing: 0;
}

#list th, #list td {
	border: 1px solid;
}

.catpos {
	font-size: 12px;
	color: #112e6d;
	text-indent: 20px;
	line-height: 42px;
}

.list_main {
	overflow: hidden;
}

.list_main_l {
	width: 250px;
	float: left;
	height: auto;
	display: block;
	background: #f7f7f7;
}

.list_main_l li {
}

.list_main_l li a {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 10px;
	display: inline-block;
	line-height: 53px;
	font-size: 16px;
	width: 91%;
	text-align: center;
}

.list_main_l li a:hover, .list_main_l li .a_h {
	color: #13599e;
	font-weight: bold;
}

.list_main_l_first {
	background: #1167b7;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	display: block;
	line-height: 50px;
	cursor: pointer;
	padding: 0 10px;
}

.list_main_r {
	float: right;
	width: 864px;
	overflow: hidden;
	min-height: 500px;
	position: relative;
}

.list_main_r_first {
	height: 53px;
	width: inherit;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 30px;
}

.list_main_r_first span {
	border-bottom: 3px solid #1167b7;
	padding: 12px 0;
	color: #1167b7;
	font-size: 21px;
}

.list_main_r li {
	color: #404040;
	font-size: 18px;
	line-height: 60px;
	text-indent: 10px;
}

.list_main_r h1 .more {
	float: right;
	font-size: 14px;
	color: #bfbfbf;
	position: relative;
	top: 25px;
}

.list_main_r li .date {
	float: right;
	color: #666666;
}

.page {
	height: 30px;
	width: 868px;
	text-align: center;
	margin-top: 30px
}

.current {
	padding: 5px 10px;
	background: #fff;
	color: red;
	border: 1px solid red;
	font-weight: 600;
	margin: 0 5px;
}

.page a {
	padding: 5px 10px;
	background: #0662bd;
	color: #fff;
	border: 1px solid #fff;
}

.list_main_r_title {
	text-align: center;
	line-height: 35px;
	color: #1c77dd;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.list_main_r_title2 {
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #363636;
	background: #f3f3f3;
	font-size: 14px;
}

.list_main_r_content {

	/* width: 862px;*/
	margin: 20px 0;
	line-height: 30px;
}

.Second_list {
	width: 1200px;
	min-height: 465px;
	float: left;
	background-color: #fff;
}

.ShowContent {
	font-size: 14pt;
	line-height: 200%;
	min-height: 190px;
	margin: 0px auto;
}

.ShowContentBox {
	width: 1160px;
	margin: 0 auto;
	padding-top: 10px;
}

.ShowContentYjzj {
	width: 1160px;
	margin: 0 auto;
	padding-top: 10px;
}

.ShowTopBox {
	background: #f8f8f8;
	margin: 20px 0;
}

.ShowTitle {
	font-size: 22px;
	color: #1f6ad3;
	text-align: center;
	line-height: 45px;
	font-weight: normal;
	padding-left: 50px;
	padding-right: 50px;
}

.ShowContent {
	font-size: 14pt;
	line-height: 200%;
	min-height: 190px;
	margin: 0px auto;
}

.ShowDateUser {
	font-size: 15px;
	color: #373737;
	padding: 15px 0;
}

.ShowAsk {
	font-size: 14pt;
	line-height: 200%;
	margin: 0px auto;
	background: #E4F7FF;
	padding: 10px;
	margin-top: 20px;
}

.ShowAnswer {
	font-size: 14pt;
	line-height: 200%;
	margin: 0px auto;
	background: #EAFFD6;
	padding: 10px;
	margin-top: 20px;
}

.AskDate {
	font-size: 15px;
}

.oujwmh {
	width: 1200px;
	background-color: #fff;
	float: left;
	border-top: 1px solid #0cc426;
}

.oujwmh_qplsuy {
	width: 800px;
	margin: 0 auto;
}

#table1 {
	margin-top: 13px;
	float: left;
	font-size: 14px;
}

.TitleBlue {
	color: #3462ba;
}

.TitleBlue2 {
	color: #0076a2;
}

.TitleOrange {
	color: #ff4e00;
}

.TitleGreen {
	color: #00c8a0;
}

.ztzl-ul {
	margin-top: 5px;
}

.ztzl-ul li {
	float: left;
}

.ztzl-ul img {
	transition: all 0.6s;
}


.zwgk-head.wsfw {
	margin-bottom: 20px;
}

.banner-bwcx {
	width: 1161px;
	margin: 15px auto;
}

.bottom-slide {
	width: 100%;
	overflow: hidden;
	margin-top: -30px;
}


.picMarquee-left .next {
	display: block;
	width: 20px;
	height: 40px;
	position: relative;
	top: 71px;
	overflow: hidden;
	cursor: pointer;
	float: right;
	z-index: 2;
	background: url(../images/right1.png) no-repeat;
}

.picMarquee-left .next.on {
	background: url("../images/btn_right.png") no-repeat;
}

.picMarquee-left .prev {
	display: block;
	width: 20px;
	height: 40px;
	position: relative;
	top: 70px;
	left: 0px;
	overflow: hidden;
	cursor: pointer;
	z-index: 2;
	background: url("../images/left1.png") no-repeat;
}

.picMarquee-left .prev.on {
	background: url("../images/btn_left.png") no-repeat;
}
