@charset "utf-8";
.mainContent {
    background: #f2f4f6;
    padding: 6rem 0px;
}

.mainContent .content {
    background: #fff;
    padding: 6rem 4rem;
}

li.cateListBox a:hover,.cateListBox.active a {
    background: #0159ae;
    color: #fff;
}
.mainContent h2 {
    font-size: 28px;
    color: #333;
    text-align: center;
    line-height: 2;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 3rem;
}
@media only screen and (max-width:768px){
    .mainContent {
            padding: 20px 0px;
        }

        .mainContent .content {
            padding: 20px 10px!important;
        }
}