/*!
 * ETUI v3
 *
 * Copyright 2016.9*/


/*-----字体图标引入------------------------------------------------------------------------*/

@import url("http://at.alicdn.com/t/font_277310_iwv4u7ynwmi.css");
.iconfont {
	font-size: inherit;
	line-height: 1;
	-webkit-text-stroke-width: 0;
}


/*-----全局------------------------------------------------------------------------*/

* {
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a {
	color: #666;
}

a:hover,
a:focus {
	text-decoration: none;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

img {
	width: auto;
	max-width: 100%;
}

table,
table a {
	color: #3c3c3c;
}

table tr+tr {
	border-top: 1px dashed #ddd;
}

[class*=ImgCrop] img {
	max-width: inherit;
}


/* 图片裁剪样式 */

[class*=ImgCrop] {
	overflow: hidden;
}


/* 重围BS样式 */

@media (max-width: 480px) {
	.col-xxs-12 {
		width: 100%;
	}
}

.panel {
	padding: 15px;
	box-shadow: 0 5px 10px 0 rgba(168, 182, 191, .6);
}

.panel:hover {
	box-shadow: 0 10px 20px 0 rgba(168, 182, 191, .6);
}

.label {
	display: inline-block;
	font-weight: 500;
}

.label-orange {
	background-color: #f96000;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
	background-color: #fff !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #5f6b73;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #f4f4f4;
	border-color: #ddd;
	color: #f28022;
}

.btn-primary {
	background-color: #0069c5;
	border-color: #0069c5;
}

.btn-blue {
	background-color: #1c96e0;
	border-color: #1c96e0;
	color: #fff;
}

.btn-blue:focus,
.btn-blue:hover {
	background-color: #1079b9;
	color: #fff;
}

.btn-orange {
	background-color: #f96407;
	color: #fff;
	border-radius: 0;
}

.btn-orange:hover,
.btn-orange:focus {
	background-color: #e46312;
	color: #fff;
}

thead {
	background-color: #0069c5;
	color: #fff;
}

td,
th {
	padding: 12px 6px !important;
	border-top: 0 !important;
	vertical-align: middle !important;
}


/* 无障碍 */

#skip {
	height: 1px;
	font: 0/0 a;
	overflow: hidden;
	background-color: #0a4890;
}

#wcagnav,
#wcagnav * {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}


/* 稿件 */

.Article-title {
	color: #0a4890;
}

.Article-title small {
	display: block;
	margin: 20px 0;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

.Article-title2 {
	padding: 0 5%;
	font-size: 20px;
}

.Article_content p {
	color: #444;
}

.Article_content img {
	width: auto;
}

@media (max-width: 767px) {
	.Article-title {
		padding: 0;
		font-size: 24px;
	}

}

@media (max-width: 580px) {
	.Article-title {
		font-size: 18px;
	}
	.Article-title small,
	.Article_content {
		font-size: 12px;
	}
	.Article-title small span {
		line-height: 20px;
	}
}


/* 头部导航 */

.mainNav,
.mainNav.isStuck {
	background-color: #0a4890;
}

.mainNav {
	height: 100px;
	margin-bottom: 0;
}

.mainNav.isStuck {
	margin-top: -40px;
}

.mainNav .navbar-toggle {
	display: block;
	height: 100px;
	line-height: 100px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.mainNav .navbar-toggle {
		width: 0;
		height: 0;
		border: 0;
		overflow: hidden;
	}
	.txt-24{font-size:16px;}
	
}

.mainNav.isStuck .navbar-toggle {
	padding-top: 40px;
}

.mainNav .navbar-toggle span {
	background-color: #fff;
}

.mainNav .navbar-header {
	width: 30%;
}

.mainNav .navbar-brand {
	height: 100px;
	padding: 15px;
	margin: 0;
	color: #fff;
}

.mainNav .navbar-brand small {
	display: block;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
}

.mainNav.isStuck .navbar-brand small {
	height: 0;
}

.mainNav .navbar-brand img {
	max-height: 100%;
	vertical-align: text-bottom;
}

.mainNav.isStuck .navbar-brand {
	padding: 45px 15px 10px;
}

.mainNav .navbar-collapse {
	float: right;
	width: 70%;
	padding: 0;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
	.mainNav .navbar-header {
		width: 25%;
	}
	.mainNav .navbar-collapse {
		float: right;
		width: 75%;
		padding: 0;
	}
	.mainNav .navbar-brand {
		padding-top: 25px;
	}
	.mainNav .navbar-brand span {
		font-size: 28px !important;
	}
	.mainNav.isStuck .navbar-brand {
		padding-top: 48px;
	}
	.mainNav .navbar-brand small {
		height: 0;
		margin: 0;
	}
	.txt-24{font-size:24px;}
}

@media (max-width: 767px) {
	.mainNav {
		height: auto;
	}
	.mainNav .navbar-header,
	.mainNav .navbar-collapse {
		float: none;
		width: 100%;
		margin: 0;
	}
	.mainNav .navbar-nav {
		margin: 0;
	}
	.mainNav .navbar-nav a {
		text-align: center;
	}
	.txt-24{font-size:16px;}
}

@media (max-width: 480px) {
	.mainNav.isStuck {
		margin-top: 0;
		
	}
	.mainNav .navbar-brand {
		height: 80px;
		width: 80%;
	}
	.mainNav.isStuck .navbar-brand {
		padding: 15px;
	}
	.mainNav .navbar-brand img {
		max-width: 80%;
	}
	.mainNav .navbar-brand small {
		height: 0;
		margin: 0;
	}
	.mainNav .navbar-toggle {
		height: 80px;
		line-height: 80px;
	}
	.mainNav.isStuck .navbar-toggle {
		padding-top: 0;
	}
	.txt-24{font-size:16px;}
}

.mainNav a {
	color: #fff;
}

.mainNav .navbar-nav {
	float: none;
	width: 100%;
	text-align: right;
}

.mainNav .navbar-nav .active a,
.mainNav .navbar-nav a:hover,
.mainNav .navbar-nav a:focus,
.mainNav .nav .open>a,
.mainNav .nav .open>a:focus,
.mainNav .nav .open>a:hover {
	background-color: #0c4180;
	color: #fff;
}

.mainNav .tools {
	margin-right: 0;
}

.mainNav .tools a {
	font-size: 14px;
}

.mainNav .channelList a {
	padding: 15px 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.mainNav .channelList a {
		padding: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mainNav .channelList a {
		padding: 15px 10px;
	}
}


/* 首页头部导航 */

.home .mainNav.isStuck {
	margin-top: 0;
}

.home .mainNav .navbar-header,
.home .mainNav .navbar-collapse {
	width: 30%;
}

.home .spirit {
	float: left;
	width: 40%;
	text-align: center;
}

.home .mainNav,
.home .spirit,
.home .mainNav .navbar-collapse {
	height: 80px;
	line-height: 80px;
}

.home .mainNav .navbar-brand {
	height: auto;
}

.home .mainNav.isStuck .navbar-brand {
	padding: 15px;
}
.mainNav .navbar-brand .clearfix span{
font-size:22px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.home .mainNav .navbar-brand {
		padding-top: 15px;
	}
	.home .spirit img {
		display: none;
	}
	.mainNav .navbar-brand .clearfix span{
font-size:16px;
}
}

@media (max-width: 767px) {
	.home .mainNav .navbar-header {
		float: none;
		width: 100%;
	}
	.home .spirit {
		display: none;
	}
	.home .mainNav .navbar-collapse {
		width: 100%;
	}
	.home .mainNav,
	.home .mainNav .navbar-collapse {
		height: auto;
	}
	.mainNav .navbar-brand .clearfix span{
font-size:14px;
}
}

.home .mainNav .navbar-toggle {
	height: 80px;
	line-height: 80px;
	padding-top: 0 !important;
}

.home .normal-list a {
	font-size: 15px;
}


/* 底部信息 */

.footer {
	padding: 20px 0;
	background-color: #636567;
	font-size: 12px;
}

.footer,
.footer a,
.footer p {
	color: #d0d1d2;
}

.footer p {
	margin-bottom: 0;
	cursor: pointer;
}

.footer a:hover,
.footer a:focus,
.footer p:hover,
.footer p:focus {
	color: #fff;
}

.footer a {
	display: block;
}

.footer h5 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
}

.footer .container {
	position: relative;
}

.footer .copyright {
	padding-bottom: 0;
}

.footer .copyright p:hover {
	color: #d0d1d2;
}

.footer .copyright a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.footer .copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .copyright p + p {
	margin-top: 10px;
}

.friendlink {
	margin-left: 0;
	margin-bottom: 15px;
}

.friendlink .item {
	padding: 0;
	line-height: 1;
}

.friendlink .item+.item {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #d0d1d2;
}

.footer .link {
	position: initial;
	position: static;
}

.list-dropdown {
	margin-bottom: 15px;
}

.list-dropdown .item {

}
.bootstrap-select {
    width: 100%;
}

.list-dropdown .dropdown-toggle {
	display: block;
	padding: 6px 20px 6px 8px;
	background-color: #707274;
	border: 0;
	color: #fff;
	font-size: 12px;
}

.list-dropdown .dropdown-toggle:focus {
	outline: 0 !important;
	color: #fff !important;
}

.list-dropdown .dropdown-menu {
	margin-top: 0;
	padding: 0;
}

.list-dropdown .dropdown-menu a {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 12px;
}

.contactus .item {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.contactus .item+.item {
	margin-top: 20px;
}

.followus .item {

}

.followus img {
	margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer .link {
		width: 50%;
	}
	.footer .contact {
		padding: 0;
	}
	.footer .follow {
		width: 33.33333333%;
	}
	.followus .col30-md {
		width: 30%;
	}
	.followus .col20-md {
		width: 20%;
	}
}

@media (max-width: 991px) {
	.contactus .item {
		display: block;
		float: left;
		width: 25%;
	}
	.contactus .item {
		width: 33.33333%;
		margin-top: 0 !important;
	}
	.footer .link,
	.footer .contact {
		margin-bottom: 20px;
	}
}

@media (max-width: 540px) {
	.list-dropdown .item {
		float: left;
		width: 50%;
		padding: 5px;
	}
	.list-dropdown .bootstrap-select {
		width: 100%;
	}
	.contactus .item {
		width: 100%;
		margin-top: 0 !important;
	}
	#hlogo{font-size:16px;}
}
@media (max-width: 413px) {
	.footer .copyright a {
		display: block;
		margin: 10px 0 !important;
	}
}


/* 工具盒 */

.head-tools {
	padding: 15px 0;
	margin-bottom: 20px;
	background-color: #f7f7f8;
}


/* 面包屑导航 */

.breadcrumb {
	margin-bottom: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	background-color: transparent;
}

.breadcrumb>li:nth-child(2):before {
	content: ' ';
}


/* 搜索 */

.search-group {
	position: relative;
}

.search-group .form-control {
	width: 50%;
	padding: 0 35px 0 0;
	margin-left: auto;
	margin-right: 0;
	text-indent: 1em;
}

.search-group .form-control:focus {
	width: 100%;
}

.search-group .addRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	text-align: center;
	font-size: 20px;
	background-color: #f96407;
}

.search-group .addRight a {
	color: #fff;
}

.search-group .form-control,
.search-group .addRight {
	height: 35px;
	line-height: 35px;
}

@media (max-width: 991px) {
	.search-group .form-control {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.search-group .form-control {
		width: 100%;
	}
}


/* 卡片盒子 */

.card {
	position: relative;
	padding: 15px;
	background-color: #f7f7f8;
	overflow: hidden;
}

.card .more i {
	color: #0a4890 !important;
}


/* 标题-大标题 */

.bigTitle {
	margin: 10px auto 20px;
	text-align: center;
	font-weight: 400;
}

.bigTitle a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #0a4890;
}

.bigTitle .label {
	height: 35px;
	line-height: 35px;
	padding: 0 .6em;
	margin-right: 10px;
	border-radius: 4px;
	font-weight: 500;
	vertical-align: bottom;
}

.bigTitle2 {
	text-align: left;
	font-size: 20px;
}

.bigTitle2 .label-orange {
	background: transparent url(/2017assets/img/bigTitle.png) center center no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	font-size: 20px;
	vertical-align: baseline;
}


/* 标题-栏目标题 */

.channel-title {
	position: relative;
	padding-bottom: 15px;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	font-weight: 400;
}

.channel-title a {
	color: #0a4890;
}

.channel-title>a>i {
	margin-right: 5px;
	font-size: 24px;
	font-weight: 400;
	vertical-align: text-bottom;
}

.channel-title~.more,
.tab-title~.more {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 14px;
	font-weight: 400;
}

.channel-title~.more i {
	color: #666;
}

.channel-title~.more:hover i {
	color: #0a4890;
}

.channel-title .btn-more {
	position: absolute;
	right: 0;
	bottom: 8px;
	padding: 6px 18px;
	border: 1px solid #1a5eb1;
	color: #1a5eb1;
}

.channel-title .btn-more:hover {
	background-color: #f7f7f7;
}

.channel-title .btn-more.btn-default {
	bottom: 13px;
	padding: 0;
	border: 0;
	box-shadow: 0;
}

.channel-title .btn-more.btn-default:hover,
.channel-title .btn-more.btn-default:focus {
	background-color: #fff;
}

.channel-title .btn-more.btn-default i {
	font-size: 16px;
}

.channel-title small {
	margin-left: 15px;
	line-height: 1.5;
	color: #0a4890;
}

.channel-title small span+span {
	margin-left: 15px;
}

.channel-title .more:hover {
	color: #0a4890;
}

.channel-title+.tool-box:before,
.channel-title+.tool-box:after {
	display: table;
	content: '';
}

.channel-title+.tool-box:after {
	clear: both;
}

.channel-title+.tool-box {
	position: absolute;
	bottom: 0;
	right: 15%;
	border: 0;
	font-size: 14px;
	font-weight: 500;
}

.channel-title+.tool-box .item.hidden {
	display: inline!important;
	width: 0;
	height: 0;
	overflow: hidden;
}

.channel-title+.tool-box .item {
	float: left;
	margin-bottom: 0;
	transition: no;
}

.channel-title+.tool-box .item a {
	display: block;
	margin-top: 2px;
	margin-right: 0;
	padding: 0 8px 13px;
	border: 0;
	border-radius: 0;
	transition: border 0s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.channel-title+.tool-box .item a:focus {
	background-color: #fff;
}

.channel-title+.tool-box .item+.item a {
	margin-left: 10px;
}

.channel-title+.tool-box .item.active a,
.channel-title+.tool-box .item:hover a,
.channel-title+.tool-box .item:focus a {
	border: 0;
	border-bottom: 2px solid #0a4890;
	color: #0a4890;
}

.channel-title+.addRight {
	position: absolute;
	top: 0;
	right: 0;
}

.channel-title+.addRight .btn {
	border-radius: 0;
}

.channel-title+.addRight .bootstrap-select {
	margin-right: 15px;
}

.channel-title+.tool-box.open {
	position: static;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
	text-align: center;
}

.channel-title+.tool-box.open .item {
	width: 25%;
	padding: 0 5px;
}

.channel-title+.tool-box.open .item a {
	padding: 5px 0;
}

.channel-title+.tool-box.open .item+.item a {
	margin-left: 0;
}

.channel-title+.tool-box.open .item.active a,
.channel-title+.tool-box.open .item:hover a {
	background-color: #0a4890;
	color: #fff;
	border-bottom: 0;
}

.channel-title2:before {
	position: absolute;
	top: 0;
	left: -15px;
	width: 4px;
	height: 20px;
	background-color: #0a4890;
	content: '';
}

.channel-title2 .more {
	color: #0a4890;
}

.channel-title3 {
	padding-bottom: 0;
	font-size: 16px;
}

.channel-title3 a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: -1px;
	padding: 0 15px 10px;
	border-bottom: 2px solid #0a4890;
}

@media (max-width: 767px) {
	.channel-title small {
		display: block;
		margin: 15px 0 0;
	}
	.channel-title .btn-more {
		bottom: inherit;
		top: 0;
		padding: 3px 15px;
	}
	.channel-title .btn-more.btn-default {
		display: none;
	}
	.channel-title+.tool-box .item.hidden {
		width: 25%;
		height: auto;
	}
	.channel-title+.tool-box {
		position: static;
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: 10px;
		text-align: center;
	}
	.channel-title+.tool-box .item {
		width: 25%;
		padding: 0 5px;
	}
	.channel-title+.tool-box .item a {
		padding: 5px 0;
	}
	.channel-title+.tool-box .item+.item a {
		margin-left: 0;
	}
	.channel-title+.tool-box .item.active a,
	.channel-title+.tool-box .item:hover a {
		background-color: #0a4890;
		color: #fff;
		border-bottom: 0;
	}
}


/* 标题-TAB标题 */

.tab-title {
	margin-bottom: 10px;
}

.tab-title a {
	padding: 0 15px 10px !important;
	border: 0 !important;
	font-size: 18px;
	transition: border 0s;
}

.tab-title .active a {
	border-bottom: 2px solid #0a4890 !important;
	color: #0a4890 !important;
}

.tab-title .item+.item {
	margin-left: 5px;
}


/* 标题-稿件标题 */

.content-title {
	margin-top: 0;
	font-weight: 400;
}

.content-title a {
	display: block;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.content-title a:hover {
	color: #0a4890;
}


/* 标题-类别标题 */

.category-title h3 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 3px 0 3px 15px;
	border-left: 4px solid #0a4890;
	font-size: 16px;
	font-weight: 400;
}

.category-title a {
	color: #0a4890;
}


/* 普通列表 */

.normal-list:before,
.normal-list:after,
.normal-list-date .item:before,
.normal-list-date .item:after {
	display: table;
	content: '';
}

.normal-list:after,
.normal-list-date .item:after {
	clear: both;
}

.normal-list .dot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background-color: #0a4890;
	border-radius: 50%;
	vertical-align: middle;
}

.normal-list .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 10px;
	border: 5px solid transparent;
	vertical-align: baseline;
}

