@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 16px;
	line-height: 35px;
	color: #333333;
	font-family: "微软雅黑";
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}

/*屏蔽UC浏览器底部广告*/
div[id^="_"] { display: none !important; }
#top {
	height: 600px;
	width: 100%;
	background-image: url(topbg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#logo {
	height: 115px;
	width: 675px;
	position: absolute;
	left: 5px;
	top: 40px;
}
#logo a {
	display: block;
	height: 115px;
	width: 675px;
}
#menu_wrap {
	background-color: #b43939;
	height: 68px;
	width: 100%;
}
#menu_inner {
	height: 68px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(menubg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu {
	height: 81px;
	width: 1300px;
	position: absolute;
	bottom: 0px;
}
#menu_l {
	background-image: url(menu_lbg.png);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 28px;
}
#menu_c {
	background-color: #a81a19;
	float: left;
	height: 68px;
	width: 1203px;
	font-size: 20px;
	line-height: 66px;
	color: #FFFFFF;
	padding-left: 41px;
}
#menu_c a {
	color: #FFFFFF;
}
#menu_c a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#menu_c li {
	list-style-type: none;
	float: left;
	padding-right: 45px;
	padding-left: 45px;
}
#menu_r {
	background-image: url(menu_rbg.png);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 28px;
}
#block_list {
	clear: both;
	padding: 5px;
	margin-bottom: 7px;
}

#block_list li {
	background-image: url(li.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 20px;
	list-style-type: none;
}
.date {
	float: right;
}


#wrap {
	width: 100%;
	padding-bottom: 30px;
	background-image: url(wrapbg.png);
	background-repeat: no-repeat;
	background-position: center 170px;
}
.inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333333;
	width: 100%;
	clear: both;
}
#bottom_inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 26px;
        text-align:center;
}
#bottom_inner a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_inner a:hover {
	color: #ede5e5;
}
#wrap_r1 {
}
#r1_top {
	height: 70px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(r1_topbg.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 26px;
	padding-top: 10px;
}
#r1_top li {
	float: left;
	list-style-type: none;
	padding-top: 15px;
	display: block;
	height: 54px;
	width: 170px;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 50px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(r1_top_li1.png);
	background-position: 0px 15px;
}
#r2_block1 {
	float: left;
	width: 400px;
	margin-right: 30px;
}
#r2_block {
	float: left;
	width: 380px;
	margin-right: 25px;
	margin-left: 25px;
}

#r1_top .hover {
	color: #a81a19;
	background-image: url(r1_top_li1hover.png);
}
#r1_list li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: 430px;
	padding-bottom: 5px;
}
#r1_list {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.clearfix {
	clear: both;
}


#r1_catname {
	float: left;
}
#wrap_r2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#r2_top {
	line-height: 45px;
	background-image: url(r2_topbg.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 50px;
	font-size: 24px;
	padding-left: 40px;
}


#block_list {
	clear: both;
	padding: 5px;
	margin-bottom: 7px;
}

#block_list li {
	background-image: url(li.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 20px;
	list-style-type: none;
}
.date {
	float: right;
}

#more_btn {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 3px;
}
#more_btn a {
	display: block;
	width: 120px;
	border: 1px solid #A81A19;
	font-size: 15px;
	line-height: 32px;
}
#more_btn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A81A19;
}