dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
body,
td {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/sy_bj.png) no-repeat;
	background-size: 100%;
	background-color: #f2f9fd;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

.wrap{
	width: 1200px;
	margin: 0 auto;
}

.qdwz{
	margin: 20px 0;
	color: #005fb8;
}
.wzlb li{
	list-style-type: disc;
	margin-bottom: 20px;
}
.wzlb li p{
	display: inline-block;
}
.wzlb li span{
	float: right;
	margin-right: 20px;
}
.bkyy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 5px solid #007cdc;
	box-shadow: 0 6px 19px 5px #007cdc;
}
.wzlb,.list{
	position: relative;
	background-color: #fff;
	padding:20px 40px;
	margin-bottom: 30px;
}
.wzlb{
	padding-right: 10px;
}
.cont{
	display: flex;
	justify-content: space-between;
}
.list li{
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	font-weight: bold;
}
.list li:last-child{
	border-bottom:none;
}
.title{
	color: #005fb8;
	font-weight: bold;
	font-size: 24px;
}
.list .on{
	color: #005fb8;
}
.wzlb p{
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}