@charset "utf-8";


.rollADbox {
	background-color: #eee;
	height: 40px;
	padding-top: 20px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.rollleft {
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #444444;
	width: 102px;
	text-align: center;
}

#rollAD {
	overflow: hidden;
	position: relative;
	/* [disabled]background-color: #CCC; */
	height: 20px;                             /*展示一排还是几排就调节这个高度*/
}

#rollText{
	font-family: verdana;
	font-size: 14px;
	line-height: 20px; /*与上面的高度保持一致*/
}
#rollText a {
	text-decoration: none;
	color: #666;
	height: 20px;/*与上面的高度保持一致*/
}
#rollText a:hover {
	color: #2E80C5;
}
