.index-body {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 52px;
    width: 100%;
    min-height: 300px;
}

.index-body:after, .index-body:before {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

.main {
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
}

.main .title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.list {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.cN-pagination {
    padding-right: 3px;
}

/*2018-10-16添加*/
#searchSection{
    margin-top:25px;
}
#searchSection .s-btn {
    border: 1px solid #4976e8;
    background: #4976e8;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    /* float: left; */
    padding: 0px 12px;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
}