.wrap {
    width: 100%;
    background: #e4e4e4;
    overflow: hidden auto
}

.wrap .top-head {
    background: url("https://game.gtimg.cn/images/zdwj/cp/a20230509yyz/pc/news_bg.jpg") no-repeat;
    width: 1920px;
    height: 450px;
}

.wrap .content {
    width: 1200px;
    margin: 0 auto 50px;
    padding-top: 34px
}

.content-tit-box {
    position: relative;
    display: flex;
    align-items: center;
    color: #555049;
    height: 60px;
    margin-bottom: 32px
}

.content-tit-box .sp {
    font-size: 40px;
    font-weight: bold;
}

.content-tit-box .back-btn {
    background: url("https://game.gtimg.cn/images/zdwj/cp/a20230509yyz/pc/back_btn.png") no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 30px
}

.content-tit-box .tit-nav {
    height: 100%;
    font-size: 22px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0
}

.content-tit-box .tit-nav a, .content-tit-box .tit-nav span {
    color: #555049;
    margin: 0 10px
}

.news-title {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-size: 20px;
    color: #555049;
    background: #d9d9d9;
    line-height: 24px
}

.news-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #787878;
    line-height: 16px;
    margin: 20px auto 50px
}

.news-info > div {
    margin: 0 50px
}

.news-content {
    min-height: 800px
}

.news-content img {
    max-width: 100%;
    margin: 20px auto;
    height: auto;
    display: block
}

#gfooter, #afooter {
    background: #000;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}