* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #FDFCFA;
	background: url(../images/gksx_bg.png) no-repeat center top;
}
.lusong{
	background: #FDFCFA;
	background: url(../images/gksx_bg_lusong.png) no-repeat center top;
}
#yanling{
	background: #FDFCFA;
	background: url(../images/gksx_bg_yanling.png) no-repeat center top;
}
.container {
	margin: 0px auto;
}

/*header*/

.header {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	background-size: 100%;
	height: auto;
	overflow: hidden;
}

.main {
	background: #FFF;
	margin-top: 150px;
}

.header .logo {

	margin-top: 10px;
	text-align: left;

}

.logo img {
	width: 250px;
}

.banner-title {
	margin: 50px 0px 30px 0px;
	text-align: center;
	height: auto;
}

.daoyu {
	border-radius: 10px;
	background-color: rgba(198, 160, 116, 0.9);
	padding: 25px 35px;
	margin-bottom: 30px;
	margin-top: 150px;
	color: #FFF;
	height: auto;
	overflow: hidden;
}

.daoyu p {
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-indent: 2em;
}

/*检索*/
.search {
	width: 790px;
	margin: 0px auto 103px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.search .sr {
	border-radius: 4px 0 0 4px;
	border: 1px solid rgb(42, 121, 215);
	background: #fff url("../images/2025csszdgksxmlzt_search_icon.png") no-repeat 18px center;
	float: left;
	display: block;
	width: calc(100% - 200px);
	height: 50px;
	outline: none;
	padding-left: 50px;
	padding-right: 30px;
	color: #000;
	box-sizing: border-box;
}

.search .sr::placeholder {
	color: #999999;
}

.search .btn {
	border-radius: 0 4px 4px 0;
	background: #3e86db;
	color: #fff;
	width: 100px;
	height: 50px;
	border: none;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}

/* 导航栏 */
.nav {
	height: 90px;
	background: #3e86db;
	position: relative;
}

.nav ul {
	display: flex;
	justify-content: space-evenly;
}

.nav ul li {
	list-style: none;
}

.nav ul .nLi {
	text-align: center;
}

.nav ul .nLi>a {
	position: relative;
	display: inline-block;
	line-height: 90px;
	margin: 0 106px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.nav ul .nLi.on {
	background: #0d5ebe;
}

.nav ul .nLi.on a:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #f9bd52;
	border-radius: 4px;
	width: 110px;
	height: 4px;
	top: 80px;
	left: 50%;
	margin-left: -55px;
}


.box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.title {
	background: url(../images/2025csszdgksxmlzt_titlebg.png) no-repeat center center;
	text-align: center;
	color: #FFF;
	height: 62px;
	line-height: 62px;
	z-index: 300;
	position: relative;


}

.title a {

	font-size: 36px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #2869b6;
	text-decoration: none;
}

.bmgk-list,
.bmgk-list02 {
	overflow: hidden;
}

.bmgk-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.bmgk-list ul li {
	width: 25%;
	list-style: none;
}

.bmgk-list ul li span {
	display: block;
	margin: 10px;
	border: 1px solid #E5F1FF;
	background-color: #fff;
	height: 80px;
	-webkit-transition: all 0.3s ease-out;
	transition: all .3s ease-out;
}

.bmgk-list ul li span a {
	display: block;
	background-color: #E5F1FF;
	height: 66px;
	line-height: 66px;
	margin: 6px;
	text-align: center;
	color: #2869b6;
	font-size: 20px;
	text-decoration: none;
}

.bmgk-list ul li span:hover {
	border: 1px solid #3e86db;
}

/* 分类标签样式 */
.fenlei {
	border: 1px dashed #dddddd;
	background: #fff;
	border-radius: 10px;
	padding: 0 20px;
	margin-top: 40px;
}

.fenlei .fenlei-box {
	padding: 20px 0 20px;
	border-bottom: 1px solid #dddddd;
}

.fenlei .fenlei-box:last-child {
	border-bottom: 0;
}

.fenlei .fenlei-box table {
	width: 100%;
}

.fenlei .fenlei-box .tit {
	width: 100px;
	font-size: 18px;
	vertical-align: text-top;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
}

.fenlei .fenlei-box .max-auto a {
	position: relative;
	display: inline-block;
	line-height: 40px;
	margin-right: 20px;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

.fenlei .fenlei-box .max-auto a:hover {
	color: #7396f9;
}

.fenlei .fenlei-box .max-auto a.on {
	color: #7396f9;
}

.fenlei .fenlei-box .max-auto a.on:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #7396f9;
	border-radius: 4px;
	width: 100%;
	height: 4px;
	top: 34px;
	left: 0;
}

.fenlei .fenlei-box .max-auto .min50 {
	height: 40px;
	overflow: hidden;
}

.fenlei .fenlei-box .max-auto .min50.min-auto {
	height: auto;
}

.layui-table {
	width: 100%;
	margin: 10px 0;
	background-color: #fff;
	color: #5f5f5f
}

.layui-table tr {
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-table th {
	text-align: left;
	font-weight: 600
}

/* 公开依据列表样式 */
.bmgk-yj-list {
	margin-top: 40px;
}

.bmgk-yj-list ul li {
	list-style: none;
}

.bmgk-yj-list ul li h3 {
	font-size: 18px;
	color: #000000;
	line-height: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

.bmgk-yj-list ul li h3 a {
	color: #000000;
}

.bmgk-yj-list ul li h3 a:hover {
	color: #7396f9;
}

.bmgk-yj-list ul li p:nth-child(2) {
	font-size: 18px;
	line-height: 35px;
	color: #666666;
	/* margin-bottom:20px; */
}

.bmgk-yj-list ul li p:nth-child(3) {
	font-size: 16px;
	color: #000;
}

.bmgk-yj-list ul li hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bmgk-yj-list ul li:last-child hr {
	display: none;
}

.article-title {
	margin-top: 50px;
	line-height: 36px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 20px;
}

.pages_zz {
	padding: 0 20px 20px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	margin-bottom: 30px;
}

.pages_zz .font {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
}

.pages_zz .dozoom img {
	margin-top: -2px;
}

.pages_zz .dozoom a {
	margin: 0 5px;
	font-size: 14px;
}

.pages_zz .dozoom .on {
	opacity: 0.6;
}

.sxlb-list .layui-table {
	border-top: 2px solid #3e86db;
	margin-top: 40px;
}

.sxlb-list th {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	background: #f2f8ff;
	padding: 45px 15px;
	text-align: center;
	border-color: #f2f8ff;
}

.sxlb-list td {
	font-size: 16px;
	color: #000000;
	text-align: justify;
	padding: 25px 15px;
}

.sxlb-list td a {
	color: #000000;
}

.sxlb-list td a i {
	color: #3e86db;
}

.sxlb-list td a:hover {
	color: #7396f9;
}

.sxlb-list td:nth-child(4),
.sxlb-list td:nth-child(6) {
	text-align: center;
}

.sxlb-list tbody tr:hover {
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}

.sxlb-list-xs {
	display: none;

}

.sxlb-list-xs .layui-table {
	border-top: 2px solid #3e86db;
}

.sxlb-list-xs td {
	border-color: #c4d1e1;
}

.sxlb-list-xs .td-title {
	width: 100px;
	color: #000000;
	background: #f2f8ff;
	font-weight: bold;
	text-align: center;
}

.layui-table-checked {
	background-color: #dbfbf0
}

.layui-table-checked.layui-table-click,
.layui-table-checked.layui-table-hover {
	background-color: #abf8dd
}

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-mend,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
	border-width: 1px;
	border-style: solid;
	border-color: #eee
}

.layui-table td,
.layui-table th {
	position: relative;
	padding: 9px 15px;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px
}

.layui-table[lay-skin=line] td,
.layui-table[lay-skin=line] th {
	border-width: 0;
	border-bottom-width: 1px
}

.layui-table[lay-skin=row] td,
.layui-table[lay-skin=row] th {
	border-width: 0;
	border-right-width: 1px
}

.layui-table[lay-skin=nob] td,
.layui-table[lay-skin=nob] th {
	border: none
}

.layui-btn {
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #1e9fff;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.pagination {
	text-align: center;
}

.pagination a.on {
	background: #3e86db;
	border: 1px solid #3e86db;
	color: #FFF;
}

/*检索*/
#searchResultStats{margin: 20px 0px;}
#searchKeyword {
	color: #FFF;
	height: 18px;
	line-height: 18px;
	position: relative;
	display: inline-block;
	padding: 0 6px;
	font-size: 12px;
	text-align: center;
	background-color: #0785c0;
	color: #fff;
	border-radius: 2px
}
#resultCount{
	color: #FFF;
	height: 18px;
	line-height: 18px;
	position: relative;
	display: inline-block;
	padding: 0 6px;
	font-size: 12px;
	text-align: center;
	background-color: #1fac0d;
	color: #fff;
	border-radius: 2px	
}
.foot,.foot_cont {
	background: #244E8C;
}
.foot_er ul li{width: 25%;}
.foot_fr p,
.foot_fr p a,
.foot_er ul li p {
	color: #FFF;
}
.friendLink{display: none;}
@media (min-width: 980px) and (max-width: 1200px) {
	.body {
		background-size: 100%;
	}
	.foot,.foot_cont {
	background: #244E8C;
}
}

