/*新闻通用样式*/
body{    
	overflow-x: hidden;
    min-width: 1250px;
	background-color: #f3f3f3;
}
/*乐普新闻列表*/
.content{
	width: 1200px;
	min-height: 700px;
	margin: 75px auto 74px;
	
}
.newList_bor{
	border-bottom: 1px solid #eee;
	padding: 10px 0 20px 0;
}
.newList_box{
	width: 650px;
}
.newList_box li{
	height: 36px;
	border-radius: 18px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 36px;
	border:1px solid #A2D8F0;
	margin-right: 20px;
	margin-top: 10px;
}

.newList_box li a{
	color: #00A0E8;
}
.newList_box .newList_bc{
	background-color: #00A0E8;
}
.newList_box .newList_bc a{
	color: #fff;
}

/*浏览记录*/
.content .record{
	width: 248px;
	background-color:#F6F6F6;
	border-top: 4px solid #00A0E8;
	margin-top: 20px;
	padding: 0 20px;
}

.record h4{
	font-family: "黑体";
	font-size: 16px;
	color: #00A0E8;
	line-height: 40px;
}
.record li{
	font-size: 14px;
	color: #555555;
	line-height: 22px;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0;
	/*cursor: pointer;*/
}
.record li a{display: inline-block;color: #555;}
.record li a:hover{
	color: #00A0E8;
}
.record li:nth-last-child(1){
	border-bottom:none;
}