@charset "utf-8";

.container {
	width: 1200px;
	margin: 30px auto 0;
}

.breadcrumb {
	width: 100%;
	height: 45px;
}

.breadcrumb .breadcrumb_con {
	width: 1200px;
	height: 100%;
	line-height: 45px;
	margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.czzj-two .nav1 {
	display: flex;
	justify-content: space-between;
	height: 55px;
	margin-bottom: 30px;
}

.czzj-two .nav1 li {
	width: 31.7%;
	height: 100%;
	line-height: 55px;
	cursor: pointer;
	background-color: #ddd;
}

.czzj-two .nav1 li:last-child p {
	border-right: 0;
}

.czzj-two .nav1 li p {
	font-size: 18px;
	color: #404040;
	text-align: center;
}

.czzj-two .nav1 .active {
	background-color: #115db2;
}

.czzj-two .nav1 .active p {
	font-weight: 600;
	color: #fff;
	border-right: 0;
}

.box1 {
	display: none;
	padding: 20px 3.3% 20px;
	margin-bottom: 50px;
	background: #fff;
}

.normal-ul {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.normal-ul:last-child {
	border-bottom: 0;
}

.normal-ul li {
	position: relative;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}

.normal-ul li:last-child {
	margin-bottom: 0 !important;
}

.normal-ul li a {
	width: 100%;
	display: flex;
}

.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: 28px;
}

.normal-ul li:hover .title,
.normal-ul li:hover .time {
	color: #115db2;
}

.more {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: auto;
	border: #115DB2 1px solid;
	font-size: 18px;

}

.more:hover {
	background-color: #115DB2;
}

.more:hover a {
	color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
	.container {
		width: 98%;
	}

	.breadcrumb .breadcrumb_con {
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	.czzj-two .nav1 li p {
		font-size: 16px;
	}

	.box1 {
		padding-left: 1%;
	}

	.normal-ul li .title {
		padding-right: 0;
	}
}
