﻿@charset "utf-8";

.container {
	width: 1200px;
	margin: 30px auto;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 50px;
}

.top-left {
	width: 500px;
	height: 2px;
	background-color: #115DB2;
	margin-top: 25px;
}

.top-middle {
	margin: auto;
	color: #115DB2;
	font-size: 32px;
	font-family: "宋体";
	font-weight: bolder;
}

.top-right {
	width: 500px;
	height: 2px;
	background-color: #115DB2;
	margin-top: 25px;
}

.breadcrumb .breadcrumb_con {
	margin: auto;
	display: flex;

}

.topone {
	margin-top: -300px;
}

.czzj-one {
	display: flex;
	justify-content: space-between;
}

.czzj-one .one-left {
	width: 49%;

}

.czzj-one .one-right {
	width: 49%;

}

.tab-head {
	background-color: #ea2323;
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
}

.tab-head .tab-head-name {
	width: 50%;
	float: left;

	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
}

.more {
	float: right;
	margin-right: 10px;
	color: #FFFFFF;
}

.more1 {
	float: right;
	margin-right: 10px;
	color: #FFFFFF;
}

.czzj-two .nav1 {
	display: flex;
	justify-content: space-between;
	height: 45px;
	width: 50%;
	line-height: 45px;
	color: #115db2;
}

.czzj-two .nav1 li {
	width: 33.3%;
	height: 100%;
	line-height: 45px;
	cursor: pointer;
	border: #404040 1px solid;

}

.two-head {
	border-bottom: #404040 1px solid;
	display: flex;
	justify-content: space-between;
	line-height: 45px;
}

.czzj-two .nav1 li:last-child p {
	border-right: 0;
}

.czzj-two .nav1 li p {
	font-size: 18px;
	color: #115DB2;
	text-align: center;
}

.czzj-two .nav1 .active {
	background-color: #115db2;
}

.czzj-two .nav1 .active p {
	font-weight: 600;
	color: #fff;
	border-right: 0;
	font-size: 20px;
}

.czzj-two .nav2 {
	display: flex;
	justify-content: space-between;
	height: 46px;
	width: 50%;
	line-height: 46px;
}

.czzj-two .nav2 li {
	width: 33.3%;
	height: 100%;
	line-height: 46px;
	cursor: pointer;
	border-left: #404040 1px solid;
	border-top: #404040 1px solid;

}

.czzj-two .nav2 li:last-child {
	border-right: #404040 1px solid;
}

.czzj-two .nav2 li:last-child p {
	border-right: 0;
}

.czzj-two .nav2 li p {
	font-size: 20px;
	font-weight: 600;
	color: #343434;
	text-align: center;
}

.czzj-two .nav2 .active {
	background-color: #115db2;
}

.czzj-two .nav2 .active p {

	color: #fff;

}

.czzj-two .nav3 {
	display: flex;
	justify-content: space-between;
	height: 55px;
	margin-bottom: 30px;
	width: 50%;
	border-bottom: #115DB2 solid 2px;
	line-height: 55px;
	color: #115db2;
}

.czzj-two .nav3 li {
	width: 33.3%;
	height: 100%;
	line-height: 55px;
	cursor: pointer;

}

.czzj-two .nav3 li:last-child p {
	border-right: 0;
}

.czzj-two .nav3 li p {
	font-size: 18px;
	color: #115DB2;
	text-align: center;
}

.czzj-two .nav3 .active {
	background-color: #115db2;
}

.czzj-two .nav3 .active p {
	font-weight: 600;
	color: #fff;
	border-right: 0;
	font-size: 20px;
}

.box1 {
	display: none;
	padding: 0px !important;
	background: #fff;
}

.box2 {
	display: none;
	padding: 0px !important;
	background: #DAEBFD;
}

.box3 {
	display: none;
	padding: 0px !important;
	background: #fff;
}

.normal-ul {


	padding-top: 8px;

	border-bottom: 1px dashed #ddd;
}

.normal-ul:last-child {
	border-bottom: 0;
}

.normal-ul li {
	position: relative;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.normal-ul li:last-child {
	margin-bottom: 0 !important;
}

.normal-ul li a {
	width: 100%;
	display: flex;
}

.normal-ul li a img {
	height: 20px;
	margin-top: 15px;
	margin-left: 8px
}

/* .normal-ul li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #404040;
	left: 10px;
	top: 20px;
} */

.normal-ul li span {
	display: inline-block;
	text-align: center;
}

.normal-ul li .title {
	flex: 1;
	margin-right: 4%;
	text-align: left;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	padding-right: 13px;
	padding-left: 8px;
}

.normal-ul li .time {
	margin-right: 10px;
}

.normal-ul li:hover .title,
.normal-ul li:hover .time {
	color: #115db2;
}


.li-div {
	line-height: 55px;
	color: #115DB2;
	font-weight: bold;
}

.bottom-img {
	height: 285px;
	background-image: url(bottom.png);
	margin-top: -180px;
}

@media screen and (max-width: 1200px) {
	.container {
		width: 98%;
	}

	.topone {
		margin-top: -50px;
	}

	.breadcrumb .breadcrumb_con {
		width: 100%;
	}

	.czzj-one {
		display: block;
	}

	.tab-head .tab-head-name {
		width: 80%;

	}

	.czzj-one .one-left {
		width: 100%;
	}

	.czzj-one .one-right {
		width: 100%;
	}

	.czzj-two .nav1 {
		width: 100%;
	}

	.czzj-two .nav2 {
		width: 100%;
	}

	.czzj-two .nav3 {
		width: 100%;
	}

	.czzj-two .nav2 li p {
		font-size: 14px;
	}

	.two-head {
		border-bottom: #404040 1px solid;
		display: flex;
		line-height: 45px;
	}

	.czzj-two .nav2 {
		width: 80%;
		display: block;
		border: 0px;
	}

	.czzj-two .nav2 li {
		float: left;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;

	}

	.more1 {
		font-size: 14px;
	}

	.czzj-two .nav1 {
		width: 100%;
	}

	.box1 {
		padding-left: 1%;
	}

	.box2 {
		padding-left: 1%;
	}

	.box3 {
		padding-left: 1%;
	}

	.normal-ul li .title {
		padding-right: 0;
	}
}

@media screen and (max-width: 420px) {
	.container {
		width: 98%;
	}

	.topone {
		margin-top: -50px;
	}

	.breadcrumb .breadcrumb_con {
		width: 100%;
	}

	.czzj-one {
		display: block;
	}

	.tab-head .tab-head-name {
		width: 80%;

	}

	.czzj-one .one-left {
		width: 100%;
	}

	.czzj-one .one-right {
		width: 100%;
	}

	.czzj-two .nav1 {
		width: 100%;
	}

	.czzj-two .nav2 {
		width: 100%;
	}

	.czzj-two .nav3 {
		width: 100%;
	}

	.czzj-two .nav2 li p {
		font-size: 14px;
	}

	.two-head {
		border-bottom: #404040 1px solid;
		display: flex;
		line-height: 45px;
	}

	.czzj-two .nav2 {
		width: 80%;
		display: block;
		border: 0px;
	}

	.czzj-two .nav2 li {
		float: left;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;

	}



	.more1 {
		font-size: 14px;
	}

	.czzj-two .nav1 {
		width: 100%;
	}

	.box1 {
		padding-left: 1%;
	}

	.box2 {
		padding-left: 1%;
	}

	.box3 {
		padding-left: 1%;
	}

	.normal-ul li .title {
		padding-right: 0;
	}
}
