.red {
  color: #f00;
}

.all {
  width: 1380px;
  overflow: hidden;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #900;
}

a:active {
  color: #000;
}

a.red {
  color: #fff;
  background-color: #f15354;
}

a.red3 {
  color: #f00;
}

#allbg {
  background-image: url(yybg.gif);
  background-repeat: repeat-y;
  background-position: center 0;
  margin-top: 5px;
}

img {
  border-width: 0;
}

.cl {
  padding: 20px;
}

.contentbox {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f579;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contentbox .live-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ibox2_list {
  margin-left: -20px;
  padding-top: 20px;
  margin: auto;
}

.contentbox .box-right .ibox2_list .live-item {
  position: relative;
  float: left;
  width: 23%;
  padding-left: 20px;
  height: 270px;
  margin-bottom: 50px;
}

.contentbox .box-right .ibox2_list .live-item .status {
  padding: 4px 10px;
  background: #0088f0be;
  color: #fff;
  font-size: 14px;
  border-radius: 0 0 0 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.contentbox .box-right .ibox2_list .live-item img {
  padding-bottom: 10px;
  height: calc(100% - 120px);
  width: 100%;
}

.contentbox .box-right .ibox2_list .live-item a {
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 13px;
  display: block;
  height: 100%;
}

.contentbox .box-right .live-item a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.zt_more a {
  height: 100%;
  background-color: #b6b6b6 !important;
  text-align: center;
  display: block;
  padding: 13px;
}

.zt_more a .more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
}

.live-top {
  background-color: #dae9f5;
  height: 630px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.live-top #topLive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.live-top #topLive > .livePath {
  width: 50%;
  float: left;
  cursor: pointer;
  position: relative;
}

.live-top #topLive > .livePath > img {
  width: 100%;
  display: block;
}

.live-top #topLive > div {
  width: 20%;
  float: left;
  background-color: #2c3a46;
  /* padding: 0 25px; */
}

.live-top #topLive > .livePath > i {
  position: absolute;
  left: 50%;
  font-size: 60px;
  color: white;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 50%;
  cursor: pointer;
}

.live-top #topLive > .livePath:hover {
  opacity: 0.7;
}

.live-top .rightLive-title {
  color: white;
  line-height: 30px;
  font-size: 16px;
  padding: 25px 20px;
  border-bottom: 1px solid #535c60;
}

.live-top .rightLive-icon,
.live-top .rightLive-content {
  color: #a9adb0;
  font-size: 13px;
  padding: 15px 20px 0;
}

.live-top .rightLive-content {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  line-height: 20px;
}

.live-top .rightLive-icon > i {
  vertical-align: middle;
  margin-right: 5px;
}

.live-introduct {
  position: relative;
}

.live-introduct h3 {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.live-introduct p {
  width: 100%;
  padding: 10px;
}

.live-introduct .live-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.live-introduct .live-time p:nth-child(1) {
  color: #a1a1a1;
  font-size: 14px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.live-introduct .live-time p:nth-child(2) {
  width: 30%;
  color: #f70;
}

.live-introduct .live-time p:nth-child(2) i {
  color: #f70;
}

.live-introduct .iconfont {
  font-size: 16px;
}

.live-introduct .pr-about-no {
  background-color: #0088f0;
  width: 50%;
  padding: 6px 20px;
  border-radius: 50px;
  color: #fff;
  margin: auto;
}

.zt_more {
  width: 24%;
  float: left;
  padding-left: 20px;
}

.zt_more .live-introduct {
  opacity: 0;
}

@media (max-width: 1440px) {
  .contentbox .box-right li {
    position: relative;
    float: left;
    width: 23%;
    padding-left: 20px;
    height: 330px !important;
    margin-bottom: 50px;
  }
  .box-right li {
    position: relative;
    float: left;
    width: 45% !important;
    padding-left: 20px;
  }
  .ibox2_list {
    display: block;
    font-size: 12px !important;
  }
}

@media (max-width: 1250px) {
  .contentbox .box-right li {
    height: auto;
    margin-bottom: 0px;
  }
  .rightLive-title {
    color: white;
    line-height: 12px !important;
    font-size: 12px !important;
    padding: 20px !important;
    border-bottom: 1px solid #535c60;
  }
  .live-top {
    height: 500px;
  }
  .live-top #topLive {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .ibox2_list {
    display: block !important;
    font-size: 12px !important;
  }
  .ibox2_list li {
    width: 47%;
  }
}

@media (max-width: 1180px) {
  .contentbox .box-right li {
    height: auto;
    margin-bottom: 0px;
  }
  .live-top {
    height: 500px;
  }
  .live-top #topLive .livePath {
    width: 70%;
  }
  .live-top #topLive .live-text {
    width: 30%;
  }
  .ibox2_list {
    display: block;
    font-size: 12px !important;
  }
  .ibox2_list li {
    width: 47%;
  }
}

@media (max-width: 1024px) {
  .contentbox .box-right li {
    position: relative;
    float: left;
    width: 23%;
    height: 280px !important;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 769px) {
  .contentbox .box-right li {
    position: relative;
    float: left;
    width: 23%;
    height: 250px !important;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .contentbox .box-right li {
    position: relative;
    float: left;
    width: 23%;
    padding-left: 20px;
    height: 230px !important;
    margin-bottom: 50px;
  }
  .live-top {
    height: 500px;
  }
  .live-top #topLive {
    height: 300px;
    display: -webkit-box;
  }
  .live-top #topLive .livePath {
    width: 60%;
  }
  .live-top #topLive .live-text {
    width: 30%;
  }
  .ibox2_list {
    display: block;
    font-size: 12px !important;
  }
  .ibox2_list li {
    width: 47%;
  }
}

@media (max-width: 750px) {
  .contentbox .box-right li {
    height: auto !important;
    margin-bottom: 0px;
  }
  .live-top {
    padding: 20px;
  }
  .live-top #topLive {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .live-top #topLive .livePath {
    width: 100%;
  }
  .live-top #topLive .live-text {
    height: 150px;
    width: 100%;
  }
  .live-top #topLive .live-text .rightLive-title {
    padding: 10px;
  }
  .ibox2_list {
    display: block;
    font-size: 10px !important;
    padding: 15px;
  }
  .ibox2_list li {
    width: 100% !important;
    padding: 0px !important;
  }
  .ibox2_list img {
    width: 100% !important;
  }
  .ibox2_list .live-time p:nth-child(1) span:nth-child(1) {
    display: none;
  }
}
/*# sourceMappingURL=live-broadcast.css.map */