.content{
  padding: 2vw 0px;
  box-sizing: border-box;
}
.con_box{
  align-items: start;
  border-top: 1px solid #E6E6E6;
}
.con_box .con_box_l{
  width: 20%;
  background-color: #F6F6F6;
  padding: 1vw;
  padding-bottom: 10vw;
  box-sizing: border-box;
  color: #333;
}
.con_box .con_box_l h2{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #CDCDCD;
}

.con_box .con_box_l h3{
  padding: 1vw 0;
}
.con_box .con_box_l input,select{
  width: 100%;
  padding: clamp(10px, 0.828rem + 0.2vw, 15px);
  border: 1px solid #DADADA;
  background-color: #fff;
  box-sizing: border-box;
  color: #666;
}
.con_box .con_box_l button{
  width: 100%;
  padding: clamp(10px, 2vw, 15px);
  box-sizing: border-box;
  background-color: #008CD7;
  margin-top: 2vw;
  color: #fff;
  cursor: pointer;
}
.con_box .con_box_r{
  width: 78%;
  border: 1px solid #E6E6E6;
  border-top: 0;
  padding: 1vw;
  box-sizing: border-box;
}
.con_box .con_box_r h2{
  height: 40px;
  line-height: 40px;
  text-align: right;
  border-bottom: 1px solid #CDCDCD;
}
.con_box .con_box_r .none{
  text-align: center;
  margin: 2vw 0;
}
.con_box .con_box_r h2 i{
  color: red;
}
.con_box .con_box_r>ul li{
  display: flex;
  align-items: center;
  padding:  clamp(10px, 2vw, 15px);
  border-bottom: 1px dashed #CDCDCD;
}
.con_box .con_box_r ul li img{
  width: 30px;
}
.con_box .con_box_r ul li div{
  width: 90%;
  margin-left: 2%;
}
.con_box .con_box_r ul li div h3{
  margin-bottom: .5vw;
}
.con_box .con_box_r ul li div p{
  color: #666;

}
.con_box .con_box_r ul li div p span{
  margin-right: 2vw;
}
.con_box .con_box_r ul li a:hover{
  color: #008CD7;
}