.normal-list .arrow-right {
	border-left: 5px dashed #0a4890;
}

.normal-list a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.normal-list .label {
	display: inline;
	padding: 6px 15px;
	margin-right: 15px;
	border-radius: 0;
}

.normal-list-date a {
	float: left;
	width: 80%;
}

.normal-list-date .time {
	display: block;
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	text-align: right;
	color: #999;
}

.normal-list a:hover .dot {
	height: 14px;
	border-radius: 3px;
}

.normal-list-dashed-line .item a {
	height: 50px;
	line-height: 50px;
	color: #3c3c3c;
}

.normal-list-dashed-line .item a:hover {
	color: #0a4890;
}

.normal-list-dashed-line .item+.item {
	border-top: 1px dashed #ddd;
}

.normal-list.column-2 .item {
	float: left;
	width: 50%;
}

.normal-list.column-3 .item {
	float: left;
	width: 33.33333%;
}

.normal-list.column-4 .item {
	float: left;
	width: 25%;
}

.normal-list.column-5 .item {
	float: left;
	width: 20%;
}

.normal-list.column-2 .item a,
.normal-list.column-3 .item a,
.normal-list.column-4 .item a,
.normal-list.column-5 .item a {
	padding-right: 10px;
}

@media (max-width: 640px) {
	.normal-list.column-4 .item,
	.normal-list.column-5 .item {
		width: 33.33333%;
	}
}

