body{
	background: #f7f7f7;
}
.panel .top{

}
.panel .main{
	width: 1200px;
	margin: 0 auto;
}
.row {
	display: flex;
	justify-content: space-between;
}
.row .left{
	width: 640px;
}
.row .right{
        display: flex;
        justify-content: space-between;
}
.bgDiv{
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 30px;
	width: 550px;
}
.gzdt .list ul li{
	display: flex;
	height: 79px;
	border-bottom: dashed 1px #eee;
	margin-top: 19px;

}
.gzdt .list ul li .date{
	width: 90px;
	height: 60px;
	background: #509eef;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
        border-radius: 5px;
}
.gzdt .list ul li p{
	font-size: 18px;
	margin-left: 15px;
        margin-top: 15px;
}
.gggs ul {
	margin-top: 15px;
}
.gggs ul li{
	background: url(../img/icon1.png) no-repeat left center;
	text-indent: 15px;
	border-bottom: dashed 1px #eee;
	line-height: 46px;
}
.gggs ul li a{
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.gggs ul li span{
	color: #b2b2b2;
	font-size: 17px;
	float: right;
}
.zcwj ul {
	margin-top: 15px;
}

.zcwj ul li{
	background: url(../img/icon1.png) no-repeat left center;
	text-indent: 15px;
	border-bottom: dashed 1px #eee;
	line-height: 46px;
}
.zcwj ul li a{
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
.zcwj ul li span{
	color: #b2b2b2;
	font-size: 17px;
	float: right;
}
.bsfw{
	width: 100%;
}
.bgDiv .tit img{
	display: block;
	margin: 0 auto;
}
.pic{
	display: flex;
	justify-content: space-between;
}
.pic a{
	margin-top: 20px;
}
.dwzs ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dwzs ul li{
	width: 550px;
        height: 100px;
        background: ghostwhite;
        display: flex;
        align-items: center;
        margin-top: 30px;
}
.info p a{
	font-size: 18px;
}
.info span{
	color: #707070;
	font-size: 16px;
}