@CHARSET "UTF-8";

/*--------------新闻列表--------------------*/

.header
{
	position: static;
}
.middle
{
	/*text-align: center;*/
	width: 1001px;
	margin: 0px auto;
}
.middle .line
{
	margin:10px auto;
}
div.banner
{
	background:#C1C1C1;
	margin: 76px auto 51px auto;
}
div.banner .title
{
	width:148px;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:16px;
	padding-top:5px;
}
div.banner .title a
{
	color:black;
}
div.banner .title a:hover
{
	color:#1D79B6;
}

div.news .float
{
	float:left;
}
div.news .item1
{
	margin-left:10px;
	width: 194px;
	height: 138px;
}

div.news .item1 img
{
	width: 194px;
	height: 138px;
}
div.news .item2
{
	width:766px;
	font-size:16px;
	margin:13px auto 0px 26px;
}
div.news .item2 a 
{
	color:black;
}
div.news .item2 a:hover
{
	color:#1D79B6;
}
div.news .item2 .text1
{
	margin-bottom:15px;
}
div.news .item2 .text2
{
	font-size:12px;
	line-height:25px;
	text-align:justify;
	text-justify:inter-ideograph;
}
div.news .item2 .text2 a
{
	color:#8D8D8D;
}
div.news .item2 .text2 a:hover
{
	color:#1D79B6;
}
div.news .item2 .text3
{
	font-size:14px;
	color:#0092DE;
	text-align:right;
	height:35px;
	line-height:35px;
	width:766px;
}