@media (min-width: 768px) and (max-width: 979px) {
	.body {
		background-size: 100%;
	}

	.bmgk-list ul li {
		width: 33.33%;
	}
.foot,.foot_cont {
	background: #244E8C;
}
}

@media (max-width: 767px) {
	.body {
		background: url(../images/gksx_bg_m.png) no-repeat center top;
		background-size: 100%;
	}
	.lusong {
		background: url(../images/gksx_bg_lusong_m.png) no-repeat center top;
		background-size: 100%;
	}
	#yanling {
		background: url(../images/gksx_bg_yanling_m.png) no-repeat center top;
		background-size: 100%;
	}
	.banner-title {
		margin: 30px 0px 30px 0px;
	}

	.logo img {
		width: 50%;
	}

	.search {
		width: calc(100%-50px);
	}

	.search .sr {
		width: calc(70% - 200px);
	}

	.daoyu {
		margin-top: 50px;
	}

	.daoyu p {
		font-size: 16px;
		line-height: 30px;
	}

	.nav ul .nLi>a {
		position: relative;
		display: inline-block;
		line-height: 90px;
		margin: 0 16px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	.bmgk-list ul li {
		width: 50%;
	}

	.bmgk-list ul li span a {
		display: -webkit-box;
		/* 兼容WebKit内核浏览器 */
		-webkit-line-clamp: 2;
		/* 显示最大3行 */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;

	}
}

