.ct_box {
    padding-right: 20px;
}

.content_title_ span {
    color: var(--bgbox);
    border-top: 2px solid var(--bgbox);
}

.message_box {
    align-items: center;
    margin-bottom: 20px;
}

.report_p {
    width: 100%;
    height: 35px;
    background: rgba(51, 51, 51, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.report_p span {
    display: block;
    width: 80%;
    color: #fff;
    line-height: 35px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content_box {
    margin-bottom: 22px;
}

.content_box div {}

.content_box div a {
    display: block;
    width: 95%;
    height: 28px;
    font-size: 18px;
    color: var(--contColor);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* margin-bottom: 5px; */
    transition: .2s;
}

.content_box div a:hover {
    color: var(--bgbox);
}

.content_box div:nth-child(1) a {
    max-height: 52px;
    height: 52px;
    font-weight: bold;
    white-space: wrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.content_box div:nth-child(2) a {
    margin-bottom: 5px;
    max-height: 52px;
    font-weight: bold;
    white-space: wrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content_box div:nth-last-child(2) {
    margin-bottom: 0;

}

.content_box div:nth-last-child(2) {
    margin-bottom: 0;
}

.ct_ont_box {
    max-width: 1200px;
    margin: 0 auto 20px auto;
}

.ct_ont_title_box {
    padding: 10px 0;
    align-items: center;
}

.ct_ont_title {
    white-space: nowrap;
    color: var(--bgbox);
    font-size: 24px;
}

.ct_ont_hr {
    flex-grow: 1;
    max-width: 100%;
    margin: 0 50px;
    height: 1px;
    border-top: 5px dotted var(--bg);
}

.report:first-child {
    margin: 20px 0;
}

.report_ban a {
    display: block;
    position: relative;
}

/* .report_ban:first-child{
    margin-bottom: 10px;
} */
.report_ban a img {
    width: 100%;
}

.report_ct_ul {
    padding: 0 32px;
    box-sizing: border-box;
}

.report_ct_ul li a {
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
    color: var(--contColor);
}

.report_ct_ul li:first-child a {
    font-weight: bold;
}

.report_ct_ul li:last-child a {
    margin: 0;
}

.split_box:first-child {
    box-sizing: border-box;
    padding-right: 15px;
}

.split_box:last-child {
    box-sizing: border-box;
    padding-left: 15px;
}

.split_ban {
    margin: 20px 0 15px 0;
}

.report_ban_img {
    max-width: 100% !important;
}

.split_ban:nth-child(1) {
    padding-right: 12.5px;
    box-sizing: border-box;
}

.split_ban:nth-child(2) {
    padding-left: 12.5px;
    box-sizing: border-box;
}

.split_ban a {
    display: block;
    position: relative;
}

.split_ul li a {
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
    color: var(--contColor);
}

.split_ul li:first-child a {
    font-weight: bold;
}

.split_ul li:last-child a {
    margin: 0;
}

@media screen and (max-width:768px) {
    .message_box {
        padding: 0 20px;
        align-items: center;
        margin-bottom: 10px;
    }

    .content_title_ {
        border-top: 0;
        border-bottom: 1px solid var(--bgbox);
        font-size: 18px;
        color: var(--fontColor);
        position: relative;
        align-items: center;
        padding: 5px 0;
    }
    .ct_ont_title_box {
        padding: 0 20px;
        align-items: center;
    }
    .ct_ont_title {
        line-height: 40px;
        white-space: nowrap;
        color: var(--bgbox);
        font-size: 24px;
        border-bottom: 1px solid var(--bgbox);

    }
    .content_title_ span {
        color: var(--bgbox);
        border-top: 0;
    }

    .ct_ont_title {
        font-size: 18px;
    }

    .report {
        margin: 10px 0;
    }

    .report:first-child {
        margin: 10px 0;
    }

    .report_ct_ul {
        padding: 0 20px;
    }
    .split_box:first-child{
        padding: 0;
    }
    .split_box:last-child{
        padding: 0 ;
    }
    .split_ct{
        padding: 10px 20px;
    }
    .split_ul {
        margin: 10px 0;
    }
}