@charset "utf-8";

/*Kv*************************************************************/
#fade_pic {
	position: relative;
	top:0px;
	width: 740px;
	height: 315px;
	clear:both;
	text-align:left;
	margin-bottom:17px;
}

#fade_pic a.ad {
	position: absolute;	
}

#fade_pic .control {
	position: absolute;
	right: 5px;
	top: 10px;
}

#fade_pic .control a {
	display: inline-block;
	padding: 0px;
	margin: 0 2px;
	width: 10px;
	height:10px;
	color: #fff;
	background: #f00;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	border-radius:30px;
	text-indent:-9999px;
}

#fade_pic .control a.on {
	font-weight: bold;
	color: #000;
	background: #ffcbcb;
}

/*index news*************************************************************/
.indexNews{
	/*width:425px;*/
	width: 100%;
	float:left;
}

.indexNews h3{
	font-size:16px;
	color:#000;
	padding:0 0 4px 21px;
	border-bottom:2px solid #bf5455;
	background:url(../images/tag01.png) no-repeat 0 3px;
}

.indexNews ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#fff;
}

.indexNews ul li{
	background:url(../images/tag02.png) no-repeat 16px 23px;
	padding:17px 0 18px 35px;
	border-bottom:1px dotted #ccc;
	font-size:14px;
}

.indexNews ul li a{
	text-decoration:none;
	color:#666;
}

.indexNews ul li a:hover{
	color:#aaa;
}

.indexNews ul li.hot{
	background:0;
	background:url(../images/tag03.png) no-repeat 8px 20px;
}

/*index FB*************************************************************/
.indexFB{
	width:300px;
	float:right;
	margin-left:10px;
	background-color:#FFF;
	border:1px solid #ccc;
	overflow:hidden;
}

