.represent-con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.represent-con .represent-left {
  width: 410px;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-right: 30px;
}
.represent-con .represent-left-title {
  color: rgb(62, 62, 62);
  font-size: 28px;
}
.represent-con .represent-left-con {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.represent-con .represent-left-con .rlc-img {
  margin-right: 28px;
}
.represent-con .represent-left-con .rlc-img img {
  width: 130px;
  border: solid 1px #666666;
}
.represent-con .represent-left-con .rlc-info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3e3e3e;
  line-height: 28.8px;
  font-size: 16px;
}
.represent-con .represent-right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.represent-con .represent-rcon {
  box-shadow: none;
}
.represent-con .represent-rcon .common-card-con {
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .represent-con {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .represent-con .represent-left {
    width: auto;
    margin-right: 0;
    padding: 0.3rem;
  }
  .represent-con .represent-left-title {
    font-size: 0.36rem;
  }
  .represent-con .represent-left-con {
    margin-top: 0.3rem;
  }
  .represent-con .represent-left-con .rlc-img {
    margin-right: 0.3rem;
  }
  .represent-con .represent-left-con .rlc-info {
    font-size: 0.3rem;
  }
}