  *{
    font-family:'微软雅黑';
  }
  a{
    color:#333;
  }
  a:hover{
    color:#ff0000;
  }
  li{
    list-style: none;
  }
  .header{
    background: #428bca;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .header a{
    color: #fff;
  }
  .head3{
    border-left:solid #ef1111 3px;
    font-size: 14px;
    padding:5px;
    color: #f10d0d;
  }
  li.article1{
    font-size: 14px;
    line-height: 25px;
    height:25px;
    overflow: hidden;
    color:#333;
  }
  li.article2 img{
    width:100%;
    height:90px;
  }
  li.article2{
    height:135px;
    line-height: 22px;
    overflow: hidden;
  }
  .box-pic{
    margin-bottom:15px; 
  }

  /*热门手游*/
  .g-hot-game {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
    margin: 5px 0 0 0;
    padding: 0 0 20px 0;
}
.g-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.g-title dt {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #19b5fe;
    margin: 10px 0 0;
    padding: 0 6px;
    display: block;
    overflow: hidden;
}
.g-hot-game .g-newgame-game {
    width: 100%;
    padding: 0 18px 0 0;
    box-sizing: border-box;
    height: auto;
    display: block;
    overflow: hidden;
}
.g-hot-game .g-newgame-game li {
    width: 25%;
    height: auto;
    float: left;
    margin: 16px 0 0 0;
    display: inline;
    overflow: hidden;
}
.g-hot-game .g-newgame-game li a {
    width: 100%;
    height: auto;
    padding: 0 0 0 18px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.g-hot-game .g-newgame-game li a:hover{
    text-decoration:none;
}
.g-hot-game .g-newgame-game li a img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
    overflow: hidden;
}
.g-hot-game .g-newgame-game li a strong {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-align: center;
    margin: 5px 0 0 0;
    display: block;
    overflow: hidden;
}
.g-hot-game .g-newgame-game li a span {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-align: center;
    margin: 0 0 0 0;
    display: block;
    overflow: hidden;
}
.g-hot-game .g-newgame-game li a b {
    width: 80%;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-weight: normal;
    color: #ff4000;
    border: 1px solid #ff4000;
    border-radius: 6px;
    text-align: center;
    margin: 4px auto 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}
/*热门手游-end*/