

.navbar-fixed-top {
	position: relative;
	top: inherit
}

.top-header {
	padding: 12px 0 0 0;
}

.search-box {
	width: 250px;
	height: 50px;
	overflow: hidden;
	position: relative;
	float: right;
}

.search-box .input-box {
	width: 100%;
}

.search-box input {
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 12px;
	transform: border-color 0.15s ease-in-out 0s,
		box-shadow 0.15s ease-in-out 0s;
}

.search-box input::-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}

.search-box .search-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	width: 36px;
	height: 36px;
	line-height: 30px;
	color: #1A1A1A;
	font-size: 16px;
	text-align: center;
	background: #C6332C;
	border-color: #C6332C;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	*top: 1px;
}

.search-box .search-btn:hover {
	background: #C6332C;
	border-color: #C6332C;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.search-box .search-btn i {
	color: #fff !important;
	position: relative;
	top: -2px;
}

/* 首页导航 */
.top-menu {
	/* background: #E7A640; */
	/* margin-top: 54px; */
}

.top-nav li {
	float: left;
	position: relative;
	margin-left: 10px;
}

.top-nav li a {
	font-size: 17px;
	text-align: center;
	color: #1A1A1A;
	padding: 17px 14px 20px 14px;
	display: block;
	margin-top: -8px;
}

.top-nav li.active a,
.top-nav li:hover a {
	color: #fff;
	background: url(../image/nava.png) center 49px no-repeat;
}

.top-nav li.active,
.top-nav li:hover {
	color: #fff;
	background: #e3a442;
}

.top-nav li .menu-dl {
	position: absolute;
	top: 53px;
	left: 0px;
	z-index: 444;
	visibility: hidden;
	width: 200px;
}

.top-nav li .menu-dl dd {
	color: #eb9208;
}

.top-nav li .menu-dl dd a {
	font-size: 15px;
	color: #eb9208;
	padding: 10px 8px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
	-ms-opacity: 0.8;
	margin-top: 5px;
}

.top-nav li:hover .menu-dl {
	visibility: visible;
}

.left-nav {
	width: 202px;
	float: left;
}

.right-con {
	position: relative;
	display: block;
	margin: 0 0px 0 215px;
	overflow: hidden;
	_zoom: 1;
}

/*首页导航*/
.index_nav {
	/* 	background: #FAFAFA; */
	padding: 12px 0 12px 0;
}

.index_nav li {
	text-align: center;
	width: 14.66667%;
	float: left;
	/* border: 1px solid #D9D9D9; */
	padding: 20px 10px 20px;
	margin: 0 1%;
	cursor: pointer;
}

.index_nav li:hover {
	border-color: #e3a442;
}

.index_nav li .img-icon {
	font-size: 56px;
	line-height: 56px;
	color: #e3a442;
}

.index_nav li p {
	font-size: 1.55rem;
	color: #666666;
	line-height: 1.4;
	margin-top: 8px;
}


/*首页集团新闻*/
.index-box {
	margin-top: 10px;
}

.focus-con {
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
}

.focus-box {
	position: relative;
}

.focus-box .slides {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	zoom: 1;
	overflow: hidden;
}

.focus-box .slides:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.focus-box .slides li {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.focus-box .slides li img {
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	_width: 100%;
	_height: 100%;
}

.focus-box .slides li .note-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 41px;
	background: #000;
	filter: alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	_background: url(none) 0 0 repeat #000;
}

.focus-box .slides li .note-txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.focus-box .flex-control-nav {
	position: absolute;
	right: 15px;
	bottom: 10px;
	display: block;
	z-index: 4;
}

.focus-box .flex-control-nav li {
	margin: 0 5px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.focus-box .flex-control-nav li a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
}

.focus-box .flex-control-paging li a:hover {
	background: #E7A63F;
}

.focus-box .flex-control-paging li a.flex-active {
	background: #E7A63F;
	cursor: default;
}

.index-news {
	float: right;
}

.main-title {
	text-align: left;
	background: #F5F5F5;
	margin: 0px 10px 18px 10px;
}

