body{ margin: 0px; padding: 0px; } .container{ margin: 0 auto; font-family: "微软雅黑"; width: 1200px; position: relative; margin:0 auto; } a{ text-decoration: none; } .cursor_hover:hover{ color: #2b7e0d; cursor: pointer; } /*头部路径显示*/ .header{ width: 1200px; height: 64px; font-size: 14px; color: #666666; line-height: 64px; float: left; /*测试用数据*/ /*background-color: grey;*/ } .header a:link{ color:#666; } .header a:visited{ color:#666; } .item{ float: left; } /*中间左右两部分*/ .body{ width: 1200px; float: left; /*测试用数据*/ /*height: 1000px;*/ /*background-color: red;*/ } .section_left_nav{ width: 222px; height: 661px; float: left; /*测试用数据*/ /*background-color: green;*/ } .section_left_nav ul{ margin: 0px; padding: 0px; list-style-type: none; } .section_left_nav ul li{ padding-left: 16px; width: 206px; height: 58px; line-height: 58px; border-bottom: 1px solid #e5e5e5; } .title_level_one{ font-size: 20px; color: #ffffff; background-color: #2b7e0d; } .title_level_two{ font-size: 16px; color: #323232; } .title_select{ color: #2b7e0d; } .section_right{ width: 483px; float: left; margin-left: 80px; } .article_title{ margin-top: 30px; width: 483px; height: 18px; font-size: 18px; text-align: left; font-weight: bold; color: #323232; font-family: SimSun; color: #000; } .article_email{ margin-top: 20px; font-size: 14px; font-family:Microsoft YaHei; color:#666; } .article_content{ margin-bottom: 60px; width: 600px; height: 400px; margin-top:20px; } #allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}