.all {
  margin-top: 80px;
}
.all .title {
  text-align: center;
}
.all .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  line-height: 1;
}
.all .tag div {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all .tag svg {
  margin-right: 10px;
}
.all .con {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.875;
}
.all .con img {
  max-width: 100% !important;
  height: auto !important;
}
.all .con table {
  max-width: 100% !important;
}
.all .prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.all .prev_next .prev, .all .prev_next .next {
  width: calc((100% - 300px) / 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.all .prev_next .prev a, .all .prev_next .next a {
  color: #999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .prev_next .prev a[href]:hover, .all .prev_next .next a[href]:hover {
  color: #0460A9;
}
.all .prev_next .return {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.all .prev_next .return a {
  border: 1px solid #333333;
}
.all .next {
  text-align: right;
}

.store {
  height: 360px !important;
}
.store ul {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .all {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .all .prev_next .return {
    position: relative;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    left: 0;
    top: 0;
    margin-top: 6vw;
  }
  .all .prev_next {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .all .prev_next .prev, .all .prev_next .next {
    width: 100%;
  }
  .all .next {
    text-align: left;
    margin-top: 2vw;
  }
}