.header-img {
  width: 100%;
  height: 1.75rem;
  position: fixed;
  top: 0;
}

.header-img img {
  width: 100%;
  height: 100%;
}

.header-search {
  width: 100%;
  height: 0.33rem;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0 0.1rem;
  position: fixed;
  top: 1.75rem;
}

.header-search .left {
  display: flex;
  align-items: center;
}

.header-search .left img {
  width: 0.15rem;
  height: 0.15rem;
}

.header-search .left span {
  color: #fff;
  font-size: 0.13rem;
}

.header-search ul {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}

.header-search ul li {
  width: 0.8rem;
  height: 100%;
  border-right: 1px solid #DFE1E5;
}

.header-search ul li:last-child {
  border: none;
}

.header-search ul li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 0.13rem;
  font-weight: 300;
}

.header-search ul .action {
  background: #2054A7;
}

.header-search ul .action a {
  color: #FFFFFF;
  font-weight: 400;
}

.news {
  padding: 0 0.1rem;
}

.news ul li {
  padding: 0.2rem 0;
  border-bottom: 1px solid #DFE1E5;
}

.news ul li:last-child {
  border: none;
}

.news ul li a {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  color: #222;
}

.news .news-left {
  width: 70%;
  padding-right: 0.1rem;
}

.news .news-left h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news-left .text {
  color: #888888;
  font-weight: 300;
  font-size: 0.12rem;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news-left .des {
  font-weight: 300;
  font-size: 0.13rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.news .news-right {
  width: 30%;
  height: 1rem;
}

.news .news-right img {
  width: 100%;
  height: 100%;
}

.news .news-left .btn {
  width: 0.8rem;
  height: 0.28rem;
  background: #2054A7;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.11rem;
  margin-top: 0.1rem;
}

.news .news-left .btn span {
  padding-right: 0.05rem;
}

.news .news-left .btn img {
  width: 0.15rem;
  height: 0.15rem;
}

.detail {
  padding: 0.2rem 0.1rem;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail .text {
  color: #888888;
  font-weight: 300;
  font-size: 0.13rem;
  line-height: 40px;
}

.detail .img {
  width: 100%;
  height: 1.8rem;
}

.detail .img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.detail .des {
  padding-top: 0.15rem;
  font-size: 0.14rem;
  line-height: 28px;
}

.detail .line {
  width: 100%;
  height: 0.5px;
  background: #C0C9D4;
  margin-bottom: 0.2rem;
}