.banner {
  width: 100%;
  height: 2.17501rem;
  position: relative;
}

.banner .bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner .bg img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
}

.banner .text {
  position: absolute;
  top: 0.795rem;
  left: 1.95rem;
}

.banner .text .name {
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #333333;
}

.banner .text .title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333333;
  margin-top: 0.1575rem;
}

.content {
  width: 100%;
}

.content::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.content .left {
  width: 70.833%;
  float: left;
  position: relative;
  padding-top: 0.2625rem;
}

.content .left::after {
  content: "";
  width: 0px;
  height: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  right: 0;
}

.content .left .box {
  margin-left: 1.95rem;
  width: 7.81502rem;
}

.content .left .box .list {
  margin-top: 0.5rem;
  padding-bottom: .5rem;
}

.content .left .box .list .item {
  display: block;
  padding: .3rem .2rem .25rem;
  background-color: #fafafa;
  border: 1px solid #dee3e9;
  color: #333;
  margin-bottom: .23rem;
  transition: .5s;
}

.content .left .box .list .item:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.content .left .box .list .item:hover .title {
  color: #4d7dba;
}

.content .left .box .list .item .title {
  font-size: .13rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .5s;
}

.content .left .box .list .item .desc {
  margin-top: .15rem;
  font-size: .115rem;
  color: #888;
  margin-bottom: .12rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本显示为两行 */
  overflow: hidden;
  line-height: 1.5;
}

.content .left .box .list .item .date {
  display: flex;
  align-items: center;
  color: #5e76a2;
  line-height: 1;
  font-size: .12rem;
}

.content .left .box .list .item .date img {
  vertical-align: top;
  margin-right: .05rem;
}

.content .right {
  width: 29.167%;
  float: left;
}

.content .right .box {
  width: 1.875rem;
  margin-left: 0.3975rem;
  margin-top: 1.1175rem;
  margin-bottom:.6rem;
}

.content .right .box .title {
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 0.15rem;
  color: #333333;
}

.content .right .box .line {
  width: 100%;
  height: 2px;
  background-color: #333333;
  margin-top: 0.195rem;
}

.content .right .box ul {
  width: 100%;
  margin-top: 0.225rem;
}

.content .right .box ul li a {
  font-size: 0.12rem;
  line-height: 0.345rem;
  color: #333333;
  transition: 0.5s;
}

.content .right .box ul li:hover a {
  color: #999;
}

.content .right .box .button {
  margin-top: 0.225rem;
  width: calc(1.395rem - 2px);
  height: calc(0.39rem - 2px);
  background-color: #333333;
  border: solid 1px #e0e0e0;
  transition: 0.5s;
}

.content .right .box .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.12rem;
  line-height: calc(0.39rem - 2px);
  color: #ffffff;
  text-align: center;
}

.content .right .box .button:hover {
  background-color: #4d7dba;
}

@media screen and (max-width:1280px) {
  .banner .text {
    position: absolute;
    top: 0.795rem;
    left: 1rem;
  }

  .content .left {
    float: none;
    width: 94.6%;
  }

  .content .left .box {
    margin-left: 1rem;
    width: calc(100% - 1rem);
  }

  .content .right {
    display: none;
  }

  .content .left .box .list .item .title {
    font-size: .18rem;
  }

  .content .left .box .list .item .desc {
    font-size: .15rem;
  }

  .content .left .box .list .item .date {
    font-size: .15rem;
  }

}

@media screen and (max-width:840px) {
  .banner .text {
    position: absolute;
    top: 0.795rem;
    left: 5%;
  }

  .banner .text .name {
    font-size: 0.16rem;
    line-height: 0.135rem;
    color: #333333;
  }

  .content .left {
    width: 90%;
    float: none;
    margin: 0 auto;
    position: relative;
    padding-top: 0.2625rem;
  }

  .content .left::after {
    content: "";
    width: 0;
  }

  .content .left .box {
    margin-left: 0;
    width: 100%;
  }

  .content .left .box .top a:first-child {
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #a8a8a8;
    margin-right: 0.15rem;
  }

  .content .left .box .top a:last-child {
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #333333;
    margin-left: 0.12rem;
  }

  .content .left .box .require {
    margin-top: .3rem;
    margin-bottom: .2rem;
  }

  .content .left .box .require .p p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333333;
  }

  .content .left .box .duty {
    margin-top: .3rem;
    margin-bottom: .3rem;
  }

  .content .left .box .duty .p p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333333;
  }

  .content .left .box .add,
  .content .left .box .company {
    margin-top: .3rem;
  }

  .content .left .box .add .p,
  .content .left .box .company .p {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.42rem;
    color: #333333;
    float: left;
    margin-left: 0.1rem;
  }

  .content .left .box .add .name,
  .content .left .box .company .name {
    font-size: 0.16rem;
    line-height: 0.42rem;
    color: #333333;
    float: left;
    margin-left: 0.2rem;
  }

  .content .left .box .delivery,
  .content .left .box .collect {
    height: .6rem;
    width: 1.5rem;
  }

  .content .left .box .delivery a,
  .content .left .box .collect a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0.18rem;
    line-height: 0.6rem;
    color: #ffffff;
    text-align: center;
  }

  .content .right {
    display: none;
  }
}