* {
  margin: 0;
  padding: 0;
}
#warpper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#body {
  padding-top: 3rem;
  flex: 1;
}
#body .main-title {
  padding: 2rem;
  color: #00a0e8;
  font: 1.6875rem "PingFangSC Medium";
  background-image: url('https://cdn.gdskfz.com/skfz/mobile/images/page/blue.png'), url('https://cdn.gdskfz.com/skfz/mobile/images/page/bluebig.png');
  background-repeat: no-repeat;
  background-size: 1.5rem, 5.6rem;
  background-position: 35% 70%, 75% 0;
  text-align: center;
}
#body .search-bar {
  width: 90vw;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0.25rem 0.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#body .search-bar input {
  width: 80%;
  border: none;
  font-size: 0.75rem;
}
#body .search-bar input:focus {
  outline: none;
}
#body .search-bar .search-icon {
  border-left: 1px solid #ccc;
  padding-left: 0.5rem;
}
#body .search-bar .search-icon img {
  width: 1.25rem;
}
#body .top-news {
  width: 90vw;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1rem;
}
#body .top-news img {
  width: 100%;
  display: block;
}
#body .top-news .news-item {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
}
#body .top-news .news-item .title {
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #0072a6;
  font: 0.9375rem "PingFangSC Medium";
}
#body .top-news .news-item .title a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #0072a6;
}
#body .top-news .news-item .time {
  font: 0.625rem "PingFangSC Regular";
  color: #737273;
}
#body .top-news .news-item .info {
  font: 0.6875rem "PingFangSC Regular";
  color: #5c5b5b;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body .news-list {
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 2rem;
}
#body .news-list .item {
  height: 6vh;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #e0dddd;
  box-sizing: content-box;
}
#body .news-list .item .date {
  width: 20%;
  text-align: center;
  border-right: 1px solid #ccc;
}
#body .news-list .item .date .day {
  font: 1.6875rem "PingFangSC Regular";
  color: #999;
}
#body .news-list .item .date .month {
  color: #ccc;
  font: 0.625rem "PingFangSC Regular";
}
#body .news-list .item .info {
  width: 80%;
  padding-left: 1rem;
}
#body .news-list .item .info .title {
  font: 0.9375rem "PingFangSC Medium";
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body .news-list .item .info .title a {
  color: #666;
}
#body .news-list .item .info .intro {
  width: 100%;
  color: #999;
  font: 0.6875rem "PingFangSC Regular";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
