.SelectMenu {
    color: #db1718;
}

.InformationList {
    background: #eeeeee;
    padding-bottom: 20px;
}

.InformationList>p:nth-child(1) {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-indent: 42px;
    font-size: 16px;
}

.InformationList>p:nth-child(1) span {
    margin-left: 20px;
}

.InformationList>p:nth-child(1) span>i {
    font-style: normal;
    color: #db1718;
    margin: 0 4px;
}

.InformationListBody {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 8px 0px;
}

.InformationListBody li {
    float: left;
}

.InformationListBody li:nth-child(1) {
    font-size: 18px;
    width: 20%;
    text-align: center;
}

.InformationListBody li:nth-child(2) {
    width: 80%;
}

.InformationListBody li:nth-child(2) a {
    cursor: pointer;
    display: inline-block;
    width: 12.5%;
    font-size: 16px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    padding-bottom: 4px;
}

.conditionList {
    width: 100%;
    background: #eeeeee;
}

.conditionList>div {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
}

.conditionList>div a {
    display: inline-block;
    padding: 12px 24px;
    border-right: 1px solid #eee;
}

.conditionList>div p {
    display: inline-block;
    text-indent: 10px;
}

select {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
}

.pageNumber{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}