* {
            margin: 0 auto;
            padding: 0;
            font-family: "微软雅黑";
        }
        
        body {
            background: #fff;
        }
        
        a {
            text-decoration: none;
        }
       
        ul {
            list-style: none;
        }
        
        .box {
            border: 1px #e5e2e2 solid;
        }
        
        .left {
            float: left;
            width: 491px;
        }
        
        .right {
            float: right;
            width: 489px;
        }
        
        .clear {
            clear: both;
        }
        
        #banner {
            width: 100%;
            height: 512px;
            background: url(hbdc20170420_02.jpg) no-repeat center center;
        }
        
        .content {
            width: 1000px;
            margin: 0 auto;
            margin-top: 20px;
        }
        
        .b1 {
            width: 100%;
            background: #f6f4f4;
            height: 40px;
            line-height: 40px;
            border-bottom: 3px #006599 solid;
            font-size: 22px;
            text-indent: 1em;
        }
        
        .b1 a {
            color: #006599;
        }
        
        .z1 {
            text-indent: 2em;
            line-height: 26px;
            font-size: 14px;
            color: #666;
        }
        
        .t1 a {
            text-align: center;
            color: #006599;
            font-size: 22px;
            font-weight: bold;
            line-height: 40px;
        }
 .footer {
    border-top: 2px solid #7fb6ed;
    height: 140px;
}       
.footer-clj a, .footer-clj span {
    display: inline-block;
    color: rgb(0, 109, 220);
    font: 16px/30px 微软雅黑;
    margin-left: 10px;
}
.footer-left p {
    color: rgb(153, 153, 153);
    font: 14px/24px 微软雅黑;
}
        .t1 h1 {
            color: #000;
            padding-left: 10px;
        }
        
        .list1 {
            width: 100%;
            padding-top: 10px;
        }
        
        .list1 li {
            background: url(dots.png) 5px -1px no-repeat;
            padding-left: 20px;
            line-height: 30px;
        }
        
        .list1 li a {
            text-decoration: none;
        }