.wrap {
    width: 100%;
    background: #f7f7f7;
}
.main {
    width: 1400px;
    margin: 50px auto;
}
.top-title {
    width: 100%;
    text-align: center;
    margin: 50px 0;
    font-size: 26px;
    font-weight: bold;
}
.card {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 40px;
}
.card-title {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e3e3e3;
}
.card-title .title {
    display: block;
    width: 100px;
    height: 100%;
    border-bottom: 2px solid #b52429;
    font-size: 22px;
    color: #b52429;
    text-justify:distribute;
    text-align-last: justify;
}
.card-list {
    width: 100%;
    margin-bottom: 20px;
}
.card-list li {
    float: left;
    /* min-width: 165px; */
    font-size: 22px;
    margin-right: 60px;
    margin-top: 45px;
}
.card-list li .num {
    float: right;
    color: #828282;
    margin-left: 100px;
}
#sxs li {
    float: left;
    width: 157px;
    /* min-width: 165px; */
    font-size: 22px;
    margin-right: 83px;
    margin-top: 45px;
}
#sxs li:nth-child(6n) {
    margin-right: 0;
}
#sxs li .num {
    float: right;
    color: #828282;
    margin-left: 0;
}