body {
  font-family: "Source Han Sans CN-Normal";
}
body .activity {
  background-color: #f2f4f6;
}
body .activity .con {
  width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
}
body .activity .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .activity .con .banner-img {
  width: 900px;
  height: 420px;
  border: 4px;
  overflow: hidden;
}
body .activity .con .banner-img .swiper-container {
  width: 900px;
  height: 420px;
}
body .activity .con .banner-img .swiper-container .swiper-wrapper {
  width: 100%;
}
body .activity .con .banner-img .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 420px;
}
body .activity .con .banner-img .swiper-container .swiper-wrapper .swiper-slide a div {
  width: 100%;
  height: 420px;
  background-position: center center;
  background-size: cover;
}
body .activity .con .banner-img .swiper-container .swiper-pagination-bullets {
  bottom: 10px;
  right: 10px;
  left: initial;
  text-align: right;
}
body .activity .con .banner-img .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #eeeeee;
  opacity: 0.6;
  margin: 0 5px;
}
body .activity .con .banner-img .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #66c1ff;
  opacity: 1;
}
body .activity .con .banner-list {
  width: 340px;
  height: 420px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .activity .con .banner-list .banner-title {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .activity .con .banner-list .banner-title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
body .activity .con .banner-list .banner-title a {
  font-size: 14px;
  font-weight: bold;
  color: #0d72ca;
}
body .activity .con .banner-list .swiper-banner-list {
  width: 340px;
  height: 360px;
  overflow: hidden;
}

body .activity .con .banner-list .swiper-banner-list.noswiper .swiper-wrapper {
  display: block
}

body .activity .con .banner-list .swiper-banner-list.noswiper .swiper-wrapper .swiper-slide {
  height: auto
}

body .activity .con .banner-list .swiper-banner-list .swiper-wrapper {
  width: 100%;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a {
  height: 90px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .icon {
  position: relative;
  text-align: center;
  padding-left: 7px;
  height: 90px;
  width: 24px;
  line-height: 90px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .icon::before {
  position: absolute;
  content: '';
  left: 17px;
  top: 0;
  z-index: 10;
  width: 2px;
  height: 100%;
  background-color: #2764ff;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .icon img {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 6px;
  top: 34px;
  z-index: 10;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .time {
  height: 90px;
  margin: 0 16px 0 13px;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .time .box {
  margin-top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(176deg, #2e7bfa, #1c4af6);
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .time .box h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 41px;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .time .box p {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .text {
  padding: 12px 0;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .text p {
  width: 206px;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .text p:first-of-type {
  height: 40px;
  font-size: 16px;
  color: #303030;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide a .text p:last-of-type {
  font-size: 12px;
  color: #666666;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide.first .time .box {
  background: linear-gradient(176deg, #fd8809, #fb5105)
}

body .activity .con .banner-list .swiper-banner-list .swiper-wrapper .swiper-slide.two .time .box {
  background: linear-gradient(176deg, #ffca0c, #ffa507)
}

body .focustoday {
  background-color: #f2f4f6;
  padding-top: 38px;
}

body .focustoday .con  {
  width: 1280px;
  margin: 0 auto
}

body .focustoday .con .focustoday-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .focustoday .con .focustoday-title .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .focustoday .con  .focustoday-title .left h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 25px;
}
body .focustoday .con  .focustoday-title .left .hours24 {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  /* background: #ffffff; */
  border-radius: 10px;
}
body .focustoday .con  .focustoday-title .left .hours24 .hours24-title {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  width: 98px;
  height: 24px;
  background: #0d72ca;
  border-radius: 10px;
}
body .focustoday .con  .focustoday-title .left .hours24 .swiper-hours24 {
  width: 626px;
  padding-left: 7px;
  overflow: hidden;
  margin-left: -10px;
  padding-left: 20px;
  border-radius: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .focustoday .con  .focustoday-title .left .hours24 .swiper-hours24 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .focustoday .con  .focustoday-title .left .hours24 .swiper-hours24 p {
  height: 23px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  border: 1px solid #e5e5e5;
  background-color: #FFFFFF;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 10px;
  border-radius: 20px;
  max-width: 624px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body .focustoday .con  .focustoday-title .left .hours24 .swiper-hours24 p span {
  color: #fd8809;
  font-size: 16px;
  font-weight: 400;
  padding-right: 4px;
}
body .focustoday .con  .focustoday-title .right {
  width: 410px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .focustoday .con  .focustoday-title .right h2 {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  font-weight: inherit;
}
body .focustoday .con  .focustoday-title .right .link a {
  font-size: 13px;
  font-weight: 400;
  color: #0D72CA;
}
body .focustoday .con  .focustoday-title .right .link a span {
  margin-left: 4px;
}
body .focustoday .con  .focustoday-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 13px;
}
body .focustoday .con  .focustoday-con .focustoday-img {
  width: 850px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .focustoday .con  .focustoday-con .focustoday-img li {
  width: 270px;
  height: 260px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
body .focustoday .con  .focustoday-con .focustoday-img li .box {
  width: 270px;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
body .focustoday .con  .focustoday-con .focustoday-img li .box .img {
  width: 270px;
  height: 150px;
  background-size: cover;
  background-position: center center;
}
body .focustoday .con  .focustoday-con .focustoday-img li .box p {
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  line-height: 20px;
  height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .focustoday .con  .focustoday-con .focustoday-img li .box .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  padding: 0 20px;
  line-height: 16px;
}
body .focustoday .con  .focustoday-con .focustoday-img li .box .author a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .focustoday .con  .focustoday-con .focustoday-img li .box .author a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
}
body .focustoday .con  .focustoday-con .focustoday-img li .box .author span {
  font-size: 12px;
  color: #545454;
  padding-top: 2px;
  white-space: nowrap;
  padding-left: 10px;
}

.focustoday .con .focustoday-con .focustoday-list {
  width: 410px;
  height: 540px;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px 14px 18px 43px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  counter-reset: itemCounter
}

.focustoday .con .focustoday-con .focustoday-list *{
  line-height: 1;
}

.focustoday .con .focustoday-con .focustoday-list li {
  position: relative;
  margin: 21px 0 8px;
  counter-increment: itemCounter
}

.focustoday .con .focustoday-con .focustoday-list li::before {
  content: "0" counter(itemCounter);
  position: absolute;
  left: -28px;
  top: 1px;
  width: 18px;
  height: 18px;
  background: #b8b8b8;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  text-align: center
}

.focustoday .con .focustoday-con .focustoday-list li:first-of-type {
  margin-top: 0
}

.focustoday .con .focustoday-con .focustoday-list li:first-of-type::before {
  background-color: #e62d2d
}

.focustoday .con .focustoday-con .focustoday-list li:nth-of-type(2)::before {
  background-color: #ff5c3a
}

.focustoday .con .focustoday-con .focustoday-list li:nth-of-type(3)::before {
  background-color: #f8883b
}

.focustoday .con .focustoday-con .focustoday-list li a {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.focustoday .con .focustoday-con .focustoday-list li p {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body .video-list {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0px;
  padding-bottom: 40px;
}
body .video-list .video-con {
  width: 1280px;
  margin: 0 auto;
  font-size: 0;
}
body .video-list .video-con h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding: 40px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .video-list .video-con h2 a {
  font-size: 16px;
  font-weight: 400;
  color: #0D72CA;
  margin-left: 24px;
  cursor: pointer;
}
body .video-list .video-con h2 a i {
  background-image: url("https://www.serengetilive.com/statics/pcc/img/c832726d.png");
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  vertical-align: -2px;
}
body .video-list .video-con ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .video-list .video-con ul li {
  margin-left: 16px;
}
body .video-list .video-con ul li a img {
  width: 200px;
  height: 300px;
  border-radius: 6px;
  background-color: black;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .video-list .video-con ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  padding: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 180px;
}
body .video-list .video-con ul li .nums {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
}
body .video-list .video-con ul li .nums span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
body .video-list .video-con ul li .nums span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: -3px;
  border-radius: 50%;
}
body .video-list .video-con ul li .nums span:nth-of-type(1) i {
  background-image: url("https://www.serengetilive.com/statics/pcc/img/f7299d4c.png");
}
body .video-list .video-con ul li .nums span:nth-of-type(2) {
  margin-left: 20px;
}
body .video-list .video-con ul li .nums span:nth-of-type(2) i {
  background-image: url("https://www.serengetilive.com/statics/pcc/img/525f804a.png");
}
body .video-list .video-con ul li:first-of-type {
  margin-left: 0;
}
body .video-list .video-con ul.video2 {
  margin-top: 20px;
  display: block;
  padding-top: 6px;
  overflow: hidden;
}
body .video-list .video-con ul.video2 li {
  margin-left: 15px;
  float: left;
  margin-top: 14px;
}
body .video-list .video-con ul.video2 li .nums{
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
 max-width: 180px;
}
body .video-list .video-con ul.video2 li a {
  width: auto;
  height: auto;
}
body .video-list .video-con ul.video2 li a img {
  width: 184px;
  height: 103px;
  background: #000;
  border-radius: 8px;
}
body .video-list .video-con ul.video2 li:first-of-type {
  height: auto;
  margin-left: 0;
}
body .video-list .video-con ul.video2 li:first-of-type p {
  width: 480px;
}
body .video-list .video-con ul.video2 li:first-of-type .nums {
  max-width: initial;
  width: 481px;
}
body .video-list .video-con ul.video2 li:first-of-type a img {
  width: 481px;
  height: 271px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .real-time-info {
  background-color: #ffffff;
  padding-bottom: 50px;
  position: relative;
}
body .real-time-info::after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -20px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
body .real-time-info .banner {
  width: 100%;
  height: 356px;
  min-width: 1280px;
  background-size: cover;
  background-position: center center;
  margin-bottom: -150px;
  text-align: center;
  line-height: 60px;
}
body .real-time-info .banner span {
  display: inline-block;
  position: relative;
  top: 96px;
  height: 37px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
body .real-time-info .banner span:after {
  content: '';
  position: absolute;
  left: 45px;
  bottom: -30px;
  width: 58px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
}
body .real-time-info .boxwrap {
  width: 1280px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(185, 201, 214, 0.57);
          box-shadow: 0 5px 8px 0 rgba(185, 201, 214, 0.57);
}
body .real-time-info .boxwrap .title {
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 52px;
  line-height: 52px;
  border-radius: 8px 8px 0 0;
}
body .real-time-info .boxwrap .title li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
}
body .real-time-info .boxwrap .title li.active {
  position: relative;
}
body .real-time-info .boxwrap .title li.active::after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -18px;
  bottom: 8px;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background-color: #0d72ca;
}
body .real-time-info .boxwrap .title li.active span {
  font-weight: bold;
  font-size: 18px;
  opacity: 1;
}
body .real-time-info .boxwrap .title li span {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
}
body .real-time-info .boxwrap .contents {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
}
body .real-time-info .boxwrap .contents:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .real-time-info .boxwrap .contents .info-img {
  width: 870px;
  height: 546px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .real-time-info .boxwrap .contents .info-img li {
  width: 266px;
  height: 260px;
  padding: 0 10px;
  padding-bottom: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .real-time-info .boxwrap .contents .info-img li:nth-of-type(-n + 3) {
  border-bottom: solid 1px #e1e1e1;
  height: 250px;
  margin-bottom: 13px;
  padding-bottom: 14px;
}
body .real-time-info .boxwrap .contents .info-img li .box {
  width: 260px;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px 0;
}
body .real-time-info .boxwrap .contents .info-img li .box .img {
  width: 270px;
  height: 180px;
  background-size: cover;
  background-position: center center;
}
body .real-time-info .boxwrap .contents .info-img li .box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}
body .real-time-info .boxwrap .contents .info-img li .box .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
  line-height: 16px;
}
body .real-time-info .boxwrap .contents .info-img li .box .author a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .real-time-info .boxwrap .contents .info-img li .box .author a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
}
body .real-time-info .boxwrap .contents .info-img li .box .author span {
  font-size: 12px;
  color: #545454;
  padding-top: 2px;
  white-space: nowrap;
  padding-left: 10px;
}
body .real-time-info .boxwrap .contents .info-list {
  width: 410px;
  height: 420px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
body .real-time-info .boxwrap .contents .info-list ul {
  width: 410px;
}
body .real-time-info .boxwrap .contents .info-list ul li {
  width: 367px;
  margin-left: 20px;
  margin-bottom: 9px;
}
body .real-time-info .boxwrap .contents .info-list ul li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .real-time-info .boxwrap .contents .info-list ul li .top a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
body .real-time-info .boxwrap .contents .info-list ul li .top button {
  width: 60px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 8px;
  border: solid 1px #0770D1;
  margin-top: 6px;
  cursor: pointer;
  outline: none;
  margin-left: 10px;
}
body .real-time-info .boxwrap .contents .info-list ul li .top button:after {
  content: "关注";
  line-height: 16px;
  color: #0770D1;
}
body .real-time-info .boxwrap .contents .info-list ul li .top button.yes {
  border: 1px solid #4D4D4D;
}
body .real-time-info .boxwrap .contents .info-list ul li .top button.yes:after {
  content: "已关注";
  color: #4D4D4D;
}
body .real-time-info .boxwrap .contents .info-list ul li a {
  text-align: justify;
  white-space: nowrap;
}
body .real-time-info .boxwrap .contents .info-list ul li a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: -5px;
  border-radius: 50%;
  margin-right: 10px;
}
body .real-time-info .boxwrap .contents .info-list ul li a:first-of-type {
  line-height: 30px;
}
body .real-time-info .boxwrap .contents .info-list ul li a p {
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .real-time-info .boxwrap .contents .info-list button {
  cursor: pointer;
  margin-top: 10px;
  width: 180px;
  height: 41px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #0770d1;
  background-color: #ffffff;
  outline: none;
}
body .real-time-info .boxwrap .contents .info-list .more {
  background: none;
}
body .real-time-info .dynamic {
  text-align: center;
  width: 1280px;
  margin: 50px auto 0;
}
body .real-time-info .dynamic .dynamic-title {
  position: relative;
  display: inline-block;
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
body .real-time-info .dynamic .dynamic-title::before {
  position: absolute;
  left: 45px;
  bottom: -18px;
  content: '';
  width: 59px;
  height: 4px;
  background: #1583e3;
  border-radius: 2px;
}
body .real-time-info .dynamic ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body .real-time-info .dynamic ul li {
  position: relative;
  width: 240px;
  height: 257px;
}
body .real-time-info .dynamic ul li img {
  position: absolute;
  left: 12px;
  top: 0;
  z-index: 100;
  width: 216px;
  height: 144px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body .real-time-info .dynamic ul li .cover-text {
  position: absolute;
  top: 122px;
  left: 0;
  z-index: 50;
  width: 240px;
  height: 135px;
  border: solid 1px rgba(170, 170, 170, 0.5);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .real-time-info .dynamic ul li .cover-text p {
  text-align: left;
  margin-top: 33px;
  font-size: 16px;
  padding: 0 10px;
  line-height: 20px;
  color: #303030;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
body .real-time-info .dynamic ul li .cover-text button {
  width: 110px;
  height: 32px;
  border: solid 1px #0d72ca;
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  color: #0d72ca;
  border-radius: 8px;
  margin-top: 22px;
  outline: none;
  cursor: pointer;
}
body .real-time-info .dynamic .dynamic-else {
  width: 123px;
  height: 36px;
  background: #1583e3;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 40px;
  cursor: pointer;
}
body .school {
  background-color: #f2f4f6;
  padding-top: 84px;
  padding-bottom: 50px;
}
body .school .school-con {
  width: 1280px;
  margin: 0 auto;
}
body .school .school-con h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
body .school .school-con .school-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 628px;
  margin: 16px auto 0;
}
body .school .school-con .school-title li {
  width: 70px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  cursor: pointer;
}
body .school .school-con .school-title li a {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
body .school .school-con .school-title li.active {
  background: #1583e3;
}
body .school .school-con .school-title li.active a {
  color: #ffffff;
}
body .school .school-con .school-list {
  display: none;
  margin-top: 43px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .school .school-con .school-list:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .school .school-con .school-list li {
  width: 300px;
  height: 370px;
  background-color: #ffffff;
  border-radius: 8px;
}
body .school .school-con .school-list li .box {
  width: 300px;
  height: 370px;
}
body .school .school-con .school-list li .box .img {
  border-radius: 4px;
  overflow: hidden;
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
body .school .school-con .school-list li .box .center {
  padding: 0 15px;
  height: 103px;
  border-bottom: rgba(48, 48, 48, 0.2) solid 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .school .school-con .school-list li .box .center h3 {
  font-size: 18px;
  font-weight: bold;
  color: #303030;
  line-height: 40px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .school .school-con .school-list li .box .center p {
  padding-top: 5px;
  font-size: 0px;
  text-align: left;
}
body .school .school-con .school-list li .box .center p span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 1px 10px 2px;
  border-radius: 8px;
  margin-right: 10px;
}
body .school .school-con .school-list li .box .center p span.c {
  background-color: #6c75e6;
}
body .school .school-con .school-list li .box .center p span.x {
  background-color: #d72654;
}
body .school .school-con .school-list li .box .center p span.y {
  background-color: #66c428;
}
body .school .school-con .school-list li .box .center p span.g {
  background-color: #035297;
}
body .school .school-con .school-list li .box .bottom {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
body .school .school-con .school-list li .box .bottom div {
  margin-top: 7px;
  height: 50px;
  background-position: center left;
  background-repeat: no-repeat;
}
body .school .school-con .school-list li .box .bottom div.limg {
  width: 200px;
  background-size: contain;
}
body .school .school-con .school-list li .box .bottom div.rimg {
  background-size: 30px 23px;
  width: 50px;
  background-position: center right;
  background-image: url("https://www.serengetilive.com/statics/pcc/img/msg.png?v=1");
}
body .colleges {
  text-align: center;
  width: 1280px;
  margin: 40px auto 58px;
}
body .colleges .colleges-title {
  position: relative;
  display: inline-block;
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
body .colleges .colleges-title::before {
  position: absolute;
  left: 45px;
  bottom: -18px;
  content: '';
  width: 59px;
  height: 4px;
  background: #1583e3;
  border-radius: 2px;
}
body .colleges ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 58px;
}
body .colleges ul li {
  width: 200px;
  height: 280px;
}
body .colleges ul li img {
  width: 200px;
  height: 280px;
  border-radius: 10px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
body .colleges button {
  cursor: pointer;
  margin-top: 30px;
  width: 160px;
  height: 40px;
  background: #1583e3;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "Source Han Sans CN-Medium";
  font-weight: 400;
  color: #ffffff;
}
body .city-express {
  background-color: #f2f4f6;
  padding: 65px 0 44px 0;
}
body .city-express .con {
  width: 1280px;
  margin: 0 auto;
  height: 460px;
  background-color: #ffffff;
}
body .city-express .con .title {
  height: 70px;
  border-bottom: solid 1px #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .city-express .con .title h3 {
  line-height: 70px;
  position: relative;
  margin-left: 28px;
  padding-left: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
body .city-express .con .title h3::before {
  position: absolute;
  content: '';
  left: 0;
  top: 22px;
  width: 22px;
  height: 27px;
  background-image: url("https://www.serengetilive.com/statics/pcc/img/homelocal.png?v=1");
  background-size: 22px 27px;
}
body .city-express .con .title ul {
  height: 70px;
  width: 494px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 40px;
}
body .city-express .con .title ul li {
  line-height: 70px;
}
body .city-express .con .title ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
body .city-express .con .title ul li.active {
  position: relative;
}
body .city-express .con .title ul li.active::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 4px;
  bottom: 16px;
  left: 6px;
  background-color: #1583e3;
  border-radius: 2px;
}
body .city-express .con .contents {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
}
body .city-express .con .contents:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .city-express .con .contents .left {
  margin-left: 18px;
}
body .city-express .con .contents .left .img {
  position: relative;
  width: 511px;
  height: 343px;
  background-position: center center;
  background-size: cover;
}
body .city-express .con .contents .left .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  padding: 10px 11px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
body .city-express .con .contents .center a .img {
  position: relative;
  width: 240px;
  height: 164px;
  background-position: center center;
  background-size: cover;
  margin-top: 15px;
}
body .city-express .con .contents .center a .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 218px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  padding: 10px 11px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .city-express .con .contents .center a:first-of-type .img {
  margin-top: 0;
}
body .city-express .con .contents .right {
  width: 460px;
  margin-left: 20px;
}
body .city-express .con .contents .right ul {
  margin-left: 46px;
}
body .city-express .con .contents .right ul li {
  position: relative;
}
body .city-express .con .contents .right ul li a p {
  width: 387px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000000;
  line-height: 31px;
}
body .city-express .con .contents .right ul li::before {
  position: absolute;
  content: '';
  left: -22px;
  top: 12px;
  width: 9px;
  height: 9px;
  background-color: rgba(13, 114, 202, 0.3);
  border-radius: 50%;
}
body .bigshot {
  text-align: center;
  width: 1280px;
  margin: 40px auto 0;
}
body .bigshot .bigshot-title {
  position: relative;
  display: inline-block;
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
body .bigshot .bigshot-title::before {
  position: absolute;
  left: 45px;
  bottom: -18px;
  content: '';
  width: 59px;
  height: 4px;
  background: #1583e3;
  border-radius: 2px;
}
body .bigshot ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 58px;
}
body .bigshot ul li {
  width: 264px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .bigshot ul li .video {
  position: relative;
  width: 264px;
  height: 168px;
  background-size: cover;
  background-position: center center;
}
body .bigshot ul li .video.review::before {
  content: '回顾';
  background-color: rgba(0, 0, 0, 0.8);
}
body .bigshot ul li .video.notice::before {
  content: '预告';
  background-color: rgba(255, 165, 0, 0.8);
}
body .bigshot ul li .video.live::before {
  content: '正在直播';
  background-color: rgba(255, 0, 0, 0.8);
}
body .bigshot ul li .video::before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 40;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
body .bigshot ul li .video:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  z-index: 10;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("https://www.serengetilive.com/statics/pcc/img/play.png?v=1");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
body .bigshot ul li p {
  font-size: 16px;
  color: #000000;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links {
  width: 1280px;
  margin: 30px auto 30px;
}
.links p {
  text-align: justify;
  line-height: 42px;
}
.links p:last-of-type {
  line-height: 32px;
}
.links p span {
  font-size: 20px;
  font-weight: bold;
  color: #737272;
}
.links p a {
  font-size: 16px;
  font-weight: bold;
  color: #888787;
  line-height: 42px;
  margin-right: 28px;
  white-space: nowrap;
}
.links p a:hover {
  color: #1583E3;
}

