.box{
    width: 100%;
    background: url('https://h5.tapplus.com/gw/tapplus/image/games-bg.png') no-repeat;
    background-size: cover;
}
.header{
    position:relative;
    width: 100%;
    height: 202px;
}
.main{
    width: 1200px;
    overflow: hidden;
    margin: 0px auto;
}
.main-top{
    width: 100%;
    height: 100px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4A4A4A;
}
.news_title{
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'DIN-Bold';
}
.news_time{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    font-family: 'DIN-Light';
}
.main-c{
    width: 1200px;
    overflow: hidden;
    margin: 44px auto 0;
}
.main-c img{
    width: 1200px;
}
.news_content{
    width: 1200px;
    margin: 78px auto 0;
    line-height: 2;
    font-size: 16px;
    font-family: 'DIN-Light';
    color: #fff;
}