@charset "gb2312";

/* CSS Document */
*{
	font-family: "Î¢ÈíÑÅºÚ";
}
html,
body {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
}

ul,
li {
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration: none;
}

.top {
	width: 100%;
	border-bottom: 2px solid #0b67b1;
	background-color: #ffffff;
}

.top-main {
	width: 1366px;
	margin: auto;
	height: 152px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

.top-main img {
	margin-left: 182px;
	margin-top: 28px;
}

.index-main-box {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	overflow: hidden;
}

.index-main {
	width: 1024px;
	margin: auto;
	height: auto;
}

.main-left {
	float: left;
	width: 240px;
	padding-top: 16px;
	margin-top: 16px;
	background-color: #FFFFFF;
}

.main-left ul li {
	width: 220px;
	height: 50px;
	margin: auto;
	background-color: #f2f2f2;
	border: 1px solid #d8d8d8;
	margin-bottom: 16px;
	line-height: 50px;
	font: "Î¢ÈíÑÅºÚ";
	cursor: pointer;
}

.main-left ul li img,
.main-left ul li span {
	float: left;
}

.main-left ul li img {
	margin-left: 20px;
	margin-top: 11px;
}

.main-left ul li span {
	margin-left: 20px;
	font-size: 16px;
}

.main-left ul li.active {
	background-color: #0B67B1;
	color: #FFFFFF;
	border: 1px solid #0B67B1;
}

.main-right {
	float: left;
	width: 760px;
	margin-left: 24px;
	margin-top: 16px;
	background-color: #FFFFFF;
}

.title {
	margin-top: 16px;
	height: 20px;
	line-height: 20px;
	background: url(../images/title.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 14px;
}

.title a {
	font-size: 18px;
	color: #c6121d;
}

.clear {
	clear: both;
}

.boxcenter {
	margin: 0 auto;
	width: 750px;
	display: block;
	overflow: hidden;
}

.con_row {
	padding: 0 8px;
	background: #fff;
}

.con_tab {
	border-bottom: 2px solid #0b67b1;
	height: 53px;
	overflow: visible;
}

.con_tab li {
	float: left;
	padding: 0 30px;
	line-height: 53px;
	height: 65px;
	font-size: 16px;
	cursor: pointer;
}

.con_tab li.on {
	background: url(../images/con_tab.png) no-repeat bottom center #0b67b1;
	color: #fff;
}

.con_list li {
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
	background: url(../images/list.png) no-repeat 4px center;
	border-bottom: 1px solid #f2f2f2;
}

.con_list li a {
	color: #333;
	float: left;
}

.con_list li a:hover {
	text-decoration: underline;
}

.con_list li span {
	float: right;
	color: #bababa;
}

.con_list {
	float: left;
	width: 730px;
	margin: 10px 0 20px;
}

.con_box {
	position: relative;
	overflow: visible;
	display: none;
}

.list_more {
	position: absolute;
	right: 0;
	top: -50px;
	color: #6a6a6a;
	line-height: 30px;
}

.list_more:hover {
	text-decoration: underline;
}

.con_right {
	margin-right: 30px;
}

.foot {
	background: #808080;
	padding: 20px 0;
	margin-top: 20px;
}

.foot p {
	font-size: 12px;
	color: #dfdfdf;
	text-align: center;
	line-height: 20px;
}