.w-1360 {
  width: 1360px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.w-1280 {
  width: 1280px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.common-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.common-flex.common-flex-xcenter {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-flex.common-flex-ycenter {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-flex.common-flex-xbetween {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-flex .common-flex-1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container.bg {
  min-height: 1258px;
  background: url(../images/bg.png) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.container.bg .content {
  margin-top: 363px;
}

.bg-w {
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 19px;
}

.pages {
  margin-top: 42px;
  text-align: center;
  overflow: hidden;
}
.pages a {
  display: none;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #F9F9F9;
  border-radius: 3px;
  border: 1px solid #F2F2F2;
  font-size: 14px;
  color: #666666;
  margin: 0 7.5px;
}
.pages a.pg-control {
  padding: 0 8px;
}
.pages a.pg-item {
  width: 34px;
}
.pages a.pg-item:hover {
  background: #B90B05;
  color: #fff;
  border-color: #B90B05;
}
.pages a.active {
  background: #B90B05;
  color: #fff;
  border-color: #B90B05;
}
.pages a.pg-hide {
  background-color: unset;
  padding: 0;
  margin: 0 6.5px;
  border: none;
  display: inline-block;
}

.common-bg {
  background-color: #FFF9ED;
}

.common-bg-w {
  background-color: #fff;
}

.common-gutter-top {
  padding-top: 46px;
}

.bread-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 400;
  line-height: 24px;
  padding: 0 47px;
}
.bread-nav img {
  width: 11px;
  height: 16px;
  display: inline-block;
  margin-right: 9px;
  margin-top: 5px;
}
.bread-nav a, .bread-nav span {
  font-size: 16px;
  color: #666666;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bread-nav span {
  margin: 0 3px;
}
.bread-nav a:last-child {
  color: #B20902;
  font-weight: bold;
}
.bread-nav a:hover {
  color: #B20902;
}

.page-detail {
  padding: 0 41px 90px 36px;
}
.page-detail .page-detail-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 1.2;
  margin-top: 55px;
  text-align: center;
}
.page-detail .page-detail-info {
  font-size: 16px;
  color: #999999;
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 22px;
  padding-left: 9px;
  border-bottom: 1px solid rgba(119, 109, 93, 0.1);
}
.page-detail .page-detail-info .pdi-left, .page-detail .page-detail-info .pdi-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-detail .page-detail-info .pdi-left .pdi-item, .page-detail .page-detail-info .pdi-right .pdi-item {
  margin-right: 45px;
}
.page-detail .page-detail-info .pdi-left .pdi-item:last-child, .page-detail .page-detail-info .pdi-right .pdi-item:last-child {
  margin-right: 0;
}
.page-detail .page-detail-info .pdi-right .pdi-item {
  margin-right: 20px;
}
.page-detail .page-detail-info .pdi-right .pdi-item:last-child {
  margin-right: 0;
}
.page-detail .page-detail-content {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  line-height: 34px;
  padding: 0 45px 0 32px;
  word-break: break-all;
}
.page-detail .page-detail-content img,
.page-detail .page-detail-content video {
  max-width: 100%;
}
.page-detail .page-detail-content table{
  width: 100%;
  overflow-x: auto;
}
.page-detail .page-detail-files {
  margin-top: 28px;
}
.page-detail .page-detail-files .pdf-tl {
  font-size: 18px;
  color: #999999;
  line-height: 34px;
}
.page-detail .page-detail-files .pdf-bd .pdf-bd-item {
  margin-top: 10px;
}
.page-detail .page-detail-files .pdf-bd a {
  font-size: 16px;
  color: #666666;
}
.page-detail .page-detail-files .pdf-bd a:hover {
  color: #B20902;
}

.common-page {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 43px;
  margin-top: 30px;
}
.common-page .common-page-left {
  width: 276px;
  margin-right: 30px;
  text-align: center;
}
.common-page .common-page-left .cpl-hd {
  font-size: 18px;
  background: #B90B05;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  padding: 13px 0;
  letter-spacing: 2px;
}
.common-page .common-page-left .cpl-bd .cpl-bd-item {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-top: 11px;
  padding: 10px 35px;
  min-height: 40px;
  line-height: 1.2;
  background: #F0F0F0;
  border-left: 2px solid rgba(85, 85, 85, 0.1);
  letter-spacing: 1px;
}
.common-page .common-page-left .cpl-bd .cpl-bd-item:hover, .common-page .common-page-left .cpl-bd .cpl-bd-item.active {
  background: #FFF2D1;
  color: #B60904;
  font-weight: bold;
  border-left: 2px solid #B90B05;
}
.common-page .common-page-right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 970px;
}
.common-page .intro-wrap {
  background: #FFFCF2;
  min-height: 500px;
}
.common-page .intro-wrap .intro-hd {
  text-align: center;
  margin: 0 13px;
  font-weight: bold;
  font-size: 24px;
  color: #B90B05;
  padding: 36px 0 33px;
  border-bottom: 1px solid rgba(232, 216, 175, 0.64);
}
.common-page .intro-wrap .intro-bd {
  margin-top: 30px;
  padding: 0 39px 47px;
  font-size: 18px;
  color: #000000;
  line-height: 34px;
}
.common-page .intro-wrap .intro-bd table{
  width: 100%;
}
.common-page .cpr-list {
  position: relative;
}
.common-page .cpr-list-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 6px;
}
.common-page .cpr-list-hd .cprlh-txt {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 1.3;
  border-left: 6px solid #B90B05;
  padding-left: 15px;
  margin-right: 37px;
}
.common-page .cpr-list-hd .cprlh-navs {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common-page .cpr-list-hd .cprlh-navs .cprln-item {
  margin-left: 49px;
  padding: 0 15px;
  height: 28px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F0F0F0;
  position: relative;
  font-size: 16px;
  color: #666666;
}
.common-page .cpr-list-hd .cprlh-navs .cprln-item:first-child {
  margin-left: 0;
}
.common-page .cpr-list-hd .cprlh-navs .cprln-item.active {
  background: #FFF2D1;
  font-weight: bold;
  color: #B60904;
}
.common-page .cpr-list-hd .cprlh-navs .cprln-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #B60904;
}
.common-page .cpr-list-bd .cqrlb-img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 4px 24px 13px;
  border-bottom: 1px dashed #E6E6E6;
}
.common-page .cpr-list-bd .cqrlb-img .cqrlb-img-link {
  width: auto;
  max-width: 30%;
  margin-right: 18px;
}
.common-page .cpr-list-bd .cqrlb-img .cqrlb-img-link img {
  display: block;
  width: 100%;
}
.common-page .cpr-list-bd .cqrlb-img .cqrlb-img-txt {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common-page .cpr-list-bd .cqrlb-img .cqrlb-img-txt a {
  font-size: 18px;
  color: #333333;
  line-height: 1.3;
  margin-top: 17px;
}
.common-page .cpr-list-bd .cqrlb-img .cqrlb-img-txt span {
  font-size: 16px;
  color: #666666;
  display: block;
  text-align: right;
}
.common-page .cpr-list-bd .cprlb-link {
  padding: 22px 4px 22px 35px;
  border-bottom: 1px dashed #E6E6E6;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.common-page .cpr-list-bd .cprlb-link::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #E6E6E6;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
}
.common-page .cpr-list-bd .cprlb-link .cprlb-link-tl {
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.common-page .cpr-list-bd .cprlb-link .cprlb-link-time {
  font-size: 16px;
  color: #666666;
  margin-left: 20px;
}
.common-page .cpr-list-ft {
  margin-top: 22px;
  text-align: center;
}
.common-page .cpr-list-ft a {
  display: inline-block;
  outline: 0;
  border: 0;
  background-color: #B90B05;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
}
.common-page .cpr-list-wrap {
  margin-bottom: 30px;
}
.common-page .cpr-list-wrap:last-child {
  margin-bottom: 0;
}

.cprlb-item-gutter {
  margin-top: 28px;
}
.cprlb-item-gutter:last-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .ahover {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .ahover:hover {
    color: #336699 !important;
  }
}
@media screen and (max-width: 768px) {
  .w-1360 {
    padding: 0 0.2rem;
    width: 100%;
  }
  .w-1280 {
    padding: 0 0.2rem;
    width: 100%;
  }
  .pages {
    margin-top: 0.3rem;
  }
  .pages a {
    height: 25px;
    line-height: 25px;
    margin: 0 4px;
  }
  .pages a.pg-item {
    width: 27px;
  }
  .pages a.pg-control.pg-prev {
    margin-left: 0;
  }
  .pages a.pg-control.pg-next {
    margin-right: 0;
  }
  .common-gutter-top {
    padding-top: 0.3rem;
  }
  .bread-nav {
    padding: 0;
  }
  .page-detail {
    padding: 0 0 0.3rem;
    margin-top: 0.3rem;
  }
  .page-detail .page-detail-title {
    margin-top: 0.3rem;
  }
  .page-detail .page-detail-info {
    margin-top: 0.3rem;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.2rem;
  }
  .page-detail .page-detail-info .pdi-left, .page-detail .page-detail-info .pdi-right {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .page-detail .page-detail-info .pdi-left .pdi-item, .page-detail .page-detail-info .pdi-right .pdi-item {
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .page-detail .page-detail-files {
    margin-top: 0.2rem;
  }
  .page-detail .page-detail-content {
    margin-top: 0.3rem;
    padding: 0;
  }
  .common-page {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0.3rem;
    margin-top: 0.3rem;
  }
  .common-page .common-page-left {
    width: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .common-page .common-page-right {
    width: auto;
    min-height: auto;
  }
  .common-page .intro-wrap .intro-hd {
    padding: 0.2rem 0;
  }
  .common-page .intro-wrap .intro-bd {
    padding: 0.2rem;
    margin-top: 0;
  }
  .common-page .cpr-list-hd {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .common-page .cpr-list-hd .cprlh-txt {
    margin-right: 0.2rem;
  }
  .common-page .cpr-list-hd .cprlh-navs .cprln-item {
    margin-left: 0.15rem;
  }
  .common-page .cpr-list-hd .cprlh-navs {
    margin-top: 0.2rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    width: 100%;
  }
  .common-page .cpr-list-bd .cprlb-link {
    padding: 0.2rem 0 0.2rem 0.2rem;
  }
  .common-page .cpr-list-bd .cprlb-link::after {
    left: 0;
  }
  .common-page .cpr-list-bd .cqrlb-img {
    padding: 0.2rem 0;
  }
  .common-page .cpr-list-bd .cqrlb-img .cqrlb-img-link {
    margin-right: 10px;
    width: 30%;
  }
  .common-page .cpr-list-bd .cqrlb-img .cqrlb-img-txt a {
    margin-top: 0.1rem;
    font-size: 16px;
  }
  .common-page .cpr-list-bd .cqrlb-img .cqrlb-img-txt span {
    font-size: 14px;
  }
  .common-page .cpr-list-ft {
    margin-top: 0.2rem;
  }
  .common-page .cpr-list-ft button {
    padding: 0.05rem 0.15rem;
    font-size: 14px;
  }
  .cpr-list-wrap {
    margin-bottom: 0.3rem;
  }
  .cpr-list-wrap:last-child {
    margin-bottom: 0;
  }
  .cprlb-item-gutter {
    margin-top: 15px;
  }
  .cprlb-item-gutter:last-child {
    margin-top: 0;
  }
  .common-page .cpr-list-bd .cprlb-link .cprlb-link-tl {
    font-size: 16px;
  }
  .common-page .cpr-list-bd .cprlb-link .cprlb-link-time {
    font-size: 14px;
  }
}