@charset "utf-8";
/* CSS Document */


#knowContent {
	margin: 0px;
	padding: 0px;
	height: 233px;
	width: 256px;
	overflow: hidden;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(images/home2/knowBeforeContent.png);
}

#mainContent {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 408px;
}
#newsContent {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 207px;
	width: 408px;
	overflow: hidden;
	vertical-align: top;
}
#testContent {
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    height: 207px;
    width: 256px;
    overflow: hidden;
    vertical-align: top;
}
.newsTitle
{
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
}
.newsText
{
    font-family: tahoma;
    font-size: small;
}
.newsAuthor
{
    font-family: tahoma;
    font-size: small;
    font-style: italic;
}
.knowText
{
    font-family: Tahoma;
    font-size: medium;
}
.knowList
{
	font-family: tahoma;
	font-size: medium;
	list-style-type: square;
	text-indent: 0px;
	font-style: normal;
	line-height: 16px;
}

