body {
  font-size: 14px;
}
a.TBack {
  width: 86%;
}
.header.logo {
  background-position-x: calc(50%);
}
.header.logo .logo {
  width: 60px;
  margin-left: 40px;
}
.header .icon-filter {
  font-size: 25px;
  position: absolute;
  right: 40px;
  top: 2px;
}
.content.news {
  background: white;
  padding-bottom: 8px;
}
.newsList li {
  display: block;
  overflow: hidden;
  border-bottom: solid 1px #cccccc;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
}
.newsList li a {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.newsList li a.u-name {
  display: inline;
}
.newsList li a:visited {
  color: #b4b4b4;
}
.newsList .left {
  float: left;
  width: 70%;
}
.newsList .img {
  float: right;
  width: 30%;
}
.newsList .img img {
  width: 100%;
}
.newsList .atitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsList .newsInfo span {
  font-size: 12px;
  color: #b4b4b4;
}
.newsList .newsInfo span.state {
  float: right;
  padding: 0 10px;
}
.newsList .newsInfo span.red {
  color: red;
}
.btnLoad {
  margin: 10px 5px;
  border: solid #cccccc 1px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.btnLoad.on::after {
  content: '';
  margin-left: 2px;
  background: url(/Images/loadding.gif) no-repeat;
  padding-right: 20px;
  background-size: 20px;
}
.nwmain div,
.nwmain h1 {
  background-color: white;
}
.nwmain table {
  width: 100%;
}
.nwtitle {
  text-align: left;
  padding: 10px 10px 0 10px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.nwrecent li {
  border: none;
}
.nwinfo {
  padding: 0 10px;
  color: #a1a1a1;
  font-size: 12px;
  padding-bottom: 5px;
  overflow: hidden;
  border-bottom: solid 1px #e1e1e1;
}
.nwdate {
  float: right;
}
.nwauthor {
  padding-left: 4px;
  float: left;
}
.nwcontent {
  padding: 10px 16px;
  line-height: 24px;
  color: #333333;
  border-bottom: 1px #cccccc solid;
}
.nwmatch {
  padding: 2px 2px 4px 14px;
  margin-bottom: 6px;
}
.minfo {
  color: #a1a1a1;
}
.nwdesc {
  color: #a1a1a1;
}
.liveLink {
  text-align: center;
  line-height: 48px;
  height: 48px;
  color: #cccccc;
}
.liveLink a {
  width: 30%;
  text-align: center;
  display: inline-block;
  color: #0972bf;
}
.team {
  width: 75%;
  display: inline-block;
}
.team div {
  line-height: 24px;
}
.score {
  width: 10%;
  display: inline-block;
}
.score div {
  line-height: 24px;
  font-weight: bold;
}
.rarrow {
  width: 10%;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  background: url('/Images/r_arrow.png') no-repeat center center;
  background-size: 14px auto;
  background-position: 16px 16px;
}
.nwrecent li span:first-child {
  width: 20%;
  padding-right: 4px;
}
.nwrecent li span a {
  color: #0972bf;
}
.lname {
  color: white;
  padding: 0 4px;
}
.titleMenu {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  background: white;
  position: absolute;
  right: 0px;
  top: 124px;
  width: 20px;
}
.titleMenu a {
  text-align: center;
  display: block;
  width: 100%;
  background: white;
  font-size: 12px;
  line-height: 18px;
}
.liveTools.author .item {
  flex: 1;
  background: white;
  justify-content: space-between;
  line-height: 29px;
  height: 30px;
  text-align: center;
  float: left;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.liveTools .tabs .tab.on::after,
.liveTools .on::after {
  background: red;
}
.liveTools.author .item.on {
  color: red;
}
.shareTop {
  width: 30px;
  height: 44px;
  background: url(/Images/com/share_24.png) no-repeat center center;
  background-size: 80% auto;
  float: right;
  right: 38px;
  position: absolute;
}
.popShare {
  display: flex;
}
.popShare li {
  background: none;
  float: left;
  padding: 15px;
  border: none;
}
.popShare li img {
  display: block;
  width: 80%;
  margin: 0px auto;
}
.popShare li span {
  display: block;
}
