.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.content-common {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: auto;
}

.paper-wrap {
  position: relative;
  height: 870px;
}

.paper-wrap .item-banmian {
  height: 100%;
  display: none;
}

.paper-wrap .item-banmian:first-child {
  display: block;
}

.paper-wrap .img-paper {
  float: left;
  -webkit-box-shadow: 2px 2px 3px #838383;
  box-shadow: 2px 2px 3px #838383;
}

.paper-wrap .right-wrap {
  margin-left: 568px;
  padding-top: 232px;
}

.paper-wrap .right-wrap ul {
  margin-left: 20px;
}

.paper-wrap .right-wrap li {
  position: relative;
  height: 68px;
  font-size: 18px;
  border-bottom: 2px solid #e1d4b7;
  line-height: 1.3;
}

.paper-wrap .right-wrap li a {
  position: absolute;
  left: 0px;
  top: 50%;
  padding-left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 610px;
}

.paper-wrap .right-wrap li a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #bc0000;
}

.paper-wrap .banmian {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 36px;
  font-weight: bold;
}

.paper-wrap .pdf {
  position: absolute;
  bottom: 0;
  left: 372px;
  background-color: #bc0000;
  color: #fff;
  font-weight: 400;
  width: 180px;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
}

.paper-wrap .switch-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 628px;
}

.paper-wrap .switch-wrap .date-picker-wrap {
  width: 342px;
  position: absolute;
  left: 163px;
  top: 36px;
  width: auto;
  z-index: 4;
  border: 1px solid #ccc;
}

.paper-wrap .switch-wrap .btn-close-wrap {
  width: 100%;
  z-index: 2;
  background-color: #fff;
  padding-bottom: 10px;
  cursor: pointer;
}

.paper-wrap .switch-wrap .btn-close-wrap button {
  width: 100%;
  font-size: 20px;
  background: transparent;
  outline: 0;
  cursor: pointer;
  line-height: 1;
}

.paper-wrap .switch-wrap h1 {
  color: #bc0000;
  font-size: 36px;
  border-bottom: 1px solid;
  padding-bottom: 30px;
}

.paper-wrap .switch-wrap .date-wrap {
  position: relative;
  margin-bottom: 20px;
}

.paper-wrap .switch-wrap .date-wrap .left-date {
  float: none;
}

.paper-wrap .switch-wrap .date-wrap .date,
.paper-wrap .switch-wrap .date-wrap .btn-prev,
.paper-wrap .switch-wrap .date-wrap .open {
  margin-right: 10px;
}

.paper-wrap .switch-wrap .date-wrap .open {
  vertical-align: -6px;
}

.paper-wrap .switch-wrap .date-wrap > span {
  margin-right: 4px;
  vertical-align: middle;
  font-size: 22px;
}

.paper-wrap .btns-banmian span {
  float: left;
  width: 148px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: #bc0000;
  margin-left: 10px;
  cursor: pointer;
}

.paper-wrap .btns-banmian span:first-child {
  margin-left: 0;
}

.add-copy {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 30px;
}

.add-copy h6 {
  font: normal 36px 'Microsoft YaHei';
  margin-bottom: 15px;
}

.add-copy p {
  font-size: 20px;
  line-height: 2;
  text-indent: 2em;
}

.hline {
  display: block;
}
