.que-con {
  display: flex;
  justify-content: space-between;
}

.que-con .que-left {
  width: 876px;
}

.que-con .que-right {
  width: 295px;
  padding-top: 50px;
}

.que-con .que-right .que-r-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 310px;
  margin-right: -5px;
}

.que-con .que-right .que-r-top a {
  display: inline-block;
  width: 50%;
  height: 134px;
  padding: 18px 0;
  margin-bottom: 20px;
  text-align: center;
}

.que-con .que-right .que-r-top a img {
  height: 70px;
  margin: 0 auto 20px;
}

.que-con .que-right .que-r-top a p {
  font-size: 20px;
}

.que-con .que-right .que-r-bot {
  display: block;
  width: 295px;
  height: 60px;
  line-height: 58px;
  margin-top: 12px;
  text-align: center;
  border: 1px dashed #0364dd;
  background: #f7fbff;
  cursor: pointer;
}

.intv-con {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 45px;
}

.intv-con .intv-left {
  width: 876px;
}

.intv-con .intv-left .intv-left-con {
  display: flex;
  justify-content: space-between;
  height: 230px;
  margin-top: 20px;
  padding: 10px;
  background: #f7fbff;
}

.intv-con .intv-left .intv-left-con img {
  width: 340px;
}

.intv-con .intv-left .intv-left-con .intv-text {
  width: 483px;
}

.intv-con .intv-left .intv-left-con .intv-text .intv-title {
  display: block;
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: 700;
}

.intv-con .intv-left .intv-left-con .intv-text .intv-peo {
  display: flex;
  margin-bottom: 20px;
}

.intv-con .intv-left .intv-left-con .intv-text .intv-peo .intv-p {
  display: inline-block;
  width: 60px;
}

.intv-con .intv-left .intv-left-con .intv-text .intv-peo ul {
  width: 420px;
}

.intv-con .intv-left .intv-left-con .intv-text .intv-peo ul li {
  margin-bottom: 10px;
}

.intv-con .intv-left .intv-left-con .intv-text .intv-date {
  width: 240px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  text-align: center;
  color: #fff;
  background: #eb7833;
}

.intv-con .intv-right {
  width: 295px;
}

.intv-con .intv-right .intv-r-ul {
  margin: 20px 0 0 5px;
  padding-left: 15px;
  border-left: 1px solid #0364dd;
}

.intv-con .intv-right .intv-r-ul li:first-child {
  margin-bottom: 10px;
}

.intv-con .intv-right .intv-r-ul li .date {
  position: relative;
  height: 27px;
  margin-bottom: 2px;
  line-height: 27px;
  color: #0364dd;
}

.intv-con .intv-right .intv-r-ul li .date:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #0364dd;
  left: -18px;
  top: 11px;
  border-radius: 100%;
}

.intv-con .intv-right .intv-r-ul li .text {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 80px;
  padding: 7px 18px;
  letter-spacing: 1px;
  line-height: 32px;
  word-break: break-all;
  background: url(/uploads/image/rcwlimg/hdjl-intv-item.png) no-repeat center center/100% 100%;
}

.opin-con {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
}

.opin-con .opin-left {
  width: 876px;
}

.opin-con .opin-left .opin-left-con li {
  display: flex;
  align-items: center;
  height: 105px;
  border-bottom: 1px dashed #ededed;
}

.opin-con .opin-left .opin-left-con li .num {
  width: 56px;
  font-size: 40px;
  font-style: italic;
  text-align: center;
  color: #287de7;
}

.opin-con .opin-left .opin-left-con li .item-text {
  width: 706px;
}

.opin-con .opin-left .opin-left-con li .item-text h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.opin-con .opin-left .opin-left-con li .state {
  width: 110px;
  text-align: center;
}

.opin-con .opin-left .opin-left-con li .state span {
  display: inline-block;
  width: 70px;
  height: 27px;
  margin-top: 30px;
  border-radius: 27px;
  line-height: 27px;
  text-align: center;
  background: #ededed;
}

.opin-con .opin-right {
  width: 295px;
}

.opin-con .opin-right .opin-right-con li {
  display: flex;
  height: 105px;
  padding: 20px 5px 13px 0;
}

.opin-con .opin-right .opin-right-con li .date-box {
  width: 72px;
  height: 72px;
  border: 1px solid #ededed;
  text-align: center;
  background: #f9f9f9;
  margin-right: 14px;
  color: #0364dd;
}

.opin-con .opin-right .opin-right-con li .date-box .day {
  font-size: 24px;
  margin: 7px 0;
}

.opin-con .opin-right .opin-right-con li .date-box .year-month {
  font-size: 12px;
}

.opin-con .opin-right .opin-right-con li .title {
  flex: 1;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
}
