﻿@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;
}

#NewsDetailContent{
	float:left;
	width:704px;
	padding:10px;
}

#NewsTitle{
	float:left;
	height:28px;
	width:604px;
	font-weight:bold;
}

#NewsDate{
	float:right;
	height:28px;
	width:90px;
}

#NewsHead{
	width:694px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	font-size:14px;
	border-bottom:1px solid #474441;
	padding-left:10px;
	float:left;
}

#NewsDetailContent #ContentText{
	width:694px;
	float:left;
	padding-left:10px;
	*padding-top:10px;
	line-height:24px;
	font-size:12px;
}

