/*中间色系的广告位*/
.online-read{
	text-align:center;
	width:100%;
	border-radius:20px;
	background:#795115;
	border:1px solid #795115;
	margin:10px 0px;
	height:45px;
	line-height:45px;
	color:yellow;
	font-size:16px;
}
.online-read:hover{
	background:#5b951b;
	border:1px solid #5b951b;
}


.online-read a,a.online-read-a{
	color:yellow;
	font-weight:500;
	font-family:'Microsoft YaHei';
	line-height:3em;
	font-size:1.25em;
}