.content {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.365rem;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.66rem;
  position: relative;
}
.content .box .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.9rem;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .left {
  float: left;
}
.content .left .img-box {
  width: 3.60001rem;
  height: 5.11501rem;
  background-color: rgba(49, 158, 227, 0.5);
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem;
  position: relative;
  margin-top: 0.1875rem;
  margin-left: 0.165rem;
}
.content .left .img-box .img {
  width: 3.60001rem;
  height: 5.11501rem;
  border-radius: 0.12rem;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  top: -0.1875rem;
  left: -0.165rem;
}
.content .right {
  float: right;
  width: 5.67751rem;
}
.content .right .title1 {
  font-size: 0.285rem;
  font-weight: bold;
  line-height: 1;
  color: #319ee3;
}
.content .right .title2 {
  font-size: 0.285rem;
  font-weight: lighter;
  line-height: 1;
  color: #333333;
  margin-top: 0.195rem;
  padding-bottom: 0.3525rem;
  position: relative;
  margin-bottom: 0.36rem;
}
.content .right .title2::after {
  content: "";
  width: 0.405rem;
  height: 0.03rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #319ee3;
}
.content .right .post {
  margin-top: 0.6375rem;
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  text-align: right;
}
.content .right .post::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .right .sign {
  width: 0.9075rem;
  float: right;
  margin-top: 0.1275rem;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
  .content .right {
    float: right;
    width: calc(100% - 4.8rem);
  }
}
@media screen and (max-width: 1020px) {
  .content .left {
    width: 100%;
  }
  .content .left .img-box {
    width: calc(100% - 0.165rem);
    height: 8.6rem;
    background-color: rgba(49, 158, 227, 0.5);
    box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.12rem;
    position: relative;
    margin-top: 0.1875rem;
    margin-left: 0.165rem;
  }
  .content .left .img-box .img {
    width: calc(100% - 0.165rem);
    height: 8.6rem;
    border-radius: 0.12rem;
    box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    top: -0.1875rem;
    left: -0.165rem;
  }
  .content .right {
    float: right;
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .content .right .title1 {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1;
    color: #319ee3;
  }
  .content .right .title2 {
    font-size: 0.36rem;
    font-weight: lighter;
    line-height: 1;
    color: #333333;
    margin-top: 0.195rem;
    padding-bottom: 0.3525rem;
    position: relative;
    margin-bottom: 0.36rem;
  }
}
