.list_content{
  display: none;
}

.list_content_mobile{
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.list_item_wrapper_mobile li{
  width: 690px;
  height: 75px;
  background: #E6F2FC;
  border-radius: 40px;
  line-height: 75px;
  margin-bottom: 30px;
}

.list_content_mobile .list_item_mobile img{
  margin-top: 51px;
  margin-bottom: 36px;
}

.list_item_wrapper_mobile li p{
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 22px;
  margin-right: 15px;
  float: left;
  margin-top: 30px;
}

.list_item_wrapper_mobile li span{
  color: #1E5A99 ;
  font-size: 26px;
}