
.news{
	background-position:-24px -48px;
}
.search-con{
	float:right;
	width:218px;
	height:33px;
	border:1px solid #b3b2b2;
	border-radius:5px;
	position:relative;
	margin:20px 40px;
}
.search-ico{
	display:block;
	width:20px;
	height:20px;
	background:url(http://dl2.getapk.cn/file/smaltblue/1/search.png) no-repeat;
	position:absolute;
	top:7px;
	left:10px;
}
.search{
	display:block;
	width:160px;
	height:18px;
	border:0;
	font-size:16px;
	color:#c7c5c5;
	margin-left:50px;
	*+margin-left:10px;
	padding:7px 0;
	outline:none;
}
.page-news{
	clear:both;
}
ul.page-news li{
	display:block;
	width:924px;
	margin:0 auto 25px;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.page-news .icon{
	display:inline-block;
	width:65px;
	height:27px;
	line-height:27px;
	font-size:18px;
	text-align:center;
	color:#fff;
	border-radius:5px;
	margin-right:12px;
	margin-bottom:15px;
	float:left;
}
.page-news .icon1{
	background:#fdb32a;
}
.page-news .icon2{
	background:#ea5f53;
}
.page-news a{
	display:inline-block;
	font-size:14px;
	color:#5c5c5c;
	margin-top:6px;
}
.page-news a:hover{
	color:red;
}
.page-news .date{
	display:inline-block;
	float:right;
	margin:10px 20px;
	font-size:12px;
	color:#5c5c5c;
}