#main-body {
    z-index: 999;
    left: 0;
    right: 0;
    position: absolute;
}

#section .section-header {
    background: #fff;
}

#section .form_list {
    background: #fff;
    margin: 0 15px;
    -moz-box-shadow: 0px 0px 12px #EFEFEF;
    -webkit-box-shadow: 0px 0px 12px #EFEFEF;
    box-shadow: 0px 0px 12px #EFEFEF;
    padding: 20px 0;
    box-sizing: border-box;
}

.section-container {
    width: 100%;
    padding: 5% 20%;
    box-sizing: border-box;
}

.section-btn {
    text-align: center;
    height: 50px;
}

.section-btn {
    margin: 0 auto;
}

.section-btn-item {
    padding: 8px 10px;
    cursor: pointer;
    color: #fff;
    min-width: 130px;
    font-size: 14px;
}

.section-btn-item-active {
    color: #148FF1;
    background: #fff;
    border-radius: 30px;
    padding: 5px;
}

.section-title{
    position: relative;
}
.section-title-small{
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 50px;
    font-weight: bolder;
}
.section-title-small span{
    padding: 10px 0;
    border-bottom: 3px solid #F04549;
}

.section-title-big{
    font-size: 60px;
    color: #F1F1F1;
    text-align: center;
}

#section .form_list {
    background: #fff;
    margin: 0 15px;
    -moz-box-shadow: 0px 0px 12px #EFEFEF;
    -webkit-box-shadow: 0px 0px 12px #EFEFEF;
    box-shadow: 0px 0px 12px #EFEFEF;
    padding: 20px 0;
    box-sizing: border-box;
}

.section-main{
    padding: 2% 8%;
}
.section-main p{
    font-size: 12px;
    text-indent: 20px;
    line-height: 30px;
}

.section-main img{
    width: 100%!important;
}

.section-main div{
    word-wrap: break-word;
word-break: normal;
}

@media (max-width: 480px) {
    .section-container .container-fluid {
        padding: 0;
    }

    .section-container .col-sm-12 {
        padding: 0;
    }

    .section-container .section-btn-item {
        padding: 5px;
        min-width: auto;
    }

    .section-btn .col-xs-4 {
        padding: 0;
    }

    .section-btn-item-active {
        padding: 2px 10px;
    }

    .section-title-small{
        width: 100%;
        text-align: center;
        color: #333;
        font-size: 15px;
        position: absolute;
        top: 23px;
    }
    .section-title-big{
        font-size: 33px;
        color: #F1F1F1;
        text-align: center;
    }

    .section-main{
        margin-top: 30px;
    }

}


@media (max-width: 768px) {
    #main-body {
        top: 8%;
    }


    .lm {
        margin-bottom: 15px;
    }

    .section-footer .pagination {
        float: left;
    }

    .section-container {
        width: 100%;
        padding: 8% 10%;
        box-sizing: border-box;
    }

    .section-btn .col-xs-3 {
        padding: 0;
    }

    .section-footer li a {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 960px) {
    #main-body {
        top: 32%;
    }
}
