.banner {
    width: 1200px;
    margin: 0 auto 20px;
    position: relative;
}

.banner .banner-title {
    font-size: 30px; 
    text-align: center;
    color: #0cb074;
    /**position: absolute;*/
    top: 47px;
    left: 182px;
}
.current {
    width:1200px;
    min-width:1200px;
    line-height: 28px;
    font-size: 16px;
    color: #0cb074;
}
