@charset "utf-8";
/*栏目列表*/

body{
	background: url(bg.png) no-repeat center top #f5f5f5;
}
.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 460px;
}
a{
	color:inherit;
}
.h30{
	height:30px;
}
.tit{
	height:80px;
	line-height: 80px;
	background: url(titbg.png) no-repeat center top;
	text-align: center;
	font-size: 28px;
	color:#0f65e6;
	font-weight: bold;
}
.xx_list{
	overflow: hidden;
}
.xx_list li{
	float:left;
	width:25%;
	padding:0 20px;
}
.xx_list li div{
	width:260px;
	height:260px;
	background: #FFFFFF;
	padding:20px;
	border-radius: 10px;
}
.xx_list li img{
	width:100%;
	height:auto;
}
.xx_list li p{
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
}