.content {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background-color: #000000;
    background-image: url('../img/main/bg-main.jpg');
    background-size: 1920px 1050px;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgb(155, 155, 155);
    padding-top:670px;
}

.gameNews {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1090px;
}

.content-downLoad {
    width: 255px;
}
.btn-Box{
    width: 255px;
    height: 170px;
    background-image: url('../img/public/11.png');
    padding-top: 9px;
}
.btn-Box a{
    display: block;
    width: 100%;
    height: 100%;
}

.btn1 {
    width: 237px;
    height: 89px;
    background-image: url('../img/public/gameDown.png');
    margin: 0 auto;
    cursor: pointer;
}

.btn2 {
    width: 231px;
    height: 62px;
    background-image: url('../img/public/miniLt.png');
    margin: 1px auto 0;
    cursor: pointer;
}

.content-info {
    width: 802px;
    height: 782px;
    margin: 0 auto 50px;
    background-color: #322321;
    border: #1a1a1a 1px solid;
}

.content-info-head {
    width: 800px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    background-image: url('../img/public/box-head.png');
    background-size: 800px 100px;
    background-position: center top;
    background-repeat: no-repeat;
}

.content-info-head>div:nth-child(1) {
    font-size: 26px;
    margin: 20px 0 0 30px;
    line-height: 25px;
}

.content-info-head>div:nth-child(2) {
    font-size: 16px;
    line-height: 145px;
    margin-right: 30px;
}

.content-info-title{
    width: 740px;
    height: 80px;
    margin: 0 auto;
    border-bottom: #a89996 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NewsBtn{
    width: 160px;
    height: 81px;
    cursor: pointer;
    text-align: center;
    line-height: 110px;
    font-size: 18px;
    color: #a89996;
}
.NewsBtn.NewsBtn-active{
    color: #c58953;
    border-bottom: #c58953 3px solid;
}
.content-info-page{
    position: relative;
    width: 800px;
    /* height: 600px; */
}
.NewsPage{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0 ease, visibility 0 ease;
    padding-top: 20px;
}
.NewsPage.NewsPage-active{
    opacity: 1;
    visibility: visible;
}
.NewsPageList{
    display: flex;
    justify-content: space-between;
    width: 700px;
    height: 60px;
    margin: 0 auto;
    border-bottom: #a89996 1px dashed;
    font-size: 16px;
    line-height: 65px;
    color: #a89996;
}
.NewsPageList>div:nth-child(1):hover{
    color: #c58953;
}