.pdf-book ul {
  /* overflow: hidden; */
}

.pdf-book>ul>li {
  float: left;
  width: 28%;
  margin-right: 8%;
  margin-bottom: 5%;
  position: relative;
}

.pdf-book>ul>li img {
  width: 100%;
  border: 1px solid #c4335c;
}

.pdf-book li.three-item {
  margin-right: 0;
}

.pdf-book>ul>li .item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: rgba(196, 51, 92, 0.7);
}

.pdf-book>ul>li .item-info a {
  color: #fff;
}

/* Booklet jQuery Plugin Style*/
.booklet {
  -moz-box-shadow: 0px 0px 1px #fff;
  -webkit-box-shadow: 0px 0px 1px #fff;
  box-shadow: 0px 0px 1px #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.booklet .b-wrap-left {
  background: #fff url(../images/left_bg.jpg) no-repeat top left;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.booklet .b-wrap-right {
  background: #efefef url(../images/right_bg.jpg) no-repeat top left;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.booklet .b-counter {
  bottom: 10px;
  position: absolute;
  display: block;
  width: 90%;
  height: 20px;
  border-top: 1px solid #ddd;
  color: #222;
  text-align: center;
  font-size: 12px;
  padding: 5px 0 0;
  background: transparent;
  -moz-box-shadow: 0px -1px 1px #fff;
  -webkit-box-shadow: 0px -1px 1px #fff;
  box-shadow: 0px -1px 1px #fff;
  opacity: 0.8;
}

.book_wrapper {
  margin: 0 auto;
  padding-top: 61px;
  width: 1309px;
  height: 818px;
  position: relative;
  background: transparent url(../../images/xinzheng/ebook/bg.jpg) no-repeat 9px 27px;
  background-size: 1309px 887px;
}

.book_wrapper h1 {
  color: #13386a;
  margin: 5px 5px 5px 15px;
  font-size: 26px;
  background: transparent url(../images/h1.png) no-repeat bottom left;
  padding-bottom: 7px;
}

.book_wrapper p {
  font-size: 16px;
  margin: 5px 5px 5px 15px;
}

.book_wrapper a.article,
.book_wrapper a.demo {
  background: transparent url(../images/circle.png) no-repeat 50% 0px;
  display: block;
  width: 95px;
  height: 41px;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  color: #555;
  float: left;
  line-height: 41px;
  padding-left: 47px;
}

.book_wrapper a.demo {
  margin-left: 50px;
}

.book_wrapper a.article:hover,
.book_wrapper a.demo:hover {
  background-position: 50% -41px;
  color: #13386a;
}

.book_wrapper img {
  margin: 10px 0px 5px 35px;
  width: 300px;
  padding: 4px;
  border: 1px solid #ddd;
  -moz-box-shadow: 1px 1px 1px #fff;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
}

.booklet .b-wrap-right img {
  border: 1px solid #E6E3C2;
}

a#next_page_button,
a#prev_page_button {
  display: none;
  position: absolute;
  width: 41px;
  height: 40px;
  cursor: pointer;
  margin-top: -20px;
  top: 50%;
  background: transparent url(../images/buttons.png) no-repeat 0px -40px;
}

a#prev_page_button {
  left: -30px;
}

a#next_page_button {
  right: -35px;
  background-position: -41px -40px;
}

a#next_page_button:hover {
  background-position: -41px 0px;
}

a#prev_page_button:hover {
  background-position: 0px 0px;
}

