.banner-Box {
	width: 100%;
	height: 318px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}



.banner-Box .hd {
	position: absolute;
	right: 11%;
	bottom: 20px;
	z-index: 1;
}

.banner-Box .hd ul {

	zoom: 1;
}

.banner-Box .hd ul li {
	float: left;
	margin-right: 30px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 0;
	text-align: center;
	background: #FFFFFF;
	border-radius: 9px;
	cursor: pointer;
}
.banner-Box .hd ul li:last-child{
	margin-right: 0;
}
.banner-Box .hd ul li.on {

	background: #ccae66;
	position: relative;

	transition: all 0.3s ease;
}

.banner-Box .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-Box .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner-Box .bd li a {
	display: block;
	width: 100%;
	height: 318px;
}

.banner-Box .bd img {
	width: 430px;
	height: 263px;
	display: block;
}

.banner-Box .bd span {
	position: absolute;
	bottom: 0;
	background: url(../images/title_bg.png);
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}

.banner-Box .bd h1 {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 10px
}

.relative {
	position: relative;
}


/*content*/
.box1{
	margin-top: 30px;
}
.title{
	width: 380px;
	height: 40px;
	border-bottom: 1px solid #916f1b;
	line-height: 40px;
	margin-bottom: 20px;
}
.title h3{
	font-size: 22px;
	color: #b50404;
	font-weight: normal;
	border-bottom: 2px solid #b50404;
	
}
.title h3 span{
	color: #434343;
}
.title a{
	color: #999999;
	font-size: 14px;
}
.box1_1{
	width: 380px;
	margin-right: 30px;
}
.notice_list{
	
}
.notice_list .notice_date{
	/* width: 62px; */
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	margin-right: 10px;
	border-right: 1px solid #b7a57a;
}
.notice_list .notice_date h2{
	line-height: 30px;
	color: #b50404;
}
.notice_list .notice_date h5{
	font-weight: normal;
	font-size: 14px;
	color: #888888;
}
.notice_list li{
	height:72px;
}
.notice_list li a{
	height: 72px;
	line-height: 25px;
	
	width: 302px;
	float: right;
	/*
overflow: hidden;
text-overflow: ellipsis;
	white-space: nowrap;*/
}
.notice_list li:hover .notice_date h2{
	color: #FFA700;
}

.date{
	width: 70px;
	height: 28px;
	background: #e1e1e1;
	color: #434343;
	text-align: center;
	line-height: 28px;
	margin-right: 10px;
}
.list li{
	height: 45px;
}
.list li:hover .date{
	background-color: #FFA700;
	color: #FFFFFF;
}
.list li:hover a{
	color: #b50404;
}

.mr3{
	margin-right: 30px;
}
body{
	background: url(../images/bottom01.png) left 30px no-repeat;
}



.link_body { height:44px; margin-top:25px;}
.link_body ul { width:1200px; margin:0 auto;}
.link_body ul li {line-height:44px; float:left; margin-left:15px; margin-right:15px; font-size:15px; color:#FFFFFF}
.all_ys{background:#950000; width:100%; min-width:1200px;}
