﻿*{
	font-family: "microsoft yahei";
}
/*公共*/
.column {
	height: auto;
	margin-bottom: 10px;
}
.basic-head {
	height: 60px;
	line-height: 50px;
	margin-bottom: 20px;
	overflow: hidden;
}
.basic-head .basic-head-title {
	float: left;
	position: relative;
	font-size: 24px;
	color: #333;
	margin-top: 10px;
	font-weight: 600;
}
.basic-head .basic-head-title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 2px;
	background: #0058a8;
	top: 47px;
}
.basic-head .basic-head-more {
	float: right;
	font-size: 12px;
	color: #c0c0c0;
	padding-right: 13px;
	background: url(../images/info/more.png) no-repeat right center;
}
.basic-list li {
	line-height: 40px;
	padding-left: 18px;
	background: url(../images/info/li_bg.png) no-repeat left 18px;
	overflow: hidden;
}
.basic-list li a {
	float: left;
	width: 80%;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}
.basic-list li span {
	float: right;
	font-size: 16px;
	color: #888;
}
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px){
	.basic-head {
		border-bottom: solid 1px #eee;
		margin-bottom: 10px;
	}
	.basic-head .basic-head-title {
		padding-left: 10px;
		font-size: 18px;
	}
	.basic-head .basic-head-title span {
		top: 0px;
		bottom: auto;
		width: 2px;
		height: 20px;
	}
	.basic-list li {
		padding-left: 10px;
	}
	.basic-list li a {
		width: 73%;
		font-size: 14px;
	}
	.basic-list li span {
		font-size: 14px;
	}
}
/*lxq*/


/*交通要闻*/
.basic-list1 {
    padding-top: 38px;
    padding-bottom: 38px;
    border-bottom: 1px dashed #dcdcdc;
}
.basic-list1 li {
	line-height: 40px;
	padding-left: 18px;
	background: url(../images/info/li_bg1.png) no-repeat 7px 18px;
	overflow: hidden;
}
.basic-list1 li a {
	float: left;
	width: 70%;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}
.basic-list1 li span {
	float: right;
	font-size: 16px;
	color: #888;
}
/*头条新闻*/
.h_headtexta{
	overflow: hidden;
}
.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: #0058a8 !important;
} 
.h_headtexta a:nth-child(2){
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}
.information-headline {
	padding: 10px 0;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.information-headline h3 a{
	display: block;
	font-size: 32px;
	color: #dd2126;
	margin-bottom: 20px;
	font-weight: 600;
}
.information-headline p {
	font-size: 18px;
	color: #333;
}

@media (max-width: 767px){
	.information-headline {
		margin-bottom: 10px;
	}
	.information-headline h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.information-headline p {
		font-size: 16px;
	}
}

/*轮播图*/
.information-banner {
	position: relative;
	height: auto;
	overflow: hidden;
	/*margin-bottom: 20px;*/
}
.information-banner .swiper-container {
	width: 100%;
	height: 324px;
}
.information-banner .swiper-slide {
	position: relative;
	text-align: center;
}
.information-banner img {
	display: block;
	width: 100%;
	height: auto;
}
.information-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;
}
.information-banner .gallery-title a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}
.information-banner .pagination {
	position: relative;
	width: 100%;
	height: 6px;
	margin-top: 16px;
}
.information-banner .swiper-pagination-switch {
	float: left;
	display: inline-block;
	width: 33px;
	height: 6px;
	background: #bd1a2d;
	margin: 0 4px;
	cursor: pointer;
}
.information-banner .swiper-active-switch {
	background: #dabb85;
}

@media (max-width: 767px){
	.information-banner .swiper-container {
		height: 200px;
	}
	.information-banner .gallery-title {
		height: 40px;
		line-height: 40px;
	}
	.information-banner .gallery-title a {
		font-size: 16px;
	}
}

