@charset "utf-8";
/* CSS Document */
.yidong{
	width: 1000px;
	background: #fff;
	margin: 20px auto;
	box-shadow: 0 0 6px 0 #666;
	padding-top:20px;
	padding-bottom: 20px;
}
.yidong h3{
	font-size: 22px;
	color: #116abf;
	font-weight: bold;
	margin-left: 20px;
}
.yidong .shengting{
	width: 940px;
	height: 400px;
	margin:20px auto;
}
.shengting h4{
	height: 40px;
	border-bottom:1px dashed #666;
	font-size: 16px;
    color:#116abf; ;
    line-height: 40px;
    padding-left: 20px;
}
.shengting li{
	width:140px;
	height:140px;
	float: left;
    margin-left:42px;
    margin-top:20px;
    margin-bottom:20px;
    cursor: pointer;
}
.shengting img{
	width: 140px;
	height: 140px;
	
}
.shengting li .qinghai{
	display:block;
	font-size: 14px;
	color: #666;
	text-align: center;
}
