﻿/*首页布局*/
.left {
	width: 620px;
	float: left;
	margin-top: 20px;
}
.left h2 {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	border: 1px #ddd solid;
	color: #DE181B;
	background: #FFF8D2 url('ico.gif') no-repeat 5px 7px;
	padding-left: 20px;
}
.left .best {
}
.left .best ul {
	height: 100%;
	overflow: hidden;
	margin-top: 10px;
	background: #F8F3E9;
	border: 1px #ddd solid;
	padding: 7px 0px;
}
.left .best ul li {
	float: left;
	font-family: Georgia;
	color: #000;
}
.left .best ul li a {
	font-weight: bold;
	color: #CE191D;
}
.left .best ul li b {
}
.left .best ul li img {
	height: 90px;
	width: 90px;
	padding: 2px;
	border: 1px #ddd solid;
	vertical-align: middle;
}
.left .best ul .a {
	width: 130px;
	text-align: center;
}
.left .best ul .b {
	width: 320px;
	line-height: 200%;
}
.left .best ul .c {
	text-align: center;
	width: 138px;
	margin-top: 30px;
}
.left .best ul li strong {
	font-size: 25px;
	color: #CC171A;
}
.right {
	width: 300px;
	float: right;
	margin-top: 20px;
}
.right .player {
	margin-top: 10px;
}
.right .text {
	margin-top: 10px;
	border: 1px #ddd solid;
	background: #F9F7E8;
	padding-bottom: 10px;
}
.right h2 {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px #ddd solid;
	color: #DE181B;
	background: #FDF7DC url('ico.gif') no-repeat 5px 7px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.right h3 {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
}
.right h3 a {
	color: #DE181B;
}
.right h3 a:hover {
	color: #000;
}
.right .text p {
	padding: 5px 10px 5px 10px;
	line-height: 190%;
}
.right .text ul {
	margin-left: 15px;
	margin-right: 15px;
}
.right .text ul li {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px #ddd solid;
}
.right .text ul li strong {
	color: #000;
}
.right .text ul li a {
	color: #333;
}
.right .text ul li a:hover {
	color: #000;
}

