﻿* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

/* 头部 */
.report_head {
	width: 100%;
	height: 336px;
	background: url(ndbb_bg20220119.png) no-repeat;
	background-size: 100% 100%;
}

.head_logo {
	padding-top: 41px;
	padding-left: 113px;
}

/* 内容部分 */
.report_box {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 29px;
}

.szf_title {
	height: 29px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A5BED;
	border-bottom: 4px solid #cccccc;
	padding-left: 12px;
	padding-bottom: 19px;
	margin-top: 42px;
}

.szf_cont {
	margin-top: 27px;
}

.cont_left {
	float: left;
}

.cont_right {
	float: right;
}

.gqzf_cont ul a li {
	width: 276px;
	height: 70px;
	background: #EBEBEB;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	float: left;
	margin: 0 10px;
	margin-top: 30px;
}

.cont_txt {
	width: 235px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.gqzf_cont ul a li:hover {
	background: #3366FF;
	color: #fff;
}