body {
  background-color: #5b0085;
}

.func-wrapper {
  height: 0.8rem;
  color: #fff;
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.func-wrapper .next {
  margin-left: 1.21rem;
  margin-right: 1.04rem;
}

.func-wrapper .jump-text {
  margin-right: 0.25rem;
}

.func-wrapper .jump-select {
  width: 1.6rem;
}

.func-wrapper .location {
  margin-left: 0.76rem;
}

.newspaper-wrapper {
  display: flex;
  width: calc(100% - 0.46rem);
  margin: 0 0.23rem;
  box-sizing: border-box;
  background-color: #fff;
  padding-top: 0.04rem;
}

.newspaper-wrapper .navigator {
  width: 16.875%;
}

.newspaper-wrapper .navigator .navigator-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 0.1rem;
  cursor: pointer;
}

.newspaper-wrapper .navigator .navigator-item .pic {
  width: 100%;
  height: 100%;
}

.newspaper-wrapper .navigator .navigator-item .text {
  font-size: 0.22rem;
  color: #4874a3;
}

.newspaper-wrapper .content {
  width: 80.3125%;
  margin: 0;
  margin-left: 0.3125%;
}

.newspaper-wrapper .content .pic {
  width: 100%;
  cursor: zoom-in;
}

.bb_c {
  margin: 0 auto;
  width: 100%;
  height: 378px;
  background: #5b0085;
}

.jump-select {
  position: relative;
}

.jump-select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-bottom: none;
}

@media (max-width: 640px) {
  .newspaper-wrapper {
    padding-top: 50px;
  }
}

@media (min-width: 640px) {
  .newspaper-wrapper {
    padding-top: 42px;
  }
}

@media (min-width: 992px) {
  .newspaper-wrapper {
    padding-top: 42px;
  }
}

@media (min-width: 1200px) {
  .newspaper-wrapper {
    padding-top: 42px;
  }
}

.func-wrapper {
  display: none;
}
.jump-select-wrapper {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 0.46rem);
  margin: auto;
  margin-top: 59px;
}
.jump-select-wrapper .jump-select {
  width: 120px;
  padding: 0 20px;
  height: 40px;
  text-align: center;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border: none;
  outline: none;
  color: #5b0085;
  font-size: 16px;
  background: url(../../image/imge.png) no-repeat center;
  background-size: contain;
}
.jump-select-wrapper .jump-select option {
  text-align: center;
}
.navi {
  font-size: 16px;
  color: #fff;
  padding-right: 10px;
}
