#news{
		width:357px;
		border:1px solid #c2bfbf;
		float:left;
		padding:15px 8px 20px;
		margin-top:25px;
		overflow:hidden;
	}
	
		.news_block{
			width:100%;
			margin-top:15px;
			overflow:hidden;
		}
		
		.title_news{
			font-size:14px;
			color:#0078dc;
		}
		
		.news_date{
			width:62px;
			float:left;
			color:#040404;
			font-size:12px;
			height:inherit;
			line-height: 1.3;
		}
		
		.news_content{
			width:295px;
			float:left;
			color:#5d5d5d;
			font-size:12px;
			line-height: 1.3;
		}
		
			.news_content > p:first-child{
				color:#010101;
				line-height:1;
				margin-bottom:13px;
				line-height: 1.3;
			}
	
		.news_button{
			width: 80px;
			display:block;
			position:relative;
			color:#000;
			margin-top:10px;
			padding-left:10px;
			text-decoration:none;
			font-size:12px;
			line-height: 1.3;
		}
		
		
	#more_news{
		display:block;
		width:98px;
		background:#0078dc;
		text-align:center;
		border:1px solid #0078dc;
		color:#fff;
		text-decoration:none;
		font-size:12px;
		padding:6px 0;
		float: right;
		margin-top:13px;
		
		border-radius:4px;
	}
	#more_news:hover{
		background:#008cf0;
	}