﻿.container .inner {
	padding: 5px 0px;
}
.sidebar {
	width: 216px; float: left;
}
.sidebar h2 {
	background: rgb(8, 76, 155); margin: 0px; height: 45px; text-align: center; color: rgb(255, 255, 255); line-height: 45px;
}
.sidebar a {
	background: rgb(207, 207, 207); height: 45px; text-align: center; color: rgb(81, 81, 81); line-height: 45px; font-size: 16px; display: block;
}
.sidebar a:hover {
	background: rgb(231, 231, 231); color: rgb(204, 0, 51);
}
.list {
	width: 774px; margin-left: 9px; float: left;
}
.content {
	width: 774px; margin-left: 9px; float: left;
}
.breadcrumb {
	background: rgb(165, 185, 202); height: 45px; color: rgb(255, 255, 255); line-height: 45px; padding-left: 15px; font-size: 14px;
}
.breadcrumb a {
	color: rgb(255, 255, 255);
}
.list ul li {
	line-height: 30px;
}
.list ul li a {
	background: url("../images/dot2.png") no-repeat 25px 14px; padding: 0px 32px; color: rgb(81, 81, 81); display: block;
}
.list ul li a:hover {
	background-color: rgb(231, 231, 231);
}
.list ul li a span {
	float: right;
}
.page {
	text-align: center; color: rgb(81, 81, 81);
}
.page a {
	color: rgb(81, 81, 81);
}
.title {
	text-align: center; font-size: 18px;
}
.main {
	color: rgb(102, 102, 102); line-height: 1.5; font-size: 16px; margin-bottom: 20px;
}