.head {
	height: 575px;
	background-size: 100% 100%;
}

.head-logo img {
	float: left;
	margin-top: 19px;
}

.head-logo span {
	float: right;
	margin-top: 27px;
}

.head-logo span a {
	width: 115px;
	height: 34px;
	background-color: #fff;
	opacity: 0.8;
	border: 1px solid #4b5be9;
	box-sizing: border-box;
	border-radius: 18px;
	display: block;
	float: left;
	text-align: center;
	line-height: 34px;
	margin-left: 16px;
	color: #1B42DB;
}

.main {
	margin-top: -100px;
	margin-bottom: 90px;
}

.shjz {
	
}

.shfl {
	margin-top: 72px;
}

.shjz, .shfl {
	padding: 0 28px 57px 28px ;
	box-sizing: border-box;
	box-shadow: 0px 2px 10px 0px #c95c51;
	display: flow-root;
}

.shjz-title {
	display: block;
	margin: 0 auto;
	margin-top: -20px;
}

.sub-title {
	font-size: 0;
	margin-top: 42px;
	position: relative;
}

.sub-title::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #707070;
	bottom: -13px;
	left: 0;
	z-index: 999;
}

.sub-title img {
	vertical-align: middle;
}

.sub-title span {
	vertical-align: middle;
	font-size: 24px;
	font-weight: 700;
	color: #C1392B;
	letter-spacing: 3px;
	margin-left: 15px;
}

.sub-title a {
	font-size: 14px;
	color: #707070;
	letter-spacing: 2px;
	float: right;
	padding-top: 17px;
}

.gkbz-banner {
	margin-top: 42px;
	width: 100%;
	height: 149px;
}

.nav {
	margin-top: 40px;
}

.nav li {
	float: left;
	width: 25%;
	height: 55px;
	background-color: #F2F2F2;
	position: relative;
	cursor: pointer;
}

.nav li.active {
	background: #c96363;
}

.nav li.a::after {
	position: absolute;
	content: "";
	height: 40px;
	border: 1px dashed #acabab;
	top: calc(50% - 20px);
	right: 0;
}

.nav li:last-child::after, .nav li.active::after {
	display: none;
}

.nav li span {
	line-height: 55px;
	text-align: center;
	display: block;
	color: #ACABAB;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3px;
}

.nav li.active span {
	color: #fff;
}

.nav-content>ul {
	display: none;
}

.nav-content>ul.active {
	display: block;
}

.nav-content>ul {
	margin-top: 25px;
}

.ylfw {
	font-size: 0;
}

.ylfw-gkbz {
	display: inline-block;
	margin-top: 41px;
}

.ylfw-gkbz p {
	width: 25%;
	height: 55px;
	text-align: center;
	background-color: #C96363;
	line-height: 55px;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
}

.ylfw-gkbz img {
	margin-top: 25px;
	width: 100%;
	height: 149px;
}

.nav-content>ul>li {
	overflow: hidden;
	margin-top: 20px;
}

.nav-content .content-title {
	font-size: 16px;
	color: #303030;
	float: left;
	padding-left: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	width: 60%;
}

.nav-content .content-title:hover {
	color: #C1392B;
}

.nav-content .content-title::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #C1C1C1;
	top: calc(50% - 2.5px);
	left: 0;
}

.nav-content .content-title:hover::after {
	background-color: #C95C51;
}

.nav-content .content-time {
	font-size: 14px;
	color: #707070;
	float: right;
}

.sub-blocks ul {
	/* display: none; */
}

.sub-blocks ul.active {
	display: block;
}

.sub-blocks>div>ul>li {
	font-size: 20px;
	color: #303030;
	letter-spacing: 2px;
	float: left;
	cursor: pointer;
	position: relative;
	padding: 15px;
	margin-top: 0;
}

.sub-blocks>div>ul>li::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #707070;
	bottom: 0;
	left: 0;
}

.sub-blocks>div>ul>li.active::after {
	background-color: #C95C51;
	height: 3px;
	bottom: -1px;
}

.sub-content ul li  {
	font-size: 16px;
}

.sub-blocks>div, .sub-content>ul {
	display: none;
}

.sub-blocks>div.active, .sub-content>ul.active {
	display: block;
}

.sub-content {
	margin-top: 25px;
}

.sub-content li {
	margin-top: 20px;
}








