.banner {
    width: 1920px;
    height: 530px;
    background: url("../../images/join/banner.png") no-repeat;
}

.list .col-md-4 .border {
    border: 1px solid #e6e6e6;
    line-height: 25px;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 10px;
}

.list .col-md-4 .border div {
    font-size: 18px;
}

.list {
    margin-top: 80px;
    margin-bottom: 80px;
}

.list .col-md-4 div,
.list .col-md-4 p {
    padding-left: 15px;
}

.search img {
    width: 100px;
    height: 40px;
}

.gosearch {
    width: 100px;
    height: 40px;
    background: red;
    float: right;
    position: relative;
    top: -60px;
    cursor: pointer;
}

.down {
    position: relative;
    top: -120px;
}

.down img {
    cursor: pointer;
}