@charset "utf-8";
/* css reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
html {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}
body {
  font: 14px/1.5 'Microsoft Yahei', '微软雅黑', Arial, Tahoma, Helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  margin: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0;
}
img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input[type=date] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
/* WebKit browsers */
::-webkit-input-placeholder {
  color: #909090;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #909090;
  opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #909090;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*a:hover{
    text-decoration:underline;
}*/
/*common*/
*:focus {
  outline: none;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/* if the element is block level(eg. div, li), using 'inline-any' instead */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮 动*/
.clear {
  *zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
.mul5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*-------------------------------- font -------------------------------------*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h46 {
  font-size: 46px;
}
.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.col-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.col-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.col-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1599px) {
  .h24 {
    font-size: 22px;
  }
  .h26 {
    font-size: 24px;
  }
  .h30 {
    font-size: 28px;
  }
  .h34 {
    font-size: 32px;
  }
  .h36 {
    font-size: 34px;
  }
  .h42 {
    font-size: 36px;
  }
  .h46 {
    font-size: 38px;
  }
  .mul5 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h30 {
    font-size: 26px;
  }
  .h34 {
    font-size: 28px;
  }
  .h36 {
    font-size: 28px;
  }
  .h42 {
    font-size: 30px;
  }
  .h46 {
    font-size: 32px;
  }
  .mul5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-20 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .h16 {
    font-size: 16px;
  }
  .h18 {
    font-size: 18px;
  }
  .h20 {
    font-size: 20px;
  }
  .h22 {
    font-size: 22px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h34 {
    font-size: 28px;
  }
  .h36 {
    font-size: 30px;
  }
  .h46 {
    font-size: 34px;
  }
  .mul5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/*-------------------------------- 显示隐藏 ----------------------------------*/
.phone-show {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* 显示隐藏 */
  .pc-show {
    display: none;
  }
  .phone-show {
    display: block;
  }
}
/* 5列 栅格*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* 页面宽度 */
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1299px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1399px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1499px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1560px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1660px) {
  .container {
    width: 1260px;
  }
}
@-webkit-keyframes topThen {
  0% {
    margin-top: 6px;
  }
  50% {
    margin-top: 14px;
  }
  100% {
    margin-top: 6px;
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  100% {
    opacity: 1 ;
    -webkit-transform: scale(1);
  }
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/* main css */
.img-box {
  overflow: hidden;
}
.img-box img {
  width: auto;
  max-width: 100%;
  transition: all ease 0.4s;
}
.img-boxs {
  display: block;
  overflow: hidden;
  position: relative;
}
.img-boxs img {
  width: auto;
  max-width: 100%;
}
.img-boxs:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.img-boxs:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
#pages {
  width: 100%;
  font-size: 14px;
  clear: both;
  border-top: dotted 0px #cccccc;
  overflow: hidden;
  padding-top: 0px;
  text-align: center;
  margin-top: 60px;
}
#pages a,
#pages a:visited,
#pages a:hover {
  border: #fff4e0 1px solid;
  height: 40px;
  color: #333;
  background: #fff4e0;
  padding: 0 15px;
  margin: 0px 5px 6px 0;
  display: inline-block;
  line-height: 40px;
  border-radius: 1px;
}
#pages span {
  height: 40px;
  color: #c10808;
  background: #fff4e0;
  padding: 0 15px;
  margin: 0px 5px 6px 0;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  border-radius: 1px;
}
#pages a:hover,
#pages a.curr,
#pages a.curr:visited,
#pages a:hover {
  border: #c81210 1px solid;
  background: #c81210;
  color: #fff;
}
.header .logo-tit {
  display: none;
}
.header .header-img {
  overflow: hidden;
}
.header .header-img img {
  width: 100%;
  max-width: 100%;
}
.header .header-logo {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
  padding: 0px 220px 0 220px;
}
.header .back {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fbe9b1;
  line-height: 44px;
  padding: 0 30px;
  font-weight: 700;
  display: inline-block;
  border-radius: 22px;
  border: solid 1px #e47a5a;
  position: absolute;
  top: 50px;
  right: 335px;
}
.header .back:hover {
  color: #fff;
  background: #e47a5a;
}
.boos {
  background: url(20d_bg02.png) bottom center no-repeat;
}
.public {
  position: relative;
  top: -90px;
}
.public #news-swiper {
  position: relative;
}
.public #news-swiper a .img-boxs img {
  width: 100%;
}
.public #news-swiper a .txt-boxs {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.public #news-swiper a .txt-boxs span {
  display: block;
  width: 80%;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 14px 15px;
}
.public #news-swiper .swiper-pagination {
  width: auto;
  display: inline-block;
  right: 20px;
  bottom: 13px;
  left: auto;
}
.public #news-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 7px;
}
.public #news-swiper .swiper-pagination-bullet-active {
  width: 45px;
}
.public .common-title {
  overflow: hidden;
  border-bottom: 4px solid #d41b1b;
  padding-bottom: 16px;
  position: relative;
}
.public .common-title span {
  padding-left: 50px;
  display: inline-block;
  background: url(20d_icon01.png) 0 center no-repeat;
}
.public .common-title span a {
  font-size: 30px;
  font-weight: 700;
  color: #d62b2b;
}
.public .common-title .more {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  color: #404040;
  transform: translateY(-50%);
}
.public .common-title .more:hover {
  color: #d62b2b;
}
.public .news-boxs {
  margin-top: 20px;
}
.public .news-boxs .top a {
  color: #df3636;
}
.public .news-boxs .top .des {
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  text-indent: 36px;
}
.public .news-boxs .bottom li {
  position: relative;
  padding-left: 26px;
  margin-top: 20px;
}
.public .news-boxs .bottom li:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #de3636;
  position: absolute;
  left: 0;
  top: 10px;
}
.public .news-boxs .bottom li a {
  line-height: 30px;
  color: #de3636;
}
.public .books {
  margin-top: 60px;
}
.public .books .books-item {
  padding-bottom: 85px;
}
.public .books .books-item .c-title {
  text-align: left;
}
.public .books .books-item .c-title span {
  margin-left: 0;
  text-align: center;
}
.public .books .books-item .books-tit {
  color: #ffffd6;
  display: inline-block;
  height: 69px;
  width: 100%;
  line-height: 60px;
  position: relative;
  text-align: center;
  background: url(20d_icon05.png) center center no-repeat;
  background-size: 100% 100%;
}
.public .books .books-item .books-list {
  margin-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
  overflow: hidden;
  padding-bottom: 20px;
  background: url(20d_bg03.png) bottom center no-repeat;
}
.public .books .books-item .books-list.boolst {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background: url(20d_bg04.png) bottom center no-repeat;
  background-size: 100%;
}
.public .books .books-item .books-list.boolst li {
  float: none;
}
.public .books .books-item .books-list.boolst .img-boxs {
  display: inline-block;
}
.public .books .books-item .books-list.boolst .img-boxs img {
  max-height: 200px;
}
.public .books .books-item .books-list li {
  float: left;
  margin-right: 19px;
}
.public .books .books-item .books-list li:last-child {
  margin-right: 0;
}
.public .works {
  margin-top: 60px;
}
.public .works .works-list {
  margin-top: 35px;
}
.public .works .works-list a.db {
  border-top: 5px solid #e2b380;
  background: #fcf7ec;
  padding: 30px 25px;
  height: 385px;
  overflow: hidden;
}
.public .works .works-list a.db:hover {
  border-top-color: #d72525;
  transform: translateY(5px);
}
.public .works .works-list a.db .tit {
  font-size: 20px;
  line-height: 30px;
  color: #d72525;
  font-weight: 700;
}
.public .works .works-list a.db .des {
  margin-top: 20px;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
}
.public .links {
  padding-bottom: 60px;
}
.public .links .links-list {
  margin-top: 40px;
}
.public .links .links-list li {
  margin-bottom: 20px;
}
.public .links .links-list a {
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  color: #333333;
}
.public .links .links-list a:hover {
  color: #d62b2b;
}
.public .links .links-list a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d4322d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.public .jinshen {
  margin-top: 60px;
}
.public .jinshen .jinshen-con li {
  margin-top: 35px;
}
.public .jinshen .jinshen-con li a {
  font-size: 20px;
  line-height: 32px;
  color: #de3636;
  text-align: center;
  font-weight: 700;
}
.public .jinshen .jinshen-con li .des {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e5de;
}
.public .c-title {
  text-align: center;
  position: relative;
  padding-right: 50px;
}
.public .c-title .more {
  position: absolute;
  right: 0;
  top: 30%;
  font-size: 16px;
  color: #404040;
}
.public .c-title .more:hover {
  color: #d62b2b;
}
.public .c-title span {
  color: #ffffd6;
  margin: 0 25px;
  display: inline-block;
  width: 270px;
  height: 69px;
  line-height: 60px;
  position: relative;
  background: url(20d_icon02.png) center center no-repeat;
}
.public .c-title .icon-img {
  display: inline-block;
  transform: translateY(-5px);
}
.public .other-title {
  position: relative;
}
.public .other-title .bread-item {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.public .other-title .bread-item li {
  font-size: 18px;
  color: #333333;
}
.public .other-title .bread-item li a {
  font-size: 18px;
  color: #333333;
}
.public .other-title .other-tit {
  color: #ffffd6;
  display: inline-block;
  height: 69px;
  font-size: 32px;
  font-weight: 700;
  padding: 0 70px;
  line-height: 60px;
  position: relative;
  background: url(20d_icon02.png) center center no-repeat;
}
.public .detail-box .bread-item {
  right: auto;
  left: 0;
}
.public .detail-box .deatail {
  font-size: 16px;
  line-height: 30px;
}
.public .detail-box .deatail img {
  width: auto;
  max-width: 100%;
}
.public .detail-box .detail-info {
  padding: 0 70px;
  margin-top: 90px;
}
.public .detail-box .detail-info h3 {
  text-align: center;
  color: #c32522;
}
.public .detail-box .detail-info .doc-ifm {
  margin-top: 40px;
  padding-top: 12px;
  margin-bottom: 40px;
  border-top: 1px solid #f2f2f2;
}
.public .detail-box .detail-info .doc-ifm span {
  font-size: 14px;
  color: #999999;
}
.public .detail-box .detail-info .doc-ifm span.origin[data-origin=""] {
  display: none;
}
.public .links-list {
  margin-top: 40px;
}
.public .links-list li.lins {
  margin-bottom: 25px;
  position: relative;
  padding-right: 100px;
}
.public .links-list li.lins a {
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.public .links-list li.lins a:hover {
  color: #d62b2b;
}
.public .links-list li.lins a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d4322d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.public .links-list li.lins span.date-s {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer {
  background: #c32522;
  padding: 40px 0;
}
.footer p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.footer p a:hover {
  color: #ffffd6;
}
@media (min-width: 1200px) {
  .public .links-list li.lins a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1440px) and (max-width: 1640px) {
  .header .header-logo {
    padding: 0 60px;
  }
  .header .back {
    right: 50px;
    top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header .header-logo {
    padding: 0 50px;
  }
  .header .back {
    right: 50px;
    top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .books-item .row-25 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .books-item .col-25 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .books-item .row-20 {
    margin-right: 0;
    margin-left: 0;
  }
  .books-item .col-20 {
    padding-left: 0;
    padding-right: 0;
  }
  .public .news-boxs,
  .public .news-boxs .bottom li {
    margin-top: 15px;
  }
  .public .news-boxs .top .des {
    margin-top: 10px;
  }
  .public .news-boxs .bottom li a {
    line-height: 28px;
  }
  .public .c-title .icon-img {
    max-width: 280px;
  }
  .public .c-title .icon-img img {
    max-width: 100%;
  }
  .public .books .books-item .books-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-logo {
    padding: 0px 20px 0 20px;
  }
  .header .back {
    right: 30px;
    top: 30px;
  }
  .public-box .banner .col-md-6 {
    width: 100%;
  }
  .public .common-title {
    margin-top: 30px;
  }
  .public .c-title .icon-img {
    max-width: 280px;
  }
  .public .c-title .icon-img img {
    max-width: 100%;
  }
  .public .works .works-list a.db {
    height: auto;
  }
  .public .books .books-item .books-list {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  .public .books .books-item .books-list.boolst li {
    width: auto;
  }
  .public .books .books-item .books-list.boolst .img-boxs img {
    max-height: 170px;
  }
  .public .books .books-item .books-list li {
    width: 20%;
    margin-right: 0;
    display: inline-block;
    float: none;
  }
  .books-item .row-25 {
    margin-right: 0;
    margin-left: 0;
  }
  .books-item .col-25 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .books-item .row-25 {
    margin-right: 0;
    margin-left: 0;
  }
  .books-item .col-25 {
    padding-left: 0;
    padding-right: 0;
  }
  .header .header-logo {
    position: absolute;
    padding: 0;
    top: 20px;
    left: 20px;
    max-width: 50%;
  }
  .header .header-logo a img {
    width: auto;
    max-width: 100%;
  }
  .header .back {
    line-height: 32px;
    padding: 0 15px;
    top: 20px;
    right: 20px;
  }
  .public {
    padding: 0 15px;
  }
  .header .logo-tit {
    display: block;
    position: absolute;
    width: 70%;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .logo-tit img {
    width: auto;
    max-width: 100%;
  }
  .public .other-title .bread-item {
    transform: none;
    top: 50px;
  }
  .public .other-title .bread-item li,
  .public .other-title .bread-item li a {
    font-size: 16px;
  }
  .public .detail-box .detail-info {
    padding: 0;
  }
  .footer {
    padding: 40px 15px;
  }
  .public .other-title .other-tit {
    background-size: contain;
    padding: 0 30px;
    height: auto;
    font-size: 22px;
  }
  .public .links-list li.lins {
    padding-right: 0;
  }
  .public .links-list li.lins a:after {
    transform: none;
    top: 8px;
  }
  .public .links-list li.lins span.date-s {
    position: inherit;
  }
  .public .c-title .icon-img {
    display: none;
  }
  .public.boos {
    top: 0;
  }
  .public.boos .common-title {
    margin-top: 30px;
  }
  .public .works .works-list a.db {
    height: auto;
    margin-bottom: 25px;
  }
  .public .books .books-item .books-list {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .public .books .books-item .books-list li {
    float: none;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }
  .public .links {
    margin-top: 50px;
  }
  .public .c-title {
    text-align: left;
  }
  .public .c-title span {
    text-align: center;
    margin-left: 0;
  }
  .public .links .links-list a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
/* phones less than 767px */
@media (max-width: 767px) {
  .header .back {
    line-height: 26px;
    padding: 0 10px;
    top: 15px;
    right: 10px;
    font-size: 14px;
  }
  .public .detail-box .detail-info h3 {
    font-size: 20px;
  }
  .public .detail-box .detail-info .doc-ifm span.fr {
    display: none;
  }
  .public .detail-box .detail-info .doc-ifm {
    text-align: center;
    margin-bottom: 20px;
  }
  .public .other-title .bread-item li,
  .public .other-title .bread-item li a {
    font-size: 14px;
  }
  .public .other-title .other-tit {
    display: none;
  }
  .public .links-list {
    margin-top: 90px;
  }
  .public #news-swiper .swiper-pagination {
    display: none;
  }
  .public #news-swiper a .txt-boxs span {
    width: 100%;
    font-size: 16px;
    white-space: inherit;
    text-overflow: inherit;
  }
}