﻿.free {
    width: 100%;
    height: 138px;
    background: #083392;
    position: relative;
}

    .free .freebg {
        height: 138px;
        background: url(/multisite/images/freebg.jpg) no-repeat center;
        background-size: cover;
    }

    .free .freebox {
        width: 570px;
        margin: 0 auto;
        height: 51px;
        padding-top: 43px;
    }

    .free .free_p {
        width: 199px;
        height: 49px;
        border: 1px solid #fff;
        float: left;
        text-align: center;
    }

        .free .free_p a {
            font-size: 24px;
            color: #fff;
            width: 199px;
            height: 49px;
            line-height: 49px;
            display: block;
        }

    .free .free_ul {
        float: left;
        margin-left: 20px;
    }

        .free .free_ul li {
            float: left;
            font-size: 24px;
            color: #fff;
            line-height: 51px;
        }

#new_bottom {
    margin-top: 0 !important;
}

.free .freebox {
    width: 540px;
    padding-top: 46px;
}

.free .free_p {
    float: right;
}

.freebox p {
    font-size: 24px;
    color: #fff;
    line-height: 51px;
    float: left;
    margin-left: 20px;
}

@media screen and ( max-width: 1024px) {
    .free .freebox {
        width: 100%;
        padding-top: 0;
    }

    .free .free_p {
        float: none;
        height: 30px;
        margin: 15px auto 0;
    }

        .free .free_p a {
            line-height: 30px;
        }

    .freebox p {
        font-size: 14px;
        line-height: 3;
        float: none;
        text-align: center;
        margin-left: 0;
    }
}
