body {
  background-color: #f8f8f8;
}
.advert-box {
  width: 100%;
}
.advert-box img {
  width: 100%;
}
.con-box {
  width: 7.8125rem;
  margin: 0.26041667rem auto 0.52083333rem;
  box-sizing: border-box;
}
.con-box .header-box {
  margin: 0.05208333rem 0;
}
.con-box .header-box .header-cn {
  font-size: 0.3125rem;
  line-height: 0.32291667rem;
  height: 0.32291667rem;
  color: #3d6396;
  text-align: center;
}
.con-box .header-box .header-en {
  margin-top: 0.04166667rem;
  font-size: 0.14583333rem;
  line-height: 0.15625rem;
  height: 0.15625rem;
  color: #3d6396;
  text-align: center;
}
.con-box .search-box {
  width: 4.16666667rem;
  height: 0.26041667rem;
  margin: 0.234375rem auto;
}
.con-box .search-box .search-input {
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  width: 3.54166667rem;
  font-size: 0.10416667rem;
  padding-left: 0.10416667rem;
  border-top-left-radius: 0.13020833rem;
  border-bottom-left-radius: 0.13020833rem;
  border: solid 0.01041667rem #3d6396;
}
.con-box .search-box .search-btn {
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  width: 0.52083333rem;
  border: none;
  color: #fff;
  font-size: 0.10416667rem;
  border-top-right-radius: 0.13020833rem;
  border-bottom-right-radius: 0.13020833rem;
  background: #3d6396;
}
.con-box .list-box {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-content: center;
  justify-content: space-between;
  row-gap: 0.10416667rem;
}
.con-box .list-box .item-box {
  width: 2.53125rem;
  background: #fff;
  border-radius: 0.05208333rem;
  padding: 0.10416667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con-box .list-box .item-box img {
  width: 0.17708333rem;
  height: 0.17708333rem;
}
.con-box .list-box .item-box a {
  display: block;
  width: 2.04166667rem;
  line-height: 0.15625rem;
  font-size: 0.10416667rem;
  color: #3d6396;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.con-box .list-box .item-box a:hover {
  color: #f3a800;
}