/*国务院信息/交通信息联播*/
.information-tabs .information-tabs-head {
	height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
}
.information-tabs .information-tabs-head a {
	float: left;
	position: relative;
	height: 40px;
	line-height: 1;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	margin-right: 50px;
}
.information-tabs .information-tabs-head a:last-child {
	margin-right: 0!important;
}
.information-tabs .information-tabs-head a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 2px;
	background: transparent;
}
.information-tabs .information-tabs-head a.active span {
	background: #0058a8;
}
.information-tabs .information-tabs-head a:hover, .information-tabs .information-tabs-head a.active {
	text-decoration:none;
	color: #333;
}
.information-tabs .information-tabs-body {
	height: 280px;
}
.information-tabs .information-tabs-body ul li {
	line-height: 40px;
	overflow: hidden;
	width: 100%;
}
.information-tabs .information-tabs-body ul li a {
	float: left;
	width: 75%;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.information-tabs .information-tabs-body ul li span {
	float: right;
	font-size: 16px;
	color: #888;
}

@media (max-width: 767px){
	.information-tabs .information-tabs-head {
		height: 50px;
		border-bottom: solid 1px #eee;
		margin-bottom: 10px;
	}
	.information-tabs .information-tabs-head a {
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		margin-right: 20px;
	}
	.information-tabs .information-tabs-head a span {
		top: 15px;
		bottom: auto;
		width: 2px;
		height: 20px;
	}

	.information-tabs .information-tabs-body ul li a  {
		width: 73%;
		font-size: 14px;
	}
	.information-tabs .information-tabs-body ul li span {
		font-size: 14px;
	}
}

/*电子期刊*/
.newspapers-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.newspapers-content .left-wrap {
	padding: 0 10px;
	margin-bottom: 10px;
}
.newspapers-content .left-wrap .left-inner {
	position: relative;
	padding: 10px;
	height: auto;
	overflow: hidden;
	border: solid 1px #e6e6e6;
	text-align: center;
}
.newspapers-content .left-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.newspapers-content .left-wrap .paper-title {
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
	background: rgba(255,255,255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
	border-top: 3px solid #ffae00;
	text-align: center;
}
.newspapers-content .left-wrap .paper-title h3 {
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #0058a8;
}
.newspapers-content .right-wrap {
	padding: 0 10px;
	margin-bottom: 10px;
}
.newspapers-content .right-wrap .right-inner {
	border: solid 1px #e6e6e6;
	padding: 10px 10px 0; 
}
.newspapers-content .right-wrap .right-inner .col-xs-6 {
	padding: 0 10px;
}
.newspapers .newspaper-cover {
	float: left;
	position: relative;
	width: 100%;
	height: 206px;
	background: #f8f8f8 url(../images/info/cover.png) no-repeat center 10px;
}
.newspapers .newspaper-cover a {
	position: absolute;
	left: 10px;
	bottom: 0;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.newspapers .newspaper-periodical {
	float: left;
}
.newspapers .newspaper-periodical ul li {
	margin-bottom: 10px;
}
.newspapers .newspaper-periodical ul li a {
	display: block;
	padding: 0 10px;
	height: 44px;
	border-right: 2px solid #dadada;
	line-height: 42px;
	background: #f8f8f8;
	text-align: center;
	font-size: 16px;
	color: #333;
}

/*交通视频*/
.traffic-info-video ul li {
	margin-bottom: 47px;
}
.traffic-info-video ul li .info-video-warp {
	padding: 10px;
	background: #eff8ff;
}
.traffic-info-video ul li .pic-box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
}
.traffic-info-video ul li .pic-box .video-play-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 37px;
	height: 37px;
	background: url(../images/info/video_play_btn.png) no-repeat;
	z-index: 2;
}
.traffic-info-video ul li .pic-title {
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.traffic-info-video ul li .pic-title a {
	font-size: 16px;
	color: #333;
}
/*lsq*/
/*图片新闻样式*/
.photo-news-box{
	display: block;
	border: 1px solid #d7d7d7;
	padding: 11px;
	margin-bottom:50px;
	box-sizing: border-box;
	height: 370px;
}
.photo-news-box:hover{
	color: #0058a8;
	background:#e6f3ff;
	border:1px solid #93bee5;
}
.photo-news-box img{
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 226px;
}
.photo-news-text{
	margin-top: 12px;
	line-height: 30px;
	font-size:16px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 3px solid #0058a8;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
    box-sizing: border-box;
}
.photo-news-time{
	font-size:16px;
	line-height: 30px;
	color: #8c8c8c;
	padding-left: 10px;
	margin-top:10px;
	box-sizing: border-box;
}

/*交通视频*/
.traffic-info-video1 ul li {
	margin-bottom: 45px;
}
.traffic-info-video1 ul li .info-video-warp {
	padding: 10px;
	background: #eff8ff;
}
.traffic-info-video .pic-box img{
	height: 176px;
}
.traffic-info-video1 .pic-box img{
	width: 100%;
	height: 209px;
}
.traffic-info-video1 ul li .pic-box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
}
.traffic-info-video1 ul li .pic-box .video-play-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 37px;
	height: 37px;
	background: url(../images/info/video_play_btn.png) no-repeat;
	z-index: 2;
}
.pic-title span{
	display: block;
	color: #666666;
}
.traffic-info-video1 ul li .pic-title {
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.traffic-info-video1 ul li .pic-title a {
	font-size: 16px;
	color: #333;
}
/*公开机构*/
.institutions{
	background:#f4f4f4;
	margin-top:26px;
	margin-bottom:36px;
}
.institutions-box{
	padding: 24px 10px 24px 10px;
}
.Institutional-res{
	float: left;
	margin-right:30px;
	overflow: hidden;
	width: 160px;
    height: 200px;
}
.Institutional-res img{
	display: block;
    width: 100%;
    height: 192px;
    margin: 0 auto;
}
.Institutional-Intro div{
	line-height: 38px;
	font-size:18px;
	overflow: hidden;
}
.Institutional-Intro span{
	line-height: 64px;
	font-size:20px;
}
@media (max-width: 767px) {
	.Institutional-res{
		width: 100px;
		margin-right:10px;
	}
	.Institutional-Intro div{
		line-height: 20px;
		font-size: 16px;
	}
	.Institutional-Intro span{
	line-height: 30px;
	font-size:16px;
}
}
@media (max-width: 767px){
	.Institutional-Intro{
	margin-left: 106px !important;
}
	.res-text span{
	font-size:16px !important;
	line-height: 48px;
}
}
@media (max-width: 767px){
	.Institutional-res img {
    height: 125px;
}
}
.Institutional-Intro{
	width: 275px;
   /* float: left;*/
    height: 192px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px dashed #dcdcdc;
	margin-left: 160px
}
.res-text li{
	margin-bottom:6px;
}
.res-text span{
	font-size:18px;
}
.res-text span:first-child{
	font-weight: bold;
}
.res-text span:last-child{
	color: #2466ae;
}
.duties a{
	display: block;
	margin: 0 auto; 
	font-size: 20px;
	line-height: 56px;
	padding-left: 115px;
	color: #2466ae;
	border: 1px solid #c8e5ff;
	margin-bottom:8px;
}
.duties .respon{
	background:#fff url(../images/info/ze_ico.png) no-repeat 60px center ;
}
.duties .setup{
	background:#fff url(../images/info/sz_ico.png) no-repeat 60px center ;
}
.duties .unit{
	background:#fff url(../images/info/dw_ico.png) no-repeat 60px center ;
}
@media (max-width: 767px) {
.duties .respon{
	background:#fff url(../images/info/ze_ico.png) no-repeat 10% center ;
}
.duties .setup{
	background:#fff url(../images/info/sz_ico.png) no-repeat 10% center ;
}
.duties .unit{
	background:#fff url(../images/info/dw_ico.png) no-repeat 10% center ;
}
}
.duties .respon:hover{
	font-weight: bold;
	background:#fff url(../images/info/ze_ico1.png) no-repeat 60px center ;
}
.duties .setup:hover{
	font-weight: bold;
	background:#fff url(../images/info/sz_ico1.png) no-repeat 60px center ;
}
.duties .unit:hover{
	font-weight: bold;
	background:#fff url(../images/info/dw_ico1.png) no-repeat 60px center ;
}
@media (max-width: 767px){
	.duties a{
	width: 120px;
    padding-left: 33px;
    font-size: 16px;
    border: none;
    background-size: 20px 20px !important;
}
	}
/*	.duties .respon{
	background:url(../images/info/ze_ico.png) no-repeat 10% center ;}
	.duties .setup{
	background:url(../images/info/sz_ico.png) no-repeat 10% center ;
}
	.duties .unit{
	background:url(../images/info/dw_ico.png) no-repeat 10% center ;
}*/
}
@media (max-width: 767px) {
	.res-text span{
		font-size: 16px;
	}
}
/*政策文件搜索框*/
.policy-search-box {
	background: url(../images/info/policy_bg.png) no-repeat;
	padding: 5px;
	margin-bottom: 34px;
}
.policy-search-box .policy-search-inner {
	padding: 10px;
	background: url(../images/info/policy_search_bg.png) no-repeat 110px 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;*/
}
/*政务公开更多*/
.section-more {
    float: right;
    height: 20px;
    width: 54px;
    padding-right: 20px;
    color: #333;
    background: url(../images/info/icon_more.png) no-repeat right center;
}
.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;
	padding-left: 25px;
	right: -20%;
	top: 0;
	width: 110px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #0058a8 url(../images/info/policy_search.png) no-repeat 18px center;
	border: 0;
	cursor: pointer;
	z-index: 10;
	font-size:18px;
}
@media (max-width: 767px){
	.policy-search-box button{
		right: 0;
	}
}
/*政府信息公开*/
/*.gov-list{
	margin-bottom:38px;
}*/
.gov-information{
	margin-bottom:22px;
}
/*.gov-information a{
	display: block;
    width: 100%;
    height: 76px;
    background:url(../images/info/gov_bg1.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}*/