@media (max-width: 480px) {
	.normal-list-date a {
		width: 75%;
	}
	.normal-list-date .time {
		width: 25%;
	}
	.normal-list.column-2 .item {
		width: 100%;
	}
	.normal-list.column-3 .item,
	.normal-list.column-4 .item,
	.normal-list.column-5 .item {
		width: 50%;
	}
}

@media (max-width: 380px) {
	.normal-list.column-3 .item {
		width: 100%;
	}
}


/* 通用列表 */

.common-list {
	color: #666;
}

.common-list .pic,
.common-list .pic+div {
	float: left;
}

.common-list .pic {
	width: 25%;
	overflow: hidden;
}

.common-list .pic+div {
	width: 75%;
	padding-left: 15px;
}

@media (max-width: 580px) {
	.common-list .pic {
		width: 35%;
	}
	.common-list .pic+div {
		width: 65%;
	}
}

@media (max-width: 380px) {
	.common-list .pic {
		width: 40%;
	}
	.common-list .pic+div {
		width: 60%;
	}
}

.common-list p {
	height: 72px;
}

.news .common-list p {
	height: 48px;
}

.common-list .time {
	margin-right: 10px;
}

.common-list .item {
	padding: 20px 0;
	overflow: hidden;
}

.common-list .item:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.common-list .item+.item {
	border-top: 1px solid #ddd;
}

.common-list p {
	line-height: 24px;
	overflow: hidden;
}

.common-list [class*=ImgCrop] {
	height: 130px;
	overflow: hidden;
}


/* 卡片列表 */

.list-card {
	margin-left: -10px;
	margin-right: -10px;
}

.list-card:before,
.list-card:after,
.list-card2:before,
.list-card2:after,
.list-card2 .item:before,
.list-card2 .item:after,
.list-card3:before,
.list-card3:after {
	display: table;
	content: ' ';
}

.list-card:after,
.list-card2:after,
.list-card2 .item:after,
.list-card3:after {
	clear: both;
}

