.news {
  width: 1200px;
  margin-top: -300px;
}

.newsl {
  width: 852px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.newsr {
  width: 334px;
}
.newsl {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  z-index: 999;
}
.videoBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.videoBox .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  height: 50px;
  line-height: 50px;
}

.videoBox video {
  width: 100%;
  height: 468px;
}
.videoBox span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.videoBox .name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.vjcard {
  position: relative;
  width: 267px;
  height: auto;
  border-radius: 5px;
  float: left;
  padding-left: 10px;
  margin-bottom: 25px;
}
.vjcard .hotnews-txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 267px;
  height: 152px;
  opacity: 0;
  z-index: 9;
}
.vjcard .hotnews-txt .vplay-tag {
  width: 36px;
  height: 36px;
  background: url(http://i.i8tq.com/video/vplay.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 40%;
  left: 45%;
  margin: 0 auto;
}
.vjcard:hover .hotnews-txt {
  opacity: 1;
  transition: all 0.5s;
}

.vjcard .hotnews-txt a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.3);
  border-radius: 5px;
}

.vjcard .hotnews-txt a p {
  color: white;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
}
.vjcard img {
  width: 267px;
  height: 152px;
  border-radius: 5px;
}
.recommend .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  height: 50px;
  line-height: 50px;
}
.zhuanticardtitle {
  padding-top: 10px;
  font-size: 16px;
  color: #303133;
  font-weight: bold;
  /* height: 30px; */
  /* line-height: 30px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhuanticardlist {
  font-size: 14px;
  color: #909199;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhuanticardlist .DocFrom {
  margin-right: 8px;
  display: inline-block;
}
.date {
  display: inline-block;
}
.newsr .zixunBox {
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
}
.newsr .zixunBox .title {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
.newsr .zixunBox .title p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2e5fc6;
  line-height: 30px;
  float: left;
}
.newsr .zixunBox img {
  width: 307px;
  height: auto;
}
.newsr .zixunBox .title img {
  width: 193px;
  height: 16px;
  float: right;
  margin-top: 8px;
}
.newsr .zixunBox ul li {
  width: 100%;
  height: 33px;
}
.zixunBox ul li i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2e5fc6;
  margin-top: 15px;
  margin-right: 10px;
  float: left;
}
.zixunBox ul li p {
  font-size: 14px;
  line-height: 33px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  float: left;
  width: 95%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
