
/*-----#newsarea------*/

.news dl{
	border-bottom:dotted 1px #bcbcbc;
	padding:15px 0px;
	width:100%;
	
}
.news dt{
		background-image: url(../images/index/news_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}
.news dd{
	padding-left:15px;
}
.newsbaner{
	float:left;
	width:32%;
}
.newsbaner img{
	max-width:100%;
	width:auto;
	height:auto;
	margin-bottom: 20px;
}
@media screen and (max-width: 800px){
	
	#newsarea{
			padding-top: 15px;
	padding-bottom: 15px;

	}
	#news{
			margin-bottom:30px;

	}
	#news,#newsbaner{
		float:none;
		width:100%!important;
		padding:0;
		
}
}