.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
	clear: both;
}

/* 中间内容 */
.content {
	background: url(zwfwbg_02.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}

.part1 {
	margin-bottom: 30px;
}

.tit {
	font-size: 26px;
	font-weight: bold;
	color: #0962f2;
	padding-top: 35px;
}

/* 左侧列表 */
.newslist {
	float: left;
	width: 585px;
	height: 400px;
	padding: 23px 30px;
	box-shadow: 0px 0px 17px 6px #f1f2f5;
	background: #ffffff;
}

.bttit {
	font-size: 26px;
	font-weight: bold;
	color: #2363b5;
	margin-bottom: 17px;
}

.bttit a {
	float: right;
	font-size: 16px;
	color: #666666;
	margin-top: 7px;
}

.bttit a img {
	margin-right: 9px;
	float: left;
	margin-top: 1px;
}

.qh_title ul {
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #ececec;
	padding: 0;
	padding-top: 10px;
}

.qh_title ul li {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}

.qh_title ul li a {
	padding: 0;
}

.qh_title ul li.active a {
	font-weight: bold;
	color: #2363b5;
	display: block;
	border-bottom: 4px solid #2363b5;
	line-height: 51px;
}

.qh_list li {
	padding: 9px 0;
	border-bottom: 1px solid #ececec;
	display: flex;
}

.qh_list li .time {
	width: 70px;
	border-right: 1px solid #ececec;
	color: #c9caca;
	text-align: center;
}

.qh_list li .time p {
	font-size: 16px;
}

.qh_list li .time span {
	font-size: 12px;
}

.qh_list li .wenzi {
	padding-left: 20px;
	width: 450px;
	line-height: 40px;
}

.qh_list li .wenzi a {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.qh_list li .wenzi p {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 右侧列表 */
.hdlist {
	float: right;
}

.part2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 20px;
	box-shadow: 0px 0px 17px 6px #f1f2f5;
	background: #ffffff;
	margin-bottom: 30px;
}

.part3 {
	padding: 30px 20px;
	box-shadow: 0px 0px 17px 6px #f1f2f5;
	background: #ffffff;
}

.part3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.part3 ul li {
	width: 275px;
	height: 144px;
	background: #d1e8ff;
	padding: 20px 10px;
}

.part3 ul li a {
	display: flex;
	background: #e9f4ff;
	justify-content: space-between;
	align-items: center;
}

.part3 ul li a img {
	width: 103px;
	height: 104px;
}

.part3 ul li a span {
	width: 152px;
	text-align: center;
}

@media (max-width: 767px) {

	.content {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.part1 {
		margin-bottom: 2rem;
	}

	/* 左侧列表 */
	.newslist {
		width: 100%;
		height: auto;
		padding: 2rem 3rem;
	}

	.bttit {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}

	.bttit a {
		font-size: 1.8rem;
		margin-top: 0.75rem;
	}

	.bttit a img {
		margin-right: 0.5rem;
		margin-top: 1px;
		width: 2rem;
	}

.qh_title ul {
    flex-wrap: wrap;
}

.qh_title ul li {
    padding: 0 1rem;
}

	.qh_list li{
		padding: 1.5rem 0;
	}

	.qh_list li .time {
		display: none;
	}

	.qh_list li .wenzi {
		padding-left: 0;
		width: 100%;
		line-height: 3rem;
	}

	.qh_list li .wenzi a {
		font-size: 1.75rem;
		white-space: inherit;
	}

	/* 右侧列表 */
	.hdlist {
		margin-top: 2rem;
	}

	.part2 {
		padding: 3rem;
		margin-bottom: 2rem;
	}

	.part2 a {
		margin-bottom: 1.5rem;
	}

	.part2 a:last-child {
		margin-bottom: 0;
	}

	.part2 img {
		width: 100%;
	}

	.part3 {
		padding: 3rem;
	}

	.part3 ul li {
		width: 100%;
		height: 13rem;
		padding: 2rem;
		margin-bottom: 2rem;
	}

	.part3 ul li:last-child {
		margin-bottom: 0;
	}

	.part3 ul li a {
		justify-content: flex-start;
	}

	.part3 ul li a img {
		width: 9rem;
		height: auto;
	}

	.part3 ul li a span {
		width: auto;
		margin-left: 5rem;
		text-align: left;
	}

}