@charset "utf-8";

html,body {
	font-family: "微软雅黑"
}

div.index-neirong2 {
	position: relative;
	height: 268px;
	overflow: hidden;
}

div.index-neirong2 ul.items {
	position: absolute;
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.index-neirong2 ul.items li {
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.index-neirong2 ul.items li a {
	float: left;
	line-height: normal !important;
	padding: 0px !important;
	border: none;
}

div.index-neirong2 ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none;
}

div.index-neirong2 div.tips {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: #000;
	overflow: hidden;
}

div.index-neirong2 div.tips div.title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

div.index-neirong2 div.tips div.title a {
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	margin-left: 10px;
	text-decoration: none;
}

div.index-neirong2 div.tips div.title a:hover {
	text-decoration: underline !important;
}

div.index-neirong2 div.tips div.nums {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

div.index-neirong2 div.tips div.nums a {
	display: inline-block; >
	float: left ;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	text-indent: -99999px;
	margin: 15px 10px 0px 0px;
}

div.index-neirong2 div.tips div.nums a.active {
	background-color: #093;
}