@charset "UTF-8";
/*liboyuan 20160817*/
/*search*/

.classList_top {
    margin-top: 15px;
    margin-bottom: 20px;
}
.classList_title_box {
    min-height: 40px;
    padding: 40px;
    background-color: #fff;
}
.classList_title_box > a {
    line-height: 52px;
    height: 52px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 0 30px;
}

.classList_title_box > a.active {
    background-color: #f51e55;
    color: #fff;
}
/*tab*/

.classList_tab_box {
    border-bottom: 2px solid #d2d2d2;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.classList_tab {
    text-align: center;
}
.classList_tab > a {
    font-size: 28px;
    line-height: 96px;
    height: 96px;
    width: 180px;
    display: inline-block;
}
.classList_tab > a.active {
    color: #f51e55;
    font-weight: bold;
    border-bottom: 4px solid #f51e55;
}

.no_search{
    text-align: center;
    color: #909090;
    margin-top: 100px;
}