.box{
    width: 100%;
    height: 2000px;
    background: url('https://h5.tapplus.com/gw/tapplus/image/games-bg.png') no-repeat;
    background-size: cover;
}
.header{
    position:relative;
    width: 100%;
    height: 183px;
}
.news-main{
    position: relative;
    width: 1201px;
    height: 520px;
    background: url('https://h5.tapplus.com/gw/tapplus/image/news-1.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.news-main-d{
    float: right;
    width: 428px;
    height: 520px;
    margin-right: 25px;
}
.news-main-title{
    width: 100%;
    height: 86px;
    font-size: 28px;
    color: #fff;
    font-family: 'DIN-Bold';
    margin-top: 57px;
    line-height: 30px;
}
.news-main-d em{
    display: block;
    width: 41px;
    height: 10px;
    background: #FF8A00;
    margin-top: 13px;
}
.news-main-d-logo{
    position: absolute;
    left: 0;
    width: 715px;
    height: 520px;
    background: url('../../image/news2.png') no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-main-c{
    width: 428px;
    height: 225px;
    font-family:'DIN-Light';
    font-weight: 400;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 29px;
    margin-top: 17px;
}
.news-main-all{
    display: flex;
    align-items: center;
    margin-top: 84px;
}
.news-main-all a{
    display: flex;
    width: 100%;
    height: 21px;
    align-items: center;
}
.news-main-all span{
    font-size: 17px;
    color: #fff;
    font-family: 'DIN-Light';
    padding-right: 20px;
}
.news-main-all img{
    width: 17px;
    height: 17px;
}
.news-listbox{
    width: 1201px;
    overflow: hidden;
    margin: 66px auto 0;
}
.news-title{
    display: flex;
    align-items: center;
    width: 1201px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
}
.news-title span{
    color: #F5F5F5;
    font-size: 13px;
    padding: 0 19px;
    font-family: 'DIN-Light';
}
.news-title em{
    width: 535px;
    border-bottom: 1px dashed #2F2F2F;
}
.news-item{
    display: flex;
    width: 100%;
    height: 383px;
    border-bottom: 1px solid #4A4A4A;
    margin-top: 52px;
}
.news-listbox .news-item:first-child{
    margin-top: 30px;
}
.news-item-logo{
    width: 518px;
    height: 330px;
}
.news-item-logo img{
    width: 518px;
    height: 330px;
}
.news-item-d{
    width: 562px;
    margin-left: 100px;
    overflow: hidden;
    margin-top: 64px;
}
.news-item-t{
    font-size: 26px;
    color: #fff;
    font-family: 'DIN-Bold';
    letter-spacing: -1px;
}
.news-item-c{
    color: #fff;
    width: 100%;
    height: 79px;
    font-size: 21px;
    font-family: 'DIN-Light';
    margin-top: 32px;
}
.news-item-all{
    display: flex;
    align-items: center;
    margin-top: 27px;
}
.news-item-all span{
    color: #fff;
    font-size: 17px;
    font-family: 'DIN-Light';
    padding-right: 20px;
}
.news-item-all img{
    width: 17px;
    height: 17px;
}