body{ margin: 0; padding: 0; } a{ text-decoration: none; } .navbar{ width: 100%; height: 65px; position: fixed; background-color: lightgray; top: 0; } .navinit{ width: 980px; height: 100%; margin: auto; } .navbtnpart{ float: right; } .logo{ float: left; line-height: 65px; } .navbtn{ line-height: 65px; float: left; margin: 0 20px; } .navbtn a{ color: #000; } .navbtn a:hover{ color: #0091ea; } .mainbody{ width: 980px; height: 1200px; margin: auto; } .titlebar{ margin-top: 90px; background-color: skyblue; line-height: 60px; height: 60px; padding: 0 20px; } .title{ font-size: 22px; display: inline-block; } .reportbox{ width: 30%; margin-top: 20px; } .boxtitle{ height: 40px; background-color: skyblue; font-size: 18px; } .boxcover img{ width: 294px; height:210px; overflow: hidden; } .boxinfo{ background-color: #ebebeb; padding: 10px; font-size: 22px; text-indent: 2em; } .footer{ height: 100px; background-color: #3fa8ea; line-height: 100px; text-align: center; }