.content {
  width: 100%;
  background-color: #f7f7f7;
}
.content .box {
  width: 83.333%;
  margin: 0 auto;
  padding-top: 80px;
}
.content .box .top {
  width: 100%;
  height: 280px;
  position: relative;
}
.content .box .top .bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.content .box .top .bg img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
}
.content .box .top .text {
  position: absolute;
  top: 99px;
  left: 6.625%;
}
.content .box .top .text .title {
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
}
.content .box .top .text .line {
  width: 28px;
  height: 1px;
  background-color: white;
  margin-top: 22px;
}
.content .box .top .text .p {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-top: 20px;
}
.content .box .list {
  width: 100%;
}
.content .box .list .item {
  width: 100%;
  background-color: white;
  margin-bottom: 4px;
  padding-bottom: 47px;
  transition: 0.5s;
}
.content .box .list .item::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item .left {
  width: 70%;
  float: left;
  margin-left: 6.625%;
  padding-top: 63px;
}
.content .box .list .item .left .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #12478c;
  transition: 0.5s;
}
.content .box .list .item .left .condition {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-top: 46px;
  transition: 0.5s;
}
.content .box .list .item .left .condition span {
  margin-right: 48px;
}
.content .box .list .item .left .time {
  font-size: 14px;
  line-height: 14px;
  color: #9c9c9c;
  margin-top: 39px;
  transition: 0.5s;
}
.content .box .list .item .right {
  width: 156px;
  height: 54px;
  background-color: #12478c;
  float: right;
  margin-top: 107px;
  margin-right: 104px;
}
.content .box .list .item .right a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
  transition: 0.5s;
}
.content .box .list .item .right a i {
  margin-right: 10px;
  transition: 0.5s;
}
.content .box .list .item .right:hover a i {
  margin-right: 20px;
}
.content .box .list .item:hover {
  background-color: #12478c;
}
.content .box .list .item:hover .left .title {
  color: white;
}
.content .box .list .item:hover .left .condition {
  color: #ffffff;
}
.content .box .list .item:hover .left .time {
  color: white;
}
.content .box .list .item:hover .right {
  background-color: #ffffff;
}
.content .box .list .item:hover .right a {
  color: #12478c;
}
@media screen and (max-width: 1360px) {
  .content .box .list .item .right {
    width: 156px;
    height: 54px;
    background-color: #12478c;
    float: left;
    margin-top: 30px;
    margin-right: 104px;
    margin-left: 6.625%;
  }
}
@media screen and (max-width: 1020px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
  }
  .content .box .top {
    width: 100%;
    height: 180px;
    position: relative;
  }
  .content .box .top .text {
    position: absolute;
    top: 40px;
    left: 5%;
    margin-right: 5%;
  }
  .content .box .top .text .p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 20px;
  }
  .content .box .list .item .right {
    width: 156px;
    height: 54px;
    background-color: #12478c;
    float: left;
    margin-top: 30px;
    margin-right: 104px;
    margin-left: 5%;
  }
  .content .box .list .item .left {
    width: 90%;
    float: left;
    margin-left: 5%;
    padding-top: 30px;
  }
  .content .box .list .item .left .condition {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-top: 30px;
    transition: 0.5s;
  }
  .content .box .list .item .left .condition span {
    margin-right: 48px;
    display: block;
    margin-bottom: 20px;
  }
}
