.container{
	width:1200px;
	margin:0 auto;
}
.banner-box{
	width:100%;
	height:184px;
	background-color: #ebebeb;
	z-index:-999;
}
.banner{
	height: 100%;
	position: relative;
}
.banner img{
	width:100%;
	height:184px;
}
.banner p{
	position: absolute;
	right: 0;
	bottom:0;
	width:480px;
	padding-left: 30px;
	height:54px;
	line-height:54px;
	font-size:24px;
	color:#ffffff;
	background-color: rgba(191,33,36,.75);
}
.sidebar{
	float:left;
	overflow: hidden;
	width:220px;
	margin-right: 50px;
}
.sidebar-title{
	position: relative;
	width:180px;
	padding-left:40px;
	height:44px;
	margin-bottom: 1px;
	line-height:44px;
	font-size:20px;
	font-weight: 600;
	color:#cb0300;
	background: url() no-repeat 10px center ;
	background-color: #eaebed;
	border-bottom: 3px #fa7f58 solid;
}
.ornament{
	position: absolute;
	right:0;
	bottom: 0;
	width:11px;
	height:14px;
	background-color: #fa7f58;
}
.adorn{
	position: relative;
	width:100%;
	height:18px;
	border-bottom:1px #bdbdbd dashed;
	background-color:#fefefe;
}
.adorn-child{
	position: absolute;
	right: 0;
	bottom: 0;
	width:11px;
	height:18px;
	background-color: #cb0300;
}
.sidebar-list{
	width:220px;
	min-height:730px;
	background:url() no-repeat bottom center;
	background-color: #fafafa;
}
.sidebar-list li{
	width:172px;
	height:25px;
	line-height:25px;
	padding:6px 0;
	padding-left:48px;
	font-size: 16px;
	border-bottom: 1px #c3c3c3 solid;
	background-color:#fefefe;
}
.sidebar-list li a{
	display: block;
	width:100%;
	height:100%;
}

.sidebar-list .sidebar-select{
	background:url(../image/arrows2.png) #ededed no-repeat 10px center;
}

.main-content{
	float: left;
	overflow: hidden;
	width:915px;
	
}
.mc-title{
	width:100%;
	height:40px;
	line-height:40px;
	font-size: 16px;
	color:#cb0300;
	border-bottom: 2px #e4e4e4 solid;
}

.news li{
	width:100%;
	padding:20px 0;
	border-top: 1px #e5e5e5 dashed;
}
.news .news-top{
	height: 154px;
	padding:20px 0;
	border:0;
}
.news-top img{
	display: block;
	float:left;
	width:300px;
	margin-right: 28px;
	height: 154px;
}
.news-text{
	float:left;
}
.newstop-title{
	width: 587px;
	height:28px;
	line-height:28px;
	font-size: 18px;
}
.newstop-title a{
	color:#cc0000;
}
.label{
	width:587px;
	height:12px;
	padding:10px 0;
	font-size:14px;
	color:#8a8a8a;
	border-bottom: 1px #efefef solid;
}
.newstop-content{
	overflow: hidden;
	width:587px;
	height: 73px;
	margin:10px 0;
	line-height: 24px;
	font-size:14px;
	color:#919191;
	text-indent:2em;
}
.listdate{
	float:left;
	width:110px;
	height:33px;
	margin-right: 15px;
	border-radius: 3px;
	overflow: hidden;
}
.year{
	height:44px;
	line-height:33px;
	font-size: 16px;
	color:#ffffff;
	text-align: center;
	background-color: #f2a553;
}
.month{
	height:44px;
	line-height:44px;
	font-size: 14px;
	font-weight: 600;
	color:#8a8a8a;
	text-align: center;
	background-color: #efefef;
}
.news-title{
	width: 900px;
	height:28px;
	line-height:28px;
	font-size: 20px;
}
.news-title a{
	color:#6e6e6e;
}
.news-title a:hover{
	color:#cc0000;
}
.news-content{
	overflow: hidden;
	width:840px;
	height: 48px;
	line-height: 24px;
	margin:6px 0;
	font-size:14px;
	color:#919191;
}
