@charset "utf-8";
/* CSS Document */
h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/*内容区域*/
.banner img {
	width: 100%;
}
.main {
	width: 1182px;
	margin: 0 auto;
	background-color: #fff;
}
/*左侧列表*/
.main_left {
	float: left;
	width: 210px;
	background-color: #f7f7f7;
	border-right: 1px solid #f1f1f1;
}
.main_left dt {
	height: 30px;
	border-bottom: 1px solid #f1f1f1;
}
.main_left dd, .main_left li {
	/*text-align: right;*/
	/*padding-right: 10%;*/
	padding-left: 30px;
	line-height: 49px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 18px;
	color: #666;
}
.main_left li {
	padding-left: 40px;
}
.main_left dd a {
	display: inline-block;
	padding-right: 20px;
	background: url(col_end.png) no-repeat right center;
}
.main_left .gsgk a {
	background: url(col_end_down.png) no-repeat right center;
}
.main_left li {
	font-size: 16px;
}
/*右侧内容*/
.main_right {
	float: left;
	width: 952px;
	margin-left: 20px;
	padding-bottom: 100px;
}
.current_col {
	width: 100%;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 36px;
	margin-bottom: 25px;
	padding-left: 10px;
	line-height: 25px;
	border-left: 3px solid #f18b1f;
}
/******************/
.wrap {
	width: 915px;
	position: relative;
}
#prev, #next {
	position: absolute;
	width: 28px;
	height: 42px;
	background-color: #ddd;
	text-align: center;
	line-height: 42px;
}
#prev {
	left: 0;
	top: 0;
}
#next {
	right: 0;
	top: 0;
}
#listBox {
	width: 847px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.wrap .year {
	position: absolute;
	height: 50px;
}
.wrap .year li {
	float: left;
	width: 77px;
	height: 50px;
	padding-right: 1px;
	cursor: pointer;
}
.wrap .year li span {
	display: block;
	width: 100%;
	height: 42px;
	background-color: #ddd;
	line-height: 42px;
	text-align: center;
}
.wrap .year li.on {
	background: url(year_on_bg.png) no-repeat;
}
.wrap .year li.on span {
	background: none;
	color: #fff;
}
#picBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top:20px;
}
#picBox ul {
	position: relative;
}
#picBox li {
	float: left;
	width: 915px;
}
.wrap dl {
	width: 100%;
	font-size: 16px;
}
.wrap dd {
	width: 860px;
	position: relative;
	line-height: 30px;
	margin-left: 55px;
	padding-bottom: 15px;
	border-left: 1px solid #ccc;
}
.wrap dd h3, .wrap dd img, .wrap dd span, .wrap dd h4 {
	float: left;
	position: relative;
}
.wrap dd span {
	width: 799px;
	padding-left: 20px;
}
.wrap dd h3 {
	position: absolute;
	color: #0062b7;
	left: -54px;
}
.wrap dd img {
	position: absolute;
	z-index: 10;
	left: -8px;
	top: 7px;
}
.wrap dd h4 {
	width: 60px;
	height: 30px;
	text-align: center;
}
