body{ margin: 0px; padding: 0px; } .container{ margin: 0 auto; font-family: "微软雅黑"; width: 1200px; float: left; position: relative; left: 50%; margin-left: -600px; /*float: left;*/ /*height: 1000px;*/ /*position: relative;*/ /*测试用属性*/ /*float: right;*/ /*height: 700px;*/ /*background-color: yellow;*/ } 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: 900px; /*height: 1000px;*/ float: right; border: 1px solid #e5e5e5; /*测试用数据*/ /*background-color: brown;*/ } .article_title_time{ margin: 0 auto; width: 780px; height: 48px; border-bottom: 1px solid #e5e5e5; position: relative; } .article_title{ margin-top: 30px; width: 780px; height: 18px; font-size: 18px; text-align: center; font-weight: bold; color: #323232; } .article_content{ padding: 40px 60px 60px; }