.news .focus_news img{
	max-width:38%;
	vertical-align:top;
		border-right:1px solid #ddd;
	padding-right:10px;
}

.news .left{
		margin-bottom:30px;


}

.news .focus_news .focus_content{
	display:inline-block;
	width: 58%;

}

#home .news .focus_news h2{
	font-size:18px;
	text-align:left;
	margin-bottom:10px;
	color:#333;
}

.news .focus_news p{
	font-size:14px;
	display:inline-block;
	width: 100%;
}

.news .focus_news .more {
	border:1px solid #333;
	display:inline-block;
	padding:3px 10px;
	margin-top:15px;
}

.news .focus_news .more a{
	color:#333;
}

.news .news_list .more{
	text-align:right;
	margin-top:10px;
}

.news .news_list .more a{
	color:#333;
}

.news .news_list .date{
	float:right;
}

.news .news_list li{
	border-bottom:1px dashed #ddd;
	padding: 8px 0 8px 18px;
    overflow: hidden;
    position: relative;
}

.news .news_list li:before{
	content:"\25B8";
	color:#aaa;
	position:absolute;
	left:0;
}

.news .news_list li a{
	color:#333;
	float:left;
	width: 70%;
}

.news .news_list p{
	margin-left:0;
	margin-right:0;
	width: 100%;
}

@media (max-width: 767px){
	.news .focus_news img{
		border-right: 0px solid #ddd;
		 max-width: 60%;		
	}
	
	.news .focus_news .focus_content{
		width:100%;
		margin-top:10px;
		
	}

}

