.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
a {
  display: block;
}
.main {
  margin: auto 0.3rem 0.6rem;
  font-size: 0.34rem;
  color: #000000;
}
.title {
  width: 100%;
  margin-bottom: 0.1rem;
}
.title img {
  width: 0.09rem;
  height: 100%;
}
.title div {
  display: inline-block;
}
.title div span {
  font-weight: bold;
  font-size: 0.36rem;
  color: #13559F;
  line-height: 0.7rem;
}
.news-item {
  border-bottom: 0.01rem solid #EEEEEE;
  padding-bottom: 0.52rem;
  padding-top: 0.3rem;
  position: relative;
  min-height: 0.8rem;
}
.news-item .time {
  font-weight: 400;
  font-size: 0.22rem;
  color: #888888;
  text-align: left;
  margin-top: 0.2rem;
  position: absolute;
  bottom: 0.1rem;
}
.news-item .tit {
  font-size: 0.34rem;
}
.news-item .news-one-info {
  display: inline-block;
}
.news-item .news-one {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.news-item.news-big img {
  width: 100%;
  height: 3.9rem;
}
.news-item.news-narrow img {
  width: 100%;
  height: 2rem;
}
.news-item .image-item img {
  width: 100%;
  height: 3.9rem;
}
.news-item .image-item img:first-child {
  display: block;
}
.news-item .poster {
  position: relative;
}
.news-item .poster .play {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  top: 50%;
  margin-top: -0.3rem;
}
.position {
  font-size: 0.26rem;
  color: #999999;
  margin: 0.2rem 0;
}
.position img {
  width: 0.26rem;
  height: 0.31rem;
  vertical-align: baseline;
}
.position ul {
  display: inline-block;
}
.position li {
  display: inline-block;
}
.position li span {
  color: #13559f;
}
.handle-more {
  margin: 0.3rem 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #13559F;
  font-weight: 900;
  text-align: center;
  background-color: #f0f0f0;
}
