﻿.section-block .content {
    width: 100%;
    /*margin: 50px auto;*/
    display: inline-block;
    /*border-top: 1px solid #f0f0f0;*/
}

    .section-block .content .list-content,
    .section-block .content .text-content {
        width: 100%;
        padding: 10px;
        min-height: 400px;
        /* min-height: 570px;*/
    }

        .section-block .content .list-content ul li {
            border-bottom: 1px dashed #F3F6FC;
        }

            .section-block .content .list-content ul li a {
                display: flex;
                padding: 11px 18px;
                justify-content: space-between;
            }

    .section-block .content .page {
        text-align: center;
        margin: 20px auto;
    }

        .section-block .content .page .el-pagination.is-background .el-pager li,
        .section-block .content .page .el-pagination.is-background .btn-next {
            background-color: #F3F6FC;
        }

        .section-block .content .page .el-pagination.is-background .btn-prev:disabled {
            background-color: #F3F6FC;
        }

        .section-block .content .page .el-pagination.is-background .el-pager li:not(.disabled).active {
            background-color: #409EFF;
            color: #FFF;
        }

.button {
    background-color: #0080ff;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    width: 85px;
    height: 35px;
    /* margin-top: -10px; */
    float: right;
    line-height: 35px;
    text-align: center;
    display: inline-block !important;
}

.list-content .date {
    line-height: 36px;
}

.container {
    height: 70px;
    width: 800px;
    margin: 30px auto 0 auto;
}

.parent {
    position: relative;
}

.container .parent .searchBtn {
    right: 70px;
    top: 3px;
    width: 116px;
    line-height: 40px;
    /* border: 1px solid #ececec; */
    padding: 0 10px;
}

.container .searchBox {
    text-align: left;
    width: 660px;
    height: 44px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #f7f7f7;
    font-size: 14px;
    background: url(../image/search1_2959cda.png) no-repeat 19px center;
    text-indent: 66px;
    color: #000;
    outline: none;
    margin: auto 70px;
}

.container .line {
    width: 1px;
    position: absolute;
    right: 180px;
    top: 0px;
    height: 30px;
    bottom: 0;
    margin: auto;
    background: #ececec;
}

.container .searchBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
    line-height: 40px;
    background: 0 0;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: #333;
    height: 40px;
    border: 0;
}

.container .parent .allsearchBtn {
    position: relative;
    top: 0;
    background: 0 0;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: #333;
    height: 55px;
    right: -40px;
    border: 1px solid #ececec;
    padding: 0 10px;
}

.list-content .title {
    width: 100%
}
