.live-banner-img {
    width: 100%;
}

.live-box {
    background: #F7F7F7;
    margin-bottom: 50px;
    padding-bottom: 60px;
}

.live-list-box {
    margin-top: 50px;
}

.live-title {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
}

.live-list {
    margin-bottom: 20px;
    display: flex;
}

.live-list .left-box {
    width: 580px;
    height: 325px;
    margin-right: 20px;
    position: relative;
}

.live-list .left-box img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
}

.live-list .left-box img:nth-child(2) {
    width: 100%;
    height: 100%;
}

.live-list .right-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 25px;
}

.live-list .right-box p:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 10px;
}

.live-list .right-box p:nth-child(2) {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    width: 580px;
    line-height: 1.2;
}

.live-title1 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 60px;
}

.live-list-box1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.live-list1 {
    margin-bottom: 35px;
    width: 380px;
    position: relative;
    margin-right: 30px;
}

.live-list1:nth-child(3n+3) {
    margin-right: 0;
}

.live-list1 img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
}

.live-list1 img:nth-child(2) {
    width: 380px;
    height: 213px;
}

.live-list1 .start-time {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-top: 15px;
    margin-bottom: 10px;
}

.live-list1 .theme {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    width: 380px;
    line-height: 1.2;
}

.live-list .right-box p a,
.live-list1 p a {
    color: #000000;
}
