@charset "gb2312";
/* CSS Document */

/*通用头部、底部*/
*{ margin:0; padding:0; font-family:"微软雅黑";}
.top{ width:100%; height:30px; background-color:#f2f2f2;}
.top_main{ width:1000px; height:30px; margin:0 auto;}
.banner{ width:100%; text-align:center; /*background:url(banner_bg.png) top center no-repeat; background-size:100% 100%;*/}
.nav{ width:100%; height:47px; background-color:#D53831;}
.nav_main{ width:1000px; height:47px; margin:0 auto;}
.foot{ width:100%; height:132px; background-color:#ccc;}
.foot_main{ width:1000px; height:132px; margin:0 auto;}
.clear{ clear:both;}
/*通用头部、底部*/

/****************************************************************************************/
/****************************************************************************************/

/*主体*/
/*当前位置*/
.local{ width:970px; height:30px; padding-left:30px; margin:0 auto; margin-top:10px; margin-bottom:10px; background:url(local_bg.png) left center no-repeat; font-size:13px; color:#454545; line-height:30px;}
.bt_local{ font-size:13px; color:#454545;}
.bt_local:hover{ color:#E03E39;}

/*栏目页主体*/
.lanmu_body{ width:1000px; height:auto; margin:0 auto; margin-bottom:10px; overflow:hidden; position:relative;}
.lanmu_body_left{ width:220px; min-height:550px; position:absolute; left:0px; top:0px; bottom:0px; background:url(lanmu_left_border.png) top center repeat-y; border-bottom:1px solid #E6E6E6;}
.lanmu_left_title{ height:30px; background-color:#DA4944; text-align:center; color:#fff;}
.lanmu_left_list{ padding:5px 15px 15px 15px;}
.lanmu_body_right{ width:738px; min-height:550px; padding:0px 15px 15px 15px; border:1px solid #E6E6E6; overflow:hidden; margin-left:230px;}
.lanmu_right_title{ height:40px; background:url(locallm_titlebg_gray.png) bottom repeat-x;}
.lanmu_local_qianzui{ display:block; float:left; width:20px; height:40px; padding-right:10px; background:url(locallm_qianzui.png) left center no-repeat;}
.lanmu_local_title{ display:block; float:left; padding-right:15px; height:40px; background:url(locallm_titlebg_red.png) bottom repeat-x; font-size:15px; line-height:44px;}
.lanmu_right_list{ padding-top:10px;}

/*主体*/









