.index-bg {
    width: 100%;
    height: 100%;
    background: url(../images/news-pcbg.jpg);
    min-width: 1400px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}

.musicbox {
    position: fixed;
    left: 50%;
    top: 92px;
    right: 20px;
    margin-left: 720px;
    text-align: center;
    z-index: 10;
}

.music {
    background: url(../images/home_music2.png) no-repeat;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.music-cur {
    background: url(../images/home_music1.png);
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
}


.newslist {
    position: relative;
    width: 100%;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 1000px;
}

.newslist ul {
    display: flex;
    width: 1370px;
    height: 70px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.newslist .info {
    width: 1370px;
    padding-top: 12px;
}

.newslist ul {
    display: flex;
    text-align: center;
    cursor: pointer;
    font-size: 34px;
    color: #ffa670;
}

.newslist ul li {
    width: 150px;
    height: 100%;
    /* background: url(../images/pc_news_zx1.png) no-repeat;
    background-position: center;
    background-size: 66px 34px; */
    margin-bottom: 2px;
}

.newslist ul li.cur {
    width: 150px;
    height: 100%;
    color: #fff;
    /* background: url(../images/pc_news_zx2.png) no-repeat;
    background-position: center;
    background-size: 66px 34px; */
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
}

.newslist .xw {
    width: 150px;
    height: 100%;
    background: url(../images/pc_news_xw1.png) no-repeat;
    background-position: center;
    background-size: 66px 34px;
    margin-bottom: 2px;
}

.newslist .xw.cur {
    width: 150px;
    height: 100%;
    background: url(../images/pc_news_xw2.png) no-repeat;
    background-position: center;
    background-size: 66px 34px;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
}

.newslist .gg {
    width: 150px;
    height: 100%;
    background: url(../images/pc_news_gg1.png) no-repeat;
    background-position: center;
    background-size: 67px 33px;
    margin-bottom: 2px;
}

.newslist .gg.cur {
    width: 150px;
    height: 100%;
    background: url(../images/pc_news_gg2.png) no-repeat;
    background-position: center;
    background-size: 67px 33px;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
}

.newslist .info .empty {
    color: #fae89f;
    justify-content: center;
    height: 300px;
}

.newslist .info .item {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    font-size: 34px;
    background: url(../images/news_infobg.png);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.left {
    width: 350px;
}

.right {
    width: 930px;
    margin-left: 20px;
    line-height: 45px;
    margin: auto;
}

.newslist .item a {
    color: #fae89f;
    font-size: 34px;
    padding: 5px;
}

.newslist .item span {
    /* position: absolute; */
    right: 20px;
    color: #d28624;
    display: block;
    font-size: 24px;
}

.newslist .item p {
    width: 100%;
    padding: 5px;
    font-size: 24px;
    color: #e9868a;
    overflow: hidden;
    /* 确保超出的内容被裁剪 */
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    text-overflow: ellipsis;
    /* 超出的文本显示为省略号 */
}

.footer {
    width: 100%;
    /* height: 100px; */
    font-size: 16px;
    background-color: #000;
    text-align: center;
    color: #fff;
    line-height: 26px;
    position: relative;
    bottom: 0;
    padding: 20px 0;
    margin-top: 20px;
}

.footer a {
    color: #fff;
}

#layui {
    height: 55px;
}