@import "base.css";
/*新游导航*/
.newgame-nav { overflow: hidden;  }
.newgame-nav nav { width: 100%; height: 32px; display: -moz-box; display: -webkit-box; margin-left: -1px; zoom: 1; }
.newgame-nav nav a { position: relative; margin: 6px 0; height: 20px; line-height: 20px; display: block; text-align: center; border-left: 1px solid #e6e6e6; color: #666; box-flex: 1.0; -moz-box-flex: 1.0; -webkit-box-flex: 1.0; }
.newgame-nav nav a i{ position: absolute; bottom:-6px; left: 0; right: 0; height: 2px;}
.newgame-nav nav a.hover { color: #ff9600;}
.newgame-nav nav a.hover i{ background: #ff9600;}

/*新游列表*/
.piclist{ border: #f2f2f2 15px solid; border-top:none;}
.piclist ul{border-bottom: #f2f2f2 15px solid;}
.piclist ul li{ position:relative; border-top: #f2f2f2 15px solid; padding: 15px 15px 15px 151px; min-height: 82px; }
.piclist ul li .piclist-img{ position: absolute; left: 15px; top:15px; width: 126px;height: 82px; overflow: hidden; }
.piclist ul li .piclist-title{ height: 54px; margin-bottom: 10px;line-height: 18px; overflow: hidden; font-weight: 300; font-size: 14px;}
.piclist ul li .piclist-time{  font-size: 12px; line-height: 1; color: #666; background: url("../images/icon-time.png") no-repeat; background-size: 12px auto; padding-left: 16px;}
.piclist-more{ display: block; line-height: 36px; text-align: center; background: #fff; border: #e0e0e0 1px solid;}

