/* CSS Document */
body
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #FFF9DD;
}
.main_menu
{
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.main_menu a
{
  color: #333;
  text-decoration: none;
}
.main_menu a:hover
{
  color: #693;
  text-decoration: underline;
}
.copyright
{
  font-size: 12px;
  color: #960;
  line-height: 18px;
}
.title_font
{
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.title_font2
{
  color: #408618;
  font-size: 14px;
  font-weight: bold;
  padding-top: 4px;
}
.news_list
{
  font-size: 12px;
  color: #999;
  line-height: 23px;
}

.intro
{
  line-height: 21px;
  color: #666666;
  font-size: 12px;
  padding-top: 8px;
}

.news_list a
{
  color: #666;
  text-decoration: none;
}
.news_list a:hover
{
  color: #693;
  text-decoration: underline;
}
.content_font
{
  line-height: 26px;
  font-size: 14px;
  color: #333;
}

.content_font p
{
  text-indent: 2em;
  padding: 0px;
  margin: 5px 0px;
}


.introBlock
{
  font-size: 14px;
  width: 90%;
  margin: 10px auto;
}

.h2
{
  font-size: 18px;
  font-family: ºÚÌå;
  text-align: center;
  color: Black;
  display: block;
  clear: both;
  margin: 0px auto;
  font-weight: bold;
}



.productBlock
{
  width: 920px;
  margin: 20px auto;
  font-size: 14px;
}
.i
{
  width: 100%;
  clear: both;
}

.clear-float
{
  clear: both;
  height: 1px;
  line-height: 1px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.productBlock .link
{
  padding-right: 35px;
  padding-bottom: 20px;
  float: right;
  font-size: 12px;
  color: #CCC;
}

.productBlock .content
{
  line-height: 24px;
  font-size: 14px;
  color: #666;
  padding: 10px;
  padding-top: 0px; /* border-top:solid #F2F2F2 1px; */
}

.productBlock .content p
{
  padding: 0px;
  margin: 0px;
  border: 0px;
}

/*
.productBlock  .content img{
	margin-right:40px;
	margin-bottom:20px;

	float:left;
	display:block;
	border:solid #DDD 3px;
	}
*/
.productBlock .content .img
{
  margin-right: 40px;
  margin-bottom: 20px;
  width: 250px;
}


.productBlock .content span
{
  color: #C00;
}

.productBlock .content b
{
  color: #333;
}

.productBlock .content a
{
  color: #C00;
  text-decoration: underline;
}

.productBlock .content a:hover
{
  color: #F00;
  text-decoration: none;
}