.main-title h2 {
	display: block;
	margin: 0;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-weight: 600;
	background: #E7A640;
	padding: 13px 20px;
	position: relative;
	margin-top: -8px;
}

.main-title h2 i {
	width: 0;
	height: 0;
	border-bottom: 8px solid #B0751A;
	border-right: 8px solid transparent;
	position: absolute;
	right: -8px;
	top: 0px;

}

.main-title p {
	display: block;
	float: right;
	color: #e3a442;
	font-size: 14px;
	padding: 8px 12px;
}

.main-tit {
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
}

.main-tit h2 {
	display: block;
	margin: 0;
	padding-bottom: 18px;
	float: left;
	color: #1A1A1A;
	font-size: 28px;
	font-weight: normal;
	border-bottom: 2px solid #e3a442;
	font-weight: 600;
}

.main-tit.main-tits h2 {
	font-size: 17px;
	padding-bottom: 10px;
}

.main-tit p {
	display: block;
	float: right;
	color: #e3a442;
	font-size: 13px;
}

.main-tit .search-keyword {
	color: #999;
	font-size: 14px;
	line-height: 1.4;
}

.main-tit .search-keyword strong {
	margin: 0 4px;
	color: #e3a442;
	font-weight: 600;
}

.index-tit .main-title {
	margin-top: 9px;
	margin-bottom: 10px;
}

.focus-list .slides li {
	height: 296px;
}

.jt-con {
	margin-top: 40px;
	padding-bottom: 15px;
}

