.text-center {
    color: #1559A3;
    font-size: 1.5rem;
    margin-bottom: 50px;
    font-weight: 700;
}

.input-container {
    width: 100%;
    height: 248px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 31px;

}

textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none; /* 可以让 textarea 能够拉伸 */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.input-button {
    width: 140px;
    height: 50px;
    background-color: #1559A3;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    float: right;
    margin-top: 10px;
    font-size: .9rem;
}

.live-more {
    float: right;
}

.live-more a {
    color: #1559A3;
    font-weight: normal;
    font-size: .9rem;
    margin-right: 10px;
}


/*直播间*/
.live-box {
    background-color: #F3F6F9;
    margin-bottom: 20px;
    margin-top: 30px;
}

.live-box img {
    width: 55%;
    background-color: black;
}

.live-box span {
    font-weight: normal;
}

.live-left {
    width: 60%;
}

.live-pic {
    padding-top: 30px;
}

.live-pic img {
    margin-bottom: 30px;
    border: 1px solid #999999;
}

.live-left ul li, .live-right ul li {
    padding: 26px 0;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 80px;
    cursor: pointer;
    margin-right: 40px;
}

.live-left .message ul {
    border: none;
    margin: 0;
    display: block;
}

.live-left .message ul li {
    padding: 0;
    font-weight: 500;
    margin-right: 0;
    height: auto;
    padding-bottom: 25px;
    border-bottom: 1px dashed #EAEAEA;
}

.live-left-active {
    border-bottom: 4px solid #1559A3;
    color: #1559A3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.live-left ul, .live-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9FA7AF;
    font-size: 1.1rem;
    border-bottom: 1px solid #EAEAEA;
}

.live-text {
    width: 45%;
    padding: 40px 30px 30px;
}

.live-text ul li {
    margin-bottom: 30px;
}

.live-text ul li .live-title {
    font-size: 0.9rem;
    font-weight: 700;
}

.live-text ul li .live-info {
    font-size: 0.9rem;
}

.live-text ul li p {
    font-size: 0.9rem;
    line-height: 2rem;
}

.slider {
    padding: 30px 20px;
    width: 100%;

    /* border-bottom: 1px solid #EAEAEA; */
}

.slider h4 {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

.slider .page-tag {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 20px;
}

.slider h3 {
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

.slider p {
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.zz-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 500;
}

.zz-info span:first-child {
    font-size: 0.9rem;
    font-weight: 700;
    padding-left: 32px;
}

.zz-info span:last-child {
    font-size: 0.7rem;
}

.zcr {
    color: #1559A3;
    background: url(../images/zcr.png) no-repeat left center;
    background-size: 24px;
}

.jb {
    color: #CF1616;
    background: url(../images/jb.png) no-repeat left center;
    background-size: 24px;
}

.slider-title div {
    color: #1559A3;
    font-weight: bold;
    font-size: .9rem;
}

.slider-title span {
    color: #999999;
    font-size: .8rem;
    padding-right: 10px;
}

.slider-text {
    font-size: .8rem;
    padding: 20px 0;
    line-height: 2em;
    font-weight: 500;
    color: #333;
}

.red > div {
    color: #CF1616 !important;
}

.live-right-title {
    margin-right: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 34px;

}

.lytw {
    background: url(../images/lytw.png) no-repeat left center;
    background-size: 24px;
}

.wqhg {
    background: url(../images/wqhg.png) no-repeat left center;
    background-size: 24px;
}

.live-right {
    padding-left: 20px;
    width: 40%;
}

.live-right-box {
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
}

.message {
    height: 934px;
    width: 100%;
    overflow: auto;
    padding-right: 30px;
}

.message-title {
    font-size: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 23px 0;
}

.message-title div {
    color: #1559A3;
}

.message-title span {
    color: #999999;
}

.message-title span:first-child {
    color: #1559A3;
}

.problem {
    font-size: .9rem;
    line-height: 1.5rem;
    margin: 10px 0;
    color: #000;
}

.backbox {
    background-color: #F3F6F9;
    padding: 20px;
}

.backbox span {
    background-color: #1559A3;
    color: #FFFFFF;
    padding: 2px 6px;
    font-size: .7rem;
    border-radius: 2px;
    margin-right: 10px;
}

.backbox p {
    /* padding-left: 80px; */
    font-size: .8rem;
    line-height: 1.5rem;
    color: #333;
}

video {
    width: 100%;
}

.gray-list ul li a {
    display: inline-block;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出部分 */
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; /* 使用省略号来表示文本被截断 */
    max-width: 100%; /* 限制宽度，确保 a 标签不超出父容器 */
}


@media (max-width: 1300px) {

}


@media (max-width: 1200px) {
    .live-box video {
        width: 100%;
        margin: 0;
    }

    .live-text {
        width: 100%;
    }

    .live-text ul li {
        margin-bottom: 25px;
    }

    .live-left {
        width: 100%;
    }

    .live-right {
        width: 100%;
        padding: 0;
    }

    .slider {
        height: auto;
        padding: 20px 0;
    }

    .message {
        height: auto;
        padding-right: 0;
    }

    .slider ul li {
        margin-right: 0;
    }

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

@media (max-width: 550px) {
    .live-left ul li {
        padding: 30px 0;
    }

    .live-left ul li {
        padding: 20px 0;
    }

    .slider-text {
        padding: 15px 0;
    }

    .slider ul li {
        padding-bottom: 0;
    }

    .zz-info span:first-child {
        background-size: 20px;
        padding-left: 26px;
    }

    .live-text {
        padding-bottom: 0;
    }

    .text-center {
        margin-bottom: 20px;
    }

}

@media (max-width: 640px) {
    .live-text ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .live-text {
        padding: 20px;
        padding-bottom: 0;
    }

    .live-text ul li {
        margin-bottom: 10px;
    }

    .slider {
        padding: 20px 0;
    }
}