.Information{
	margin-bottom:35px;
}
.Information img{
	display: block;
	width: 532px;
	height: auto;
	margin: 0 auto;
}
/*.focus-information>a{
	display: block;
	font-size: 28px;
	line-height: 76px;
	text-align: center;
	color: #000;
	font-weight: bold;
	background:#dcdcdc;
}*/
.gov-list a{
	display: block;
	font-size: 18px;
	line-height: 55px;
	/*color: #000;*/
	padding-left: 84px;
}
.gov-list a:hover{
	font-weight: bold;
	color: #dc1030;
}
.gov-list-1{
	background: url(../images/info/list_1.png) no-repeat 30px center;
}
.gov-list-2{
	background: url(../images/info/list_2.png) no-repeat 30px center;
}
.gov-list-3{
	background: url(../images/info/list_3.png) no-repeat 30px center;
}
.gov-list-4{
	background: url(../images/info/list_4.png) no-repeat 30px center;
}
.gov-list-5{
	background: url(../images/info/list_5.png) no-repeat 30px center;
}
.focus-list{
	padding-left: 12px;
	margin-bottom:10px;
}
.focus-list li{
	padding-left: 0px;
}
.focus-list a{
	display: block;
	padding-left: 38px;
	font-size: 16px;
	line-height: 58px;
	color: #333;
}
.focus-list a:hover{
	font-weight: bold;
	color: #0058a8;
}
.focus-list li:nth-of-type(1) a{
	background: url(../images/info/focus_list_1.png) no-repeat left center;
}
.focus-list li:nth-of-type(2) a{
	background: url(../images/info/focus_list_2.png) no-repeat left center;
}
.focus-list li:nth-of-type(3) a{
	background: url(../images/info/focus_list_3.png) no-repeat left center;
}
.focus-list li:nth-of-type(4) a{
	background: url(../images/info/focus_list_4.png) no-repeat left center;
}
.focus-list li:nth-of-type(5) a{
	background: url(../images/info/focus_list_5.png) no-repeat left center;
}
.focus-list li:nth-of-type(6) a{
	background: url(../images/info/focus_list_6.png) no-repeat left center;
}
.focus-list li:nth-of-type(7) a{
	background: url(../images/info/focus_list_7.png) no-repeat left center;
}
.focus-list li:nth-of-type(8) a{
	background: url(../images/info/focus_list_8.png) no-repeat left center;
}
.focus-list-2{
	margin-bottom:-6px;
}
.focus-list-2 a{
	display: block;
	font-size: 18px;
	color: #0058a8;
	width: 170px;
	padding-left: 48px;
	border-radius: 5px;
	line-height: 64px;
}
@media (max-width: 767px){
	.focus-list-2 a{
		width: auto;
		margin-top:10px;
	}
}
.focus-list-2 li:nth-of-type(1) a{
	background: #f2f2f2 url(../images/info/focus_list_9.png) no-repeat 14px center;
}
.focus-list-2 li:nth-of-type(2) a{
	background: #f2f2f2 url(../images/info/focus_list_10.png) no-repeat 14px center;
	text-indent: 5px;
}

.focus-list-2 li:nth-of-type(3) a{
	background: #f2f2f2 url(../images/info/focus_list_11.png) no-repeat 14px center;
	text-indent: 5px;
}
.focus-list-2 li:nth-of-type(1) a:hover{
	color: #ffffff;
	background: #0058a8 url(../images/info/focus_list_99.png) no-repeat 14px center;
}
.focus-list-2 li:nth-of-type(2) a:hover{
	color: #ffffff;
	background: #0058a8 url(../images/info/focus_list_100.png) no-repeat 14px center;
	text-indent: 14px;
}

.focus-list-2 li:nth-of-type(3) a:hover{
	color: #ffffff;
	background: #0058a8 url(../images/info/focus_list_111.png) no-repeat 14px center;
	text-indent: 14px;
}
@media (max-width: 767px){
	.focus-list-2 li:nth-of-type(1) a {

    background: #f2f2f2 url(../images/info/focus_list_9.png) no-repeat 14px center;
}
}
.Information-pic{
	background:#e6f3ff;
	padding: 20px 30px;
	margin-bottom: 35px;
}
.tab-content ul li{
	padding-left: 14px;
	background:url(../images/icon/tab-content_bg.png) no-repeat left center;
}
.Information-left{
	border:1px solid #ececec;
	padding: 24px 24px;
}

/*重点领域信息公开页*/
.key-areas{
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 45px;
	border-bottom:1px solid #e9e9e9;
}
.key-areas-items li a{ 
	display: block;
	width: 100%;
	height: 186px;
	text-align: center;
	background: #f7f7f7;
	margin-bottom:26px;
	overflow: hidden;
	padding-top:120px;
	font-size: 20px;
	color: #000;
}
.key-areas-items li:nth-of-type(1) a{
	background: #f7f7f7 url(../images/icon/key_icon_1.png) no-repeat center 46px;
}
.key-areas-items li:nth-of-type(2) a{
	background: #f7f7f7 url(../images/icon/key_icon_2.png) no-repeat center 46px;
}
.key-areas-items li:nth-of-type(3) a{
	background: #f7f7f7 url(../images/icon/key_icon_3.png) no-repeat center 46px;
}

.key-areas-items li:nth-of-type(4) a{
	background: #f7f7f7 url(../images/icon/key_icon_4.png) no-repeat center 46px;
}

