
.center{
	padding: 20px 0;
	background-color: #f0f0f0;
}

.main{ 
	background:#fff;
	width: 1100px;
	height: 760px;
    padding: 0px 50px;
}
.block{
	border-bottom:1px solid #ccc;
}
.dzblock{
	width: 520px;
    height: 245px;
    float: left;
}
 .dzblock:nth-child(2n+1){
	    margin-right: 25px;
}
.dzblock:nth-child(2n){
	     margin-left: 25px;
}
.dztit{
	width: 95px;
    height: 130px;
	margin-right:55px;
    float: left;
    padding: 60px 0;
}
.dztit img{
	width:95px;
	height:95px;
}
.dztit p{
	font-size: 17px;
    line-height: 39px;
    cursor: pointer;
    font-weight: bold;
    color: #1d88ea;
    text-align: center;
}
.dzlist{
	width:360px;
	float:left;
	display:block;
	padding:0px;
}

.dzlist .more{
	color:#a5a5a5;
    font-size: 14px;
    position: relative;
    left: 310px;
	width:50px;
	margin: 0 0 2px;
}
.dzlist .more:hover{
	color:#3671cb;
}
