.news{
	display: block;
	width: 1230px;
	margin: 0 auto;

}
.news_top{
	float: left;
	padding: 30px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.news_top .img{
	float: left;
	width: 700px;
	height: 380px;
}
.news_top .img img{
	float: left;
	width: 700px;
	height: 380px;
}
.both{clear:both;}
.news_top .nt_r{
	float: left;
	width: 450px;
	margin-left: 50px;
	padding-top: 100px;
}
.news_top .nt_r .title{
	font-size: 30px;
	color: #333333;
}
.news_top .nt_r a{
	color: #333333;
	text-decoration: none;
}
.news_top .nt_r .content{
	font-size: 22px;
	color: #333333;
	margin-top: 10px;
}
.news_top .nt_r .addtime{
	color: #999999;
	margin-top: 10px;
}

.news .news_frame{
    float: left;
    width: 380px;
    height: 350px;
    margin: 15px 15px;
}
.news .news_frame img{
    width: 380px;
    height: 270px;
}
.news .news_frame .title{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    color: #333333;
}
.news .news_frame .content{
    font-size: 14px;
    color: #999999;
}   
.news .news_frame a{display:block;  text-decoration:none;}