.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: 100%;
  margin-top: 0.75rem;
}
.content .box .list .item {
  width: 100%;
  height: 1.8rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin-bottom: 0.3225rem;
  transition: 0.5s;
}
.content .box .list .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item a .button {
  display: block;
  width: 0;
  height: 1.4175rem;
  border: solid 1px #ffffff;
  float: left;
  margin-top: 0.195rem;
  overflow: hidden;
  transition: 0.5s;
}
.content .box .list .item a .button img {
  width: 0.06rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.6525rem;
}
.content .box .list .item a .left {
  display: block;
  width: 5.8rem;
  float: left;
  margin-top: 0.195rem;
  margin-left: 0.375rem;
  transition: 0.5s;
}
.content .box .list .item a .left .time {
  font-family: "DIN-Bold";
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #999999;
  transition: 0.5s;
}
.content .box .list .item a .left .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #000000;
  margin-top: 0.3525rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.content .box .list .item a .left .p {
  margin-top: 0.24rem;
  font-size: 0.12rem;
  line-height: 0.225rem;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
}
.content .box .list .item a .img {
  width: 2.1075rem;
  height: 1.41rem;
  overflow: hidden;
  float: right;
  margin-top: 0.195rem;
  margin-right: 0.195rem;
}
.content .box .list .item a .img img {
  width: 100%;
  transition: 0.5s;
}
.content .box .list .item:hover {
  background-color: #e84127;
}
.content .box .list .item:hover a .button {
  width: 0.2625rem;
  margin-left: 0.225rem;
}
.content .box .list .item:hover a .left {
  margin-left: 0.3rem;
}
.content .box .list .item:hover a .left .time {
  color: white;
}
.content .box .list .item:hover a .left .title {
  color: white;
}
.content .box .list .item:hover a .left .p {
  color: white;
}
.content .box .list .item:hover a .img img {
  transform: scale(1.1);
}
@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;
  }
  .content .box .list .item {
    width: 100%;
    height: 7.2rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-bottom: 0.5rem;
    transition: 0.5s;
    position: relative;
  }
  .content .box .list .item a .img {
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
    float: right;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .box .list .item a .button {
    display: block;
    width: 0;
    height: 1.4175rem;
    border: solid 1px #ffffff;
    float: left;
    margin-top: 4.8rem;
    overflow: hidden;
    transition: 0.5s;
    margin-left: -0.2rem;
  }
  .content .box .list .item a .left {
    display: block;
    width: 5.8rem;
    float: left;
    margin-top: 4.8rem;
    margin-left: 0.375rem;
    transition: 0.5s;
  }
  .content .box .list .item a .left .time {
    font-family: "DIN-Bold";
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #999999;
    transition: 0.5s;
  }
  .content .box .list .item a .left .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.41rem;
    color: #000000;
    margin-top: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s;
  }
  .content .box .list .item a .left .p {
    margin-top: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.5s;
  }
  .content .box .list .item:hover a .button {
    width: 0;
    margin-left: -0.2rem;
  }
  .content .box .list .item:hover a .left {
    margin-left: 0.375rem;
  }
}
