@charset "utf-8";
body {
	background-color: #F0F0F0;
	padding: 0px;
	margin: 0px;
	color: #333;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微软雅黑";
	font-size: 18px;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}
.body_box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
img {
	border: 0px none #000;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.fr {
	float: right;
}
.foot_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #035aa0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #247;
	float: none;
}
.foot {
	font-size:15px;
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #FFF;
	padding:30px 0px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.foot a:link, .foot a:visited {
	color: #FFF;
}
.foot a:hover {
	color: #6CF;
	text-decoration: underline;
}
.foot_text{
	width:620px;
	height:auto;
	line-height:170%;	
}
.foot_left{
	margin-top:16px;
	width:260px;
	height:80px;
	display:flex;
	justify-content:space-between;
}
.foot_left_img{
	font-size:14px;
 background-color: #035aa0;
  width:80px;
  height:80px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  color:#FFF;
  box-shadow:0px 0px 8px rgba(0,0,0,0.3);
}
.foot_left_img img{
	margin-bottom:1px;
}
.foot_right{
	margin-top:16px;
	width:200px;
	height:80px;
	display:flex;
	justify-content:flex-start;
	align-items:center;	
	background-color: #035aa0;
	padding-top:10px;
	padding-left:-10px;
	box-sizing:border-box;
	box-shadow:0px 0px 8px rgba(0,0,0,0.3);
}
.foot_text {
	width: auto;
	width: auto;
	display: inline-block;
	float: left;
	padding-top: 12px;
	font-size: 16px;
	line-height: 170%;
}

.top_bar {
	width: 100%;
	height: 330px;
}
.flex_box {
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin:0 auto;
}
.bar_box {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.my_search_box {
	margin-top: 110px;
	width: 400px;
	height: 40px;
	float: left;
	margin-left: 600px;
	font-size: 18px;
}

.nav_out {
	width: 100%;
	height: 66px;
	background-color: #035aa0;
	margin-left:auto;
	margin-right:auto;
	max-width:1920px;
	
}
.nav_box {
	width: 1200px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.nav {
	width: fit-content;
	height: 62px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #035aa0;
	flex-grow: 1;
	flex-shrink: 0;
	text-align: center;
	color: #333;
	font-size: 21px;
	line-height: 64px;
	position: relative;
	cursor: pointer;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "黑体", "SimHei";
}
.nav:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 12px;
	width: 1px;
	background-color: #FFF;
	content: " ";
}
.nav:after {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	height: 12px;
	width: 1px;
	background-color: #FFF;
	content: " ";
}
.nav:hover {
	color: #138;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	background-color:#FFF;
	font-weight: bold;
}
.nav a:link, .nav a:visited {
	color:#FFF;
	display: block;
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
}
.nav a:hover {
	color:#F90;
	border-bottom-color: #F90;
}
.home-n {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 290px;
	height: auto;
	background-color: #FFF;
	z-index: 1000;
	display: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.home-n li a:link, .home-n li a:visited {
	text-align: left;
	font-size: 16px;
	width: 290px;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	box-sizing: border-box;
	display: block;
	background-image: url(nav-li-dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
.home-n li a:hover {
	background-color: #F90;
	color: #FFF;
}
/**/
.my_serch_input {
	float: left;
	width: 320px;
	heigth: 40px;
	min-height:40px;
	line-height: 40px;
	background-color: rgba(250,250,250,0.6);
	border-radius: 8px;
	display: block;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	border: 1px solid #CCC;
	display: block;
	box-sizing: border-box;
	padding-left: 10px;
	box-sizing: border-box;
	overflow:hidden;
	display:block;
}
.my_search_btn {
	background-image: url(search_btn_2.png);
	background-repeat: no-repeat;
	border: 0px none #FFF;
	float: right;
	width: 65px;
	height: 40px;
	margin-top: 1px;
}
.home-search-hot-words {
	width: 62%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.home-search {
	height: 28px;
	padding: 15px 0;
	background: #fff;
	border-radius: 6px;
}
.home-search-box {
	padding: 0 100px 0 105px;
	position: relative;
}
.search-sel select {
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 1.125em;
	color: #666;
	border: 0;
	background: unset;
}
.search-input input {
	width: 100%;
	border: 0;
	background: unset;
	line-height: 28px;
	font-size: 1.125em;
 outline::none;
	color: #666;
	padding-left: 20px;
	box-sizing: border-box;
}
input {
	outline: none;
}
input:focus {
	outline: none;
}
.search-submit input {
	width: 90px;
	height: 56px;
	position: absolute;
	right: 0;
	top: -15px;
	cursor: pointer;
	background: #BA3228 url(hearch_search_btn_icon.png) center center no-repeat;
	border-radius: 0 6px 6px 0;
	border: 0;
}
/**/
.this_path{
	height: 40px;
	width: 1200px;
	line-height: 36px;
	margin: 15px auto;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #06F;
	padding:0px 30px;
	box-sizing:border-box;
	color:#035aa0;
	font-size:21px;
	font-weight:bold;
}

.this_path_right a:link, .this_path_right a:visited {
	color: #999;
}
.this_path_right a:hover {
	color: #C60;
	text-decoration: underline;
}
.this_path_right{
	color:#999;
	float:right;
	font-size:18px;	
	font-weight:normal;
}
.box_full {
	width: 1200px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
	padding: 30px 50px;
	box-sizing: border-box;
	box-shadow: 0 0 2px 2px rgba(127,127,127,0.1);
}

.box_full_no {
	width: 1200px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
	padding: 0px;
	box-sizing: border-box;
	box-shadow: 0 0 2px 2px rgba(127,127,127,0.1);
}

.body_page {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.body_content_line {
	width: 1100px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	justity-content: space-between;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.body_content_link {
	float: left;
	background-image: url(dot_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	flex-shrink: 1;
	flex-grow: 1;
	width: fit-content;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.column_link{color: #27C;
	font-weight: bold;}
.column_link a:link, .column_link a:visited {
	color: #27C;
	font-weight: bold;
}
.column_link a:hover {
	color: #F60;
}
.this_time {
	float: right;
	flex-shrink: 0;
	color: #999;
	align-self: flex-end;
	width: fit-content;
}
.detail_container {
	width: 100%;
	height: auto;
}
.detail_container img {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.detail_detail {
	font-size: 16px;
	line-height: 170%;
	width: 100%;
	height: auto;
	margin-top:40px;
}
.detail_title {
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "黑体", "SimHei";
	font-size: 28px;
	color: #14A;
	font-weight: bold;
	width: 100%;
	line-height: 170%;
	text-align: center;
	margin: 30px auto;
}
.detail_title h2{
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "黑体", "SimHei";
	font-size: 28px;
	color: #14A;
	font-weight: bold;
	width: 100%;
	line-height: 170%;
	text-align: center;
	margin: 30px auto;
}
.detail_info{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #F7F7F7;
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;	
	padding:0 20px;
	box-sizing:border-box;
	color:#666;	
}
.detail_info_time{
	float:left;
	width:fit-content;	
}
.share{
	width:fit-content;
	height:40px;
	float:right;
	white-space:nowrap;
	margin-bottom:30px;
}
.share img{
	width:40px;
	height:40px;
	float:right;
	display:inline-block;
	filter: grayscale(100%);
}
.share img:hover{
	filter: grayscale(0%);
transition: all 0.2s;
}
.back_top{
	width:100%;	
	margin-top:20px;
}
.back_top a:link, .back_top a:visited{
	float:right;
	width:fit-content;
	padding:0 20px;
	height:40x;
	line-height:40px;
	background-color:#69C;
	display:block;
	color:#FFF;
	border-radius:8px;
}
.back_top a:hover{
	background-color:#25B;
	color:#FFF;
	}
.hi{
	color:#F00;
	background-color:#FF0;
	padding:5px 0;
}
.my_clear{
clear:both;	
}
@media screen and (max-width:1000px) {
body {
	width: 1240px;
}
.foot_box {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
}
.this_head {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	
	box-sizing: border-box;
	color: #FFF;
	font-size:15px;
	
}
.this_head a:link, .this_head a:visited {
	color: #16B;
}
.this_head a:hover {
	color: #39E;
}
.ipv6 {
	color: #27C;
	float: right;
	border-radius: 8px;
	padding: 0px 10px;
	border: 1px solid #27C;
	height: 30px;
	line-height: 30px;
	margin-left: 30px;
	background-color: rgba(255,255,255,0.4);
	font-size: 15px;
	margin-top: 8px;
}
.head_bg {

	width: 100%;
	min-height: 330px;
	background-image: url(page_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.this_group {
	float: right;
	color: #27C;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	margin-top: 8px;
}
.height30{
width:100%;
height:30px;	
}
.my_items{
	width:fit-content;
	height:60px;
	line-height:60px;
	font-size:21px;	
	font-weight:bold;
	float:left;
}
.my_items_active{
	width: fit-content;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B32;
	font-color:#B32;
	font-weight:bold;
	float:left;
}
.my_items_active a:link, .my_items_active a:visited{
	color:#B32;	
}
.my_items_active a:hover{
	color:#B32;	
}
.my_items_li{
	height: 60px;
	line-height: 60px;
	font-size:21px;	
	padding:0px 20px;
	float:left;	
}
/* 政务公开 */
.left_box {
	width: 750px;
	height: auto;
}
.right_box {
	width: 430px;
	height: auto;
}
.line_box {
	width: 750px;
	height: 60x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: flex;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.line_box_right {
	width: 430px;
	height: 60x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: flex;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.left_content {
	width: 750px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
}
.left_content li {
	width: 750px;
	height: 46px;
	line-height: 46px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	background-image: url(dot_arrow.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
.right_content {
	width: 430px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
}
.right_content li {
	width: 430px;
	height: 46px;
	line-height: 46px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 50px;
	padding-right: 20px;
	box-sizing:border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	background-image: url(dot_arrow.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
.more {
	float: right;
	width: fit-content;
	font-weight: lighter;
	font-size: 15px;
}
.sort{
	line-height: 60px;
	background-image: url(sort.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 1200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	color:#555;
	letter-spacing:3px;
}
/* 政务公开 end*/
/*政府领导*/
.ld_head_box{
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#36b;
	color:#FFF;
	font-size:15px;
}
.ld_head {
	width:1200px;
	margin:0 auto;
}
.ld_head a:link, .ld_head a:visited{
	color:#FFF;	
}
.ld_head a:hover{
	color:#6CF;
	text-decoration:underline;
}
.ld_bar_out{
	width:100%;
	height:110px;
	background-color:#FFF;	
}
.ld_bar{
	width:1200px;
	height:110px;
	overflow:hidden;
	margin:0 auto;
}
.ld_logo{
	float: left;
	background-image: url(ld_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:contain;
	width:340px;
	height:110px;
}
.ld_nav{
	float:right;
	width:800px;
	height:110px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	
}
.ld_nav li{
	
}
.ld_nav li a:link, .ld_nav li a:visited{
	width:fit-content;
	height:110px;
	line-height:110px;
	margin:0 20px;
	box-sizing:border-box;
	display:block;
	font-weight:bold;
	font-size:16px;
	white-space:nowrap;
}

.ld_nav li a:hover{
	color:#36B;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #36B;	
}
.ld_seach_box{
	background-image: url(ld_search_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 100%;
	padding-top:40px;
	box-sizing:border-box;
}

.ld-search-box {
	
	width: 840px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.ld-search-input {
	flex-shrink: 1;
	flex: 1 1 auto;
	width: 720px;
	height: 60px;
	line-height: 60px;
	background-color: #FFF;
	padding-left: 20px;
	box-sizing: border-box;
	border: 0px none #000;
	font-size: 18px;
	
}
.ld-search-btn {
	width: 120px;
	height: 60px;
	background-image: url(search_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none #000;
}
/* 政府领导 end */
.right_time {
	float: right;
	padding-left: 20px;
	width: fit-content;
	flex-shrink: 0;
	color:#999;
}
.box_white{
	background-color:#FFF;
	width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.sort_line{
	width: 1200px;
	height: 95px;
	line-height: 95px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sort_line.png);
	background-repeat: no-repeat;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	
}
.sort_text_blue{
	color:#06F;	
}

.box_580_line{
	width: 580px;
	height: 60px;
	line-height:60px;
	font-weight: bold;
	padding:0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	box-sizing: border-box;
}

.box_two{
	width:580px;
	height:auto;
	overflow:hidden;	
}
.box_two_content{
	width:580px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden;
}
.box_two_content li{
	line-height: 46px;
	background-image: url(dot_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 46px;
	width: 580px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	box-sizing:border-box;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.box_title_link a:link, .box_title_link a:visited{
	box-sizing:border-box;
	width:fit-content;
	padding:0px 20px;
	font-size:21px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	display:block;
}
.box_title_link a:hover{
	height:60px;
	line-height:60px;
	color: #B30;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B30;
	box-sizing:border-box;		
}
/* 图片列表页 */
.myimg_box_out{
	width:380px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:30px;
	float:left;
}
.myimg_box_border {
	width:370;
	height:278px;
	overflow:hidden;
	padding:5px;
	background-color:#FFF;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.myimg_box_border:hover{
	background-color:#F90;	
}
.myimg_box {
	width:370px;
	height:278px;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.myimg_text{
	width:380px;
	line-height:60px;
	line-height:60px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;	
	text-align:center;
}
/* 图片列表页 end */