.list-card .item {
	float: left;
	width: 50%;
	padding: 10px;
	font-size: 20px;
	text-align: center;
}

.list-card .item a {
	height: 60px;
	line-height: 60px;
	background-color: #0a4890;
	color: #fff;
}

.list-card .item i {
	font-size: 22px;
}

.list-card .dot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 6px;
	height: 6px;
	background-color: #5edcfb;
	border-radius: 50%;
	vertical-align: middle;
}

@media (max-width: 380px) {
	.list-card .item,
	.list-card .item i {
		font-size: 16px;
	}
}

.list-card2 {
	margin-top: -16px;
	margin-bottom: -15px;
	text-align: center;
}

.list-card2 .item {
	border-top: 1px dashed #ddd;
}

.list-card2 .item>div {
	padding: 0;
}

.list-card2 a {
	padding: 15px 0;
	color: #0a4890;
}

.list-card2 i {
	font-size: 36px;
}

.list-card2 p {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 18px;
}

.list-card3 .item {
	float: left;
	width: 25%;
	padding: 8px;
}

.list-card3 a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #ecf1f6;
	font-size: 12px;
	color: #0a4890;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list-card3 a:hover {
	background-color: #d0ddea;
}

@media (max-width: 991px) {
	.list-card2 .item {
		float: left;
		width: 50%;
	}
}

@media (max-width: 767px) {
	.list-card3 .item {
		width: 33.33333%;
	}
}

@media (max-width: 580px) {
	.list-card2 {
		margin-top: -16px;
	}
	.list-card2 .item {
		float: none;
		width: 100%;
		border-top: 1px dashed #ddd;
	}
	.list-card3 .item {
		width: 50%;
	}
}

@media (max-width: 380px) {
	.list-card3 .item {
		width: 100%;
	}
}


/* 指南列表 */

.list-guide a {
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.list-guide .item2 a {
	height: 80px;
	line-height: inherit;
}

.list-guide .item2 i,
.list-guide .item2 div {
	display: inline-block;
}

.list-guide .item2 i {
	vertical-align: super;
}

.list-guide .item2 div {
	margin: 17.5px 0;
}

.list-guide a:hover {
	background-color: #f3f3f3;
}

.list-guide i {
	margin-right: 10px;
	font-size: 28px;
	font-weight: 400;
	color: #0069c5;
	vertical-align: middle;
}

.list-guide p {
	margin-bottom: 0;
	color: #666;
	font-weight: 400;
	font-size: 14px;
}

.list-guide .item+.item {
	margin-top: 10px;
}

.list-guide .dot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 6px;
	height: 6px;
	margin: -3px 10px 0;
	background-color: #5edcfb;
	border-radius: 50%;
	vertical-align: middle;
}

.list-guide2 .item+.item {
	margin-top: 20px;
}

.list-guide-6 {
	margin-left: -5px;
	margin-right: -5px;
}

.list-guide-6 .item {
	float: left;
	width: 16.66666%;
	margin-top: 0 !important;
	padding: 0 5px 10px;
}

