﻿a:hover{
	font-size: #cd0000;
}
.bg-grey {
	background: #f8f8f8 !important;
}
.bg-blue {
	background: #ddecf5 !important;
}
.bg-cyan-blue {
	background: #d8f4f9 !important;
}
.bg-green {
	background: #edf6e6 !important;
}
.bg-pink {
	background: #f8e0da !important;
}
.bg-orange {
	background: #f9efe7 !important;	
}
.no-border {
	border: 0 !important;
}

.header {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #0058a8;
	margin-bottom: 20px;
}
.top-bar {
	padding: 10px 0;
	background: #f4f4f4;
}
.top-bar a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #555;
}
.top-bar .top-bar-left {
	float: left;
}
.top-bar .top-bar-left a {
	float: left;
	margin-right: 30px;
}
.header .navbar-inner {
	padding: 30px 0;
	background: url(../images/header_bg.png) no-repeat right bottom;
}

.footer {
	position: relative;
	padding: 20px 0 10px;
	background: #075dab;
}
.friens-links {
	padding-bottom: 20px;
	border-bottom: solid 1px #528ec4;
}
.friens-links h3 {
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	vertical-align: top;
}
.friens-links h3 i {
	display: inline-block;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(../images/friend_link_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.friens-links h3 span {
	display: inline-block;
	vertical-align: top;
}
.friens-links .btn {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	outline: none;
	border: 0;
	border-radius: 4px;
	background: rgba(255,255,255, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff);
	color: #fff;
	cursor: pointer;
}
@media \0screen\,screen\9 { /* 只支持IE6、7、8 */
  .friens-links .btn {
    background-color: #ffffff;
    filter:Alpha(opacity=30);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .friens-links .btn span{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}

.footer .website-map a {
	display: inline-block;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #fff;
}
.footer .footer-box {
	padding-top: 20px;
}
.footer .copyright p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #fff;
}
.footer .copyright p span {
	margin-right: 20px;
}
.footer .mark .col-md-6 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.footer .mark img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.footer .mark p {
	font-size: 14px;
	color: #fff;
	margin-top: 3px;
}
@media (max-width: 767px){
	.footer .website-map {
		text-align: center;
	}
	.friens-links h3 {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer .website-map {
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.footer-box .website-map {
		width: 12%;
	}
	.footer-box .copyright {
		width: 64%;
	}
	.footer-box .mark {
		width: 24%;
	}
}


.section-head {
	position: relative;
	border-bottom: solid 1px #e6e5e5;
	text-align: center;
	margin-bottom: 40px;
}
.section-head .section-title {
	display: inline-block;
	padding: 30px 40px 11px;
	font-size: 32px;
	font-weight: normal;
	color: #0058a8;
	margin: 0 auto;
	border-bottom: solid 2px #e99823;
}
.section-head .section-more {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	padding-right: 20px;
	color: #333;
	background: url(../images/index/icon_more.png) no-repeat right center;
}
@media (max-width: 767px){
	.section-head .section-title {
		padding: 10px 30px;
		font-size: 20px;
	}
}

.base-head {
	position: relative;
	height: 40px;
	overflow: hidden;
	margin-bottom: 26px;
}
.base-head .base-head-title {
	float: left;
	display: block;
	position: relative;
	height: 40px;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.base-head .base-head-title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #0058a8;
	z-index: 2;
}
@media (max-width: 767px){
	.base-head {
		height: 50px;
		border-bottom: solid 1px #eee;
	}
	.base-head .base-head-title {
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.base-head .base-head-title span {
		top: 15px;
		bottom: auto;
		width: 2px;
		height: 20px;
	}
}

.tabs {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.tabs .tabs-head {
	margin-bottom: 25px;
	overflow: hidden;
}
.tabs .tabs-head ul li {
	float: left;
	margin-right: 40px;
}
.tabs .tabs-head ul li:last-child {
	margin-right: 0 !important;
}
.tabs .tabs-head ul li a {
	position: relative;
	display: block;
	height: 40px;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	color: #999;
}
.tabs .tabs-head ul li a:hover {
	color: #333;
	text-decoration: none;
}
.tabs .tabs-head ul li.active a {
	color: #333;
}
.tabs .tabs-head ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 55px;
	height: 2px;
	background: transparent;
}
.tabs .tabs-head ul li.active a span {
	background: #0058a8;
}
@media (max-width: 767px){
	.tabs .tabs-head {
		height: 50px;
		line-height: 50px;
		border-bottom: solid 1px #eee;
	}
	.tabs .tabs-head ul li {
		margin-right: 20px;
	}
	.tabs .tabs-head ul li a {
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.tabs .tabs-head ul li a span {
		top: 15px;
		bottom: auto;
		width: 2px;
		height: 20px;
	}
}


/*头条新闻*/
.headline {
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 20px;
}
.headline h3 a{
	display:block;
	font-weight: bold;
	font-size: 32px;
	color: #dd2126;
	margin-bottom: 20px;
}
.headline p {
	font-size: 18px;
	color: #333;
}

@media (max-width: 767px){
	.headline {
		margin-bottom: 10px;
	}
	.headline h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.headline p {
		font-size: 16px;
	}
}
.h_headtexta a {
    color: #414141;
    display: inline-block;
    padding: 0 10px;
    line-height: 20px;
    max-width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.h_headtexta a:hover{
	color: #cd0000 !important;
} 
.h_headtexta a:nth-child(2){
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}
/*轮播图*/
.banner {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.banner .swiper-container {
	width: 100%;
	height: 324px;
}
.banner .swiper-slide {
	position: relative;
	text-align: center;
	float:left;
}
.banner img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .gallery-title {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: left;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	background: rgba(0,0,0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.banner .gallery-title a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}
.banner .pagination {
	position: relative;
	width: 100%;
	height: 6px;
	margin-top: 16px;
}
.banner .swiper-pagination-switch {
	float: left;
	display: inline-block;
	width: 33px;
	height: 6px;
	background: #bd1a2d;
	margin: 0 4px;
	vertical-align: top;
	cursor: pointer;
}
.banner .swiper-active-switch {
	background: #dabb85;
}

@media (max-width: 767px){
	.banner .swiper-container {
		height: 200px;
	}
	.banner .gallery-title {
		height: 40px;
		line-height: 40px;
	}
	.banner .gallery-title a {
		font-size: 16px;
	}
	.banner .pagination {
		text-align: center;
	}
	.banner .pagination .swiper-pagination-switch {
		float: none;
	}

}

/*新闻*/
.news {
	position: relative;
	overflow: hidden;
}
.news .tabs-head {
	margin-bottom: 10px;
}
.news .tabs-content ul li {
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.news .tabs-content ul li a {
	float: left;
	width: 84%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news .tabs-content ul li a:hover {
	color: #f95a6d;
	text-decoration: none;
}
.news .tabs-content ul li span {
	/*float: right;*/
	font-size: 16px;
	color: #888;
}
@media (max-width: 767px){
	.news .tabs-content ul li a {
		width: 70%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.news .tabs-content ul li a {
		width: 75%;
	}
}
@media screen and (min-width: 320px) and (max-width: 359px) {
	.news .tabs-content ul li a {
		width: 100%;
	}
	.news .tabs-content ul li span {
		display: none;
	}
}

/*专题*/
.special {
	padding: 15px 0 10px;
}
.special .special-box {
	background: #fff;
	border-bottom: solid 1px #9abad7;
	margin-bottom: 15px;
}
.special .special-box a {
	display: block;
}
.special .special-box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.special .special-box .special-title {
	padding: 0 10px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px){
	.special .special-box .special-title {
		font-size: 16px;
	}
}

/*公开*/
.public {
	padding: 10px 0 26px;
}
.public-links {
	padding: 15px 15px 0 15px;
	background: #f2f9ff; 
}
.public-links .public-item {
	margin-bottom: 15px;
}
.public-links img {
	display: block;
	width: 100%;
}
/*政策文件搜索框*/
.policy-search-box {
	/*background: #c4e4fd;*/
	padding: 5px;
	margin-bottom: 26px;
	background:url(../images/index/sousuobg.png) no-repeat;
	background-size: 100% 100%;
}
.policy-search-box .policy-search-inner {
	padding: 10px;
	/*border: solid 1px #fff;*/
	background: url(../images/index/policy_search_bg.png) no-repeat 8% center;
	overflow: hidden;
}
.policy-search-box .policy-search-group {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background: #fff;
	border: solid 1px #9bcfed;
	overflow: hidden;
}
.policy-search-box input {
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 55px 0 15px;
	border: 0;
	font-size: 16px;
	outline: none;
}
.policy-search-box button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #fff url(../images/index/icon_search.png) no-repeat center;
	border: 0;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}
.public-papers {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.public-papers .tabs-content ul li {
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.public-papers .tabs-content ul li a {
	float: left;
	width: 80%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.public-papers .tabs-content ul li a:hover {
	color: #cd0000;
	text-decoration: none;
}
.public-papers .tabs-content ul li span {
	float: right;
	font-size: 16px;
	color: #888;
}
@media (max-width: 767px) {
	.public-papers .tabs-content ul li a {
		width: 70%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.public-papers .tabs-content ul li a {
		width: 75%;
	}
}
@media screen and (min-width: 320px) and (max-width: 359px) {
	.public-papers .tabs-content ul li a {
		width: 100%;
	}
	.public-papers .tabs-content ul li span {
		display: none;
	}
}

.aisle-list {
	margin-bottom: 10px;
	overflow: hidden;
}
.aisle-list ul {
	margin: 0 -15px;
}
.aisle-list li {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 10px;
}
.aisle-list li .project-icon {
	position: relative;
	width: 85px;
    height: 70px;
	margin: 0 auto;
	background: #f8f8f8;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.aisle-list li .project-icon img {
	display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.aisle-list li p {
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	text-align: center;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.aisle-list ul li:hover p{
	color: #0058a8;
}
.aisle-list ul li:hover a{
	text-decoration: none;
}
.public-card {
	display:block;
	padding: 20px 5px;
	text-align: center;
	background: #f5f5f5;
	overflow: hidden;
}
.public-card .card-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 5px;
	vertical-align: top;
}
.public-card .card-text {
	display: inline-block;
	line-height: 45px;
	font-size: 20px;
	color: #0058a8;
	vertical-align: top;
}
@media (max-width: 767px){
	.public-card {
		padding: 15px;
	}
	.public-card .card-icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.public-card .card-text {
		line-height: 30px;
		font-size: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 359px) {
	.aisle-list li {
		width: 50%;
	}
	.public-card .card-icon {
		display: block;
		margin: 0 auto 5px;
	}
}
.publicity {
	margin-bottom: 20px;
}


/*数据*/
.data-box {
	position: relative;
	width: 100%;
	padding: 1px;
	height: 350px;
	margin-bottom: 20px;
}
.data-box .top-left,
.data-box .top-right,
.data-box .bottom-left,
.data-box .bottom-right {
	position: absolute;
	width: 22px;
	height: 16px;
}
.data-box .top-left {
	top: 0;
	left: 0;
	border-top: solid 3px #6bedf2;
	border-left: solid 3px #6bedf2;
}
.data-box .top-right {
	top: 0;
	right: 0;
	border-top: solid 3px #6bedf2;
	border-right: solid 3px #6bedf2;
}
.data-box .bottom-left {
	bottom: 0;
	left: 0;
	border-bottom: solid 3px #6bedf2;
	border-left: solid 3px #6bedf2;
}
.data-box .bottom-right {
	bottom: 0;
	right: 0;
	border-bottom: solid 3px #6bedf2;
	border-right: solid 3px #6bedf2;
}
.data-box .data-box-inner {
	height: 348px;
	border: solid 1px #a9cefa;
}
.box-inner-head {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.box-inner-head h3 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 50px;
}
.box-inner-head p {
	float: right;
	font-size: 16px;
}
.box-inner-head p span {
	font-size: 18px;
	font-weight: bold;
	color: #f17211;
}
.box-inner-body {
	width: 100%;
	height: 295px;
	padding: 0 15px;
	overflow: hidden;
}
.nicescroll-cursors {
	box-sizing: content-box;
	-moz-box-sizing: content-box; /* Firefox */
	-webkit-box-sizing: content-box; /* Safari */
}
.box-inner-body ul li {
	position: relative;
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.box-inner-body ul li a {
	float: left;
	font-size: 16px;
	width: 75%;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.box-inner-body ul li span {
	float: right;
	color: #f37718;
}
@media (max-width: 767px){
	.box-inner-head h3 {
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.data .col-md-3 {
		width: 50%;
	}
}



/*服务*/
.service-card {
	display: block;
	padding: 20px 15px;
	border: solid 1px #ececec;
	margin-bottom: 20px;
}
.service-card .service-card-icon {
	float: left;
	width: 80px;
	height: 80px;
}
.service-card .service-card-icon img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 15px auto;
}
.service-card .service-card-text {
	padding-left: 90px;
}
.service-card h4 {
	font-size: 22px;
	font-weight: bold;
	color: #444;
	margin-bottom: 10px;
}
.service-card  p {
	font-size: 14px;
	color: #888;
}
@media (max-width: 767px){
	.service-card {
		padding: 15px;
	}
	.service-card h4 {
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.service-card {
		padding: 15px;
	}
}
/*查询*/
.myselectbox{
	border: 1px solid #c6ddf2;
	/*width: 1200px;*/
	/*height: 287px;*/
	margin: 28px auto 28px;
	position: relative;
	padding: 55px 0 16px 34px;
}
.myselect_title{
	background: url(../images/index/select.jpg) no-repeat;
	width: 150px;
    height: 55px;
    text-align: center;
    line-height: 46px;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
    font-size: 20px;
    color: #0058a8;
    font-weight: bold;
}
.myselectlist{
	height: 195px;
	overflow: hidden;
}
.myselectlist ul{
	display: inline-block;
	padding-right: 34px;
	vertical-align: top;
	margin-bottom:30px;
}
.myselectlist ul li a{
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}
.myselectlist ul li a:hover{
	color: #0058a8;
	text-decoration: none;
}
.myselectlist ul li:nth-child(1) a{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.selectbutton{
	text-align: center;
}
.selectbutton a{
	margin: 0 5px;
	text-decoration: none;
}
.selectbutton{
/*	position: absolute;*/
    width: 100%;
    bottom: 15px;
}
/*互动*/
.guest-thumb {
	float: left;
	position: relative;	
	width: 160px;
	height: auto;
	overflow: hidden;
}
.guest-thumb .thumb-cover {
	position: absolute;
	left: 0;
	top: 0;
}
.guest-introduce {
	padding-left: 180px;
}
.guest-introduce h4 {
	line-height: 1.6;
	font-size: 18px;
	font-weight: normal;
	color: #222;
	margin-bottom: 20px;
}
.guest-introduce p {
	line-height: 1.5;
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
}
.guest-introduce p:hover {
   color: #cd0000;
}
.guest-introduce a {
	font-size: 16px;
	color: #e51b33;
}
.interact-card-list {
	margin-bottom: 20px;
	overflow: hidden;
}
.interact-card-list ul {
	margin: 0 -5px;
}
.interact-card-list li {
	float: left;
	width: 20%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.interact-card-list li .interact-card-box {
	background: #fff;
	padding: 2px;
	border-radius: 0;
	border: 1px solid #cee2fa;
	text-align: center;
}
.interact-card-list a {
	padding: 15px 0;
	display: block;
	background: #f8f8f8;
	color: #333;
}
.interact-card-list a:hover {
	text-decoration: none;
	background: #075dab;
	color: #fff;
}
.interact-card-list li .interact-card-icon {
	width: 42px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.interact-card-list li .icon1 {
	background: url(../images/index/interact_icon_1.png) no-repeat center center;
}
.interact-card-list li a:hover .icon1 {
	background: url(../images/index/interact_icon_1_hover.png) no-repeat center center;
}
.interact-card-list li .icon2 {
	background: url(../images/index/interact_icon_2.png) no-repeat center center;
}
.interact-card-list li a:hover .icon2 {
	background: url(../images/index/interact_icon_2_hover.png) no-repeat center center;
}
.interact-card-list li .icon3 {
	background: url(../images/index/interact_icon_3.png) no-repeat center center;
}
.interact-card-list li a:hover .icon3 {
	background: url(../images/index/interact_icon_3_hover.png) no-repeat center center;
}
.interact-card-list li .icon4 {
	background: url(../images/index/interact_icon_4.png) no-repeat center center;
}
.interact-card-list li a:hover .icon4 {
	background: url(../images/index/interact_icon_4_hover.png) no-repeat center center;
}
.interact-card-list li .icon5 {
	background: url(../images/index/interact_icon_5.png) no-repeat center center;
}
.interact-card-list li a:hover .icon5 {
	background: url(../images/index/interact_icon_5_hover.png) no-repeat center center;
}

.interact-card-list li .icon6 {
	background: url(../images/index/g_wjdc.png) no-repeat center center;
}
.interact-card-list li a:hover .icon6 {
	background: url(../images/index/g_wjdc_h.png) no-repeat center center;
}

.interact-card-list li .interact-card-text {
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.handle-number {
	overflow: hidden;
	margin-bottom: 20px;
}
.handle-number ul li {
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	border-right: solid 1px #b2dbff;
}
.handle-number ul li a {
	font-size: 18px;
	color: #333;
}
.handle-number ul li a span {
	font-size: 26px;
	font-weight: bold;
	color: #0058a8;
}

.handle-progress {
	margin-bottom: 20px;
	overflow: hidden;
}
.handle-progress .progress-legend {
	position: relative;
	overflow: hidden;
}
.handle-progress .progress-legend ul {
	float: left;
}
.handle-progress .progress-legend li {
	float: left;
	margin-right: 25px; 
	margin-bottom: 10px;
	line-height: 1;
	font-size: 16px;
}
.handle-progress .progress-legend li .legend-symbol {
	float: left;
	display: inline-block;
	width: 7px;
	height: 16px;
	margin-right: 10px;
	background: #ffae00;
}
.handle-progress .progress-legend li .symbol-bg-2 {
	background: #075dab;
}
.handle-progress .progress-legend .progress-legend-right {
	float: right;
	font-size: 16px;
	line-height: 1;
}
.handle-progress .progressbar {
	position: relative;
	padding: 10px 100px 10px 0;
}
.progressbar-bar { 
	position: relative;
	width: 100%;
	height: 10px;
	background: #c3c1c2;
}
.progressbar-bar span {
	float: left;
	position: relative;
	background: #ffae00;
	height: 100%;
}
.progressbar-text {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #333;
}

@media (max-width: 767px){
	.guest-thumb {
		width: 120px;
	}
	.guest-thumb .thumb-cover {
		width: 60px;
		height: 60px;
	}
	.guest-introduce {
		padding-left: 140px;
	}
	.guest-introduce h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.guest-introduce p {
		font-size: 14px;
	}
	.guest-introduce a {
		font-size: 14px;
	}
	.interact-card-list li {
		width: 33.3%;
	}
	.interact-card-list li .interact-card-text {
		font-size: 16px;
	}
	.handle-number ul li a {
		font-size: 16px;
	}
	.handle-number ul li a span {
		font-size: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.guest-thumb {
		width: 120px;
	}
	.guest-introduce {
		padding-left: 140px;
	}
	.interact-card-list a {
		padding: 10px 0;
	}
	.interact-card-list li .interact-card-icon {
		margin-bottom: 10px;
	}
	.handle-number ul li a {
		font-size: 16px;
	}
	.handle-number ul li a span {
		font-size: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 359px) {
	.handle-number ul li {
		width: 100%;
	}
}
/*head*/
@media screen and (max-width: 799px) {
	
	/* 刘树擎 */
	.lns-res-list{
		display: none;
	}
	
	/* end */
	.appsousuo{
		display: block !important;
	}
	.h_sousuobox{
		display: none !important;
	}
   .hxy_commenthead_nav{
		display: none;
	}
	.hxy_Appcommenthead_nav{
		display: block;
		overflow: hidden;
		height: auto;
	}
	.hxy_Appcommenthead_nav li{
		width: 45%;
		height: 3.4375rem;
		background-color: #0087e6;
		text-align: center;
		line-height: 3.4375rem;
		float: left;
		margin: 0.625rem 1.25%;
	}
	.hxy_Appcommenthead_nav li a{
		color: #ffffff;
	}
	.hxy_comment_box{
		width: 100%;
	}
	.hxy_comment_headbox{
		width: 100%;
	}
	.hxy_comment_box tr td:first-child{
		padding: 3px;
		text-align:left;
	}
	.hxy_Appcommenthead_nav .h_defaulton{
		border: 1px solid #0087e6;
	}
	/* 权责列表 */
	.h_page_pc{
		display: none;
	}
	.h_page_app{
		display: block;
	}
	.h_page_app a{
		width: 5.375rem !important;
		    font-size: 16px;
	}
	/* 执法公示列表 */
	/*.h_rights .h_peoplepublicitylist a {
	    width: 60%;
	}*/
	/* 执法主体公示 */
	.hzhifazhutitable{
		overflow-x: auto;
	}
	.hzhifazhutitable table{
		width: 900px;
	}
	
	
	/* 响应式头部 */
	.hxy_headlogobox{
		width: 100% !important;
		padding: 0;
		height:5rem;
	}
	.hxy_headtopcomment{
		width: 100% !important;
	}
	.nav{
		/* background: #222 !important; */
	}
	.h_navstyle{
		width: 100% !important;
		height: 5rem;
	}
	.h_logoabox{
		width: 50%;
	}
	.h_headlogo{
		display: block !important;
		margin: 0;
		width: 100%;
		height: auto;
	}
	.h_pcheadlogo{
		display: none;
	}
	.h_navliststyle li {
	    height: 5vh;
	    line-height: 5vh;
	    position: relative;
	    text-align: center;
	}
	.h_navliststyle{
		margin-top: 0;
	}
	#menu{
		height: auto;
	}
	.hxy_zhengfuname{
		display: none !important;
	}
	.hxy_lognbutton{
		width: 100%;
		padding-right: 5%;
	}
	.hxy_lognbutton img{
		display: none;
	}
	.hxy_lognbutton a{
		font-size:12px;
	}
	.hxy_headtop{
		position: fixed;
		top: 0;
	}
	.h_navliststyle li a{
		font-size: 16px;
	}
	/* foot媒体查询 */
	.footer{
		height: auto;
		position: relative;
	}
	.h_foottop select{
		margin: 0 !important;
		width: 8rem;
	}
	.h_footbottom ul{
		width: 100%;
	}
	.h_appfootlist li{
		width: 33.333%;
		float: left;
		text-align: center;
	}
	.h_footcopyright{
		margin: 0;
	}
	.h_footwximgcode{
		width: 100%;
		text-align: center;
	}
	.h_twohead{
		margin-top: 2rem;	
	}
}
/* 修改样式 */
.hxy_headlogobox .h_navstyle{
	position: relative !important;
}
.hxy_zhengfuname a{
	font-size: 16px;
	color: #555555;
	padding-right: 20px;
}
@media screen and (min-width: 960px){
    .hxy_headlogobox .navbar-inverse{
		background-color: #FFFFFF !important;
	}
	.navbar-toggle{
		display: none;
	}
	
}
/* headstyle*/
.appsousuo{
	display: none !important;
}
.hxy_head{
	z-index: 9;
	position: relative;
	width: 100%;
	top: 0;
	background: #fff;

}
.hxy_headtop{
	width: 100%;
	height: 40px;
	background: #f4f4f4;
	line-height: 2.5rem;
}
.hxy_headtopcomment{
	width: 1200px;
	margin: 0 auto;
}
.hxy_lognbutton{
	height: 40px;
	line-height: 40px;
	width: 30%;
	display: inline-block;
	float: right;
	text-align: right;
}
.hxy_lognbutton img{
/*	width: 18px;*/
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
.hxy_headtop .hxy_zhengfuname{
	color: #555555;
	height: 100%;
	width: 50%;
	display: inline-block;
	line-height: 40px;
}
.h_loginfjx{
	width: 1px;
	display: inline-block;
	height: 10px;
	background-color: #c0c0c0;
	margin: 0 15px;
}
.hxy_headlogobox{
	height: 150px;
	width: 1200px;
	margin: 0 auto;
	/* padding-top: 2.5rem; */
	position: relative;
	background: url(../images/himg/headbgnew.jpg) no-repeat;
	background-size: 100% 100%;
}

.h_headlogo{
	width: 28.875rem;
	height: 5.4375rem;
	margin-top: 40px;
	display: none !important;
}
.h_pcheadlogo{
	width: 462px;
	height: 85px;
	margin-top: 40px;
	float: left;
	margin-right: 64px;
}
.h_navstyle {
	top: 0rem !important;
	background-color: rgba(255,255,255,0);
	height: 150px;
	width: 1200px;
	margin: 0 auto;
}
.hu_sousuoindex{
	position: absolute;
	width: 150px;
	height: 30px;
	left: -139px;
	border-right: 0px;
	border: 1px solid #035aa9;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	text-indent:15px;
	display: none;
	top: 14px;
	line-height: 30px;
}
.h_navliststyle{
	/* background-color: #ffffff; */
	margin-top: 50px !important;
}
.h_navliststyle li a{
	background-color: #ffffff !important;
	font-size: 24px;
	color: #333 !important;
	font-weight: 600;
	padding: 0px 13px !important;
	border-right: 1px solid #b7b7b7;
	margin-top:15px;
	line-height: 30px;
	height: 30px;
		
}
.h_navsjx{
	position: absolute;
	width: 16px;
	height: 8px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin:0 auto;
}
#menu{
	height: 100%;
	/* margin-top: 75px; */
}
.h_navliststyle li{
	height: 55px;
	line-height: 55px;
	position: relative;
}
.h_navliststyle li:last-child{
	border: 0px;
}
.h_navlocaationstyle{
	border-bottom: 3px solid #0058a8;
}
.h_navliststyle li img{
	display: none;
}
.h_navlocaationstyle img{
	display: block !important;
}
.h_navliststyle .h_navlocaationstyle a{
	color: #0058a8 !important;
}
/* 二级导航 */
.h_twohead{
	background-color: #ffae00;
	height: 45px;
	overflow-x: auto;
}
.h_twohead ul{
	height: 100%;
	width: 1200px;
	text-align: right;
	margin: 0 auto;
}
.h_twohead ul li{
	display: inline-block;
	height: 100%;
	line-height: 49px;
	padding: 0 10px;
	text-align: center;
}
.h_twohead ul li a{
	color: #333333;
}
.h_twohead ul li a:hover{
	color: #0059a5;
	font-weight: 600;
}
/* footstyle */
.footer{
	background: #075dab;
	height: 170px;
	/* position: absolute; */
	bottom: 0;
	width: 100%;
}
.h_footwximgcode p:first-child{
	margin-right: 25px;
}
.h_footwximgcode p img{
	margin-bottom: 8px;
}
.h_foottop{
	display: none;
	height: 83px;
	border-bottom:1px solid #fff;
	line-height: 83px;
}
.h_foottop img{
	width: 29px;
	height: 29px;
	margin-right: 15px;
}
.h_foottop span{
	font-size: 18px;
	font-weight: 18px;
	color: #fff;
}
.h_foottop select{
	width: 179px;
	height: 36px;
	border-radius: 4px;
	background: rgba(255,255,255,0.5);
	color: #fff;
	border: 0px;
}
.h_foottop select:first-child{
	margin: 0 22px 0 50px;
}
.h_footbottom ul{
	display: inline-block;
}
.h_footbottom ul li a{
	font-size: 14px;
	line-height: 30px;
	color: #feffff;
	
}
.h_footcopyright{
	width: 70%;
	margin-left: 50px;
}
.h_footcopyright li{
	color: #feffff;
	font-size: 14px;
	line-height: 30px;
}
.h_footwximgcode{
	display: inline-block;
	width: 162px;
	vertical-align: top;
}
.h_footwximgcode p{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.h_footwximgcode p span{
	display: block;
	color: #fff;
}
.h_footbottom{
	margin-top: 23px;
}
/*.h_sousuobox a{
	background: url(../images/himg/sousuo.png) no-repeat;
	width: 110px !important;
	height: 30px !important;
	display: inline-block;
}*/
.h_sousuobox{
	position: relative;
	width: 109px;
}
.h_navliststyle .h_sousuobox a{
	background-color: #0058a8 !important;
	color: #fff !important;
	font-size: 16px;
	width: 60px;
	float: right;
	position: absolute;
	top: -1px;
}
.hxy_lognbutton a{
	line-height: 20px;
	font-size: 16px;
}
/* .b_ottombar{
	border-bottom: 1px solid #0058a8;
} */
.h_listcontainer{
	min-height: 460px;
}
/*.h_navliststyle .h_sousuobox a:last-child{
	border: none !important;
	    display: block;
	    width: 100%;
	    height: 100%;
	    text-align: right;
		
} */
.h_navliststyle li:nth-child(7) a{
	border: none !important;
}
.l_swiper .swiper-wrapper{
	height: 324px !important;
}
.l_swiper .swiper-wrapper .swiper-slide{
	height: 324px !important;
}

/* 2023-2-16新加推荐阅读 */
.recommendRead{
    	width: 1170px;
    	height: 150px;
    	border: 1px solid #6192ff;
    	margin: 30px auto 0;
    	background-image:url(../images/g_tjyd_tp.png);
    	background-repeat:no-repeat;
    	background-position:0 0 ;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
	    right: 28px;
	    left: auto;
	}
    .swiper-container1 {
        width: 1040px;
        height: 110px;
        margin: 20px 25px 20px auto;
    }
    .swiper-container1 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 235px !important;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		margin-right:25px;
		float:left;
    }
    .swiper-container1 .swiper-slide img{
    	width: 100%;
    	height: 100%;
    }
    .append-buttons {
        text-align: center;
        margin-top: 20px;
    }
    .append-buttons a {
        display: inline-block;
        border: 1px solid #007aff;
        color: #007aff;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 13px;
    }
/* 2023-2-16新加推荐阅读 */