.content {
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .box {
  width: 100%;
  padding-top: 3.4rem;
  position: relative;
}
.content .box .time {
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 2.26rem;
  color: #c6150f;
  margin-left: 6%;
}
.content .box .text {
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 2.26rem;
  color: #c6150f;
  margin-top: 0.8rem;
  margin-left: 6%;
  padding-bottom: 2.7rem;
}
.content .box .years {
  width: 14.3rem;
  float: left;
  position: absolute;
  right: 6%;
  top: 3.7rem;
  background-color: #ffffff;
  z-index: 1000;
}
.content .box .years .years-box {
  width: 14.3rem;
  height: 100%;
  cursor: pointer;
}
.content .box .years .years-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .years .years-box .years-value {
  font-size: 1.533rem;
  line-height: 5rem;
  color: #999999;
  margin-left: 1.4rem;
  float: left;
}
.content .box .years .years-box .icon {
  width: auto;
  float: right;
  margin-right: 1.4rem;
}
.content .box .years .years-box .icon i {
  line-height: 5rem;
  font-size: 1.2rem;
  color: #c6150f;
}
.content .box .years ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.content .box .years ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .box .years ul li:hover {
  background: #F4F4F4;
}
.content .box .download {
  width: 100%;
  position: relative;
}
.content .box .download::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .download .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.content .box .download .img img {
  width: 100%;
}
.content .box .download .cover {
  width: 17.4rem;
  position: relative;
  padding-top: 2.83rem;
  margin-left: 6%;
  float: left;
      padding-bottom: 3.1rem;
}
.content .box .download .cover img {
  width: 100%;
}
.content .box .download .icon {
  position: relative;
  float: left;
  width: 26px;
  margin-top: 23.8rem;
  margin-left: 2.9rem;
}
.content .box .download .icon a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .download .icon a img {
  width: 100%;
}
<!--0.0001678466796875-->