.loading {
  width: 160px;
  height: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: 135px;
  line-height: 56px;
  color: #fff;
  padding-left: 60px;
  font-size: 15px;
  background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
  opacity: 0.7;
  z-index: 9999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.news-focus {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.news-focus .news-pic {
  width: 60%;
  margin-left: auto;
}

.news-focus .news-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.news-focus .news-info {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 34%;
  padding-right: 7%;
  padding-left: 12%;
  padding-top: 3%;
  padding-bottom: 3%;
  background: url("../../images/xinzheng/bg-b.png") left top repeat;
  color: #fff;
}

.news-focus .news-info .news-info-t {
  position: relative;
}

.news-focus .news-info .news-date {
  position: absolute;
  left: -100px;
  top: 5px;
  width: 80px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}

.news-focus .news-info .news-date strong {
  display: block;
  font-size: 40px;
  line-height: 1.1;
  font-weight: normal;
}

.news-focus .news-info .news-date span {
  display: block;
  font-size: 14px;
  line-height: 1.1;
}

.news-focus .news-info .news-tit {
  font-size: 36px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
  max-width: 90%;
}

.news-focus .news-info .news-cont {
  margin-top: 10%;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: justify;
}

.news-focus .news-info .link-more {
  margin-top: 10%;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #c4335c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  letter-spacing: 0.1em;
}

.news-focus.right .news-pic {
  margin-left: 0;
}

.news-focus.right .news-info {
  left: auto;
  right: 0;
  background-image: url("../../images/xinzheng/bg-r.png");
}

.news-focus.right .news-info .link-more {
  color: #c4335c;
  background: #fff;
}

@media screen and (max-width: 1600px) {
  .news-focus {
    margin: 0 3%;
  }
}

@media screen and (max-width: 1440px) {
  .news-focus .news-info {
    padding-right: 4%;
    padding-left: 11%;
    width: 38%;
  }

  .news-focus .news-info .news-date strong {
    font-size: 34px;
  }

  .news-focus .news-info .news-tit {
    font-size: 28px;
    line-height: 1.3;
    max-width: 82%;
  }

  .news-focus .news-info .news-cont {
    margin-top: 6%;
    line-height: 1.6;
  }

  .news-focus .news-info .link-more {
    margin-top: 6%;
    width: 160px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .news-focus .news-pic {
    width: 100%;
    margin: 0 auto;
  }

  .news-focus .news-info {
    position: static;
    width: auto;
    padding-right: 30px;
    padding-left: 110px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news-focus .news-info .news-date {
    top: 3px;
  }

  .news-focus .news-info .news-date strong {
    font-size: 26px;
  }

  .news-focus .news-info .news-tit {
    font-size: 22px;
    max-width: none;
  }

  .news-focus .news-info .news-cont {
    margin-top: 20px;
  }

  .news-focus .news-info .link-more {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pdf-book>ul>li {
    float: none;
    width: 90%;
    margin-right: 0%;
    margin-left: 5%;
  }

  .news-focus .news-info {
    padding-left: 80px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-focus .news-info .news-date {
    left: -70px;
    width: 60px;
  }

  .news-focus .news-info .news-date strong {
    font-size: 20px;
  }

  .news-focus .news-info .news-date span {
    font-size: 12px;
  }

  .news-focus .news-info .news-tit {
    font-size: 18px;
  }

  .news-focus .news-info .news-cont {
    font-size: 14px;
  }

  .news-focus .news-info .link-more {
    width: 140px;
    font-size: 12px;
    height: 42px;
    line-height: 42px;
  }
}

.box-news {
  margin-top: 15%;
}

.box-news .list-items2 li {
  padding: 5% 0;
  border-bottom: 0;
}

.box-news .list-items2 .item-pic {
  margin-right: 15%;
  width: 53%;
}

.box-news .list-items2 .item-info {
  width: 32%;
}

.box-news .list-items2 .item-info .item-date {
  top: 10px;
  right: 105%;
}

.box-news .list-items2 .item-info .item-tit {
  font-size: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 1440px) {
  .box-news .list-items2 .item-pic {
    margin-right: 12%;
  }

  .box-news .list-items2 .item-info {
    width: 35%;
  }

  .box-news .list-items2 .item-info .item-date {
    top: 3px;
  }

  .box-news .list-items2 .item-info .item-tit {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .box-news {
    margin-top: 5%;
  }

  .box-news .list-items2 .item-pic {
    margin-right: 0;
    width: 100%;
  }

  .box-news .list-items2 .item-info {
    width: auto;
    margin-left: 0;
    padding-left: 110px;
    padding-right: 30px;
  }

  .box-news .list-items2 .item-info .item-date {
    top: 23px;
    right: auto;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .box-news .list-items2 .item-info {
    padding-left: 80px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box-news .list-items2 .item-info .item-date {
    left: 10px;
    width: 60px;
  }

  .box-news .list-items2 .item-info .item-tit {
    font-size: 18px;
  }

  .box-news .list-items2 .item-info .item-cont {
    font-size: 14px;
  }
}

.box-group {
  margin-top: 15%;
}

.box-group .list-items2 ul {
  font-size: 0;
}

.box-group .list-items2 li {
  display: inline-block;
  width: 46%;
  padding: 3% 0;
  margin: 0 2%;
  vertical-align: top;
  font-size: 16px;
  border-bottom: 0;
}

.box-group .list-items2 .item-pic {
  width: 100%;
  margin: 0;
}

.box-group .list-items2 .item-info {
  width: auto;
  margin-left: 110px;
  margin-right: 30px;
}

.box-group .list-items2 .item-info .item-date {
  top: 45px;
}

.box-group .list-items2 .item-info .item-tit {
  padding-top: 40px;
  font-size: 26px;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  .box-group .list-items2 .item-info .item-tit {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .box-group .list-items2 .item-info .item-date {
    top: 28px;
  }

  .box-group .list-items2 .item-info .item-tit {
    padding-top: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .box-group .list-items2 li {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
  }

  .box-group .list-items2 .item-info {
    margin-left: 75px;
    margin-right: 15px;
  }

  .box-group .list-items2 .item-info .item-date {
    top: 20px;
  }

  .box-group .list-items2 .item-info .item-tit {
    font-size: 18px;
    line-height: 1.4;
  }
}

.news-detail-info {
  text-align: center;
  font-size: 16px;
  color: #c4335c;
  padding-bottom: 2%;
}

.news-detail-info span {
  margin: 0 20px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .news-detail-info {
    font-size: 14px;
  }
}

.list-zcfg .item-info a {
  display: block;
}