@media (max-width: 991px) {
	.list-guide {
		margin-left: -5px;
		margin-right: -5px;
	}
	.list-guide .item {
		float: left;
		width: 33.33333%;
		margin-top: 0 !important;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.list-guide .item2 a {
		height: 55px;
	}
	.list-guide .item2 div {
		margin: 5px 0;
	}
}

@media (max-width: 580px) {
	.list-guide a {
		font-weight: 400;
		font-size: 14px;
	}
	.list-guide .dot {
		margin: 0 5px;
	}
	.list-guide i {
		margin-right: 5px;
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.list-guide .item {
		width: 50%;
	}
}


/* 图片聚焦列表 */

.pic-focus .item {
	position: relative;
	padding: 10px 0;
	overflow: hidden;
}

.pic-focus .item:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.pic-focus a {
	text-align: center;
	overflow: hidden;
}

.pic-focus span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 220px;
	margin: -25px auto 0;
	padding: 10px 20px;
	background-color: #000;
	filter: alpha(opacity=90);
	background-color: rgba(0, 0, 0, .6);
	font-size: 20px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pic-focus img {
	width: 100%;
}

@media (max-width: 991px) {
	.pic-focus:before,
	.pic-focus:after {
		display: table;
		content: '';
	}
	.pic-focus:after {
		clear: both;
	}
	.pic-focus {
		margin-left: -10px;
		margin-right: -10px;
	}
	.pic-focus .item {
		float: left;
		width: 50%;
		padding: 10px;
	}
}

@media (max-width: 580px) {
	.pic-focus .item {
		width: 100%;
	}
}


/* 图片列表 */

.pic-list:before,
.pic-list:after {
	display: table;
	content: '';
}

.pic-list:after {
	clear: both;
}

.pic-list {
	margin-left: -10px;
	margin-right: -10px;
}

.pic-list .item {
	position: relative;
	float: left;
	padding: 10px;
}

.pic-list .item [class*=ImgCrop] {
	height: 160px;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.pic-list .item [class*=ImgCrop] {
		height: 140px;
	}
}

@media (max-width: 380px) {
	.pic-list .item [class*=ImgCrop] {
		height: 160px;
	}
}

.pic-list .item:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.pic-list .item .pic-title {
	padding: 10px 0;
}

.pic-list .item .play {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 78px;
	left: 10px;
	text-align: center;
}

.pic-list .item:hover .play {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
}

.pic-list .item .play i {
	display: block;
	height: 160px;
	line-height: 160px;
	font-size: 48px;
	color: #fff;
}

@media (max-width: 1199px) {
	.pic-list .item .play i {
		height: 140px;
		line-height: 140px;
	}
}

@media (max-width: 380px) {
	.pic-list .item .play i {
		height: 160px;
		line-height: 160px;
	}
}

.pic-list-2 .item {
	width: 50%;
	text-align: center;
}

.pic-list-2 .item [class*=ImgCrop] {
	position: relative;
	height: 230px;
}

.pic-list-2 .item [class*=ImgCrop] p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
}

.pic-list-2 .item .pic-title {
	padding-bottom: 0;
}

.pic-list-2 .item .pic-title h4 {
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pic-list-3 .item {
	width: 33.33333%;
}

.pic-list-3 h4 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pic-list-5 .item {
	width: 20%;
}

.pic-list-5 .item .pic-title {
	width: 80%;
	margin: 0 auto;
}

.pic-list p {
	margin-bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pic-list p+p {
	margin: 10px 0 0;
}

.pic-list-5 .item [class*=ImgCrop] {
	height: 140px;
}

@media (max-width: 1199px) {
	.pic-list-5 .item [class*=ImgCrop] {
		height: 100px;
	}
}

@media (max-width: 991px) {
	.pic-list-5 .item [class*=ImgCrop] {
		height: 85px;
	}
}

@media (max-width: 767px) {
	.pic-list-5 .item {
		width: 25%;
	}
	.pic-list-5 .item [class*=ImgCrop] {
		height: 100px;
	}
}

@media (max-width: 580px) {
	.pic-list-2 .item .pic-title h4 {
		font-size: 16px;
		font-weight: 400;
	}
	.pic-list-2 .item [class*=ImgCrop] {
		height: 180px;
	}
	.pic-list-5 .item,
	.pic-list-3 .item {
		width: 50%;
	}
	.pic-list-5 .item [class*=ImgCrop] {
		height: 140px;
	}
}

@media (max-width: 480px) {
	.pic-list-2 .item {
		width: 100%;
	}
	.pic-list-2 .item [class*=ImgCrop] {
		height: auto;
	}
}

@media (max-width: 380px) {
	.pic-list-5 .item,
	.pic-list-3 .item {
		width: 100%;
	}
	.pic-list-5 .item [class*=ImgCrop] {
		height: auto;
	}
}


/* 访谈列表 */

.interviews-list {
	margin: 20px 0 15px;
	color: #333;
}

.interviews-list .item+.item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dashed #ddd;
}

.interviews-list .btn {
	padding: 6px 20px;
	border-radius: 0;
}

.interviews-list .btn+.btn {
	margin-left: 15px;
}

.interviews-list p:before,
.interviews-list p:after {
	display: table;
	content: '';
}

.interviews-list p:after {
	clear: both;
}

.interviews-list span {
	float: left;
	text-align: justify;
}

@media (max-width: 580px) {
	.interviews-list [class*=col-xs-] {
		width: 100%;
	}
	.interviews-list span {
		width: 100% !important;
	}
	.interviews-list img {
		margin-bottom: 15px;
	}
}


/* 领导分类列表 */

.leader-category:before,
.leader-category:after {
	display: table;
	content: '';
}

.leader-category:after {
	clear: both;
}

.leader-category {
	text-align: center;
}

.leader-category .item+.item {
	margin-top: 20px;
}

.leader-category a {
	display: block;
	height: 90px;
	line-height: 90px;
	font-size: 20px;
	background-color: #ecf1f6;
	border: 1px solid #ddd;
	color: #0a4890;
}

.leader-category a:hover {
	background-color: #dce2e8;
}

.leader-category .active a {
	background-color: #0a4890;
	border-color: #0a4890;
	color: #fff;
}

.leader-category2 .item+.item {
	margin-top: 10px;
}

.leader-category2 a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

@media (max-width: 991px) {
	.leader-category .item a {
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.leader-category {
		margin-left: -5px;
		margin-right: -5px;
	}
	.leader-category .item {
		float: left;
		width: 33.33333%;
		margin: 5px 0 !important;
		padding: 0 5px;
	}
	.leader-category .item a {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 640px) {
	.leader-category .item {
		width: 50%;
	}
}

@media (max-width: 380px) {
	.leader-category .item {
		width: 100%;
	}
}


/* 领导列表 */

.leader-list .item+.item {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dashed #ddd;
}

.leader-list .item {
	cursor: pointer;
}

.leader-list .item:hover img {
	transform: scale(1.1, 1.1);
}

.leader-list .ImgCrop {
	height: 210px;
	margin-bottom: 10px;
}

.leader-list .ImgCrop+p {
	text-align: center;
}

.leader-list p {
	margin-bottom: 0;
	color: #333;
}

.leader-list p:first-child {
	margin-top: 10px;
}

.leader-list p+p {
	margin-top: 35px;
}

.leader-list2 p+p {
	margin-top: 20px;
}

.leader-list2 p:first-child {
	margin-top: 0;
}

@media (max-width: 1199px) {
	.leader-list .ImgCrop {
		height: 170px;
	}
	.leader-list p:first-child {
		margin-top: 0;
	}
	.leader-list p+p {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.leader-list .ImgCrop {
		height: 170px;
	}
	.leader-list .col-xs-4 {
		width: 165px;
	}
	.leader-list .col-xs-8 {
		float: none;
		width: 100%;
		padding-left: 180px;
	}
}

@media (max-width: 380px) {
	.leader-list .col-xs-4,
	.leader-list .col-xs-8 {
		float: none;
		width: 100%;
	}
	.leader-list .col-xs-4 {
		margin-bottom: 15px;
	}
	.leader-list .col-xs-8 {
		padding-left: 15px;
	}
	.leader-list .ImgCrop {
		height: auto;
	}
	.leader-list .ImgCrop img {
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
	}
	.leader-list .ImgCrop+p {
		text-align: left;
	}
}


/* 政府文件列表 */

.govfile-list .item {
	padding: 15px 0;
}

.govfile-list .item+.item {
	border-top: 1px dashed #ddd;
}

.govfile-list a {
	font-size: 16px;
	color: #333;
}

.govfile-list a:hover,
.govfile-list a:focus {
	color: #0a4890;
}

.govfile-list p:before,
.govfile-list p:after {
	display: table;
	content: '';
}

.govfile-list p:after {
	clear: both;
}

.govfile-list p {
	margin: 10px -10px 0;
	color: #666;
}

.govfile-list p span {
	padding: 0 10px;
}

@media (max-width: 767px) {
	.govfile-list p span {
		float: left;
		width: 50%;
	}
}

@media (max-width: 540px) {
	.govfile-list p {
		margin-left: 0;
		margin-right: 0;
	}
	.govfile-list p span {
		width: 100%;
		padding: 0;
	}
}


/* 幻灯片 */

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background-color: #0a4890;
}


/* 横向幻灯片 */

.slider-news .item {
	background-color: #f0f0f0;
}

.slider-news .owl-controls {
	margin-top: 0;
}

.slider-news .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 60px;
	line-height: 60px;
	width: 35px;
	margin: -30px 0 0;
	padding: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	font-size: 30px;
}

.slider-news .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, .8);
}

.slider-news .owl-nav .owl-prev {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.slider-news .owl-nav .owl-next {
	left: 715px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.slider-news .owl-nav .owl-next {
		left: 582px;
	}
}

@media (max-width: 991px) {
	.slider-news .owl-nav .owl-next {
		left: initial;
		right: 0;
	}
}

.slider-news .owl-dots {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.slider-news .owl-dots span {
	width: 15px;
	height: 15px;
}

.slider-news .ImgCrop,
.introduction {
	height: 345px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.slider-news .ImgCrop,
	.introduction {
		height: 280px;
	}
}

@media (max-width: 991px) {
	.slider-news .item .no-padding-left {
		padding-left: 15px !important;
	}
	.slider-news .ImgCrop,
	.introduction {
		height: auto;
	}
}

.slider-news .ImgCrop img:hover {
	opacity: 1;
}

.introduction {
	padding: 10px;
}

.introduction .title {
	margin: 10px 0 15px;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	text-align: center;
	color: #333;
}

.introduction .title .time {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}

.introduction .title .time,
.introduction .details {
	color: #555;
}

.introduction .details {
	height: 196px;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
	overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.introduction .details {
		height: 144px;
	}
}

@media (max-width: 991px) {
	.introduction .details {
		height: 144px;
	}
}

.comment-count {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 20px;
	color: #6e6e6e;
}

.comment-count i {
	margin-right: 5px;
	font-weight: 700;
	color: #0a4890;
}

@media (max-width: 991px) {
	.comment-count {
		position: inherit;
	}
}


/* 表单 */

.form-query .form-group {
	overflow: hidden;
	margin-bottom: 10px;
}

.form-query label,
.form-query .form-control {
	float: left;
}

.form-query label {
	width: 30%;
}

.form-query .form-control {
	width: 70%;
}

@media (max-width: 580px) {
	.form-query label,
	.form-query .form-control {
		width: 100%;
	}
}

.form .btn {
	padding: 9px 12px;
	border-radius: 0;
}

.form .btn i {
	vertical-align: middle;
}

.form .btn.btn-lg {
	padding: 12px 30px;
	font-size: 14px;
}

.form .btn+.btn {
	margin-left: 15px;
}

.form label,
.form input {
	height: 40px;
	line-height: 40px;
}

.form input {
	padding: 0 10px;
	border-color: #ccc;
	border-radius: 0;
}

.form input:hover,
.form input:focus {
	border-color: #ccc !important;
}

.form input[type=checkbox],
.form input[type=radio] {
	transition: all 0s;
}

.form .form-group {
	position: relative;
}

.form-group .addRight {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	overflow: hidden;
}

.form-group .addRight i {
	font-size: 24px;
	color: #0a4890;
}

.form .bootstrap-select {
	width: 100%;
	height: 40px;
}

.form .bootstrap-select .btn {
	height: 40px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.form .bootstrap-select .btn:focus {
	outline: 0 !important;
}

.input-group-btn .btn,
.input-group-btn .btn:hover,
.input-group-btn .btn:focus {
	border-color: #ccc !important;
	border-right: 0;
}

.input-group-btn .caret {
	color: #0069c5;
}

.valid-code .form-control {
	padding-right: 80px;
}

.form-time .form-control {
	padding-right: 50px;
}

.form-time .addRight {
	width: 40px;
}

.form-time .addRight a {
	display: block;
	height: 40px;
	padding-top: 6px;
	text-align: center;
}

@media (max-width: 767px) {
	.form .text-right {
		text-align: left !important;
	}
}

[class*=icheckbox_],
[class*=iradio_],
[class^=icheckbox_],
[class^=iradio_] {
	margin-left: 0 !important;
	margin-top: 13px !important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}


/* 表格 */
.table>tbody>tr>td
, .table>tbody>tr>th
, .table>tfoot>tr>td
, .table>tfoot>tr>th
, .table>thead>tr>td
, .table>thead>tr>th {
	line-height: 2;
}

.table-title {
	margin: 30px 0;
	text-align: center;
	font-weight: 400;
}

.table-title2 {
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
	color: #0a4890;
	border-bottom: 2px solid #0a4890;
	font-weight: 500;
}

.totalCount span {
	margin: 0 20px;
	color: #0a4890;
}

.totalCount td {
	padding: 30px 6px !important;
}

.table .single-line a {
	display: block;
	height: 25px;
	overflow: hidden;
}

.table p {
	margin-bottom: 0;
	line-height: 28px;
}

thead a,
thead a:hover,
thead a:focus {
	color: #fff;
}

thead a+a {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255, 255, 255, .5);
}

@media (max-width: 767px) {
	.table .single-line a {
		height: auto;
	}
	.table td {
		width: inherit !important;
	}
}

.Article_content table {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 12px;
}

.datetimepicker {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.datetimepicker thead {
	background-color: #fff;
	color: #3c3c3c;
}

.datetimepicker table tr+tr {
	border-top: 0;
}

.datetimepicker td,
.datetimepicker th {
	padding: 5px !important;
}


/* 说明信息卡片 */

.description {
	padding: 20px;
	background-color: #f7f7f8;
}

.description .title {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 400;
	color: #0a4890;
}

.description .content p,
.description2 .content p {
	position: relative;
	margin-bottom: 0;
	padding-left: 15px;
	color: #333;
}

.description .content p:before,
.description2 .content p:before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #1c96e0;
	border-radius: 50%;
	content: '';
}

.description .content p+p,
.description2 .content p+p {
	margin-top: 15px;
}

.description2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.description2 h4 {
	margin: 30px 0 15px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.description2 p.no-dot {
	padding-left: 0;
}

.description2 p.no-dot:before {
	content: none;
}

.description2 a {
	display: block;
	margin-top: 10px;
	color: #337ab7;
	word-break: break-all;
}

.description2 a.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.description2 a.btn-primary {
	color: #fff;
}

@media (max-width: 580px) {
	.description2 .col-xs-6 {
		width: 100%;
	}
}


/* 地址信息 */

.address-info {
	color: #666;
}

.address-info p:before,
.address-info p:after {
	display: table;
	content: '';
}

.address-info p:after {
	clear: both;
}

.address-info p {
	margin-bottom: 0;
	padding: 10px 0;
}

.address-info p+p {
	border-top: 1px dashed #ddd;
}

.address-info i {
	margin-right: 10px;
	font-size: 16px;
	color: #0a4890;
}

.address-info span {
	float: left;
}

@media (max-width: 991px) {
	.address-info span.col40 {
		width: 25% !important;
	}
	.address-info span.col60 {
		width: 75% !important;
	}
}

@media (max-width: 580px) {
	.address-info span.col40 {
		width: 35% !important;
	}
	.address-info span.col60 {
		width: 65% !important;
	}
}

@media (max-width: 380px) {
	.address-info span.col40 {
		width: 40% !important;
	}
	.address-info span.col60 {
		width: 60% !important;
	}
}


/* 访谈 */

.interview:before,
.interview:after {
	display: table;
	content: '';
}

.interview:after {
	clear: both;
}

.interview img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto 10px;
}

.interview p {
	line-height: 28px;
	margin-bottom: 0;
	text-align: justify;
	color: #333;
}

.interview-horz p,
.interview-horz img {
	float: left;
}

.interview-horz img {
	width: 40%;
}

.interview-horz p {
	width: 60%;
	padding-left: 15px;
}

@media (max-width: 991px) {
	.interview-horz p {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.interview-horz img {
		float: none;
		width: auto;
		max-width: 100%;
	}
}


/* 政务公开-快捷方式 */

.owl-shortcut {
	margin-left: -5px;
	margin-right: -5px;
	text-align: center;
}

.owl-shortcut .item a {
	display: block;
	margin: 0 5px;
	padding: 10px 0;
	background-color: #f7f7f8;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.owl-shortcut .item a+a {
	margin-top: 10px;
}

.owl-shortcut .item a:hover,
.owl-shortcut .item a:focus {
	background-color: #efefef;
}

.owl-shortcut i {
	font-size: 36px;
	color: #0a4890;
}

.owl-shortcut p {
	margin: 5px 0 0;
}

/* 政务公开 - 政府机构 */
.duty-content {
	color: #666;
}

.duty-content p {
	margin-bottom: 0;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
}

.duty-content p + p {
	margin-top: 10px;
}


/* 首页 */

.home .main {
	background: #f5f6f7 url(/2017assets/img/home_bg.png) center top no-repeat;
	background-size: 1920px;
}

.home h2 {
	margin: 0 auto 30px;
	font-size: 28px;
	text-align: center;
}

.home .quick-entry h2 a,
.home .quick-entry h2 i {
	color: #fff;
}

@media (max-width: 991px) {
	.home .quick-entry {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}

.home .quick-entry .bootstrap-select {
	height: 50px;
	line-height: 50px;
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

.home .quick-entry .bootstrap-select button {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 25px;
	border: 0;
	line-height: 50px;
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

.home .quick-entry .bootstrap-select button:focus {
	outline: 0 !important;
}

.home .input-group {
	margin: 30px auto 20px;
}

.home .input-group input {
	height: 50px;
	padding: 0 55px 0 10px;
	border: 0;
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

.home .input-group .addRight {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	z-index: 3;
}

.home .input-group .addRight i {
	font-size: 24px;
	color: #f96407;
	vertical-align: middle;
}

@media (max-width: 480px) {
	.home .input-group {
		margin: 10px auto;
	}
}

.matters-list {
	text-align: center;
}

.matters-list div.icon {
	width: 65px;
	height: 65px;
	margin: 0 auto 10px;
	padding-top: 15px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 4px;
}

.matters-list a:hover div.icon {
	background-color: #fff;
}

.matters-list i {
	font-size: 36px;
	color: #0a4890;
}

.matters-list p {
	color: #fff;
}

.hot-search {
	text-align: center;
}

.hot-search,
.hot-search a {
	color: #666;
}

.hot-search .item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.hot-search a {
	padding: 0 5px;
}

.nav-info {
	border-radius: 6px;
}

.nav-info a {
	height: 70px;
	line-height: 70px;
	padding: 0 5px !important;
	font-size: 20px;
	font-weight: 700;
	color: #0a4890;
	text-align: center;
	background-color: #f1f3f4;
}

.nav-info li+li a {
	border-top: 1px solid #ddd;
}

.nav-info .active a,
.nav-info a:hover,
.nav-info a:focus {
	background-color: #0a4890 !important;
	color: #fff;
	border-radius: 6px;
}

.nav-info .active a {
	position: relative;
}

.nav-info .active a:after {
	position: absolute;
	display: block;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right-width: 0;
	border-left-color: #0a4890;
	content: '';
}

.nav-info a i {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.nav-info a:hover i,
.nav-info a:focus i {
	color: #fff;
}

.nav-info .active+li a {
	border-top: 0;
}

.nav-info i {
	margin-right: 5px;
}

.home .bigTitle {
	padding: 10px 0;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	text-align: left;
}

@media (max-width: 991px) {
	.nav-info {
		margin-bottom: 20px;
	}
	.nav-info li {
		float: left;
		width: 20%;
	}
	.nav-info li a {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: 500;
		border-top: 0 !important;
	}
	.nav-info .active a:after {
		bottom: -10px;
		left: 50%;
		top: inherit;
		right: inherit;
		margin-left: -5px;
		border-right-width: 10px;
		border-left-color: transparent;
		border-bottom-width: 0;
		border-top-color: #0a4890;
	}
}

@media (max-width: 580px) {
	.nav-info li {
		float: none;
		width: 100%;
	}
	.nav-info li a {
		height: 40px;
		line-height: 40px;
	}
	.nav-info .active a:after {
		content: none;
	}
}

.home .bigTitle a {
	height: 25px;
	line-height: 24px;
	color: #3c3c3c;
}

.home .bigTitle .label {
	height: 25px;
	line-height: 25px;
}

.home .tab-title {
	margin-bottom: 0;
}

.home .tab-title a {
	font-size: 16px;
}

@media (max-width: 1199px) {
	.home .tab-title a {
		padding: 0 3px 10px !important;
	}
}

.owl-info .ImgCrop {
	height: 288px;
}

@media (max-width: 767px) {
	.owl-info {
		margin-bottom: 20px;
	}
	.owl-info .ImgCrop {
		height: auto !important;
	}
	.owl-info .ImgCrop img {
		height: auto !important;
		margin-top: 0 !important;
	}
}

@media (max-width: 480px) {
	.home .tab-title a {
		font-size: 14px;
	}
	.home .normal-list a {
		font-size: 12px;
	}
	.home .tab-title .item+.item {
		margin-left: 0;
	}
	.home .tab-title a {
		font-size: 12px;
	}
}

@media (max-width: 360px) {
	.home .tab-title a {
		padding-left: 0 !important;
		padding-right: 1px !important;
	}
}

.owl-info .title {
	font-size: 14px;
}

.owl-info .owl-dots {
	position: absolute;
	right: 0;
	bottom: 2px;
}

.owl-info .owl-controls {
	margin-top: 0;
}

.owl-info .owl-prev,
.owl-info .owl-next {
	position: absolute;
	top: 50%;
	padding: 10px 8px !important;
	margin-top: -20px !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, .6) !important;
	font-size: 18px !important;
}

.owl-info .owl-prev:hover,
.owl-info .owl-next:hover {
	background-color: #000 !important;
}

.owl-info .owl-prev {
	left: 0;
}

.owl-info .owl-next {
	right: 0;
}

.owl-link {
	position: relative;
	padding: 0 50px;
}

.owl-link .item {
	margin-left: -10px;
	margin-right: -10px;
}

.owl-link .link-item {
	float: left;
	width: 20%;
	padding: 0 10px;
}

.owl-link .link-item a {
	display: block;
}

.owl-link .owl-prev,
.owl-link .owl-next {
	position: absolute;
	top: 15px;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 30px !important;
	background-color: transparent !important;
	color: #95989a !important;
}

.owl-link .owl-prev {
	left: 0;
}

.owl-link .owl-next {
	right: 0;
}

@media (max-width: 767px) {
	.owl-link {
		padding: 0;
	}
	.owl-link .item {
		margin: 0;
		text-align: center;
	}
	.owl-link .link-item {
		float: none;
		width: 100%;
		padding: 0;
	}
	.owl-link .link-item + .link-item {
		margin-top: 15px;
	}
	.owl-link .owl-controls {
		margin-top: 0;
	}
	.owl-link .owl-dots {
		height: 45px;
		padding-top: 12.5px;
	}
	.owl-link .owl-prev,
	.owl-link .owl-next {
		/* position: static; */
		/* position: inherit; */
		top: inherit;
		bottom: 0;
	}
}

@media (max-width: 480px) {
	.owl-link {
		padding: 0;
	}
}

.home .owl-shortcut {
	margin-bottom: 0;
}

.home .owl-shortcut .owl-stage-outer {
	max-height: 316px;
	overflow: hidden;
}

.home .owl-shortcut .item a {
	padding: 4px 0;
}

.home .owl-shortcut .item a+a,
.home .owl-shortcut .owl-controls {
	margin-top: 8px;
}

.home .list-card {
	margin-left: -5px;
	margin-right: -5px;
}

.home .list-card .item {
	padding: 5px;
}

.home .list-card .item a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.home .list-card .item a i {
	font-size: 16px;
}

.home .list-card4 .item {
	width: 33.33333%;
	padding: 4px;
}

.home .list-card4 .item a {
	height: auto;
	line-height: inherit;
	padding: 10px 0;
	background-color: #f4f3f3;
	border-radius: 4px;
	color: #3c3c3c;
	border: 1px solid #f4f3f3;
}

.home .list-card4 .item a:hover {
	background-color: #d8d8d8;
}

.home .list-card4 .item a i {
	font-size: 36px;
	color: #0069c5;
}

@media (max-width: 380px) {
	.home .list-card4 .item {
		width: 50%;
		font-size: 12px;
	}
	.home .list-card4 .item a i {
		font-size: 24px;
	}
}

.home .list-card5 .item a {
	padding: 5px 0;
	background-color: #fff;
}

.home .list-card6 {
	margin-top: -1px;
}

.home .list-card6 .item a {
	border: 0;
	background-color: #fff;
	color: #0a4890;
}

.home .list-card5 .item a:hover,
.home .list-card6 .item a:hover {
	background-color: #f4f3f3;
}

.home .list-guide {
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 23px;
	border-top: 1px dashed #ddd;
}

.home .list-guide .item {
	float: left;
	width: 16.66666%;
	margin-top: 0;
	padding: 0 5px;
}

.home .list-guide a {
	height: 77px;
	line-height: 77px;
}

.home .list-guide .dot {
	margin-left: 5px;
	margin-right: 5px;
}

.home .list-guide i {
	margin-right: 0;
}

@media (max-width: 767px) {
	.home .list-guide .item {
		width: 33.33333%;
	}
	.home .list-guide a {
		height: 55px;
		line-height: 55px;
	}
}

.home .normal-list-date.normal-list-dashed-line .time {
	height: 50px;
	line-height: 50px;
}

.home .normal-list-date .time {
	height: 35px;
	line-height: 35px;
}


/* 走进长宁 */

.owl-walk .ImgCrop {
	height: 380px;
}

.owl-walk .owl-prev,
.owl-walk .owl-next {
	position: absolute;
	top: 50%;
	padding: 10px 8px !important;
	margin-top: -20px !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, .6) !important;
	font-size: 18px !important;
}

.owl-walk .owl-prev:hover,
.owl-walk .owl-next:hover {
	background-color: #000 !important;
}

.owl-walk .owl-prev {
	left: 0;
}

.owl-walk .owl-next {
	right: 0;
}

.owl-walk .title {
	padding: 15px !important;
	font-size: 14px;
}

.owl-walk .title span {
	width: 100% !important;
}

@media (max-width: 991px) {
	.owl-walk .ImgCrop {
		height: auto;
	}
	.owl-walk .ImgCrop img {
		height: auto !important;
		margin-top: 0 !important;
	}
}


/* 走进长宁-历史变迁 */

.history-list {
	margin-bottom: 30px;
	color: #333;
}

.history-list .date:before,
.history-list .date:after {
	display: table;
	content: '';
}

.history-list .date:after {
	clear: both;
}

.history-list .date {
	margin: 35px 0;
	text-align: right;
	vertical-align: middle;
}

.history-list .ad-time,
.history-list .time {
	float: right;
	height: 80px;
	text-align: center;
	font-weight: 700;
}

.history-list .time {
	line-height: 84px;
	margin-right: 10px;
	padding: 0;
	font-size: 20px;
}

.history-list .ad-time {
	width: 80px;
	line-height: 80px;
	margin-right: -55px;
	padding: 0 10px;
	border: 2px solid #0069c5;
	border-radius: 50%;
	background-color: #fff;
	color: #0a4890;
}

.history-list .ad-time2 {
	line-height: inherit;
	padding: 20px 10px;
}

.history-list .col-sm-3 {
	z-index: 2;
}

.history-list .col-sm-9 {
	border-left: 1px solid #91bee6;
	z-index: 1;
}

.history-list .content {
	position: relative;
	min-height: 100px;
	margin: 35px 20% 35px 80px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.history-list .content:before,
.history-list .content:after {
	position: absolute;
	display: block;
	left: -8px;
	top: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-width: 0;
	border-right-color: #ddd;
	content: '';
}

.history-list .content:after {
	top: 11px;
	left: -7px;
	border: 7px solid transparent;
	border-left-width: 0;
	border-right-color: #fff;
}

.history-list p {
	line-height: 28px;
	margin-bottom: 0;
}

.history-list p+p {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.history-list .time {
		font-size: 16px;
	}
	.history-list .content {
		margin-right: 35px;
	}
}

@media (max-width: 767px) {
	.history-list .item {
		padding-left: 20px;
		border-left: 1px solid #91bee6;
	}
	.history-list .date {
		position: relative;
		margin: 30px 0 10px;
		text-align: left;
	}
	.history-list .date:before {
		position: absolute;
		display: block;
		top: 7px;
		left: -24px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		border: 1px solid #91bee6;
		background-color: #ddd;
		content: '';
	}
	.history-list .item:hover .date:before,
	.history-list .item:focus .date:before {
		background-color: #91bee6;
	}
	.history-list .time,
	.history-list .ad-time {
		float: none;
		width: auto;
		height: auto;
		padding: 0;
		line-height: inherit;
	}
	.history-list .time {
		margin-right: 0;
		font-size: 14px;
	}
	.history-list .ad-time {
		margin-right: 10px;
		border: 0;
	}
	.history-list .ad-time2 {
		padding: 0;
	}
	.history-list .col-sm-9 {
		border-left: 0;
	}
	.history-list .content {
		margin: 15px 0 0;
		min-height: inherit;
		font-size: 12px;
	}
	.history-list .content:before {
		top: -8px;
		left: 10px;
		border: 8px solid transparent;
		border-top-width: 0;
		border-bottom-color: #ddd;
	}
	.history-list .content:after {
		top: -7px;
		left: 10px;
		border: 8px solid transparent;
		border-top-width: 0;
		border-bottom-color: #fff;
	}
}


/* 要闻动态 - 首页 */

.slider-category {
	position: relative;
	padding: 0 30px;
	margin-bottom: 30px;
}

.slider-category .owl-stage-outer {
	border: 1px solid #ddd;
}

.slider-category .item {
	margin-left: -1px;
	font-size: 18px;
	text-align: center;
}

.slider-category a {
	position: relative;
	padding: 15px;
}

.slider-category .owl-item+.owl-item a:before {
	position: absolute;
	top: 18px;
	left: 0;
	height: 20px;
	border-left: 1px solid #ddd;
	z-index: -1;
	content: '';
}

.slider-category .current a {
	background-color: #0a4890;
	color: #fff;
}
.slider-category .current a:before {
	border-left: 0 !important;
}

.slider-category .owl-controls {
	margin-top: 0;
}

.slider-category .owl-controls .owl-prev,
.slider-category .owl-controls .owl-next {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0 5px;
	height: 59px;
	line-height: 59px;
	border-radius: 0;
}

.owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #0a4b90;
}

.slider-category .owl-controls .owl-prev {
	left: 0;
}

.slider-category .owl-controls .owl-next {
	right: 0;
}

.load-more {
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
	color: #999;
}

.load-more:hover {
	background-color: #f3f3f3;
	color: #999;
}

.load-more:hover i {
	color: #999;
}

.changning-pic.pic-list-2 .item [class*=ImgCrop] {
	height: 120px;
}

/* 政民互动 - 在线咨询 */

.prompt-info .modal-body {
	text-align: center;
}

.prompt-info h4 {
	margin: 40px 0;
	font-size: 24px;
}

.prompt-info .btn {
	margin: 40px 0;
	border-radius: 0;
}

.prompt-info p {
	color: #666;
}

.prompt-info .num {
	font-weight: 700;
}

.nav-infos li {
	float: left;
}

.nav-infos .active a
, .nav-infos > li > a:focus {
	background-color: #0069c5;
	color: #fff;
}

.modal-result .btn {
	border-radius: 0;
}

.modal-result .modal-title {
	margin: 0 0 20px;
	text-align: center;
	font-size: 24px;
}