.content_1_24 {
    width: 100%;
    margin: 0 auto;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

.content_1_24 .part1 {
    width: 1100px;
    height: 560px;
    position: relative;
    margin: 20px auto;
    background-color: #010000;
    border: 2px solid #b61f2b;
    border-radius: 30px;
    color: #fff;
    text-align: center;
}

.content_1_24 .part-title {
    height: 66px;
    padding: 8px 0;
    margin: 0;
    background: url(../images/titlebg.png) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #241415;
}

.content_1_24 .part-title:hover {
    background: url(../images/titlebg2.png) no-repeat center center;
}

.part-content {
    font-size: 18px;
    width: 100%;
    text-align: left;

    p {
        padding: 8px 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;

        span {
            color: #e62837;
            margin-right: 10px;

        }
    }

    p:nth-child(1) {
        margin-top: 12px;
    }
}

.content_1_24 .part2 {
    width: 1100px;
    height: 660px;
    position: relative;
    margin: 50px auto;
    background-color: #010000;
    border: 2px solid #b61f2b;
    border-radius: 30px;
    color: #fff;
    text-align: center;

    img {
        width: 99%;
        height: calc(100% - 80px);
        margin-top: 8px;
        border-radius: 0 0 30px 30px;
        object-fit: cover;
    }
}