.news {
  width: 100%;
  height: 580px;
  margin-top: -300px;
}

.newsl {
  width: 600px;
}

.newsr {
  width: 550px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.nt {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

.newslj {
  width: 635px;
}

.nnew {
  color: #fff;
  line-height: 24px;
}

.nnew a {
  color: rgb(177, 254, 244);
  padding-left: 10px;
}

.newslj img {
  width: 100%;
  display: block;
  height: 460px;
  margin-top: 20px;
}
.newslj video {
  width: 100%;
  height: 460px;
}
.zx {
  height: 320px;
  width: 510px;
  padding: 20px;
  position: relative;
}

.zx1 {
  font-size: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.zx1 .videoTab1.cur,
.zx1 .videoTab2.cur {
  font-weight: 600;
}
.zx2 {
  color: rgb(72, 107, 197);
  margin-top: 10px;
  font-size: 14px;
}

.zx3 {
  color: #888;
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
}

.zx3 a {
  color: rgb(72, 107, 197);
  padding-left: 10px;
  margin-top: 10px;
}
.zx4 {
  margin-top: 20px;
  line-height: 32px;
  color: #303133;
  display: none;
}
.zx4.cur {
  display: block;
}
.zx4 li:hover {
  color: rgb(72, 107, 197);
}
.newsr2 {
  width: 100%;
  height: 150px;
  background: rgb(72, 107, 197);
}
.news2 {
  margin-top: 50px;
  height: 500px;
  width: 100%;
  margin-bottom: 100px;
}
.news2 .card {
  width: 350px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  -moz-box-shadow: 0px 0px 9px #888888; /* 老的 Firefox */
  box-shadow: 0px 0px 9px #888888;
  margin-right: 55px;
}
.news2top span {
  position: absolute;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  top: 20px;
  right: 0;
  border-radius: 30px 0 0 30px;
  background: rgb(192, 241, 255);
  color: rgb(72, 107, 197);
  font-weight: 600;
  z-index: 99;
}
.news2top {
  position: relative;
  width: 100%;
  height: 230px;
}
.news2top img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.news2body {
  width: 310px;
  height: auto;
  overflow: hidden;
  padding: 20px;
  border-radius: 0 0 15px 15px;
  border-top: none;
}
.news2body li {
  line-height: 36px;
  font-size: 16px;
}
.news2body li:hover {
  color: rgb(72, 107, 197);
}
.zx4 a {
  width: 100%;
  overflow: hidden;
  height: 30px;
  display: block;
}
.zx4 {
  overflow-y: auto;
}
.zx4 img {
  opacity: 0;
  position: relative;
  top: 4px;
}
.zx4 .cur img {
  opacity: 1;
}
.zx4 .cur {
  color: rgb(72, 107, 197);
}
.more {
  color: rgb(72, 107, 197);
  position: absolute;
  right: 22px;
  top: 25px;
}
