.seaBlock{
    color: #000;
    font-weight: bold;
}

.banner{
    text-align: left;
    background: #fff;
    margin-bottom: -30px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px #ccc;
    padding: 20px 0;
}

.banner_top{
    margin: 0 20px;
    font-size: 24px;
    font-weight: bold;
}

.banner_top img{
    float: left;
    width: 52px;
    height: 30px;
}

.banner_top div{
    float: left;
    margin-left: 20px;
}

.banner_bottom{
    clear: both;
    margin: 0 20px;
    margin-top: 60px;
}

.banner_left{
    float: left;
    color: #797979;
}

.banner_right{
    float: right;
    font-size: 14px;
    color: #646464;
}