.link {
	border: 1px solid #A6D0E8;
	padding: 5px;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;

}
.left01 {
	font-size: 12px;
	line-height: 23px;
	color: #000000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;

}
.left {
	font-size: 14px;
	font-weight: bold;
	color: #0855A0;
	text-decoration: none;
	padding-left: 30px;
}
.bottom {
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}
.more {
	font-size: 12px;
	color: #0855A0;
	text-decoration: none;
	padding-right: 10px;
}
.lan14 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0855A0;

}
.chanpin {
	padding-left: 30px;
	line-height: 28px;
}
.indexnews {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	line-height: 25px;
}
.anniu {
	padding-top: 4px;
	padding-bottom: 4px;
}




.play{
	width: 980px;
	height: 173px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.play .list ul{
	width: 100px;
	height: 30px;
	position: absolute;
	top: 140px;
	list-style:none;
	left:850px;
}
.play .list ul li{
	width: 10px;
	/*height: 20px;*/
	height: 10px;
	float: left;
	border: 1px solid #000;
	/*border-radius: 10px;*/
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin-left: 5px;
}
.play .list ul li:hover{
	background:red;
}