.jt-con .main-title {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.col-new {
	height: 245px;
}

.side-txt-list {
	padding: 10px 0 0 0;
	text-align: left;
}

.side-txt-list li {
	line-height: 30px;
	font-size: 15px;
	color: #1A1A1A;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 4px 0;
}

.side-txt-list li>i {
	color: #e3a442;
}

.side-txt-list li a {
	color: #1A1A1A;
	margin-left: 5px;
}

.side-txt-list li span {
	float: right;
	font-size: 14px;
	margin-left: 15px;
	font-weight: normal;
	color: #999;
}

.side-txt-list li a:hover {
	color: #E7A640;
}

.side-txt-li {
	padding-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.jtnew-info {
	margin-top: -10px;
	margin-left: 10px;
}

.jtnew-info h3 {
	font-size: 16px;
	padding-bottom: 15px;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jtnew-info li {
	white-space: normal !important;
	padding: 15px 0;
}

.jtnew-info li a {
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: block;
}

.jtnew-info .text {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	height: 96px;
	text-indent: 1.5em;
}

/*宣传片*/
.video-con {
	width: 100%;
	height: 195px;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
}

.video-con video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}

/*友情链接*/
.side-link-wrap {
	margin-top: 3rem;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
	padding: 0 2.8em;
}

.side-link-wrap .swiper-slide .img {
	background: #fff;
	width: 220px;
	height: 72px;
	margin: 0 auto;
	overflow: hidden;
}

.side-link-wrap .swiper-slide .img img {
	display: block;
	width: 100%;
	height: 100%;
}

/* 面包式导航 */
.location {
	padding: 1em 5px;
	width: 100%;
	color: #1A1A1A;
	font-size: 15px;
	text-align: left;
}

.location span {
	color: #1A1A1A;
}

.location span>i {
	color: #999;
	position: relative;
	top: 0.5px;
}

.location a {
	margin: 0 5px;
	color: #1A1A1A;
}

.location a:hover {
	color: #e3a442;
}

.article-detail {
	padding: 0 15px 15px 0px;
	margin-top: 20px;
	margin-left: -4.5%;
}

.article-detail-search {
	margin-left: 0 !important;
}

.article-detail-search .main-tit h2 {
	font-size: 22px;
	padding-bottom: 13px;
}

.weui-meta h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: 600;
}

.weui-meta .info {
	margin-bottom: 25px;
	color: #999999;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}

.weui-meta .info span {
	margin: 0 8px;
}

.entry {
	font-size: 15px;
	line-height: 1.6em;
	word-wrap: break-word;
	word-break: break-all;
	margin-top: 15px;
	font-family: "microsoft yahei";
}

.entry img {
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 0.5em 0;
}

.entry strong {
	color: #E7A640;
	font-size: 15px;
}

.entry p {
	display: inherit;
	margin: 0.4em 0;
	color: #1A1A1A;
	word-wrap: break-word;
	word-break: break-all;
	font-family: "microsoft yahei";
}

.entry a {
	text-decoration: underline;
}

.entry table {
	margin: 10px auto;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}

.entry table th {
	background: #F9F9F9;
	text-align: center;
}

.entry table td,
.entry table th {
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	padding: 0.35em 0.5em;
}

/*内页左侧导航*/
.promenu {
	background: #FAFAFA;
	margin-top: 20px;
	width: 75%;
}

.promenu h3 {
	background: url(../image/img_leftnavbg@1x.png) no-repeat center center;
	background-size: cover;
	font-size: 28px;
	text-align: center;
	height: 112px;
	line-height: 112px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}

.pnavbar {
	margin-top: 15px;
}

.pnavbar li p {
	font-size: 14px;
	color: #1A1A1A;
	line-height: 32px;
}

.pnavbar li p a {
	display: block;
	color: #1A1A1A;
	padding: 10px 15px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	font-size: 17px;
	border-bottom: 1px dashed #d5d5d7;
}

.pnavbar li p i {
	color: #E7A640;
}

.pnavbar li p a:hover,
.pnavbar li p a.active,
.pnavbar li p a:hover i,
.pnavbar li p a.active i {
	color: #fff;
	background: #E7A640;
}

/*领导关怀*/
/*图片列表样式*/
.img-list {
	margin: -10px 0 0 -2%;
	*display: inline-block;
}

.img-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.img-list li {
	position: relative;
	float: left;
	margin: 10px 0 0 2%;
	width: 23%;
	height: auto;
	background: #fff;
	overflow: auto;
	_display: inline;
}

.img-list li .img-box {
	display: block;
	position: relative;
	width: 100%;
	height: 11em;
	overflow: hidden;
}

.img-list li .img-box img {
	width: 100%;
	height: 100%;
	display: block;
}

.img-list li .info {
	display: block;
	text-align: left;
	margin: 10px 0;
}

.img-list li .info h3 {
	display: block;
	line-height: 20px;
	height: 40px;
	font-size: 15px;
	font-weight: normal;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #1A1A1A;
}

.img-list li:hover .info h3 {
	color: #E7A640;
}

/*党建之窗*/
.party-bg {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	padding: 0px 0 30px 0;
}

.dj-info {
	margin-left: -2%;
}

.dj-info .col-new {
	width: 31.33333333%;
	float: left;
	padding: 15px 12px;
	margin-left: 2%;
	height: 312px;
}

.top-line {
	border-top: 4px solid #E7A640;
}

.party-dt {
	padding: 20px 0 15px 0;
	margin-top: 15px
}

.hj-con-text {
	padding-top: 15px;
}

.hj-con-text h3 {
	color: #1A1A1A;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 5px;
}

.hj-con-text h3 a {
	color: #1A1A1A;
	font-size: 16px;
	font-weight: 600;
}

.hj-con-text .hj-tit {
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666;
	font-size: 13px;
	height: 38px;
}

/*图说党群*/
.group {
	padding: 15px 12px;
	margin-top: 10px;
	*display: inline-block;
}

.group .swiper-slide {
	position: relative;
	height: auto;
	background: #fff;
	overflow: auto;
	_display: inline;
}

.group .swiper-slide .img-box {
	display: block;
	position: relative;
	width: 100%;
	height: 11em;
	overflow: hidden;
}

.group .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
	display: block;
}

.group .swiper-slide .info {
	display: block;
	text-align: left;
	margin-top: 10px;
}

.group .swiper-slide .info h3 {
	display: block;
	line-height: 20px;
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #1A1A1A;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.group .swiper-slide .info:hover h3 {
	color: #E7A640;
}

.retrie {
	position: relative;
	z-index: 102;
	background: url(../image/img_leftnavbg@1x.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	margin: 0px 15px 5px;
}

.retrie dt {
	overflow: hidden;
	margin-left: -1px;
}

.retrie dt a {
	position: relative;
	width: 100%;
	line-height: 2.8em;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
}

.retrie dt .up {
	color: #fff;
}

.retrie dd {
	position: relative;
}

.arealist .slide {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 104;
	display: none;
	width: 100%;
	overflow-y: auto;
	background: #FAFAFA;
}

.arealist .slide li {
	display: block;
	border-bottom: 1px solid #eee;
}

.arealist .slide li a {
	display: block;
	padding: 0 2em;
	background-color: transparent;
	line-height: 2.8em;
	color: #1a1a1a;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	font-size: 15px;
}

.arealist .slide li a.selected {
	background-color: #f6f6f6;
	color: #114ca3
}

.arealist .slide li a.select {
	background-color: #fff;
}



@media(max-width:767px) {
	.index-tit .main-title,.side-txt-li {
		margin-left: 0px;
		margin-right: 0px;
	}

	.search-box {
		width: 125%;
	}

	.top-menu {
		margin-top: 0px;
	}

	.jtnew-info {
		margin-top: 0px;
		margin-left: 0px;
	}

	.side-link-wrap .swiper-slide .img {
		width: 100%;
	}

	.focus-box .slides li {
		height: 18em;
	}

	.jt-con {
		margin-top: 25px;
		padding-bottom: 0px;
	}

	.index_nav li {
		width: 33.3333%;
		margin: 0px;
		padding: 10px;
	}

	.index_nav li .img-icon {
		font-size: 48px;
		line-height: 48px;
	}

	.index_nav li p {
		font-size: 1.5rem;
	}

	.index_nav {
		padding: 15px 0;
	}

	.col-new {
		margin-bottom: 35px;
	}

	.side-link-wrap {
		margin-top: 1.5rem;
	}

	.article-detail {
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-left: 0px;
	}

	.pagination ul {
		margin-top: 0px;
	}

	.pagination ul>li {
		padding-bottom: 2px;
		display: inline-block !important;
		border-bottom: 0px;
	}

	.pagination ul>li>a,
	.pagination ul>li>span {
		margin: 0 1px !important;
	}

	.footer .foot-box {
		padding: 15px 0;
	}

	.promenu {
		display: none;
	}

	.img-list li {
		width: 48%;
		box-sizing: border-box;
	}

	.img-list li .img-box {
		height: 10em;
	}

	.group {
		margin-top: 0px;
	}

	.group .swiper-slide .img-box {
		height: 8em;
	}

	.mt15.row {
		margin-top: 0px !important;
	}

	.hj-con-text {
		padding-top: 0px;
	}

	.dj-info .col-new {
		width: 98%;
		margin-bottom: 10px;
	}

	.col-new-bottom {
		margin-bottom: 0px;
	}

	.main-tit h2 {
		font-size: 17px;
		padding-bottom: 14px;
	}

	.main-title h2 {
		font-size: 15px;
	}

	.weui-meta h1 {
		font-size: 18px;
	}

	.top-nav li {
		float: none;
		margin-left: 0px;
	}

	.top-nav li a {
		width: 100%;
		text-align: left;
	}

	.top-nav li:hover .menu-dl {
		visibility: hidden;
	}

	.top-nav li:hover {
		color: #1A1A1A;
		background: none;
	}

	.top-nav li a {
		padding: 8px 15px;
		margin-top: 0px;
	}

	.navbar-fixed-top {
		position: fixed;
		top: 0
	}

	.top-nav li:hover a {
		background: none;
		color: #1A1A1A;
	}

	.navbar-collapse.in {
		overflow-y: hidden !important;
	}

	.article-detail-search .main-tit h2 {
		font-size: 20px;
	}
}

@media(max-width:1024px) and (min-width:768px) {

	.img-list li .img-box,
	.group .swiper-slide .img-box {
		height: 8em;
	}

	.main-tit h2,
	.promenu h3 {
		font-size: 20px;
	}

	.weui-meta h1 {
		font-size: 20px;
	}

	.main-title h2 {
		font-size: 15px;
	}

	.footer {
		margin-top: 25px;
	}
}

@media (max-width:1366px) and (min-width:1024px) {}
