.w1000 {
	width: 1200px;margin: 0 auto;margin-top:25px;}
.cont_b {
	background: #f5f5f5;
	height: 200px;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	font: normal 12px/180% "SimSun"
}
.cont_b h4,p,ol,li{
	margin: 0;
	padding: 0
}
.cont_b a:link,a:visited {
	text-decoration: none
}
.cont_b a:hover {
	color: #e60012;
	text-decoration: none
}
.cont_b .bd_title {
	width: 60px;
	height: 185px;
	background: #e60012;
	position: absolute;
	color: #fff;
	left: 0px;
	font-size: 26px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	padding-top: 45px;
	font-family:"微软雅黑"
}
.cont_b .bd_title a{
	width: 60px;
	height: 185px;
	background: #e60012;
	position: absolute;
	color: #fff;
	left: 0px;
	font-size: 26px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	font-family:"微软雅黑"
}
.cont_b span.left_b {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 25px;
	left: 70px;
	top: 45%;
	cursor: pointer;
	z-index: 100;
	background: url(../images/left_b.png) no-repeat;
}

.cont_b span.right_b {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 25px;
	right: 10px;
	top: 45%;
	cursor: pointer;
	z-index: 100;
	background: url(../images/right_b.png) no-repeat;
}

.cont_b .cont_b_box {
	width: 1140px;
	margin-left: 60px
}

.cont_b .cont_b_box ul li {
	float: left;
	width: 198px;
	margin: 25px 18px 25px 35px;
	height: 190px;
}

.cont_b .cont_b_box ul li img {
	margin-bottom: 10px
}

.cont_b .cont_b_box ul li h4 {
	font-size: 14px;
	margin-bottom: 5px
}

.cont_b .cont_b_box ul li p {
	color: #666666
}

.cont_b .cont_b_box ul li p a {
	color: #e60012
}

