body,
html {
  width: 100%;
  height: 100%;
}

.layout {
  width: 100%;
  background: rgb(233, 235, 244);
}

.header-main {
  height: 80px;
  line-height: 80px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgb(3 39 71 / 6%);
}

.header {
  width: 1240px;
  margin: auto;
}

.el-row {
  box-sizing: border-box;
}

.el-col-12 {
  width: 50%;
}

[class*="el-col-"] {
  float: left;
  box-sizing: border-box;
}

.header img {
  vertical-align: middle;
}

.body-main {
  margin: auto;
  position: relative;
  width: 1240px;
  min-height: 700px;
}

.body-main .tab {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.body-main .tab span {
  padding: 0 16px;
  height: 42px;
  box-sizing: border-box;
  line-height: 42px;
  float: left;
  list-style: none;
  font-size: 14px;
  color: #8492a6;
  margin-bottom: -1px;
  position: relative;
  cursor: pointer;
}

.body-main .tab .active {
  color: #20a0ff !important;
  border-bottom: 2px solid #20a0ff;
}

.activeName {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 700px;
}

.relative {
  position: relative;
}

.acive_ul .bottom {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f7ba2a;
  width: 282px;
  height: 29px;
  line-height: 29px;
  position: absolute;
  left: 0;
  top: 140px;
}

.acive_ul .back {
  width: 100%;
}

.acive_ul li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 282px !important;
  cursor: pointer;
  border: 1px solid #d3dbe6;
  border-radius: 4px;
  float: left;
  position: relative;
  padding-bottom: 10px;
}

.cur2 {
  width: calc(100% - 50px);
}

.bottom div {
  float: left;
  margin-left: 5px;
}

.bottom .xing {
  margin-top: 3px;
}

.bottom .score {
  float: left;
  color: rgb(255, 153, 0);
  margin-left: 10px;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
}

.bottom .person {
  float: right;
  margin-right: 10px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
}

.relative .title {
  margin-left: 5px;
  padding: 10px 0px 5px;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  height: 33px;
}

.newContent {
  /* 这里是超出几行省略 */
  width: calc(100% - 20px);
  margin-top: 10px;
  margin: 10px 10px 0;
  /*height: 140px;*/
}

.relative .content {
  margin: 10px 10px 0;
  height: 16px;
}

.relative .content .left {
  float: left;
}

.relative .content .right {
  float: right;
}

.acive_ul li:nth-child(4n) {
  margin-right: 0px !important;
}

.fooder {
  width: 100%;
  background: #475669;
  height: 90px;
  margin-top: 20px;
}

.fooder-div {
  width: 1200px;
  margin: auto;
  font-size: 14px;
  color: #b5c2d2;
}

.left-font,
.right-font {
  padding-top: 20px;
}

.fooder-right {
  float: left;
  margin-left: 20px;
}

.marT10 {
  margin-top: 10px;
}

.left-font,
.right-font {
  padding-top: 20px;
}

.el-col-16 {
  width: 66.66667%;
}

.right-font {
  text-align: right;
}

.el-col-8 {
  width: 33.33333%;
}

.fooder-left {
  float: left;
}

/* 播放页面 */
.player {
  width: 1200px;
  height: 674px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
}
