﻿@charset "utf-8";
/* CSS Document */

#news1{
	min-height:400px;
	padding:10px;
}
#news1 .news1title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin:3 auto;
	height:30px;
	line-height:30px;
	text-align:center;
}
#news1 .news1info {
	color:#434343;
	font-size:12px;
	line-height:20px;
	text-align:right;
}
#news1 .news1content {
	color:#434343;
	font-size:14px;
	line-height:30px;
	margin:20px;
}
#news1 .news1content td {
	border:1px solid #ccc;
}