.banner{
    background: url(../images/news/banner.jpg) no-repeat center 55px;
    width: 100%;
    height: 402px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.banner .title{
    background: url(../images/news/banner-slogan.png) no-repeat;
    width: 595px;
    height: 187px;
    line-height: 145px;
    margin: 168px auto 0 130px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.banner h2{
    display: none;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

h2 {
  font-size: 30px;
  color: #000;
  font-weight: 900;
  text-align: center;
  margin-bottom: 38px;
}
.cont1 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
.go-gw-head{
    font-size: 20px;
    color: #4284f4;
    font-weight: 400;
    height: 80px;
    display: block;
}

.news-type-nav {
  border-radius: 15px 15px 0 0;
  background-color: #6a6a6a;
  height: 78px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 936px;
}
.news-type-nav span {
  width: 50%;
  text-align: center;
  height: 78px;
  line-height: 78px;
  cursor: pointer;
  position: relative;
}

.news-type-nav span:last-child {
  border-right: unset;
}
.news-type-nav span.active {
  background-color: #38a0ff;
  height: 100%;
}
.news-type-nav span.active::after {
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 15px solid #38a0ff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: "";
  position: absolute;
    top: 78px;
    left: 215px;
    z-index: 5;
}
.news-type-nav span:first-child.active {
  border-top-left-radius: 15px;
}
.news-type-nav span:last-child.active {
  border-top-right-radius: 15px;
}

.news-item{
    display: none;
}
.news-item.active{
    display: block;
}
.news {
  width: 936px;
  position: relative;
  overflow: hidden;
}
.news .news-nav {
  background-color: #e9ebf0;
  height: 90px;
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.news .news-platform{
    background-color:#fff;
}
.news .news-nav span {
  width: 33.3%;
  text-align: center;
  /* display: inline-block; */
  border-right: 1px solid #000;
  height: 90px;
  line-height: 90px;
  cursor: pointer;
  position: relative;
}

.news .news-nav span:last-child {
  border-right: unset;
}
.news .news-nav span.active {
  color: #38a0ff;
  font-size:28px;
  font-weight: bold;

}

.news .news-content {
  background-color: #fff;
  min-height: 400px;
  overflow: hidden;
  padding: 19px;
  height: 880px;
  border-radius: 0 0 10px 10px;
}
.news .news-list {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  display: none;
  height: 850px;
}
.news .news-list.active {
  display: block;
}
.news .news-list li {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #848484;
  cursor: pointer;
  padding: 27px 0;
  height: 125px;
}
.news .news-list li:last-child {
  border-bottom: unset;
}
.news .news-list .news-img {
  width: 199px;
  height: 121px;
  margin-right: 30px;
}
.news .news-list .news-img img{
 transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
width: 100%;
height: 100%;
}
.news .news-list .news-img img:hover {
transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}
.news .news-list .news-t {
  font-size: 20px;
  float: left;
  width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  padding-bottom: 10px;
  padding-top: 20px;
    font-weight: 900;
}
.news .news-list li span {
  float: right;
  color: #848484;
}
.news .news-list .news-info {
  font-size: 15px;
  float: left;
  width: 65%;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  color: #767676;
}


.news .npage {
  clear: both;
  float: none;
  line-height: 2em;
  margin: 50px 0 100px;
  text-align: center;
}
.news .npage a {
  cursor: pointer;
  background: none repeat scroll 0 0;
  border: 1px solid #848484;
  border-radius: 0.38px;
  color: #434343 !important;
  display: inline-block;
  font-size: 12px;
  margin: 0 2px; 
  width: 38px;
  vertical-align: middle;
}
.news .npage a:visited {
  color: #434343;
  text-decoration: none;
}
.news .npage a:hover {
  background: #38a0ff;
  border-color: #38a0ff;
  border: 1px solid;
  color: #fff !important;
  float: none;
  text-decoration: none;
}
.news .npage span a:hover {
  font-weight: normal;
}
.news .npage li {
  display: inline;
}
.news .npage .thisclass {
  background: none repeat scroll 0 0;
  border: 1px solid #848484;
  border-radius: 3px 3px 3px 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  margin: 0 2px;
  padding: 0 8px;
  vertical-align: middle;
  background: #848484;
}
.news .npage li.active a {
  background: #38a0ff;
  border-color: #38a0ff;
  color: #fff !important;
}

.right-port {
  width: 343px;
  position: relative;
  margin-left: 20px;
}
.g-top{
    width: 343px;
    margin-top: 80px;
}
.g-top-list{
    position: relative;
    background: url(../images/index/240130/hotgame-bg.png) no-repeat;
    width: 338px;
    height: 491px;
    border-radius: 10px;
    margin-top: 16px;
}
.g-top-item{
    padding: 10px 0;   
    border-top: 1px solid #e5e5e5;
    width: 337px;
    cursor: pointer;
}
.g-top-item.first{
  border-top: none;  
}
.g-top-item i{
    font-style: normal;
    background: url(../images/index/g-top-icon3.png) no-repeat  0 0/100%;
    width: 21px;
    height: 23px;
    line-height:  23px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    margin-right: 16px;
}

.g-top-item.first i{
    background: url(../images/index/g-top-icon1.png) no-repeat 0 0/100%;
}
.g-top-item.sec i{
    background: url(../images/index/g-top-icon2.png) no-repeat 0 0/100%;
}

.g-top-item .g-top-name{
    width: 35%;
    font-size: 15px;
    font-weight: 900;
}
.g-top-item .g-top-type{
    width: 25%;
    font-size: 13px;
    color: #767676;
}
.g-top-item .g-top-gw{
    color: #38a0ff;
    font-size: 13px;
    margin-right: 20px;
}
.g-top-item .g-top-gw:hover{
    color:#767676;
}

.g-top-item.active{
    padding: 0;
}
.g-top-item .c1{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.g-top-item .c2{
    display: none;
}
.g-top-item.active .c1{
    display: none;
}
.g-top-item.active .c2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 95px;
    background-color:#38a0ff;
    border-radius: 10px;
    padding: 0;
    position: relative;    
}
/*
.g-top-item .c2{
    -webkit-transform: translatex(0px);
    -ms-transform: translatex(0px);
    transform: translatex(0px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;   
}
.g-top-item.first:hover{
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    transform: translatex(10px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}*/
.g-top-item .c2 i{
    z-index: 1;
    width: 27px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    color: #fff;
    top: 10px;
    left: 10px;
    margin: 0;    
}
.g-top-item .c2 .g-top-img{
    width: 59px;
    height: 58px;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}

.g-top-item .c2 div{
    width: 50%;
}
.g-top-item .c2 .g-top-name{
    font-size: 19px;
}
.g-top-item .c2 .g-top-name,
.g-top-item .c2 .g-top-type{
    width: 100%;
    line-height: 170%;
    color: #fff;
}
.g-top-item .c2 .g-top-gw{
    background-color: #fff;
    border-radius: 20px;
    width: 73px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #38a0ff;
    margin-right: 10px;
}

.platform-news {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 35px;
}

.platform-news-list {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.platform-news-list li {
  font-size: 16px;
  color: #000;
  height: 210px;
  cursor: pointer;
  display: flex;
    justify-content: center;
}
.platform-news-list li img{
  width: 270px;
  height: 166px;
}
.platform-news-list li a,
.platform-news-list li p{
    font-size: 16px;
    float: left;
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.platform-news-list li:hover,
.platform-news-list li a:hover{
  color: #38a0ff;
  text-decoration: underline;
}
.platform-news-list li span {
  float: right;
}



.cont5{
  background-color: #dcdee4;
  position: relative;
  margin: 100px auto 0;
}
.cont5 .box{
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cont5 .item{
  width: 209px;
  height: 248px;
  position: relative;
}
.cont5 .item p{
  font-size: 16px;
  color: #000;
  font-weight: 400;
    display: inline-flex;
    align-items: center;
    text-indent: 10px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
    left: 22px;
}
.cont5 .item p img{
  width: 38px;
  height: 38px;
}
.cont5 h6{
  text-align: center;
    color: #000;
    font-size: 23px;
    font-weight: 400;
    padding-bottom: 40px;
}

.go-gw{
  background: url(../images/news/btn-gw.png) no-repeat;
  width: 403px;
  height: 93px;
  font-size: 33px;
  line-height: 93px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  display: block;
}

