.ywfwlc_con {
  position: relative;
  border-radius: 20px;
  background: #f6f9fc;
}
.yejiitems {
  float: left;
  width: 25%;
}
.yejiitems ul li {
  border-right: 1px solid #d7e7fb;
  padding: 22px 30px;
  border-bottom: 1px solid #d7e7fb;
}
.yejiitems ul li:last-child {
  border-bottom: none;
}
.yejiitems ul li a {
  font-size: 18px;
}
.yejiitems ul li.active {
  background: #3b7ec2;
}
.yejiitems ul li.active a {
  color: #fff;
}
.yejicont {
  right: 30px;
  position: absolute;
}
.yejiright {
  overflow: auto;
  height: 700px;
  float: right;
  position: relative;
  padding: 20px;
  width: 73%;
}
.yejicont img {
  max-width: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.yejicont {
  display: none;
}
@media screen and (max-width: 768px) {
  .yejiitems {
    width: 100%;
  }
  .yejiright {
    width: 98%;
    padding: 5px;
    height: 300px;
  }
}
