.w22{width: 22%;}
.w75{width: 75%;}
/* 骨骼屏 */
.skeleton {
  background: #edeef1;
  background: linear-gradient(to right,#f6f7f8 0%,#edeef1 10%,#f6f7f8 20%,#f6f7f8 100%);
  background-size: 200% 100%;
  animation: flow 1s linear infinite;
}
@keyframes flow {
  0% {background-position: 50% 0;}
  100% {background-position: -150% 0;}
} 
.hottoptitle_skeleton{
  width: 100%;
  height: 24px;
}
.news_skeleton{
  width: 100%;
  height: 27px;
  margin-bottom: 10px;
}
.swiper_skeleton{
  width: 100%;
  height: 100%;
}
.images-skeleton{
  position: relative;
  background: #f6f7f8;
  /* border: 3px solid #f6f7f8; */
}
.images-skeleton img{
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.teletext-skeleton .picture-skeleton{
  width: 100px;
  height: 67px;
  display: inline-block;
}
.teletext-skeleton .picture-skeleton img{
  padding-left: 0;
}
.teletext-skeleton .intro-skeleton .text-skeleton{
  width: 211px;
  display: block;
  height: 27px;
  /* margin:5px 0 */
}
.teletext-skeleton .text-intro-skeleton{
  float: right;
}
.teletext-skeleton .intro-skeleton{
  margin-bottom: 10px;
}