﻿
.inner {
	width: 1100px;
}
.con {
	width: 100%;
	margin-top: -500px;
	/*position: absolute;
	top: 250px;*/
}

.banner img {
	width: 100%;
}
.top {
	height: 40px;
	background: #c61c20;
}
.top span {
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.top span a{
	color: #fff;
}


/*轮播图*/
.slideBox {
	height: 750px;
}
.slideBox .borderX {
	display: block;
	width: 100%;
	height: 7px;
	background: url(border_14.png) repeat-x;
	position: absolute;
	bottom: -122px;
}
/*列表上*/
.listTop {
	margin-top: 160px;
}
.listTop dl {
	width: 530px;
	float: left;
	border: 1px solid #ccc;
	border-top: none;
}
.listTop .title {
	height: 50px;
	background: #c61c20;
	position: relative;
	margin-bottom: 25px;
	
}
.listTop .title .box_title {
	font-size: 20px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: 0;
	background: #fff;
	color: #c61c20;
}
.listTop .title .more a{
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.listTop dl dd {
	height: 45px;
	padding: 0 35px;
}
.listTop dl .time {
	float: right;
	color: #979696;
}


.listBot {
	width :100%;
	margin-top: 20px;
}
.listBot .list_title {
	height: 50px;
	line-height: 50px;
	display: block;
	padding-left: 40px;
	font-size: 24px;
	background: url(icon_18.png) no-repeat  0;
}
.listBot .select_title {
	height: 50px;
	line-height: 50px;
	display: block;
	padding-left: 40px;
	font-size: 24px;
	border-bottom: 3px solid #d60b0b;
	background: url(icon_07.png) no-repeat 0;
}
.listBot .select_box {
	width: 320px;
	float: right;
}
.listBot .select_box select {
	border-top: none;
	width: 100%;
}
.listBot .select_box li {
	margin-left: 20px;
	list-style: circle;
	height:40px; 
	line-height:40px; 
}
.footer {
	height: 105px;
	background: #d60b0b;
}
.footer p {
	position: absolute;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	color: #fff;
	text-align: center;
}

