.crumb .wrap {
  border-bottom: 1px solid rgb(216, 216, 216);
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumb .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.crumb .return svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.crumb .return:hover {
  color: #E01A21;
}
.crumb .return:hover svg path {
  fill: #E01A21;
}

.all {
  padding-bottom: 70px;
}
.all h1 {
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.all .con {
  width: 83.33%;
  margin: auto;
  line-height: 28px;
}
.all .con img{
    max-width: 100% !important;
}
.all .con_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 17px;
  color: rgb(155, 155, 155);
}
.all .con_flx div {
  margin: 0 10px;
}
.all .next {
  margin-top: 4.6%;
  display: flex;
  flex-direction: column;
      border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;

}
.all .next p{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.all .next a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .next a:hover {
  color: #E01A21;
}

@media only screen and (max-width: 768px) {
  .all .con {
    width: 100%;
  }
  .all .con_flx {
    margin: 5px 0 10px;
  }
  .all {
    padding-bottom: 40px;
  }
}
