body{
	font-family: "微软雅黑";
}
.top img{
	width: 100%;
}
.menu{
	height: 68px;
	background: #009b89;
}
.menu ul{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.menu ul li{
	line-height: 68px;
	padding: 0 20px;
}
.menu ul li a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.menu ul li:hover{
	background: #edaf3a;
}
.main{
	width: 1300px;
	margin: 0 auto;
}
.main .news{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main .news .item{
	width: 475px;
	margin-top: 30px;
}
.pic{
	width: 288px;
}
.pic ul li{
	margin-top: 15px;
}
.main .news .item ul li{
	color: #151515;
	font-size: 18px;
	background: url(../img/icon.png) no-repeat left center;
	text-indent: 15px;
	line-height: 50px;
}
.main .news .item ul li a{
	color: #151515;
	text-decoration: none;
}
.main .news .item ul{
	margin-top: 10px;
}
.main .news .item ul li span{
	opacity: .5;
	float: right;
}
.bsfw  .con ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bsfw  .con ul li{
	margin-top: 20px;
} 
.tit{
	margin-top: 20px;
	position: relative;
	border-bottom: solid 1px #d5d5d5;
	height: 51px;
}
 .tit h1{
	font-size: 28px;
	font-weight: bold;
	border-bottom: solid 4px #019b89;
	width: fit-content;
	height: 47px;
}
.tit a{
	right: 0;
	top: 20px;
	position: absolute;
	color: #747474;
	font-size: 16px;
	text-decoration: none;
}
.adv{
	display: flex;
	justify-content: space-between;
}
.dwzsk{
	margin-bottom: 20px;
}
.dwzsk  .tit{
	text-align: center;
	margin-top: 20px;
}
.dwzsk ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.dwzsk ul li{
	color: #151515;
	font-size: 18px;
	background: url(../img/icon.png) no-repeat left center;
	text-indent: 15px;
	line-height: 50px;
	width: 635px;
}
.dwzsk ul li a{
	color: #151515;
	text-decoration: none;
}
.dwzsk ul li span{
	opacity: .5;
	float: right;
}