﻿*, html
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	font-family: 宋体;
}
td
{
	font-size: 12px;
}
img
{
	border: 0px;
}

.p
{
	text-align: left;
}

a
{
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.font16
{
	font-size: 16px;
}
.font14
{
	font-size: 14px;
}

A:hover
{
	color: #5D8908;
	text-decoration: underline;
}
ul
{
	list-style-type: none;
}
li
{
	color: #565758;
	height: 22px;
	float: left;
}
#container
{
	width: 950px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}
.articlecontent
{
	background-color: #f5f8fd;
	padding: 0px 25px 10px 25px;
	margin: 10px 0px 10px 0px;
}
.articleborder
{
	border: solid 1px #d9e7c9;
}
.articlerelationtitle
{
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	background-color: #f5f8fd;
	font-weight: bold;
	color: #666666;
	background-image: url(../Images/titbg2.gif);
	background-repeat: repeat-x;
}
.articletitle
{
	font-size: 20px;
	color: #03005c;
	line-height: 40px;
	text-align: center;
	font-family: 黑体;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c8d8f2;
	padding: 20px 0px 0px 0px;
}
.articletitle h1
{
	font-size:20px;
	font-weight:normal;
}
.articleinfo
{
	height: 30px;
	padding: 8px 0px 15px 0px;
	font-size: 12px;
	text-align: center;
}
.articletext
{
	font-size: 14px;
	line-height: 200%;
}
.desc
{
	font-size: 12px;
	color: #888888;
	padding: 10px;
}

/*news detail*/
#newsleft
{
	float: left;
	width: 100%;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}
#newsright
{
	float: right;
	width: 300px;
	margin: 10px 0px 0px 0px;
}
.rightblock
{
	margin: 0px 0px 10px 0px;
	overflow: hidden !important;
}
.rightblockborder
{
	border: solid 1px #d9e7c9;
}
.rightlist li
{
	width: 280px;
	padding: 0px 5px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: clip;
}

/*news detail end*/

.Tool-Article
{
	padding-right: 12px;
	height: 30px;
	overflow: hidden;
	border-top: #d9e0ec 1px solid;
	padding-top: 15px;
}
.Tool-Article li
{
	float: right;
	margin-right: 20px;
	_display: inline;
}
.Tool-Article a
{
	line-height: 15px;
	height: 15px;
	color: #8896b1;
	_width: 60px;
}
.Tool-Article a:visited
{
	color: #8896b1;
}

.list
{
	padding: 0px 5px;
}
.list li
{
	width: 100%;
}
.list li span
{
	float: right; /*使span元素浮动到右面*/
	text-align: right; /*日期右对齐*/
}