﻿.news_area {
	width:100%;
	height:120px;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px dashed #DDDDDD;
}
.news_area img {
	width:20%;
	height:auto;
	max-height:115px;
	padding:4px;
	border:1px solid #CCCCCC;
	float:left;
}
.news_area_text {
	width:75%;
	height:120px;
	float:right;
	margin-left:20px;
}
.news_area h2 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	margin:0px;
}
.news_area p {
	width:100%;
	height:auto;
	overflow:hidden;
}
.news_area_bottom {
	color:#666666;
}
.all_news {
	width:100%;
	height:20px;
	padding:10px;
	background-color:#444444;
	font-size:20px;
	transition:all 0.3s;
	margin-bottom:15px;
	text-align:center;
}
.all_news:hover{
	background-color:#000000;
}
.all_news a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
.news_title h2 {
	margin:0px;
	border-bottom:1px solid #DDDDDD;
	padding-bottom:5px;
	margin-top:10px;
}
.news_area_large {
	width:960px;
	height:120px;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px dashed #DDDDDD;
}
.news_area_large img {
	width:90px;
	height:auto;
	max-height:115px;
	padding:4px;
	border:1px solid #CCCCCC;
	float:left;
}
.news_area_large_text {
	width:840px;
	height:120px;
	float:right;
}
.news_area_large h2 {
	width:840px;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	margin:0px;
}
.news_area_large p {
	width:840px;
	height:auto;
	overflow:hidden;
}
