/*新闻列表样式*/
.line1 {
  -webkit-line-clamp: 1;
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}

.article-link {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  font-size: 0;
}
section:last-of-type .article-link {
  /* border-bottom: none; */
}
.article-link {
  padding: 15px 0;
  margin: 0 12px;
}
.has-image .article-link {
  display: flex;
}
.has-3images .article-link {
  padding: 8px 0 12px;
}
.has-ad .article-link {
  padding-bottom: 10px;
}
.article-link h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #333;
}
.article-link h3 span {
  display: inline-block;
  width: 15px;
  height: 22px;
  margin-right: 4px;
  background-size: 15px 15px;
  position: relative;
  top: 0;
  left: 0;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.list-img {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f4f7f9;
}
.list-img img {
  width: 100%;
  height: 100%;
}

.has-image .list-img {
  width: 128px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}
.has-3images .list-img {
  width: 32.7%;
  padding-bottom: 21.8%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.has-3images .list-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.has-image-text {
  width: 100%;
}
.has-image .list-img ~ .has-image-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.has-image .list-img ~ .has-image-text h3 {
  min-height: 30px;
}
.has-image .list-img ~ .has-image-text .item-info {
  margin-top: 0;
}
.has-image .summary {
  font-size: 13px;
  color: #888;
  line-height: 20px;
  margin-top: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.list-images {
  margin: 10px 0 12px 0;
  display: flex;
  justify-content: space-between;
  font-size: 0; /*display: -webkit-box; display: -webkit-flex; display: flex;-webkit-justify-content:space-between; justify-content:space-between;*/
}
.list-images .list-img {
  /* flex: 1; */
  padding-bottom: 19.7%;
  width: 31.3%;
}

.item-info {
  color: #999;
  font-size: 14px;
  margin-top: 12px;
}
.has-image .summary ~ .item-info {
  margin-top: 8px;
}
.item-info span {
  margin-right: 5px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  line-height: 16px;
}
.item-info span:last-child {
  margin-right: 0px;
}
.item-info .source {
  max-width: 40%;
}
.item-info .source ~ .time {
  /* float: right; */
}
.kuaixun-time {
  line-height: 16px;
  height: 16px;
  font-size: 14px;
  color: #cda949;
  margin-bottom: 8px;
}
@media screen and (min-width: 360px) {
  .item-info .source {
    max-width: 44%;
  }
}
@media screen and (min-width: 400px) {
  .item-info .source {
    max-width: 50%;
  }
}

/* 研报列表 */
.yanbao-link {
  display: flex;
  padding: 15px 0;
  margin: 0 12px;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  font-size: 0;
}
.yanbao-link .list-img {
  width: 130px;
  height: 175px;
  margin-right: 10px;
}
.yanbao-text {
  flex: 1;
}
.yanbao-text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #333;
}
.yanbao-link .list-img ~ .yanbao-text h3 {
  height: 48px;
  margin-top: 5px;
}
.yanbao-text .summary {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
  margin-top: 8px;
}

/* 直播列表 */
.zhibo-link {
  display: block;
  padding: 15px 0;
  margin: 0 12px;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  font-size: 0;
}
.zhibo-link .list-img {
  width: 100%;
  padding-bottom: 56.7%;
  position: relative;
}
.zhibo-link .list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.zhibo-link .list-img i {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: 68px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: ;
}
.zhibo-link .list-img span {
  display: block;
  position: absolute;
  bottom: 14px;
  right: 10px;
  width: 104px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 11px;
  background-color: rgba(0, 0, 0, 0.5);
}
.zhibo-text h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
  margin-top: 8px;
}
.zhibo-text .summary {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-top: 9px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
}

/* 加载 */
.refresh-wrapper {
  padding: 14px 40px;
  color: #036ab8;
}
.refresh {
  height: 36px;
  line-height: 36px;
  /* background: #f5f5f5; */
  text-align: center;
  /* border: 1px solid #e9e9e9; */
}
.refresh:active {
  background-color: #e2e6eb;
}
.refresh-pullup-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../image/refresh.png) 0 0 no-repeat;
  background-size: 40px 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.refresh-loading .refresh-pullup-icon {
  background-position: -20px 0;
  -webkit-transform: rotate(0deg);
  -webkit-transition-duration: 0ms;
  -webkit-animation-name: refresh-loading-anim;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes refresh-loading-anim {
  from {
    -webkit-transform: rotate(0deg);
  }
  8.32% {
    -webkit-transform: rotate(0deg);
  }
  8.33% {
    -webkit-transform: rotate(30deg);
  }
  16.65% {
    -webkit-transform: rotate(30deg);
  }
  16.66% {
    -webkit-transform: rotate(60deg);
  }
  24.99% {
    -webkit-transform: rotate(60deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  33.32% {
    -webkit-transform: rotate(90deg);
  }
  33.33% {
    -webkit-transform: rotate(120deg);
  }
  41.65% {
    -webkit-transform: rotate(120deg);
  }
  41.66% {
    -webkit-transform: rotate(150deg);
  }
  49.99% {
    -webkit-transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  58.32% {
    -webkit-transform: rotate(180deg);
  }
  58.33% {
    -webkit-transform: rotate(210deg);
  }
  66.65% {
    -webkit-transform: rotate(210deg);
  }
  66.66% {
    -webkit-transform: rotate(240deg);
  }
  74.99% {
    -webkit-transform: rotate(240deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  83.32% {
    -webkit-transform: rotate(270deg);
  }
  83.33% {
    -webkit-transform: rotate(300deg);
  }
  91.65% {
    -webkit-transform: rotate(300deg);
  }
  91.66% {
    -webkit-transform: rotate(330deg);
  }
  99.99% {
    -webkit-transform: rotate(330deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
