html,body,div,a,form,ul,ol,li,input,img,form,p,h1,h2,h3,h4,h5,h6 {
	padding: 0;
	border: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
}

p,a {
	color: #353535;
}
a:hover {
	color:#b60002;
}

.all {
	background-image: url(../images/24.png);
}

.all,.header {
	margin: 0 auto;
}
.header {
	margin: 0 auto;
	height: 273px;
	width: 100%;
	position: relative;
	/*background-image: url(../images/01.png);*/
}
.header-bg{
	width: 100%;
	height: 273px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.header-bg img{
	width: 100%;
	height: 269px;
	min-height: 200px;
	position: absolute;
	z-index: 0;
}
.header-in{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.logo{
	padding-top:0;
}
.search img {
	position: absolute;
	top: 40px;
	right: 0%;
}

.search input {
	margin: 0;
	width: 152px;
	height: 20px;
	border: 1px #fff solid;
	position: absolute;
	top: 40px;
	right: 48px;
	background: none;
	color: #fff;
	padding:4px;
}
.block {
	width: 1000px;
	margin: 0 auto;
	height: 560px;
	margin-bottom: 20px;
}
.content-block{
	width: 890px;
	margin: 0 auto;
}
.block-title {
}
.contain-block {
	width: 245px;
	float: left;
	margin-left: 34px;
}

.contain-block-title {
	border-top:3px #cc0033 solid;
	border-bottom: 1px #999 solid;
	width: 245px;
	height: 36px;
	margin-top: 30px;
	line-height: 36px;
	font-size: 14px;
}
.contain-block-title div{
	width: 60px;
	padding: 0px 5px;
	line-height: 36px;
	float: left;
	color: #b60002;
	font-weight: bold;
}
.contain-block-title span{
    display: block;
    float: right;
    font-size: 12px;
}
.contain-block-title a{
	color:#999;
}
.contain-block-contain ul{
	padding: 0 5px;
}
.first-line{
	height: 130px;
}
.mid-block{
	width:280px;
}

.more {
	position: relative;
	float: right;
	margin-right: 30px;
	padding: 9px  10px;
}

.more a {
	color:#b60002;
	font-size: 16px;
	font-weight: 100;
	font-family: "微软雅黑"；
}

.contain-block ul li {
    height: 26px;
	line-height: 26px;
	font-size: 12px;
	overflow: hidden;
}
.list {
	position: absolute;
	top: 232px;
	width: 100%;
	height: 40px;
}
.list #menu{
	margin: 0 auto;width: 1000px;
}
.list ul {
	padding-left: 77px;
}

.list li {
	width: 105px;
	height: 20px;
	float: left;
	padding: 5px 0;
	margin: 5px 0;
	text-align: center;
	font-size: 15px;
}

.list li:hover {
	color: gold;
}

.list li:hover a {
	color: gold;
}

.list li a{
	color: #fff;
}

.list .act {
	
}

.list .act a{
	color: gold;
}

.list_page {
	width: 830px;
	border-top: medium none;
}

.list_page ul{
	padding:10px 40px;
}

.list_page ul li{
	font-size:14px;
}
.list_date{
	float:right;
}

/*footer*/
.footer {
    border-top: 1px solid #999;
    color: #999;
    font-size: 13px;
    height: 45px;
    margin: 25px auto 0;
    padding: 20px;
    text-align: center;
    width: 800px;
}

.footer ul {
	width: 1000px;
	margin: 0 auto;
}

.footer li {
	float: left;
	width: 249px;
	line-height: 20px;
	text-align: center;
	border-right: 1px #fff solid;
	margin-bottom: 20px;
}

.footer li a {
	font-size: 14px;
	color: #fff;
}

/*#none-border-right-one,#none-border-right-two{
	border-right: none;
}*/
.none-border-right-one,.none-border-right-two{
	border-right: none !important;
}
.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
}