.none {
  display: none!important;
}
.main {
  padding: 50px 0 30px;
  min-height: calc(100vh - 127px);
}
.no-data {
  text-align: center;
  font-size: 20px;
  color: #424242;
  margin: 60px auto 0;
}
.no-data img {
  display: block;
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
}
.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1220px;
  margin-left: -10px;
}
.list li {
  width: 224px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px 40px;
}
.list li .img-container {
  width: 224px;
  height: 134px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.img-container .article {
  width: 100%;
  height: 100%;
}
.img-container .video {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 47px;
  left: 92px;
}
.list li h3 {
  color: #212121;
  font-size: 14px;
  line-height: 19px;
  margin: 12px 0 0;
  transition: .2s;
  height: 38px;
  font-weight: normal;
}
.list li:hover h3 {
  color: #F96A00
}
.pagination {
  margin: 0
}
.video-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-layer .close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  right: -40px;
  top: -40px;
  text-align: center;
  cursor: pointer;
}
.video-layer .close:hover {
  background: rgba(255, 255, 255, 0.8);
}
.video-layer .close::before, .video-layer .close::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: #999;
  position: absolute;
  top: 19px;
  left: 9px;
}
.video-layer .close::before {
  transform: rotate(45deg);
}
.video-layer .close::after {
  transform: rotate(-45deg);
}
.video-layer-main {
  width: 1000px;
  height: 562px;
  position: relative;
}
.video-layer-main .video-layer-content {
  width: 1000px;
  height: 562px;
}


.leftContainer .list {
  width: 867px;
}
.bodyContainer {
  margin-bottom: 83px;
}
.leftContainer {
  display: inline-block;
  width: 897px;
  padding-right: 30px;
  border-right: 1px solid #DDDDDD;
}
.rightContainer {
  display: inline-block;
  width: 303px;
  padding-left: 30px;
}
.rightContainer h3{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 4px 0 23px 0;
}
.rightContainer h3::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #FE7326;
  margin: 0 10px -2px 0;
}
.rightContainer ul li a {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 23px;
  height: 16px;
  transition: 0.2s;
}
.borderTop {
  border-top: 1px solid #EEEEEE;
    padding-top: 30px;
    margin-top: 24px;
}