body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: PingFangSC-Regular, "Microsoft YaHei", '微软雅黑', sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 60px;
  border: none;
  background: #c21c0d;
  z-index: 1000;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  width: 20%;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 15px 0;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #a00e16 !important;
  color: #fff !important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (min-width: 992px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
    font-weight: bold;
  }
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 26px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 40px;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  nav.navbar.bootsnav .navbar-toggle {
    width: 24px;
    background: transparent;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 5px 0;
    line-height: 32px;
    text-align: left;
    position: relative;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    font-size: 15px;
  }
  nav.navbar.bootsnav ul.nav > li > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li > a:hover:after,
  nav.navbar.bootsnav ul.nav li > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:hover:after,
  nav.navbar.bootsnav ul.nav li.active > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:after,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*footer*/
.footer {
  background: url("nhsdj-footer-bg.png") no-repeat top center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer .footer-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .footer-logo img {
  display: block;
}
.footer .footer-info {
  position: relative;
  padding-left: 20px;
  padding-right: 130px;
  color: #fff;
  min-height: 52px;
}
.footer .footer-info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.footer .footer-info .info-logo {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-info .info-txt {
  font-size: 12px;
}
.footer .footer-info span,
.footer .footer-info a {
  display: inline-block;
  margin-right: 3px;
}
.footer .footer-info span:last-child,
.footer .footer-info a:last-child {
  margin-right: 0;
}
.footer .footer-info a {
  color: #fff;
}
/*public-title*/
.public-title {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  z-index: 2;
}
.public-title .title-more {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 32px;
  padding-top: 29px;
}
.public-title .title-more a {
  display: inline-block;
  color: #666666;
}
.public-title .title-more a:hover {
  color: #e60012;
  text-decoration: underline;
}
.public-title:after {
  content: '';
  position: absolute;
  background-color: rgba(170, 18, 20, 0.1);
  left: 0;
  right: 0;
  top: 29px;
  height: 32px;
  z-index: -1;
}
.public-title .title-s {
  background: url("nhsdj-img-06.png") no-repeat 0 11px;
  width: 257px;
  margin-left: auto;
  margin-right: auto;
  height: 86px;
  overflow: hidden;
  text-align: left;
  color: #e60012;
}
.public-title .title-s span {
  display: block;
  line-height: 42px;
}
.public-title .title-s .title-01 {
  font-weight: bold;
  margin-left: 75px;
}
.public-title .title-s .title-02 {
  font-style: italic;
  margin-left: 130px;
}
.main-content {
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
}
.main-content.index-content {
  padding-top: 50px;
}
.main-content:after,
.main-content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.main-content:before {
  background-image: url("main-bg-top.png");
  background-position: top center;
}
.main-content:after {
  background-image: url("main-bg-btm.png");
  background-position: bottom center;
}
.index-box {
  margin-bottom: 60px;
  position: relative;
  z-index: 9;
}
.index-box:last-child {
  margin-bottom: 0;
}
.index-box-01 .focus-banner {
  overflow: hidden;
}
.index-box-01 .focus-banner img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-box-01 .focus-banner:hover img {
  transform: scale(1.1);
}
.index-box-01 .cont-txt {
  color: #333;
  line-height: 26px;
  height: 182px;
  overflow: hidden;
  text-indent: 2em;
  text-align: justify;
}
.index-box-01 .cont-more {
  margin-top: 15px;
  height: 32px;
  line-height: 32px;
  background-color: rgba(170, 18, 20, 0.1);
  text-align: right;
  padding-right: 10px;
}
.index-box-01 .cont-more a {
  display: inline-block;
  color: #666666;
}
.index-box-01 .cont-more a:hover {
  color: #e60012;
  text-decoration: underline;
}
.index-box-01 .cont-list {
  margin-top: 15px;
}
.index-box-01 .cont-list li {
  float: left;
  overflow: hidden;
  width: 32%;
  margin-right: 2%;
}
.index-box-01 .cont-list li:last-child {
  margin-right: 0;
}
.index-box-01 .cont-list li img {
  display: block;
  width: 100%;
  height: 200%;
  transition: all 0.7s;
}
.index-box-01 .cont-list li:hover img {
  transform: scale(1.1);
}
.index-box-02 img {
  display: block;
  width: 100%;
}
.index-box-03 {
  background: url("nhsdj-img-09.png") no-repeat bottom center;
  background-size: cover;
}
.index-box-03 .box-s {
  position: relative;
  margin-bottom: 30px;
}
.index-box-03 .box-s .box-img {
  width: 292px;
  height: 170px;
  float: left;
  overflow: hidden;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  max-height: 200%;
  transition: all 0.5s;
}
.index-box-03 .box-s .box-info {
  padding-top: 15px;
  overflow: hidden;
  margin-left: 310px;
}
.index-box-03 .box-s .box-info .box-title {
  display: block;
  line-height: 26px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 22px;
  height: 52px;
  overflow: hidden;
}
.index-box-03 .box-s .box-info .box-txt {
  line-height: 22px;
  color: #666666;
  max-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .box-s:hover .box-info .box-title {
  color: #e60012;
}
.index-box-04 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.index-box-04 .box-s .box-img img {
  display: block;
  width: 100%;
  max-height: 200%;
  transition: all 0.5s;
}
.index-box-04 .box-s .box-title {
  color: #333333;
  display: block;
}
.index-box-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-04 .box-s:hover .box-title {
  color: #e60012;
}
.page-content {
  position: relative;
  z-index: 9;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
  color: #333333;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #e60012;
}
.bread-crumbs .bread-item > a {
  margin-right: 2px;
  padding-left: 20px;
  position: relative;
}
.bread-crumbs .bread-item > a:first-child {
  padding-left: 0;
}
.bread-crumbs .bread-item > a + a:before {
  content: '';
  background: url("nhsdj-youjiantou.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.bread-crumbs a:hover,
.bread-crumbs.active {
  color: #e60012;
}
/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
  margin: 4px 0 4px 0;
  text-align: left;
  float: right;
  padding-top: 10px;
}
ul.pagination li {
  padding: 0;
  margin: 0 5px 0 0;
  border-bottom: none;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
  padding: 9px 13px 10px 13px;
  border: 1px solid #eaeaea;
  line-height: 1;
  background-color: #fafafa;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 20px;
  color: #666666;
  font-size: 15px;
}
ul.pagination li > a:hover {
  background-color: transparent;
  color: #ffffff;
  background-color: #df3030;
  border-color: #df3030;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  color: #ffffff;
  background-color: #df3030;
  border-color: #df3030;
  line-height: 1;
}
ul.pagination li > a:focus {
  background: #df3030;
}
.pagination > span {
  color: #616161;
  font-size: 13px;
  border: 0;
  padding: 3px;
}
/*img-list*/
.img-list .box-s {
  margin-bottom: 25px;
}
.img-list .box-s .box-img {
  overflow: hidden;
  margin-bottom: 15px;
}
.img-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 232px;
  transition: all 0.5s;
}
.img-list .box-s .box-title {
  color: #333333;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.img-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list .box-s:hover .box-title {
  color: #e60012;
}
.single-page {
  color: #3b4461;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
}
.single-page .m-title h1 {
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}
.single-page .box-cont {
  color: #333333;
  text-align: justify;
  line-height: 2.2;
}
/*---------------细览---------------------*/
#xlmain {
  display: block;
  overflow: hidden;
  margin: 0px;
}
#xlmain hr {
  margin-top: 5px;
}
#xlmain .wztitle {
  color: #ca1818;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  padding: 0px 0px 2px 0px;
  font-weight: 700;
  margin: 24px 0 24px 0;
}
#xlmain .basicinfo {
  overflow: hidden;
  border-bottom: solid 1px #e2e2e2;
  padding: 0px 0px 3px 0px;
}
#xlmain .basicinfo .qtinfo {
  color: #777;
  font-size: 14px;
  margin: 3px 0 10px 0;
}
#xlmain .basicinfo .qtinfo a {
  color: #777;
  text-decoration: none;
}
#xlmain .basicinfo .qtinfo a:hover {
  color: #de0c0c;
  text-decoration: none;
}
#xlmain .basicinfo .share {
  overflow: hidden;
  float: right;
}
#xlmain .text {
  margin: 0;
  overflow: hidden;
  display: block;
}
#xlmain .text p {
  margin: 0 0 18px 0;
}
#xlmain .text p:last-child {
  margin: 0;
}
#xlmain .text img {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
#xlmain .text .zc img {
  margin-left: inherit !important;
  margin-right: inherit !important;
  display: inline-block;
}
#xlmain .textlx {
  margin: 0;
  overflow: hidden;
  display: block;
}
#xlmain .textlx p {
  margin: 0 0 12px 0;
}
#xlmain .textlx img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#xlmain .textxl {
  margin: 20px 0 0 0;
  overflow: hidden;
  display: block;
}
#xlmain .textxl img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#xlmain .textxl table {
  margin: 0 0 15px 0;
}
#xlmain .textxl td {
  text-align: center;
}
#xlmain .textxl video {
  border: #d9d9d9 solid 6px;
  border-radius: 5px;
  width: 66% !important;
  height: 100% !important;
  margin-bottom: 16px;
  margin-top: 10px;
}
#xlmain .textsp {
  margin: 30px auto 0 auto;
  overflow: hidden;
  display: block;
  width: 56%;
}
#xlmain .textsp video {
  border: #c3d2e5 solid 6px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#xlmain .textry {
  overflow: hidden;
  display: block;
}
#xlmain .textry h3 {
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  font-weight: 700;
  padding: 16px 0 16px 0;
  color: #ca1818;
  margin: 0 0 15px 0;
}
#xlmain .textry .left img {
  max-width: 238px;
  margin-right: 22px;
  margin-bottom: 12px;
  border-radius: 4px;
}
#xlmain .textry .left h4 {
  font-size: 16px;
  line-height: 1;
  margin: 5px 0 15px 0;
  text-align: center;
  color: #890000;
}
#xlmain .textry p {
  margin: 0 0 12px 0;
}
#xlmain .textry img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#xlmain .textry .ryname {
  overflow: hidden;
}
#xlmain .textry .ryname h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0 0 12px 0;
  font-family: Georgia, "serif";
}
#xlmain .textry .ryname h4 b {
  font-size: 42px;
  color: #333;
  font-weight: 700;
  font-family: "楷体";
}
#xlmain .textry .ryname h5 {
  font-size: 18px;
  font-weight: 500;
  color: #777;
  margin: 0;
}
#xlmain .textxmz {
  margin: 24px 0 0 0;
  overflow: hidden;
  display: block;
}
#xlmain .textxmz p {
  margin: 0 0 10px 0;
}
#xlmain .textxmz p:last-child {
  margin: 0;
}
#xlmain .textxmz .el-tab-pane {
  line-height: 150%;
}
#xlmain .textxmz .el-tabs--border-card > .el-tabs__content {
  padding: 20px 0px 0 0px;
}
@media (min-width: 767px) {
  #xlmain .textxl img {
    max-width: 640px;
  }
}
@media (max-width: 1199px) {
  #xlmain .textsp {
    width: 64%;
  }
  #xlmain .textxl video {
    width: 76% !important;
  }
}
@media screen and (max-width: 991px) {
  #xlmain .textsp {
    width: 80%;
  }
  #xlmain .wztitle {
    margin: 20px 0 24px 0;
  }
}
@media (max-width: 767px) {
  #xlmain .wztitle {
    line-height: 30px;
    font-size: 22px;
    margin: 8px 0 24px 0;
  }
  #xlmain .text .left {
    width: 100%;
    margin-right: auto !important;
  }
  #xlmain .textry .left {
    width: 100%;
  }
  #xlmain .textry .left img {
    max-width: 238px;
    margin-right: auto;
    margin-bottom: 22px;
  }
  #xlmain .textsp {
    width: 100%;
    margin: 15px auto 2px auto;
  }
  #xlmain .textxl video {
    width: 100% !important;
  }
}
/*----------------- 图文列表---------------------*/
.graphiclist {
  overflow: hidden;
}
.graphiclist li {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: #ccc dotted 1px;
}
.graphiclist li h2 a {
  color: #333;
  font-weight: bold;
  display: block;
  line-height: 1.6;
}
.graphiclist li h2 a:hover {
  color: #ca1818;
  text-decoration: none;
}
.graphiclist .news-img {
  margin-right: 28px;
  border: #eee solid 1px;
  padding: 2px;
}
.graphiclist .news-img img {
  width: 300px;
  height: 198px;
}
.graphiclist .news-txt {
  padding-top: 15px;
  overflow: hidden;
}
.graphiclist .news-txt .date-s {
  font-family: Arial;
  line-height: 30px;
  color: #6666;
  margin-top: 10px;
}
.graphiclist .news-txt .txt-s {
  margin-top: 5px;
  text-align: justify;
}
.graphiclist .news-txt .more-s {
  font-size: 15px;
  margin: 10px 0 0 0;
  color: #ca1818;
  display: block;
  padding: 0 5px 0 0;
  font-style: normal;
}
.graphiclist .news-txt .more-s a {
  color: #ca1818;
}
.graphiclist .news-txt span a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=nhsdjjy-style.css.map */