﻿/*中心介绍*/
.div_introduction
{
	width:651px;
	height:235px;
	position:relative;
	background-image:url('../images/introduction.jpg');
	background-repeat:no-repeat;
}
.div_introduction_content
{
	width: 600px;
	word-wrap: break-word;
	word-break: break-all;
	text-align: left;
	position: absolute;
	top: 50px;
	left: 20px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height:18px;
}


/*站点公告*/
.div_gonggao
{
	width:651px;
	height:300px;
	position:relative;
	background-image:url('../images/gonggao.jpg');
	background-repeat:no-repeat;
}
.div_gonggao_more
{
	width:80px;
	height:20px;
	position:absolute;
	top:25px;
	right:23px;
	cursor:pointer;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: red;
}
.div_gonggao_content
{
	width:600px;
	height:210px;
	word-wrap:break-word;
	word-break:break-all;
	text-align:left;
	position:absolute;
	top:50px;
	left:20px;
}

.td_arrow
{
	width:20px;
	height:30px;
	background-image:url('../images/arrow.gif');
	background-repeat:no-repeat;
	background-position:6px 12px; 
	
}
.td_time
{
	width:140px;
}

