.headline {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.headline img {
    height: 63px;
}

.headline a {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.classify {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.classify p {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

.classify ul {
    display: flex;
}

.classify ul li {
    margin-right: 20px;
}

.classify ul li a {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.classify ul .on a {
    color: #024FA7;
}

.content li {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 40px;
    border-bottom: 1px dashed rgba(0, 0, 0, 1);
}

.content li:nth-last-child(1) {
    border-bottom: 0;
}

.content li .imgbox {
    width: 392px;
    height: 166px;
    flex-shrink: 0;
}

.content li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.content li .detail .status_title {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.content li .detail .status_title .status {
    margin-right: 14px;
    padding: 5px 8px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid transparent;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 14px;
}

.content li .detail .status_title .ing {
    border-color: #024FA7;
    color: #024FA7;
}

.content li .detail .status_title .nostart {
    border-color: #7ACABF;
    color: #7ACABF;
}

.content li .detail .status_title .over {
    border-color: #C2C2C4;
    color: #C2C2C4;
}

.content li .detail .status_title .title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.content li .detail .smalltext {
    width: 430px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 31px;
}

.content li .button {
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 10px 20px;

    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    flex-shrink: 0;
}

.content li .button.ing {
    background: #024FA7;
}

.content li .button.over {
    background: #C2C2C4;
}

.content li .button.nostart {
    background: #7ACABF;
}