body{ margin: 0; padding: 0; } a{ text-decoration: none; } .Progress { width: 100%; padding: 0; margin: 0; position: fixed; top: 0px; z-index: 1000; } .Prostick { width: 0; background-color: #0091EA; height: 5px; } .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; margin: auto; } .banner{ width: 980px; height: 400px; border: 1px solid black; margin-top: 95px; margin-bottom: 30px; } .banner img{ justify-content: baseline; } .newszy{ background-color: skyblue; } .newszy h3{ text-align: center; color: #fff; font-size: 22px; border-bottom: #fff 3px; } .newszy li{ line-height: 60px; color:#FFF; font-size: 18px; } .newszy li:hover{ color: #000; transition: 0.3s; } .newsinfo { background-color: skyblue; } .newsinfo h3{ text-align: center; color: #fff; font-size: 22px; border-bottom: #fff 3px; } .newsinfo p{ padding: 20px; text-indent: 2em; color: #FFF; font-size: 18px; line-height: 30px; } .footer{ height: 100px; background-color: #3fa8ea; line-height: 100px; text-align: center; }