﻿section {
  margin: 10px 0;
  background: #fff;
}
section .header {
  line-height: 31px;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
}
section .header h2 {
  font-size: 14px;
  font-weight: normal;
  float: left;
}
section .header span,
section .header i {
  display: inline-block;
  vertical-align: middle;
}
section .header i {
  font-size: 20px;
  margin-right: 5px;
}
section .header .more {
  float: right;
}
section ul {
  padding: 10px 20px;
}
section li {
  float: left;
  box-sizing: border-box;
  width: 49%;
  height: 60px;
  padding: 6px;
  background: #f9f9f9;
  margin-bottom: 10px;
}
section li:nth-child(odd) {
  margin-right: 2%;
}
section li .img-wrapper {
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 10px;
}
section li img {
  height: 100%;
}
section li .title {
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  font-size: 14px;
}
section li .version {
  color: #999;
  line-height: 1;
}
section li i,
section li span {
  display: inline-block;
  vertical-align: middle;
}
section li .icon-version {
  font-size: 16px;
  margin-right: 5px;
}
.players .header i {
  color: #feb337;
}
.green-icon .header i {
  color: #32e232;
}
.red-icon .header i {
  color: #fe4f35;
}
.yellow-icon .header i {
  color: #feb337;
}