@media (max-width: 480px) {
	.main {
		background: #FFF;
		margin-top: 50px;
	}

	.banner-title {
		margin: 30px 0px 30px 0px;
	}

	.logo img {
		width: 50%;
	}

	.search {
		width: calc(100%-50px);
	}

	.search .sr {
		width: calc(60% - 200px);
	}

	.daoyu {
		margin-top: 50px;
	}

	.daoyu p {
		font-size: 16px;
		line-height: 30px;
	}

	.nav {
		height: 60px;
		overflow: hidden;
	}

	.nav ul .nLi {
		height: 60px;
	}

	.nav ul .nLi>a {
		margin: 0px 20px;
		height: 60px;
		line-height: 60px;
	}

	.nav ul .nLi.on a:after {
		content: "";
		display: block;
		position: absolute;
		background-color: #f9bd52;
		border-radius: 4px;
		width: 110px;
		height: 4px;
		top: 55px;
		left: 50%;
		margin-left: -55px;
	}

	.fenlei .fenlei-box .max-auto a {
		font-size: 14px;
		line-height: 30px;
	}

	.fenlei .fenlei-box .max-auto a.on:after {
		content: "";
		display: block;
		position: absolute;
		background-color: #7396f9;
		border-radius: 4px;
		width: 100%;
		height: 2px;
		top: 24px;
		left: 0;
	}

	.sxlb-list {
		display: none;
	}

	.sxlb-list-xs {
		display: block;
	}

	.pages_zz {
		text-align: left;
		margin-bottom: 10px;
		padding: 0 10px 10px;
	}

	.pages_zz span {
		display: none;
	}

	.pages_zz .font {
		display: block;
		text-align: left;
		padding: 0;
	}

}