@charset "utf-8";
.topic {
  overflow: hidden;
}
.topic .left {
  width: 910px;
  overflow: hidden;
  margin-right: 30px;
  float: left;
}
.topic .left .list {
  overflow: hidden;
}
.topic .left .list .info-ul {
  width: 100%;
  padding-top: 5px;
}
.topic .left .list .info-ul li {
  width: 100%;
  border-bottom: 1px #ededed solid;
  overflow: hidden;
}
.topic .left .list .info-ul .sub1 {
  padding: 15px 0;
}
.topic .left .list .info-ul .sub2 {
  padding: 10px 0;
}
.topic .left .list .info-ul li a {
  display: block;
}
.topic .left .list .info-ul .sub1 .img {
  width: 160px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.topic .left .list .info-ul .sub1 .content {
  font-size: 20px;
  color: #333;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 16px;
}
.topic .left .list .info-ul .sub1 .deso {
  font-size: 12px;
  color: #999;
  height: 20px;
  line-height: 20px;
}
.topic .left .list .info-ul .sub1 .deso .fl a {
  display: inline-block;
  border: 1px #e3e3e3 solid;
  margin-right: 5px;
  padding: 0 5px;
  height: 20px;
}
.topic .left .list .info-ul .sub1 .deso .fl a.active,
.topic .left .list .info-ul .sub1 .deso .fl a:hover {
  border: 1px #007dd4 solid;
  background: #007dd4;
  color: #fff;
}
.topic .left .list .info-ul .sub1 .content:hover {
  color: #ff3333;
}
.topic .left .list .info-ul .sub2 a .img1 {
  width: 110%;
  height: 123px;
  overflow: hidden;
  margin-bottom: 10px;
}
.topic .left .list .info-ul .sub2 a .img1 span {
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  background: #ededed;
  color: #999;
  text-align: center;
  line-height: 122px;
  width: 220px;
  height: 123px;
}
.topic .left .list .info-ul .sub2 a .img1 img {
  width: 220px;
  float: left;
}
.topic .left .list .info-ul .sub2 a h3 {
  font-size: 20px;
  color: #333;
  padding-bottom: 5px;
}
.topic .left .list .info-ul .sub2 a:hover h3 {
  color: #ff3333;
}
.topic .left .list .info-ul .sub2 a .content {
  color: #333;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 10px;
}
.topic .left .list .info-ul .sub2 a .deso {
  font-size: 12px;
  color: #999;
  height: 20px;
  line-height: 20px;
}
.topic .left .list .info-ul .sub2 .deso .fl a {
  display: inline-block;
  border: 1px #e3e3e3 solid;
  margin-right: 5px;
  padding: 0 5px;
  height: 20px;
}
.topic .left .list .info-ul .sub2 .deso .fl a.active,
.topic .left .list .info-ul .sub2 .deso .fl a:hover {
  border: 1px #007dd4 solid;
  background: #007dd4;
  color: #fff;
}
.topic .left .list .info-ul .sub2 a:hover .content {
  color: #ff3333;
}
.topic .left img {
  width: 100%;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.topic .left .img1 span:hover img,
.topic .left li:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.topic .left .loadMore {
  cursor: pointer;
  color: #666;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.topic .left .loadMore:hover {
  color: #f33;
}
.topic .left .loadIng {
  display: none;
  color: #666;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  height: 18px;
  padding: 6px 0;
  line-height: 18px;
  overflow: hidden;
  background-color: #eaeaea;
}
.topic .left .loadIng img {
  width: 18px;
  margin-right: 10px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.topic .right {
  width: 300px;
  position: relative;
  float: left;
}
.topic .topic-title {
  width: 100%;
  height: 42px;
  border-bottom: 3px #e3e3e3 solid;
  line-height: 42px;
  position: relative;
  color: #333;
  font-size: 20px;
}
.topic .topic-title .bg {
  width: 84px;
  height: 3px;
  display: block;
  background: url("https://sports.eastday.com/jscss/v4/img/rbline.png") no-repeat;
  position: absolute;
  left: 0;
  top: 42px;
}
.hot-recom {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
.hot-recom li {
  overflow: hidden;
  border-bottom: 1px #f0f0f0 solid;
}
.hot-recom li:hover a {
  color: #f33;
}
.hot-recom li a {
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.hot-recom li a img {
  display: none;
  width: 100px;
  height: 75px;
  float: left;
  margin-right: 15px;
}
.hot-recom li a span {
  float: left;
  background: #bebebe;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  color: #fff;
}
.hot-recom li a p {
  float: left;
  margin-left: 6px;
  max-width: 260px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-recom li.active a {
  overflow: hidden;
}
.hot-recom li.active a img {
  display: block;
}
.hot-recom li.active a span {
  display: none;
}
.hot-recom li.active a p {
  margin-left: 0;
  margin-top: -5px;
  line-height: 26px;
  max-height: 78px;
  width: 185px;
  white-space: inherit;
  overflow: initial;
}
.hot-recom li.first span {
  background: #ff4c4c;
}
.nab-hot {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0;
}
.nab-hot li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.nab-hot li a {
  display: block;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
.nab-hot li a.ad {
  position: relative;
}
.nab-hot li a.ad:before {
  content: '广告';
  position: absolute;
  font-size: 12px;
  color: #999;
  left: 110px;
  bottom: -30px;
}
.nab-hot li a img {
  width: 100px;
  height: 75px;
  margin-right: 10px;
  float: left;
}
.error_404 {
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
}
.error_404 .sub1 {
  font-size: 26px;
  overflow: hidden;
}
.error_404 .sub2 {
  font-size: 20px;
  color: #6b6b6b;
  overflow: hidden;
  padding: 10px 0;
}
.error_404 .sub3 {
  overflow: hidden;
  padding: 10px 0;
}
.error_404 .sub3 a {
  display: inline-block;
  width: 130px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 15px;
}
.error_404 .sub3 a.backIndex {
  color: #fff;
  background: #ff4646;
}
.error_404 .sub3 a.backLast {
  color: #6b6b6b;
  background-color: #edebeb;
}
