/*======public======*/

/*------basic------*/
* {
	margin: 0; padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #FFF url(../images/bg_body.gif) repeat-y center;
	color: #333;
	font-size: 12px;
	font-family: "Arial";
	text-align: justify;
	line-height: 1;
	list-style-position: inside;
	list-style-image: url(/enobject/images/sandian_1.gif);
}
.wrapper {
	position: relative;
	width: 1002px; height: 100%; margin: 0 auto;
	text-align: justify;
}
a:link
{
	color: #006CB0;
	text-decoration: underline;
}
a:visited
{
	color: #006CB0;
	text-decoration: underline;
}
a:hover
{
	color: #636363;
	text-decoration: underline;
}
a:active
{
	color: #006CB0;
	text-decoration: underline;
}


/*------content------*/
#content {
	width: 778px;
	min-height: 100%;
	_height: 100%; /*for ie 6.0 min-height bug*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#m_ext {
	padding-top: 260px;
	padding-bottom:104px;
	_height: 1%; /*for ie 6.0 min-height bug*/
}
#m_ext:after {
	content: " ";
	display: block;
	clear: both;
}
.TEXT{
color: #FFFFFF;
	text-decoration:none;
	font-family: "Arial";
	font-size: 12px;
	text-align: justify; 
}
a.TEXT:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a.TEXT:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.TEXT:hover
{
	color: #FF5600;
	text-decoration: none;
}
a.TEXT:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.TEXT2{
color: #333333;
	text-decoration:none;
	font-family: "Arial";
	text-align: justify; 
	font-size: 12px;
}
a.TEXT2:link
{
	color: #333333;
	text-decoration: none;
}
a.TEXT2:visited
{
	color: #333333;
	text-decoration: none;
}
a.TEXT2:hover
{
	color: #FF5600;
	text-decoration: underline;
}
a.TEXT2:active
{
	color: #333333;
	text-decoration: none;
}
.news_date
{background: url(../images/index_newsdate.jpg) no-repeat left;
 color: #FFFFFF;
 font-size:12px;
 padding-left:15px;
 line-height:30px;
 margin-top:20px;
}


/*======news======*/
#news #content, #newsdetail #content {
	background: url(../images/bg_toppage.gif) repeat-y left top;
}
#news #sidearea, #newsdetail #sidearea {
	padding: 100px 0 0 0; background: url(../images/bg_left_top.gif) no-repeat center top;
}
.item_title_news {
	background-image: url(../images/bg_item_title2.gif);
}
.item_body_news {
	border-color: #b8b8b8;
}
.item_body_word_news {
	padding: 1px 20px 20px 20px;
	color: #000000;
}
.item_body_word .time {
	width: 95px; margin: 20px 0 10px 0; background: url(../images/bg_news_time.gif) no-repeat center center;
	color: #FFFFFF; line-height: 15px;
	text-indent:18px;
}
.news_title
{
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	line-height:160%;
}
.index_news_title
{
	color: #636363;
	font-size: 13px;
	font-weight: bold;
	line-height:150%;
}
.news_content
{
	font-size: 12px;
	font-family: "Arial";
	color: #636363;
	line-height:150%;
	text-align: justify; 
}

