body {
    background-color: #F6F7F9;
}

#list {
    min-width: 1230px;
}

#list .text-mini {
    font-size: 0.5px;
}

#list .border-none {
    border: 1px solid transparent !important;
}

#list .text-danger {
    color: #E02738;
}

#list .text-muted {
    color: #999999;
}

#list .d-flex {
    display: flex;
}

#list .justify-center {
    justify-content: center;
}

#list .align-items-center {
    align-items: center;
}

#list .justify-between {
    justify-content: space-between;
}


#list p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

#list #bgImg {
    overflow: hidden;
}

#list #bgImg>img {
    width: 100%;
}

#list .logo {
    top: 30px;
    left: calc(50% - 600px);
    position: absolute;
}

#list .float-left {
    float: left;
}

#list .float-right {
    float: right;
}

#list #content {
    width: 1160px;
    margin: 0 auto;
    margin-bottom: 70px;
    padding-bottom: 30px;
    background-color: #fff;
}

#list #content>#address,
#list #content>#address a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    padding: 15px 0 18px 0;
    background-color: #F6F7F9;
}

#list #content>header {
    padding: 22px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #E6E6E6;
}

#list #content>header>span {
    margin-right: 12px;
}

#list #content #news ul {
    padding: 26px 20px;
    list-style-type: none;
}

#list #content #news ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 22px 10px 22px 29px;
    transition: all 0.4s linear;
}

#list #content #news ul li:hover {
    z-index: 2;
    box-shadow: 2px 2px 10px #5c4d4f;
}


#list #content #news ul li:nth-child(2n-1) {
    background-color: #F7F8FA;
}

#list #content #news ul li a {
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}

#list #content #news ul li a span {
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

#list #content #page {
    width: 492px;
    padding-top: 35px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding-bottom: 30px;
}

#list #content #page a {
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s linear;
    border: 1px solid #F1F1F1;
}

#list #content #page a:hover {
    color: #2eee08;
}


#list #content #page a:not(:last-child) {
    margin-right: 10px;
}

#list #content #page span:not(:last-child) {
    cursor: pointer;
    margin-right: 10px;
    white-space: nowrap;
}

#list #content #page input {
    width: 60px;
    height: 28px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #F1F1F1;
}