﻿.blue .list-fl .lmlist li.active a {
	color: #fff;
}

.st_header {
	height: 385px;
	background: url(https://www.neijiang.gov.cn/njs/xhtml/images/public/ywjy_bg.jpg) no-repeat;
	background-size: cover !important;
}

.st_head {
	width: 1200px;
	margin: auto;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.head_logo {
	width: 350px;
	position: absolute;
	top: 25px;
	left: 0;
}

.areamore {
	margin: 10px auto 0;
	padding: 5px 0;
	width: 84px;
	border-bottom: 2px solid #305fb0;
	text-align: center;
}

.blue .areamore {
	border-bottom: 2px solid #305fb0;
}

.list-fl .lmlist {
	list-style: none;
	width: auto;
	background: none;
	padding: 0 5px;
}

.list-fl .lmlist li {
	padding-left: 12px;
	width: auto;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	background-color: #305fb0;
	background-image: none;
	color: #fff;
	font-weight: bold;
	margin: 8px 0;
	cursor: pointer;
}

.list-fl .lmlist li a {
	color: #fff;
}

.list-lm li a {
	color: #fff;
}

.blue .list-lm li {
	background-color: #305fb0;
}

.list-lm .active {
	position: relative;
	background-color: #ec5c25 !important;
}

.list-fl .lmlist li.active a {
	color: #fff;
}

.list-lm .active::after {
	content: '➤';
	position: absolute;
	top: 0;
	right: 6px;
	color: white;
}

.areamore a {
	font-size: 20px;
}

@media (max-width: 1200px) {
	.st_header {
		height: auto;
	}

	.st_head {
		width: 100%;
		display: block;
		text-align: center;
	}

	.head_logo {
		width: 80%;
		margin: 30px auto;
		position: unset;
	}

	.head_tit {
		width: 95%;
		margin: auto;
		margin-bottom: 40px;
	}

	.list-fl .lmlist li {
		display: block;
	}
}