.container {
}
.container .top-container {
  position: relative;
  max-width: 10.4rem;
  margin-bottom: 0.6rem;
  padding-top: 2.85rem;
}
.container .top-container img {
  max-width: 10.4rem;
}
.container .top-container .time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  height: 72px;
  width: 656px;
  background-color: #062870;
  border-radius: 72px;
  padding: 0 0.15rem;
  font-size: 0;
}
.container .top-container .time .icon-play {
  background: url(../images/play.png) center center no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
}
.container .top-container .time .ply {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.container .top-container .time .ply span {
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
}
.container .top-container .time .ply span.date {
  font-size: 42px;
  letter-spacing: 3px;
}
.container .lists {
  padding-right: 0.35rem;
  max-width: 1200px;
}
.container .lists ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.36rem;
}
.container .lists ul li .time-axis {
  position: relative;
  width: 1.6rem;
}
.container .lists ul li .time-axis .date-time {
  position: relative;
  height: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container .lists ul li .time-axis .date-time .now-time {
  width: 1.24rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 0.24rem;
  position: relative;
  text-align: right;
  padding-right: 0.2rem;
}
.container .lists ul li .time-axis .date-time .now-time span {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.container .lists ul li .time-axis .date-time .now-time .date {
  font-size: 0.3rem;
}
.container .lists ul li .time-axis .date-time .now-time .time {
  font-weight: normal;
}
.container .lists ul li .time-axis .date-time .icon-point {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background-color: #91ff00;
  z-index: 2;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.container .lists ul li .time-axis:after {
  content: '';
  position: absolute;
  top: -0.36rem;
  bottom: 0;
  background-color: #5472b2;
  width: 0.03rem;
  right: 0.33rem;
  z-index: 1;
}
.container .lists ul li .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #20489f;
  padding: 0 0.22rem 0;
  font-size: 0.24rem;
}
.container .lists ul li .content .host {
  font-size: 0.3rem;
  line-height: 0.42rem;
  padding: 0.24rem 0;
  text-align: justify;
}
.container .lists ul li .content .speech {
  line-height: 0.42rem;
  margin-bottom: 0.15rem;
  max-height: 2.1rem;
  overflow: hidden;
  word-break: break-word;
}
.container .lists ul li .content .speech p {
  text-align: justify;
}
.container .lists ul li .content .look-all {
  /* position: relative; */
  display: none;
  font-size: 0.22rem;
  color: #9a9ea7;
  cursor: pointer;
}
/* .container .lists ul li .content .look-all .look-a {
  line-height: 0.5rem;
} */
/* .bg-long {
  position: absolute;
  background: url(../images/bg-long.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 0.25rem;
  bottom: 0.5rem;
  left: 0;
  right: 0;
} */
.container .lists ul li .content .img img {
  width: 100%;
  height: auto;
}
.container .lists ul li:first-child .time-axis:after {
  top: 0;
}
.container .more {
  height: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container .more .loading .icon-loading {
  background: url(../images/loading.gif) no-repeat;
  background-size: contain;
  width: 0.4rem;
  height: 0.4rem;
}
.container .more .click-more {
  display: none;
  background: #092f81;
  height: 1rem;
  width: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.3rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.item_box {
  margin-bottom: 0.3rem;
  max-width: 5.08rem;
  margin-left: 0;
  margin-right: 0;
}
.speech,
.look-all {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .container .lists {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  body {
    background: #12398d;
  }
  .container .top-container {
    padding-top: 1.58rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.57rem;
    background: url(../images/banner.jpg) center top no-repeat;
    background-size: cover;
  }
  .container .top-container .time {
    right: 0.95rem;
    bottom: 0.5rem;
    height: 0.4rem;
    width: 3.56rem;
  }
  .container .top-container .time .icon-play {
    background: url(../images/play.png) no-repeat;
    background-size: contain;
    width: 0.26rem;
    height: 0.26rem;
  }
  .container .top-container .time .ply {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .container .top-container .time .ply span {
    font-size: 0.24rem;
    font-weight: bold;
  }
  .container .top-container .time .ply span.date {
    font-size: 0.24rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .container .top-container img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .speech,
  .look-all {
    width: auto;
    max-width: 5.08rem;
  }
}
@media screen and (min-width: 750px) {
  .container .lists ul li .content {
    padding: 0 0.32rem;
  }
}
.video_box {
}
