HTML+CSS百度网页制作3.0

<!DOCTYPEhtml>
<html lang="ch_CN">

<head>
    <meta charset="UTF-8">
    <title>百度首页</title>
    <style type="text/css">
        a {
            color: black;
        }
        
        a:link {
            text-decoration: none;
        }
        
        a:visited {
            text-decoration: none;
        }
        
        a:hover {
            color: #4e6ef2;
            text-decoration: none;
        }
        
        a:active {
            text-decoration: none;
        }
        
        .left {
            line-height: 22px;
            font-size: 14px;
            text-align: left;
            margin: 22px 0 22px 0;
            margin-left: 30px;
        }
        
        .right {
            position: absolute;
            right: 0px;
            width: 150px;
        }
        
        .ddp {
            text-align: center;
            position: relative;
            display: inline-block;
            padding-right: 23px;
        }
        
        .set {
            position: relative;
            left: 13px;
            background-color: #4e71f2;
            color: #fff;
            border-radius: 5px;
            font-size: 12px;
            width: 48px;
            height: 22px;
            display: inline-block;
        }
        
        .body>.picture {
            position: absolute;
            top: -33px;
            left: 500px;
        }
        
        .body>.search {
            text-align: center;
        }
        
        .body>.search>.abc>.input {
            width: 540px;
            height: 36px;
            margin-top: 160px;
        }
        
        .body>.search>.abc>.btn {
            text-align: center;
            width: 100px;
            height: 40px;
            margin-top: 10px;
            background: blue;
            color: white;
            font-size: 13px;
        }
        
        .hot-title {
            width: 654px;
            position: relative;
            margin: 45px auto 0;
        }
        
        .baiduhot div {