.content {
  width: 100%;
  position: relative;
  background-color: white;
}
.content .box {
  width: 73%;
  margin: 0 auto;
}
.content .box .top {
  width: 100%;
  padding-top: 0.81rem;
  position: relative;
}
.content .box .top .title .en {
  font-family: "DIN-Bold";
  font-size: 0.3075rem;
  line-height: 0.3075rem;
  letter-spacing: -0.015rem;
  color: #e8e8e8;
}
.content .box .top .title .cn {
  font-size: 0.24rem;
  line-height: 0.24rem;
  letter-spacing: -1px;
  color: #333333;
  margin-top: 0.1875rem;
}
.content .box .top .choose {
  position: absolute;
  right: 0;
  top: 1.095rem;
  z-index: 10;
}
.content .box .top .choose .years {
  width: 1.8rem;
  float: left;
  background-color: #f0f0f0;
}
.content .box .top .choose .years .years-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .box .top .choose .years .years-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .top .choose .years .years-box .years-value {
  font-size: 0.12rem;
  line-height: 0.45rem;
  color: #999999;
  margin-left: 0.1875rem;
  float: left;
}
.content .box .top .choose .years .years-box .icon {
  float: right;
  margin-right: 0.1875rem;
  width: 0.12rem;
  line-height: 0.45rem;
}
.content .box .top .choose .years .years-box .icon img {
  width: 100%;
  vertical-align: middle;
  transition: 0.3s;
}
.content .box .top .choose .years .years-box .icon.xz img {
  transform: rotate(180deg);
}
.content .box .top .choose .years ul {
  width: 100%;
  background-color: #f0f0f0;
  display: none;
}
.content .box .top .choose .years ul li {
  padding: 0.06rem 0.15rem;
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #999999;
}
.content .box .top .choose .years ul li:hover {
  background: #d6d6d6;
}
.content .box .top .choose .month {
  width: 1.8rem;
  float: left;
  height: 0.45rem;
  background-color: #f0f0f0;
  margin-left: 0.1125rem;
}
.content .box .top .choose .month .month-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .box .top .choose .month .month-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .top .choose .month .month-box .month-value {
  font-size: 0.12rem;
  line-height: 0.45rem;
  color: #999999;
  margin-left: 0.1875rem;
  float: left;
}
.content .box .top .choose .month .month-box .icon {
  float: right;
  margin-right: 0.1875rem;
  width: 0.12rem;
  line-height: 0.45rem;
}
.content .box .top .choose .month .month-box .icon img {
  width: 100%;
  vertical-align: middle;
  transition: 0.3s;
}
.content .box .top .choose .month .month-box .icon.xz img {
  transform: rotate(180deg);
}
.content .box .top .choose .month ul {
  width: 100%;
  background-color: #f0f0f0;
  display: none;
}
.content .box .top .choose .month ul li {
  padding: 0.06rem 0.15rem;
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #999999;
}
.content .box .top .choose .month ul li:hover {
  background: #d6d6d6;
}
.content .box .top .choose .button {
  width: 1rem;
  float: left;
  height: 0.45rem;
  background-color: #e84127;
  margin-left: 0.1125rem;
  transition: 0.3s;
  cursor: pointer;
}
.content .box .top .choose .button .text {
  font-size: 0.12rem;
  line-height: 0.45rem;
  color: #ffffff;
  text-align: center;
}
.content .box .top .choose .button:hover {
  background-color: rgba(232, 65, 39, 0.8);
}
.content .box .list {
  width: calc(100% + 0.375rem);
  margin-top: 0.75rem;
  margin-left: -0.1875rem;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: calc(50% - 0.375rem);
  margin: 0 0.1875rem;
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
  float: left;
  margin-bottom: 0.375rem;
}
.content .box .list .item a {
  width: 100%;
  height: 1.4475rem;
  padding-top: 0.3525rem;
  display: block;
  position: relative;
}
.content .box .list .item a .title {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #000000;
  margin-left: 0.2775rem;
  margin-right: 0.2775rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.content .box .list .item a .time {
  display: block;
  margin-left: 0.2775rem;
  margin-top: 0.2025rem;
  font-family: "DIN-Bold";
  font-size: 0.165rem;
  line-height: 0.165rem;
  color: #999999;
  transition: 0.5s;
}
.content .box .list .item a .p {
  display: block;
  margin-left: 0.2775rem;
  font-size: 0.12rem;
  line-height: 0.225rem;
  color: #333333;
  margin-top: 0.1575rem;
  width: 3.0375rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
}
.content .box .list .item a .button {
  position: absolute;
  right: 0.405rem;
  bottom: 0.405rem;
  width: 0.9rem;
  height: 0.3rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #999999;
  text-align: center;
  transition: 0.5s;
}
.content .box .list .item a .button::after {
  content: "";
  width: 0.0225rem;
  height: 0.3rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .list .item:hover {
  background-color: #e84127;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0);
}
.content .box .list .item:hover a .title {
  color: white;
}
.content .box .list .item:hover a .time {
  color: white;
}
.content .box .list .item:hover a .p {
  color: white;
}
.content .box .list .item:hover a .button {
  background-color: #cd3821;
  color: white;
}
.content .box .list .item:hover a .button::after {
  width: 0;
}
@media screen and (max-width: 1020px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
  }
  .content .box .top .title .en {
    font-family: "DIN-Bold";
    font-size: 0.42rem;
    line-height: 0.42rem;
  }
  .content .box .top .title .cn {
    font-size: 0.3rem;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #333333;
    margin-top: 0.1875rem;
  }
  .content .box .top .choose {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin-top: 0.5rem;
  }
  .content .box .top .choose::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
  }
  .content .box .top .choose .years {
    width: 38%;
    height: 0.6rem;
  }
  .content .box .top .choose .years .years-box .years-value {
    font-size: 0.25rem;
    line-height: 0.6rem;
  }
  .content .box .top .choose .years .years-box .icon {
    width: 0.2rem;
    line-height: 0.6rem;
  }
  .content .box .top .choose .years ul li {
    padding: 0.12rem 0.15rem;
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #999999;
  }
  .content .box .top .choose .month {
    width: 38%;
    height: 0.6rem;
    margin-left: 2%;
  }
  .content .box .top .choose .month .month-box .month-value {
    font-size: 0.25rem;
    line-height: 0.6rem;
  }
  .content .box .top .choose .month .month-box .icon {
    width: 0.2rem;
    line-height: 0.6rem;
  }
  .content .box .top .choose .month ul li {
    padding: 0.12rem 0.15rem;
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #999999;
  }
  .content .box .top .choose .button {
    width: 20%;
    height: 0.6rem;
    margin-left: 2%;
  }
  .content .box .top .choose .button .text {
    font-size: 0.25rem;
    line-height: 0.6rem;
  }
  .content .box .list {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .content .box .list .item {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .content .box .list .item a {
    height: 2.2rem;
  }
  .content .box .list .item a .title {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .content .box .list .item a .time {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .content .box .list .item a .p {
    font-size: 0.25rem;
    line-height: 0.4rem;
    width: 90%;
  }
  .content .box .list .item a .button {
    display: none;
  }
}
