/*主体样式 开始*/

.subject {
	width: 100%;
}

.subject .line {
	background-color: #fefefe;
	margin-bottom: 10px;
}

/* 轮播图样式 开始*/
.slideshow {
	width: 100%;
	height: 250px;
}

/* 轮播图样式 结束*/

.gwy a {
	color: #1561af;
	display: block;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
}

/*新闻样式 开始*/
.news_centre {
	width: 100%;
	margin: 5px 0px;
}

.list-hd1 {
	height: 42px;
	line-height: 40px;
	text-align: center;
	padding: 0 5px;

}

.list-hd1 ul {

	border-bottom: 1px solid #e3e3e3;

}

.list-hd1 ul li {
	float: left;
	margin-right: 5px;
	padding: 0 5px;
}

.list-hd1 ul li h1 {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.list-hd1 .active {
	border-bottom: 2px solid #1561af;
}

.list-hd1 .active h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1561af;
}

.list-bd1 {}

.list-bd1 {

	display: none;
	padding: 0 5px;
	margin-top: 7px;
}

.list-bd1>.content {
	line-height: 30px;
	padding: 5px 0;
	border-bottom: #E3E3E3 solid 1px;
}

.list-bd1>.content a {
	display: block;
	font-size: 14px;
}

.list-bd1>.content span {
	font-size: 12px;
	color: #999999;
}

.list-bd1 .more,
.zxft .more{
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #999999;

}

/* 
.list-bd1 .gx {
    float: left;
	line-height: 35px;
}

.list-bd1 .gx a::after{
    content: "/";
	color: #999999;
	margin: 0 15px;
} */
/*新闻样式 结束*/

/* 政府信息公开样式开始 */

.gov_info {
	display: flex;
}

.gov_info li {
	flex: 1;
	width: auto;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;

}

.gov_info li a {
	display: block;
	background: #ededed;
	width: 97%;
	margin: 0 auto;
}

.gov_info li a:hover {
	background: #1561af;
	color: #FFFFFF;
}

/* 政府信息公开样式结束 */

.myprev,
.mynext {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.myprev {
	left: 5px;
	background: url(../images/prev.png) no-repeat;
	background-size: 100%;
	opacity: 1;
}

.mynext {
	right: 5px;
	background: url(../images/next.png) no-repeat;
	background-size: 100%;
	opacity: 1;
}

.zxft {
	display: none;
	padding: 0 5px;
}

.zxft li {
	border-bottom: #E3E3E3 solid 1px;
	line-height: 30px;
	padding: 5px 0;
	font-size: 14px;
}

.zxft li h1 {
	font-size: 15px;
}
