.slider{
	position: relative;
	height: 300px;
}
.slider_item {
	height: 300px;
}

.side_bar{
	width:220px;
	float: left;
}
.side_bar h1{
	background: #b70000;
	color: #fff;
	padding: 13px 10px;
	font-weight: 900;
	font-size: 16px;
}
.side_bar h1 span{
	font-weight: normal;
	font-size: 13px;
	font-family: Arial;
}
.side_bar .f_item{
	border-bottom: 1px solid #ccc;
	padding:0 20px;
}
.side_bar .f_name{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	padding-left: 15px;
	text-decoration: none;
	outline:none;
	ie-dummy: expression(this.hideFocus=true);
}
.side_bar li.cur .f_name{
	color: #b70000;
	font-weight: 900;
	background: url(/images/side_bar_li_ico.png) left center no-repeat;

}
.side_bar .f_name span{
	display: block;
}
.side_bar .s_menu{
	display: none
}
.side_bar .s_menu li{
	margin-left: 35px;
}
.side_bar .s_menu li a{
	display: block;
	height: 34px;
	line-height: 34px;
	color: #333;
	background: url(/images/s_menu_li_arrow.png) no-repeat left top;
	padding-left: 13px;
	text-decoration: none;
	outline:none;
	ie-dummy: expression(this.hideFocus=true);
}
.side_bar .s_menu li.cur a,.side_bar .s_menu li a:hover{
	background-position: left -34px;
}
.page_main{
	float: right;
	width: 700px;
}
.page_content{
	padding: 10px 0;
    font-size: 16px;
}
.page_content p{
    margin: 5px 0;
}
.page_content img{
	width: 100%;
}
.page_header{
	padding:10px 10px;
	border-bottom:1px solid #ccc;
}
.page_header h2{
	display: inline-block;
	float: left;
	color: #b70000;
}
.page_header .bread_crumbs{
	display: inline-block;
	float: right;
}
.page_header .bread_crumbs a{
	color: #09f;
}

/*date_cat*/
.date_cat{
	margin-top: 15px
}
.base_nav{
    background: #eee;
    height: 25px;
    line-height: 25px;
}
.base_nav a{
    display: block;
    float: left;
    width: 80px;
    text-align: center;
    color: #666;
    background:#fff;
    padding-left: 2px;
    text-decoration: none
}
.base_nav a:hover span{
    text-decoration: none;
    color: #fff;
    background: #B70000
}
.base_nav a span{
    display: block;
    background: #eee;
}
.base_nav a.cur span,.base_nav a.cur:hover span{
    background: #fff;
    color: #B70000;
    font-weight: 900;
    cursor: default
}
/* post_cover */
.post_list{
	margin-top: 30px;
}
.post_cover{
	float: left;
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: #f1f1f1;
	margin-right: 10px;
}

.post_msg h2{
	font-size:13px;
	font-weight: 900;
}
.post_msg h2 a{
	color: #000;
}
.post_msg h2 a:hover{
	color: #B70000
}
.post_time{
	color: #888;
	font-size: 12px;
}
.post_desc{
	font-size: 12px;
	color: #555;
	margin-top:5px;
}
.post_item{
	margin-bottom: 15px;
}
.gap_line{
	border-bottom: 1px dotted #ccc;
}
.post_item2{
	text-align: right;
}
.post_item2 a{
	float: left;
	display: block;
	line-height: 34px;
	height: 34px;
	background: url(../images/s_menu_li_arrow.png) no-repeat left top;
	padding-left: 10px;
	color: #333;
}
.post_item2 a:hover{
	background-position: left -34px;
	color: #B70000;
}
.post_item2 span{
	color: #3C3C3C;
	display: inline-block;
	height: 34px;
	line-height: 34px;
}

/*detail*/
.post_content{
    overflow: hidden;
}
.post_content:after{
    content: ' ';
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}
.prev_next{
	margin-top: 15px;
}
.wrap_box{
	width: 46px;
	float: right
}
.prev_link,.next_link{
	display: block;
	height: 21px;
	width: 23px;
	background: url(../images/prev_next_link_bg.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	float: left
}
.next_link{
	background-position: -22px 0;
}
.no_prev{
	background-position:0 -21px;
	cursor: default
}
.no_next{
	background-position:-22px -21px;
	cursor: default
}
.post_title{
	padding: 20px 0;
	margin-top: 10px;

}
.post_title h1{
	color:#B70000 ;
	font-size: 15px;
	font-weight: 900;
}
.post_date{
	color: #555;
	font-family: Arial;
	font-size: 12px;
}
.back_btn{
	text-align: right
}
.back_btn a{
	color: #333;
}
.back_btn a:hover{
	color: #B70000;
}
.back_btn img{
	vertical-align:text-bottom;
	margin-right:5px;
}
