/*标题*/
.backGauge{
	padding: 16px;
}
.title>h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 10px;
}
.logo{
	width: 33.33%;
	/*margin: 10px 0;*/
}
.logo>a>img{
	width: 100%;
}
/*banner*/
.banner{
	width: 100%;
	position: relative;
}
.banner>img{
	width: 100%;
}
/*列表*/
.list{
	margin-top: 10px;
	padding: 0 10px;
}
.list>ul>li{
	padding: 14px 4px;
	border-bottom: 1px solid #f1f1f1;
}
.list>ul>li>a{
	overflow: hidden;
	display: block;
}
.list>ul>li>a>.list_pic{
	width: 30%;
	float: left;
}
.list_pic>img{
	width: 100%;
}
.list>ul>li>a>p{
	float: left;
	width: 60%;
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	margin-left: 14px;
}
.btn{
	overflow: hidden;
	position: absolute;
	top: 80%;
	left: 45%;
}
.btn>li{
	width: 8px;
	height: 8px;
	border-radius:8px;
	float: left;
	background: rgba(0,0,0,0.6);
	margin-right: 8px;
}
