﻿#left_div
{
	width:760px;
	float:left;
	text-align:center;
	border:1px solid #cccccc;
	padding:0;
}

.right_div
{
	width:190px;
	border:1px solid #cccccc;
	float:right;
	clear:right;
	margin-bottom:15px;
	margin-left:5px;
	padding:0px;
}

.right_div div.title
{
	background: url(/images/nei1.jpg) repeat 0 0;
	height: 25px;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	text-align: left;
	margin: 0;
}

.right_div div.title span
{
	font: normal normal bolder 14px/26px 宋体;
	color: #FF6B07;
	padding-left: 10px;
}


#left_div_ul
{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	width:100%;
	border:none;
}

#left_div_ul li
{
	margin:0;
	margin-top:5px;
	border:none;
	float:left;
	display:block;
	width:180px;
	height:190px;
	padding:0 3px;
	overflow:hidden;
}

#left_div_ul li a
{
	display:block;
	text-align:center;
	padding:5px;
	border:1px solid #cccccc;
	height:130px;
	text-align:center;
	vertical-align:bottom;
}

#left_div_ul li a.text
{
    display:inherit;
    clear:both;
	padding:0 10px;
	border:none;
	line-height:16px;
	text-align:center;
	height:auto;
}
#left_div_ul li a.red
{
	font-weight:bolder;
	color:Red;
}
