﻿@charset "utf-8";
/* CSS Document */
#TopImage{
	background:url(../images/NewsCenter_Image/NewsCenter_TopImage.jpg) #000000 left top no-repeat;
	width: 900px;
	height: 125px;
	margin-top: 1px;
	margin-left: 5px;
	padding-bottom: 1px;
}

#NewsCenterTitle{
	width:704px;
	height:69px;
	line-height:69px;
	background-image:url(../images/NewsCenter_Image/NewsCenter_TitleImage.jpg);
	float:left;
	font-size:18px;
	font-family:"宋体";
	font-weight:bold;
	vertical-align:middle;
	padding-left:20px;
}

#NewsCenterList{
	float:left; 
	width:700px;
	margin-left:12px;
	margin-top:5px;
	margin-bottom:5px;
	min-height:255px;
	*height:235px;
}

#NewsCenterList .ListRow{
	height:23px;
	line-height:23px;
	vertical-align:middle;
	float:left;
	width:700px;
	border-top:#474441 1px solid;
}

#NewsCenterList .ListRow .Text{
	width:600px;
	float:left;
	text-align:left;
}

#NewsCenterList .ListRow .UpdataData{
	width:100px;
	float:left;
	text-align:right;
}

.ListRow a{
	margin-left:7px;
	margin-right:7px;
}
