/**
*info:首页
*author:zhangting
*date:2015.11.06 09:56
*logo:修改日志
2015.11.06第四次修改
**/
/**函数*/
/**变量 variables**/
/**颜色*/
/**混合 Mixins**/
/**display:box**/
/**box-flex 需要传参：伸缩值，默认为1**/
/**box-sizing: border_box 盒子边框模型*/
/**box_align 默认为center*/
/**黑色透明背景*/
/**深蓝色透明背景**/
/**圆角的兼容函数*/
/**游戏列表样式*/
/**函数*/
/**游戏列表*/
.nav_img {
  width: 100%;
  padding: 10px 0;
  height: 80px;
  position: absolute;
}
.nav_img a {
  float: left;
  width: 50px;
  padding: 5px 10px;
  text-align: center;
}
.nav_img a img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 7px;
}
.nav_img a h4 {
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  overflow: hidden;
}
.btn_green2 {
  color: #27a05d;
  border: 1px solid #27a05d;
  border-radius: 3px;
  padding: 3px 5px;
}
.btn_green2:visited {
  color: #27a05d;
}
.btn_green2:link {
  color: #27a05d;
}
.actions {
  padding: 8px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
.actions_main {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.05);
}
.actions_main figure {
  height: 80px;
  overflow: hidden;
}
.actions_main figcaption {
  float: left;
  width: 62%;
  padding: 10px 0 0 10px;
  height: 60px;
}
.actions_main figcaption h3 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.actions_main figcaption p {
  text-indent: 2em;
  line-height: 17px;
  margin-top: 7px;
  height: 34px;
  overflow: hidden;
}
.img_con {
  width: 96px;
  height: 100%;
  float: left;
  position: relative;
}
.img_con img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.tips {
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  margin: 20px 0 10px 0;
}
.tips time {
  color: #2abd72;
  font-weight: 300;
  background-color: #192a36;
  border-radius: 2px;
  margin-left: 5px;
  padding: 0 3px;
  height: 18px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.tips .btn_blue {
  width: 67px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  border-radius: 3px;
  margin-right: 5px;
}
.game_list {
  margin-top: 5px;
}
.top {
  top: 0;
}
.game_list ul li:first-child {
  border-top-width: 1px;
}
.game_news {
  /*padding: 5px;*/
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.game_news2 li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 4%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.game_news2 li > a {
  display: block;
  width: 120px;
  margin-right: 15px;
  height: 70px;
  max-height: 70px;
  overflow: hidden;
  border-radius: 5px;
}
.game_news2 li > a img {
  width: 100%;
  height: auto;
  display: block;
}
.game_news2 li article {
  -moz-box-flex: 3;
  -webkit-box-flex: 3;
  box-flex: 3;
  line-height: 20px;
  width: 65%;
}
.game_news2 li article p{
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  width: 80%;
}
.game_news2 li article div {
  color: #a1a4a6;
}
.game_news2 li article div span {
  margin-right: 12px;
}