.key-areas-items li:nth-of-type(5) a{
	background: #f7f7f7 url(../images/icon/key_icon_5.png) no-repeat center 46px;
}

.key-areas-items li:nth-of-type(6) a{
	background: #f7f7f7 url(../images/icon/key_icon_6.png) no-repeat center 46px;
}

.key-areas-items li:nth-of-type(7) a{
	background: #f7f7f7 url(../images/icon/key_icon_7.png) no-repeat center 46px;
}

.key-areas-items li:nth-of-type(8) a{
	background: #f7f7f7 url(../images/icon/key_icon_8.png) no-repeat center 46px;
}
.key-areas-items li:nth-of-type(9) a{
	background: #f7f7f7 url(../images/icon/key_icon_9.png) no-repeat center 46px;
}
.key-areas-items li:nth-of-type(10) a{
	background: #f7f7f7 url(../images/icon/key_icon_10.png) no-repeat center 46px;
}
.key-areas-items li:nth-of-type(11) a{
	background: #f7f7f7 url(../images/icon/key_icon_101.png) no-repeat center 46px;
}
.key-areas-items li:nth-of-type(1) a:hover{
	background: #3897ec url(../images/icon/key_icon_11.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}
.key-areas-items li:nth-of-type(2) a:hover{
	background: #3897ec url(../images/icon/key_icon_22.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}

.key-areas-items li:nth-of-type(3) a:hover{
	background: #3897ec url(../images/icon/key_icon_33.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}

.key-areas-items li:nth-of-type(4) a:hover{
	background: #3897ec url(../images/icon/key_icon_44.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}

.key-areas-items li:nth-of-type(5) a:hover{
	background: #3897ec url(../images/icon/key_icon_55.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}
.key-areas-items li:nth-of-type(6) a:hover{
	background: #3897ec url(../images/icon/key_icon_66.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}

.key-areas-items li:nth-of-type(7) a:hover{
	background: #3897ec url(../images/icon/key_icon_77.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}

.key-areas-items li:nth-of-type(8) a:hover{
	background: #3897ec url(../images/icon/key_icon_88.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}
.key-areas-items li:nth-of-type(9) a:hover{
	background: #3897ec url(../images/icon/key_icon_99.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}
.key-areas-items li:nth-of-type(10) a:hover{
	background: #3897ec url(../images/icon/key_icon_110.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}
.key-areas-items li:nth-of-type(11) a:hover{
	background: #3897ec url(../images/icon/key_icon_1011.png) no-repeat center 46px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px #dcdcdc; 
}
.bg-grey{
	height: 500px;
}
/*.focus-list-2 li{
	float: left;
	width: 34%;
}*/
/*新闻发布会*/
.Information-pic ul li a{
	display: block;
	width: 100%;
	height: 120px;
	color: #0058a8;
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 30px;
} 
.Information-pic ul li a:hover{
	color: #dc1030;
}
.Information-pic ul li:nth-of-type(1) a{
	background:url(../images/info/Information_pic_bg11.jpg) no-repeat;
}
.Information-pic ul li:nth-of-type(2) a{
	background:url(../images/info/Information_pic_bg2.jpg) no-repeat;
}
.Information-pic ul li:nth-of-type(3) a{
	background:url(../images/info/Information_pic_bg3.jpg) no-repeat;
}
.Information-pic ul li:nth-of-type(4) a{
	background:url(../images/info/Information_pic_bg4.jpg) no-repeat;
}
.Information-pic ul li:nth-of-type(1) a:hover{
	background:url(../images/info/Information_pic_bg111.jpg) no-repeat;
}
.Information-pic ul li:nth-of-type(2) a:hover{
	background:url(../images/info/Information_pic_bg22.jpg) no-repeat;
}
.Information-pic ul li:nth-of-type(3) a:hover{
	background:url(../images/info/Information_pic_bg33.jpg) no-repeat;
}
.Information-pic ul li:nth-of-type(4) a:hover{
	background:url(../images/info/Information_pic_bg44.jpg) no-repeat;
}
.new-conference{
	padding-bottom: 54px;
	margin-top:45px;
	border-bottom:1px solid #e0e0e0;
}
.conference-img{
	overflow: hidden;
}
.new-conference img{
	display: block;
	width: 100%;
/*	margin: 0 auto;*/
	width: 306px;
	height: 229px;
}
.conference-text h3{
	font-size: 26px;
	color: #0058a8;
	line-height: 44px;
	margin-bottom:12px;
	margin-top: 0;
	font-weight: 600;
}
.conference-text{
/*	padding-right: 20px;*/
	margin-left: -60px;
}
.conference-text span,a{
	
	line-height: 38px;
	color: #444;
}
.conference-text a{
	color: #444;
	cursor: pointer;
}
.new-conference li{
	margin-bottom:46px;
	border-bottom:1px solid #e0e0e0;
	padding-bottom: 50px;
}

.basic-list{
	padding-top:38px;
	padding-bottom: 38px;
	border-bottom: 1px dashed #dcdcdc;
}
.section .basic-list{
	padding-top: 0px;
	border:none;
	padding-bottom: 0px;
}
@media (max-width: 767px){
	.conference-text{
		margin:0 auto;
	}
	.new-conference img {
     margin: 0 auto; 
}
}
/*盟市动态 */
/*.dynamic-item{
	margin-top:32px;
}*/
.col-lg-2dot4 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 1200px) {
.col-lg-2dot4 {
float: left;
}
.col-lg-2dot4 {
width: 20%;
}
.col-lg-pull-2dot4 {
right: 20%;
}
.col-lg-push-2dot4 {
left: 20%;
}
.col-lg-offset-2dot4 {
margin-left: 20%;
}
}
.dynamic-list{
	min-height: 800px;
	margin-bottom:10px;
}
.dynamic-list ul:first-of-type{
	border-top: 1px dashed #dcdcdc;
}
.dynamic-item a{
	display: block;
	color: #000;
	line-height: 44px;
	font-size: 13px;
	background:#eaeaea;
	margin-bottom:14px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dynamic-item .active a{
	background: #ffa942;
	font-weight: bold;
	color:#fff;
}
.dynamic-item a:hover{
	background: #ffa942;
	font-weight: bold;
	color:#fff;
}
.dynamic-list span:first-of-type{
	float: left;
	color: #2668af;
}
.dynamic-list ul:last-of-type{
	border-bottom: none;
}
.traffic-news-list ul:last-of-type{
	border-bottom: none;
}
.ins-introduce{
	text-indent: 30px;
	line-height: 30px;
}
/*通用内容页*/
.traffic-content-page{
	padding: 25px;
	background:#fff;
	margin-top:20px;
	min-height: 300px;
	margin-bottom:50px;
}
.traffic-content-page h3{
	font-size: 27px;
	text-align: center;
	line-height: 44px;
	margin-bottom:36px;
	font-weight: 600;
}
.traffic-text{
	line-height: 38px;
	font-size: 16px;
}
.page-label{
	font-size: 16px;
	margin-bottom: 10px;
	color: #777777;
}
.page-label a{
	color: #777777;
	font-size: 16px;
}
.page-bg{
	width: 100%;
    height: 10px;
	background:url(../images/info/page_bg.png) no-repeat;
}
.traffic-text p{
	line-height: 38px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.share-box{
		clear: both !important;
	}
}
/*机构职责*/
.lns-res-body{
	background:#f3f5f9;
}
.lns-res{
	background:#fff;
	padding: 24px;
}
.lns-res-heading h3{
	font-size: 24px;
	text-align: center;
	line-height: 64px;
	color: #fff;
	background:url(../images/info/Ins_res_left.png) no-repeat center;
	margin-top: 0;
}
.lns-res .lns-res-list{
	text-indent: 16px;
	width: 100%;
	height: 610px;
	background:#eff8ff url(../images/info/lns_res_bg.png) no-repeat 21px ;
	color: #2b5b9d;
	padding: 24px;
	margin-top: 10px;
}
.lns-res .lns-res-list li{
	margin-left: -6px;
}
.lns-res .lns-res-list li a{
	display: block;
	font-size:20px;
	color: #2b5b9d;
	margin-bottom:42px;
	text-decoration: none;
}
.lns-res .lns-res-list .active{
	font-weight: bold;
	border-left:6px solid #2b5b9d;
}
.lns-res .lns-res-list a:hover{
	color: #2b5b9d;
	font-weight: bold;
	border-left:6px solid #2b5b9d;
}
/*机构设置*/
@media (max-width: 767px) {
	.dynamic-item a{
		font-size: 14px;
	}
}
.cla-institutions {
	margin-bottom: 42px;
}
.institutional-content h3{
	font-size: 24px;
	color: #2668af;
	font-weight: none;
	line-height: 38px;
	padding-left: 38px;
	margin-bottom:16px;
	background:url(../images/info/ins_con_bg.png) no-repeat left center;
}



/*----------------------------------------------------- Hstyle ------------------------------------------------*/
/* 机关党建列表 */
.h_bao_box{
	width: 100%;
	min-height: 100vh;
	background-image: url(../images/himg/head.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.h_headup{
	position: absolute;
	width: 416px;
	height: 87px;
	top: 0;
	right: 18.7%;
}
.h_header{
	text-align: center;
	position: relative;
	width: 100%;
	height: 641px;
}
.h_headimg{
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 395px;
	height: 290px;
}
.h_pagetable{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #cc0e2f;
	height: 60px;
}
.h_pagetable li{
	float: left;
	line-height: 60px;
	width: 16.6666%;
	
}
.h_pagetable li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 60px;
}
.h_pagetableul{
	width: 1200px;
	margin: 0 auto;
}
.h_pagetable li:hover{
	background-color: #e09901;
}
.h_dangjiannav{
	background-color: #e09901;
}
.h_container{
	width: 1200px;
	height: auto;
	background:rgba(255,251,251,0.8);
	margin: 30px auto;
	padding: 18px 20px;
	min-height: 520px;
}
.h_location img{
	width: 27px;
	height: 26px;
	margin-right: 18px;
	vertical-align: middle;
}
.h_location span:last-child{
	color: #0058a8;
}
.h_wire{
	margin-top: 30px;
	margin-bottom: 10px;
}
.h_wire a{
	display: inline-block;
	width: 245px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #fbdfdf;
    text-align: center;
    background: url(../images/himg/jw_mzgttys.png)no-repeat
}
.h_wire img{
	margin-right: 36px;
	display: inline-block;
	width: 137px;
	height: 54px;
	vertical-align: middle;
}
.h_wireatyle{
	display: inline-block;
	border-bottom: 1px solid #dddddd;
	height: 0px;
	width: 890px;
	vertical-align: middle;
}
.h_listview{
	margin-top: 40px;
}
.h_dot{
	background: #cc0e2f;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}
.h_listli a{
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
}
.h_listli a:hover span{
	color: red;
}
.h_listli a span:last-child{
	float: right;
	color: #929191;
}
.h_listli{
	height: 50px;
	line-height: 50px;
}
.h_listli a span{
	color: #333;
}

/* 机关党建首页 */
.h_contertop{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.h_Djwork{
	background: rgba(255,255,255,0.7);
	width: 380px;
	height: 527px;
	padding: 12px;
}
.h_Djworkhead{
	width: 185px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	color: #fbdfdf;
	margin: 0 auto;
	text-align: center;
	margin-top: 29px;
	background: url(../images/himg/dangzhongyangdangjian.png)no-repeat;
}.h_Djworkhead a{
	font-size: 20px;
	color: #fbdfdf;
}
.h_reddian{
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/icon/djyd.png) no-repeat center center;
}
.h_reddian1{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/icon/djyd1.png) no-repeat center center;
}
.h_indextoplist{
	margin-top: 20px;
}
.h_indextoplist li:hover .h_reddian{
	background:url(../images/himg/listone.png) no-repeat center center;
}
.h_indextoplist li:hover .h_reddian1{
	background:url(../images/icon/djyd.png) no-repeat center center;
}
.h_indextoplist li:hover p{
	font-weight: bold;
}
a{
	text-decoration: none !important;
}
.h_indextoplist li p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 78%;
	overflow: hidden;
	color: #333;
}
.h_indextoplist li:first-child a p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
}
.h_listtime{
	font-size: 16px;
	color: #888888;
	float: right;
	margin-top: 5px;
}
.h_listtitlefirst{
	vertical-align: middle;
	margin-right: 6px;
	height: 22px;
	width: 22px;
}
.h_indextoplist li{
	height: 50px;
	line-height: 50px;
}
/* 首页轮播图 */
.h_conter_slide{
	width: 100%;
	height: 168px;
	background: #f4f4f4;
}
/* 首页下半部分列表 */
.h_conterbottom{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.h_dangqunwork{
	width: 590px;
	height: 335px;
	padding: 10px;
}
.h_bottomtitle{
	overflow: hidden;
    background: url(../images/icon/djgz.png) repeat-x 106px bottom;
}
.h_bottomtitle h3{
	font-size: 24px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	background: url(../images/himg/indexbutton.jpg) no-repeat;
	background-position: 0 100%;
}
.h_bottomtitle h3 span{
	color: #e00101;
}
.h_textaddition{
	padding-bottom: 23px;
}
.h_textaddition p{
	font-size: 16px;
	color:#777777;
	display: inline-block;
	margin-right: 30px;
}
.h_textaddition a{
	font-size: 16px;
	color:#777777;
	display: inline-block;
/*	margin-right: 30px;*/
}
.h_share{
	float: right;
}
.h_detailstext{
	font-size: 16px;
	line-height: 36px;
	text-indent: 20px;
	color: #777777;
	padding-top: 30px;
}
.h_share img{
	height: 26px;
	width: 26px;
}
.h_comenttitle{
	text-align: center;
	margin: 55px auto 50px;
}
.h_coment_head{
	background: url(../images/himg/headbottomborder.png) no-repeat;
	background-position: 0 100%;
}

/* 其他页面样式（友情链接） */
.h_bao_box1{
	background: #f3f5f9;
}
.h_comtitle{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 600;
	color: #0058a8;
}
.h_wireatyle1{
	background: url(../images/himg/headbottomborder.png);
	height: 10px;
	display: inline-block;
	width: 960px;
	vertical-align: middle;
	
}
.h_comtab{
	height: 80px;
	background: #f3f5f9;
	text-align: center;
	position: relative;
}
.h_comtab ul{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.h_comtab ul li{
	display: inline-block;
	width: 225px;
	height: 57px;
	background: #d8dbe0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 57px;
	color: #333333;
	position: relative;
}
.h_comtab ul li a{
	color: #333333;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	line-height: 57px;
	bottom: 0;
	margin: auto;
}
.h_youqinglianjieul li img{
	display: none;
}
.h_youqinglianjieul li:hover img{
	display: block !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.h_youqinglianjieul li:hover a{
	color: #fff !important;
}
.h_tabclick a{
	color: #fff !important;
}
.h_tabclick img{
	display: block !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.h_comtab ul li:first-child{
	margin-right: 8px;
}
.h_friendshiplist{
	margin-top: 27px;
	padding-bottom: 56px;
}
.h_friendshiplist li{
	display: inline-block;
	background: #f3f5f9;
	width: 250px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-left: 28px;
	margin-top: 8px;
}
.h_friendshiplist li a{
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 50px;

}
.h_friendshiplist li a:hover{
	color: #fff;
	background-color: #009fc9;
}
/* 免责声明 */
.h_disclaimer{
	font-size: 16px;
	line-height: 38px;
	color: #333;
	margin-top: 45px;
}
/* 网站导航 */
.h_bluedian{
	display: inline-block;
	width: 7px;
	height: 23px;
	background: #0058a8;
	border-radius: 3.5px;
	vertical-align: middle;
	margin-right: 18px;
}
.h_webnavhead{
	font-size: 20px;
	font-weight: 600;
	background: #f3f5f9;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.h_webnavcomment{
	min-height: 76px;
	padding-top: 20px;
}
.h_webnavcomment li{
	padding-left:20px;
	display: inline-block;
	width: 226px;
	padding-bottom:20px;
	vertical-align:middle;
}
.h_webnavcomment li a{
	color: #333;
	line-height:24px;
}
.h_webnavcomment li a:hover{
	color: #0058a8;
}
/* 成绩查询 */
.h_gradenav{
	margin-top: 35px;
}
.h_gradenav li{
	width: 186px;
	height: 64px;
	display: inline-block;
	margin-right: 14px;
}
.h_gradenav li a{
	width: 100%;
	height: 55px;
	display: inline-block;
	background-color: #f3f5f9;
	text-align: center;
	line-height: 55px;
	color: #595a5b;
}
.h_gradendefault{
	background: url(../images/himg/tabbg.png);
	background-size: 100% 100%;
}
.h_gradendefault a{
	background-color: rgba(0,0,0,0) !important;
	color: #fff !important;
}
.h_gradenav li:hover{
	background: url(../images/himg/tabbg.png);
	background-size: 100% 100%;
}
.h_gradenav li a:hover{
	background-color: rgba(0,0,0,0) !important;
	color: #fff !important;
}
.h_selectbox{
	padding-top: 20px;
	background-color: #f6f6f6;
	height: 80px;
	margin-top: 40px;
	padding-left: 30px;
}
.h_selectbox p{
	display: inline-block;
	margin-right: 27px;
	vertical-align: middle;
}
.h_selectbox p label{
	color: #333333;
	font-size: 16px;
}
.h_selectbox p input{
	border: 1px solid #f0f0f0;
	width: 200px;
	height: 37px;
	text-indent: 5px;
}
.h_selectbox a{
	width: 95px;
	height: 33px;
	background: #0058a8;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
	    margin-top: 1px;
}
.h_gradentable{
	width: 959px;
	min-height: 263px;
	box-shadow: #e8e8e8 0px 0px 7px 5px;
	margin: 72px auto 0;
	padding: 0 34px;
} 
.h_graden_tabhead p{
	height: 58px;
	line-height: 58px;
	display: inline-block;
	font-size: 20px;
	color: #2668af;
	font-weight: 600;
}
.h_graden_tabhead p img{
	width: 19px;
	height: 19px;
	margin-right: 14px;
	vertical-align: middle;
}
.h_graden_close{
	width: 19px;
	height: 19px;
	float: right;
	margin-top: 23px;
}
.h_graden_tabbody table{
	width: 100%;
	border: 1px solid #e7e7e7;
}
.h_graden_tabbody table tr th,td{
	border: 1px solid #e7e7e7;
	
	height: 44px;
}
.h_graden_tabbody table th{
	background-color: #eaf5ff;
}
.h_graden_nodata{
	text-align: center;
	font-size: 20px;
	color: #cd0000;
	font-weight: 600;
	margin-top: 34px;
}
/* 全责清单响应 */
.hxy_bap_box{
	width: 100%;
	min-height: 80vh;
	overflow: hidden;
	background: #ffffff;
}
.hxy_location{
	height: 3.75rem;
	line-height: 3.75rem;
	background-color: #fff;
	padding-left: 1.5rem;
}
.hxy_location img{
	margin-right: 1.0625rem;
	width: 1.6875rem;
	height: 1.6875rem;
	vertical-align: middle;
}
.hxy_comment_head{
	width: 100%;
	height: 203px;
	background: url(../images/himg/zerenqingdanneirongye.jpg) no-repeat;
	background-size: 100% 100%;
}
.hxy_commenthead_text{
	font-size: 32px;
	color: #FFFFFF;
	font-weight: 600;
	padding-top: 54px;
	margin-top: 0;
}

.hxy_comment_headbox{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.hxy_commenthead_nav{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.hxy_commenthead_nav li{
	/*width: 156px;*/
	height: 55px;
	background-color: #009fc9;
	text-align: center;
	line-height: 55px;
	display: inline-block;
	padding: 0 10px;
}
.hxy_commenthead_nav li a{
	font-size: 20px;
	color: #ffffff;
	display: block;
	line-height: 58px;
}
.h_defaulton{
	background: #ffffff !important;
}
.h_defaulton a{
	color: #075daa !important;
}
.hxy_commenthead_nav li:hover{
	background: #ffffff !important;
}
.hxy_commenthead_nav li:hover a{
	color: #075daa !important;
}
.hxy_comment_box{
	width: 1150px;
	margin: 40px auto;
}
.hxy_comment_box table{
	width: 100%;
}
.hxy_comment_box tr td:first-child{
	background: #f5f5f5;
	text-align: right;
	padding-right: 22px;
}
.hxy_comment_box tr td:last-child{
/*	background: #f5f5f5;*/
	text-align: left;
	padding: 0 13px;
	padding-right: 22px;
	line-height: 3.125rem;
}
.hxy_Appcommenthead_nav{
	display: none;
}
/* 权责清单列表 */
.hxy_comment_box li{
	list-style: none;
}
.h_rightslist span{
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 2px;
	background-color: #d7d7d7;
	vertical-align: middle;
	margin-right: 1%;
}
/*.h_rightslist{
	margin-top: 1.5625rem;
}*/
.h_rightslist a{
	color: #333333;
	font-size: 16px;
	width: 95%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.h_rights{
	border-bottom: 1px #dcdcdc dashed;
	padding-bottom: 1.875rem;
}
.h_rights .h_peoplepublicitylist a:hover{
	color: #0058a8;
}
.h_zflistbox{
	min-height: 400px;
}
.h_page_app{
	display: none;
}
/* 执法人员公示 */
.h_rights .h_peoplepublicitylist a{
	width: 97%;
}
.h_zfgslblist li:nth-child(5n){
	border-bottom: 1px #dcdcdc dashed;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.h_zfgslblist{
	border: 0px !important;
}
.h_rights .h_rightslist .h_rightslisttime{
	display: inline-block;
	width: auto;
	height: auto;
	background: #fff;
	float: right;
	color: #999999;
	margin-right: 0;
	margin-top: 1px;
}
/* 执法公示主体 */
.hxy_zfgsbunner{
	background: url(../images/himg/zhifagongshi.jpg);
}
.hzhifazhutitable table tr td{
	text-align: center !important;
}
.hzhifazhutitable table tr td:first-child{
	background: #fff;
}
.hzhifazhutitable table tr td:last-child{
	background: #fff;
}

/* Hstyle end */
/* 分页器 */
.h_paging_box{
	margin: 30px 0 70px;
	width: 100%;
	text-align: center;
	
}
.h_rightslist a:hover{
	color: #0058a8;
}
.h_paging_box a{
	margin: 0 2px;
	text-align: center;
	display: inline-block;
	height: 36px;
	width: 35px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #cccccc;
	color: #555555;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
}
.h_paging_box a:first-child{
	width: 86px;
}
.h_paging_box a:last-child{
	width: 86px;
}
.h_paging_box a:hover{
	background: #c30310;
	color: #ffffff;
	border: 1px solid #c30310;
}
.h_current{
	background: #c30310;
	color: #ffffff !important;
	border: 1px solid #c30310 !important;
}
/* swiper */
.swiper-wrapper{
	height: 200px !important;
}
.swiper-slide{
	width: 569px;
	height: 125px !important;
	display: inline-block;
}





/* 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;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: -359px;
    margin-inline-end: 0px;
}
.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;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.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 20px !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: rgba(255,255,255,0) !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;
}
/* 新增样式 */
.h_jtywlist ul li:hover a{
	color: #0058a8;
}
.h_msdtlist ul li span:first-child{
	padding-right: 7px;
}
.h_msdtlist ul li a{
	line-height: 42px;
}

	

/* -------------------------------------------------媒体查询（H）-------------------------------------------*/
@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;	
	}
}



/* 领导班子 */
.leadership-box{
	background:#ffffff;
	background: #ffffff;
    padding: 32px 25px;
}
.Information-pic img{
   display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 799px) {
	.Information-pic li{
  	margin-bottom: 10px;
}
}
.leadership-left img{
   display: block;
    width: 100%;
    height: 180px;
}
.leadership{
	padding-left: 10px;
    padding-right: 10px;
}
.leadership-pic{
	width: 160px;
	height: 200px;
	padding: 8px;
	margin:0 auto;
	border:1px solid #efefef;
}
.leadership-text{
	margin-top:15px;
	text-align: center;
	color:#4370b2;
}
.leadership-text span{
	display: block;
	font-size:22px;
	margin-bottom:16px;
}
.leadership-text div{
	font-size: 16px;
}
.leadership-center{
	min-height: 776px;
	padding:24px;
	border:1px solid #efefef;
}
.leadership-center h3{
	font-size: 24px;
	color: #4370b2;
	line-height: 34px;
	padding-left:50px;
	margin-bottom: 12px;
	background:url(../images/icon/jl_bg.png) no-repeat left center;
	    font-weight: bold;
}
.leadership-center p{
	font-size: 16px;
	text-indent: 40px;
	line-height: 36px;
}
.leadership-center h4{
	font-size: 20px;
	color: #4370b2;
	line-height: 30px;
	margin-top:16px;
	padding-left:50px;
	margin-bottom: 22px;
	background:url(../images/icon/jl1_bg.png) no-repeat left center;
	font-weight: bold;
}
.leadership-right-top{
	background:#f8f8f8;
	padding-left: 15px;
	padding-top: 24px;
	padding-bottom: 30px;
	margin-bottom:20px;
}
.leadership-right-top h3{
	font-weight: normal;
	font-size: 24px;
	color: #cd0000;
	margin-bottom:15px;
}
.leadership-right-top span{
	font-size: 18px;
	line-height: 40px;
}
.leadership-right-top a{
	color: #333333;
}
.leadership-right-top ul li>span{
	color: #0058a8;
}
/* 修改样式 */
.hxy_headlogobox .h_navstyle{
	position: relative !important;
}
.h_location span a{
	font-size: 16px;
}
.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;
	}
	
}
.l-sj{
	float: right !important;
    font-size: 16px !important;
    color: #888 !important;
}

/* 专题专栏 */
.h_zhuantizhuanlanlist { min-height: 600px; padding-bottom:50px; }
.h_zhuantizhuanlanlist li {	width:380px; height:180px; border:1px solid #e1e2e6; margin-top:40px; float:left; margin-right:10px; }
.h_zhuantizhuanlanlist li:hover { background-color:#e1e2e6; }
.h_zhuantizhuanlanlist li a { width:100%; height:100%; display:block; }
.h_zhuantizhuanlanlist li a img { width:350px; height:100px; display:block; margin:15px auto; }
.h_zhuantizhuanlanlist li a p {
	width:350px;
	margin:0px auto;
	display:block;
	font-size:18px;
	color:#333;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* /专题专栏 */
/*电子报刊*/
.zy_zzlinr{width:941px; height:auto !important; height:25px; min-height:25px; line-height:32px; margin:0 auto; padding:30px 0 10px;}
.zydzbk_xl{width:100%; height:30px; margin:0 auto 20px; padding-top:20px;}
.zydzbk_xl_1{width:110px; height:28px; border:#dfdfdf 1px solid; margin-right:10px; }
.zydzbk_xl_1an{width:60px; height:30px; background:#9aa4ac; line-height:30px; text-align:center; border:none;}
.zydzbk_dt{width:793px; height:544px; margin:0 auto 20px;}
.zydzbk_dtt{width:793px; height:9px; background:url(../images/z_34.png) no-repeat;}
.zydzbk_dtc{width:777px; height:526px; background:url(../images/z_35.png) repeat-y; padding:0 8px; position:relative; z-index:1;box-shadow: 9px 1px 4px 0px black;margin:0 auto;}
.zydzbk_dtct{width:777px; height:526px;  position:absolute; top:0; left:8px;  z-index:5; }
.zydzbk_dtctr{width:411px;height:527px;background:url(../images/z_38.jpg) repeat-y;position:absolute;top:0;left:373px;z-index:100;padding-top:80px;}
.zy_jtb{width:300px; height:100px; line-height:100px; text-align:center; background:url(../images/z_39.jpg) no-repeat bottom; margin-left:80px;}
.zy_jtbsj{width:300px; height:50px; line-height:50px; margin-left:80px; text-align:center; margin-bottom:130px;}
.zy_jtbsjan{width:112px; height:32px; line-height:32px; text-align:center; background:#dfdfdf; margin-left:180px; margin-bottom:20px; border:none;}
.zy_jtbsjan:hover{ background:#ed624d; color:#fff; }
/*.zydzbk_dtd{width:793px; height:9px; background:url(../images/z_36.png) no-repeat;}*/
.zy_jtbdlb{width:100%; height:160px; margin:0 auto;}
.p30 {
    font-size: 23px;
}

.g-periodical{
	width:1200px;
	height:320px;
}

.g-mperiodical1{
	width:200px;
	height:300px;
	border:#e6e6e6 1px solid;
	padding-top:20px;
	float:left;
	margin-right:20px;
}
.g-mperiodical1 a{
	display:block;
}

.g-mperiodical1 a img{
	display:block;
	width:170px;
	height:230px;
	margin:0 auto;
}

.g-mperiodical1 div{
	font-family:"微软雅黑";
	font-size:18px;
	color:#333;
	text-align:center;
	padding-top:5px;
}

.g-mperiodical2{
	width:953px;
	height:300px;
	float:left;
	border:#e6e6e6 1px solid;
	padding-top:18px;
}

.g-mperiodical2 li{
	width:205px;
	text-align:center;
	font-size:14px;
	font-family:"微软雅黑";
	float:left;
	margin-left:25px;
}

.g-mperiodical2 li a{
	display:block;
}

.g-mperiodical2 li a img{
	display:block;
	width:170px;
	height:230px;
	margin:0 auto;
	border:#8fb6e1 1px solid;
	box-shadow: 3px 3px 5px #909090;
}

.g-mperiodical2 li a div{
	width:205px;
	padding-top:5px;
	text-align:center;
	font-size:15px;
	font-family:"微软雅黑";
	color:#333;
}


/*分享*/
.fbsj-gjw{
	float:left;
}
.ql_detailbro_info {
  overflow: hidden;
  line-height: 56px;
  height: 56px;
  border-bottom: 2px solid #f2f2f2;
  font-size: 15px;
  color: #666666;
}

.ql_detailbro_bshare,
.ql_font_size {
  float: right;
}

.ql_detailbro_bshare {
  padding-left: 10px;
}

.ql_detailbro_bshare {
  padding-left: 10px;
}
.ql_detailbro_bshare > div {
  float: left;
}
.ql_detailbro_bshare .bshare-custom {
  padding-top: 0px;
}
.ql_detailbro_bshare .bshare-custom > a {
  display: block;
  float: left;
  padding: 0;
  margin: 0 4px;
  height: 26px;
  width: 26px;
}
.ql_detailbro_bshare .bshare-custom > a.bshare-weixin {
  background: url(../images/qgl_bshare_icon01.png) no-repeat center;
}
.ql_detailbro_bshare .bshare-custom > a.bshare-sinaminiblog {
  background: url(../images/qgl_bshare_icon02.png) no-repeat center;
}
.ql_detailbro_bshare .bshare-custom > a.bshare-qzone {
  background: url(../images/qgl_bshare_icon03.png) no-repeat center;
}
/*关闭按钮*/
.xy_tyxl_closePrint {
  float: left;
}
.xy_tyxl_closePrint a {
  margin-left: 21px;
  font-size: 15px;
  color: #666;
  display: inline-block;
  padding-left: 23px;
}
.xy_tyxl_closePrint a:nth-child(1) {
  background: url(../images/xy_tyxl_icon2.png) no-repeat left center;
}
.xy_tyxl_closePrint a:nth-child(2) {
  background: url(../images/xy_tyxl_icon1.png) no-repeat left center;
}
.xy_tyxl_closePrint a:nth-child(3) {
  background: url(../images/tyxl_collection.png) no-repeat left center;
}