.location {
  width: 1400px;
  margin: 0 auto;
}

.location a,
.location span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1;
}

.location span {
  margin: 0 5px;
}

.location a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.article-list {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
}

.article-list h3 {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  text-indent: 44px;
  position: relative;
  margin-top: 40px;
}

.article-list h3 img {
  width: auto;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.article-list h3 i {
  display: block;
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 0;
  text-indent: 0;
  color: #dc0000;
}

.article-list h3 a {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #5e6370;
}

.article-list .article-cont {
  width: 980px;
  float: left;
  padding-top: 20px;
}

.article-list .article-cont h2 {
  font-size: 26px;
  line-height: 42px;
  text-align: center;
}

.article-list .article-cont .origin {
  width: 100%;
  height: 22px;
  line-height: 22px;
  margin-top: 35px;
}

.article-list .article-cont .origin p {
  float: left;
  font-size: 12px;
  color: #9da5b4;
  margin-right: 14px;
}

.article-list .article-cont .origin p a {
  display: inline;
  color: #9da5b4;
  font-size: 12px;
}

.article-list .article-cont .origin .big,
.article-list .article-cont .origin .small {
  float: right;
  font-size: 12px;
  color: #9da5b4;
  margin-left: 18px;
}

.article-list .article-cont .origin .big img,
.article-list .article-cont .origin .small img {
  float: left;
  width: auto;
  height: 22px;
  margin-right: 8px;
}

.article-list .article-cont .article-text {
  width: 100%;
}

.article-list .article-cont .article-text a {
  display: inline;
  font-size: 16px;
}

.article-list .article-cont .article-text {
  width: 100%;
}

.article-list .article-cont .article-text h1 {
  height: auto;
  text-indent: 0;
  line-height: 46px !important;
  padding: 0 !important;
}

.article-list .article-cont .article-text h1::after,
.article-list .article-cont .article-text h1::before {
  display: none;
}

.article-list .article-cont .article-text a.downloadFile {
  font-size: 16px !important;
}

.article-list .article-cont .article-text p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
  text-indent: 32px;
}

.article-list .article-cont .article-text a {
  color: #0000ff;
  font-size: unset !important;
}

.article-list .article-cont .article-text img {
  max-width: 730px;
  height: auto;
  margin: 0 auto;
}

.article-list .article-cont .article-text td {
  border: 1px solid #333 !important;
}

.article-list .article-cont .article-text table {
  width: 100% !important;
  border-collapse: collapse;
}

.article-list .article-cont .article-text table p {
  margin: 0;
  text-align: center !important;
  text-indent: 0 !important;
  line-height: 20px !important;
  font-family: "Microsoft YaHei" !important;
}

.article-list .article-cont .article-text table span {
  font-family: "Microsoft YaHei" !important;
}

.article-list .article-cont .article-text table a {
  font-size: initial;
  font-family: "Microsoft YaHei" !important;
}

.article-list .article-cont .p_n {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
  margin-top: 100px;
}

.article-list .article-cont .p_n a {
  font-size: 16px;
  line-height: 1;
  position: relative;
  max-width: 400px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}

.article-list .article-cont .p_n a::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333333;
  left: 0;
  bottom: -8px;
}

.article-list .article-cont .p_n a:hover {
  color: #dc0000;
}

.article-list .article-cont .p_n a:hover::after {
  background: #dc0000;
}

.article-list .article-cont .sancode {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
  margin-top: 60px;
}

.article-list .article-cont .sancode div span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}

.article-list .article-cont .about-tj {
  width: 100%;
  margin-top: 60px;
}

.article-list .article-cont .about-tj div {
  width: 100%;
  margin-top: 50px;
}

.article-list .article-cont .about-tj div ul {
  width: 450px;
}

.article-list .article-cont .about-tj div ul li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}

.article-list .article-cont .about-tj div ul li span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  border-radius: 9px;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #ffffff;
}

.article-list .article-cont .about-tj div ul li a {
  float: left;
  max-width: 350px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-left: 12px;
}

.article-list .article-cont .about-tj div ul li a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.article-list .article-cont .about-tj div ul li i {
  font-size: 16px;
  float: right;
}

.article-list .article-cont .about-tj div ul li:first-child span {
  background-color: #dc0000;
}

.article-list .article-cont .about-tj div ul li:nth-child(2) span {
  background-color: #fa7744;
}

.article-list .article-cont .about-tj div ul li:nth-child(3) span {
  background-color: #fac944;
}

.article-list .article-r {
  width: 360px;
}

.article-list .article-r .banner-r {
  width: 100%;
}

.article-list .article-r .hot-news {
  width: 100%;
  margin-top: 26px;
}

.article-list .article-r .hot-news a {
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5e626e;
  margin-bottom: 16px;
}

.article-list .article-r .hot-news a span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-color: #cccccc;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  margin-right: 8px;
}

.article-list .article-r .hot-news a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.article-list .article-r .hot-news a:first-child {
  color: #dc0032;
}

.article-list .article-r .hot-news a:first-child span {
  background-color: #dc0032;
}

.article-list .article-r .hot-news a:nth-child(2) {
  color: #fa7744;
}

.article-list .article-r .hot-news a:nth-child(2) span {
  background-color: #fa7744;
}

.article-list .article-r .hot-news a:nth-child(3) {
  color: #fac944;
}

.article-list .article-r .hot-news a:nth-child(3) span {
  background-color: #fac944;
}

.article-list .article-r .hot-news a:nth-child(4):hover,
.article-list .article-r .hot-news a:nth-child(5):hover,
.article-list .article-r .hot-news a:nth-child(6):hover {
  color: #dc0032;
}

.article-list .article-r .hot-news a:last-child {
  margin-bottom: 0;
}

.article-list .article-r .slideTxtBox {
  width: 100%;
  margin-top: 40px;
}

.article-list .article-r .slideTxtBox .hd {
  width: 360px !important;
  height: 32px !important;
  position: relative;
}

.article-list .article-r .slideTxtBox .hd ul {
  width: 360px !important;
  height: 32px !important;
}

.article-list .article-r .slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  margin-right: 40px;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.article-list .article-r .slideTxtBox .hd ul li i {
  display: block;
  float: left;
  height: 32px;
  font-size: 32px;
  margin-right: 15px;
}

.article-list .article-r .slideTxtBox .hd ul li.on {
  color: #dc0000;
}

.article-list .article-r .slideTxtBox .hd ul li.on i {
  color: #dc0000;
}

.article-list .article-r .slideTxtBox .bd ul {
  width: 100%;
  zoom: 1;
  margin-top: 35px;
}

.article-list .article-r .slideTxtBox .bd ul li {
  width: 100%;
  line-height: 18px;
  height: 18px;
  margin-bottom: 18px;
}

.article-list .article-r .slideTxtBox .bd ul li a {
  max-width: 290px;
  height: 18px;
  font-size: 16px;
  float: left;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 12px;
  position: relative;
}

.article-list .article-r .slideTxtBox .bd ul li a::after {
  display: block;
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #cdcdcd;
  border-radius: 1px;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.article-list .article-r .slideTxtBox .bd ul li a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.article-list .article-r .slideTxtBox .bd ul li a:hover::after {
  background: #dc0000;
}

.article-list .article-r .slideTxtBox .bd ul li span {
  float: right;
  color: #cdcdcd;
}

.article-list .article-r .slideTxtBox .bd ul li:last-child {
  margin-bottom: 0;
}

.article-list .article-r .books {
  width: 100%;
  margin: 40px 0;
}

.article-list .article-r .books .mySwiper6 {
  width: 100%;
  height: 240px;
}

.article-list .article-r .books .mySwiper6 .swiper-slide {
  width: 100%;
}

.article-list .article-r .books .mySwiper6 .swiper-slide a {
  width: 50%;
  height: 190px;
  float: left;
  position: relative;
}

.article-list .article-r .books .mySwiper6 .swiper-slide a img.book {
  width: 110px;
  margin: 0 auto;
}

.article-list .article-r .books .mySwiper6 .swiper-slide a img.shadow {
  position: absolute;
  width: 100%;
  bottom: 6px;
  left: 0;
  z-index: -1;
}

.article-list .article-r .books .mySwiper6 .swiper-slide a span {
  width: 90%;
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color: #5e6370;
  line-height: 18px;
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.article-list .article-r .books .mySwiper6 .swiper-pagination {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
  height: 12px;
  bottom: 3px;
}

.article-list .article-r .books .mySwiper6 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  float: left;
  opacity: 1;
  background-color: #cccccc;
  margin: 2px 4.5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.article-list .article-r .books .mySwiper6 .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.25);
  background: #dc0032;
}

.article-list .article-r .books .mySwiper6 .swiper-button-next,
.article-list .article-r .books .mySwiper6 .swiper-button-prev {
  height: 18px;
  margin: 0;
  top: auto;
  bottom: 0;
  color: #cccccc;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.article-list .article-r .books .mySwiper6 .swiper-button-prev {
  left: 90px;
}

.article-list .article-r .books .mySwiper6 .swiper-button-next {
  right: 90px;
}

.article-list .article-r .books .mySwiper6 .swiper-button-next:after,
.article-list .article-r .books .mySwiper6 .swiper-button-prev:after {
  font-size: 18px;
}

.article-list .article-r .books .mySwiper6:hover .swiper-button-next,
.article-list .article-r .books .mySwiper6:hover .swiper-button-prev {
  opacity: 1;
}

.hot-zhuanti {
  width: 1400px;
  margin: 60px auto;
}

.hot-zhuanti .mySwiper5 {
  width: 100%;
  height: 215px;
  margin-top: 40px;
}

.hot-zhuanti .mySwiper5 .swiper-slide a {
  width: 320px;
  height: 160px;
  margin: 0 auto;
}

.hot-zhuanti .mySwiper5 .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.hot-zhuanti .mySwiper5 .swiper-pagination {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
  height: 12px;
  bottom: 3px;
}

.hot-zhuanti .mySwiper5 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  float: left;
  opacity: 1;
  background-color: #cccccc;
  margin: 2px 4.5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.hot-zhuanti .mySwiper5 .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.25);
  background: #dc0032;
}

.hot-zhuanti .mySwiper5 .swiper-button-next,
.hot-zhuanti .mySwiper5 .swiper-button-prev {
  height: 18px;
  margin: 0;
  top: auto;
  bottom: 0;
  color: #cccccc;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.hot-zhuanti .mySwiper5 .swiper-button-prev {
  left: 560px;
}

.hot-zhuanti .mySwiper5 .swiper-button-next {
  right: 560px;
}

.hot-zhuanti .mySwiper5 .swiper-button-next:after,
.hot-zhuanti .mySwiper5 .swiper-button-prev:after {
  font-size: 18px;
}

.hot-zhuanti .mySwiper5:hover .swiper-button-next,
.hot-zhuanti .mySwiper5:hover .swiper-button-prev {
  opacity: 1;
}

h1 {
  width: 100%;
  font-size: 28px;
  line-height: 1;
  height: 28px;
  text-indent: 36px;
  position: relative;
}

h1::after {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background-color: #dc0032;
  border-radius: 4px;
  opacity: 0.2;
  position: absolute;
  top: 9px;
  left: 6px;
}

h1::before {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background-color: #dc0032;
  border-radius: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}

h1 span {
  color: #dc0000;
}

h1 p {
  float: right;
  font-size: 16px;
  color: #9da5b4;
  line-height: 28px;
  font-weight: normal;
  text-indent: 0;
}

h1 a {
  float: right;
  font-size: 14px;
  color: #5e6370;
  font-weight: normal;
  line-height: 28px;
  text-indent: 0;
}

h1 img {
  display: block;
  position: absolute;
  top: 0;
  left: 165px;
  animation: checkin 0.5s ease infinite alternate;
}

@media (max-width: 1440px) {
  h1 {
    font-size: 24px;
    height: 24px;
    text-indent: 30px;
  }

  h1::after {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }

  h1::before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }

  h1 p {
    font-size: 14px;
    line-height: 24px;
  }

  h1 a {
    line-height: 24px;
  }

  h1 img {
    left: 140px;
  }

  .location {
    width: 1200px;
  }

  .hot-zhuanti {
    width: 1200px;
    margin-top: 50px;
  }

  .hot-zhuanti .mySwiper5 {
    height: 184px;
    margin-top: 34px;
  }

  .hot-zhuanti .mySwiper5 .swiper-slide a {
    width: 276px;
    height: 138px;
  }

  .hot-zhuanti .mySwiper5 .swiper-button-prev {
    left: 460px;
  }

  .hot-zhuanti .mySwiper5 .swiper-button-next {
    right: 460px;
  }

  .article-list .article-r .books .mySwiper6 {
    height: 210px;
  }

  .article-list .article-r .books .mySwiper6 .swiper-slide a {
    height: 170px;
  }

  .article-list {
    width: 1200px;
  }

  .article-list h3 {
    font-size: 20px;
    line-height: 26px;
    text-indent: 36px;
    margin-top: 30px;
  }

  .article-list h3 img {
    height: 26px;
  }

  .article-list h3 i {
    font-size: 26px;
  }

  .article-list h3 a {
    font-size: 12px;
  }

  .article-list .article-cont {
    width: 830px;
  }

  .article-list .article-cont h2 {
    font-size: 22px;
    line-height: 38px;
  }

  .article-list .article-cont .origin {
    margin-top: 30px;
  }

  .article-list .article-cont .p_n {
    margin-top: 80px;
  }

  .article-list .article-cont .sancode {
    margin-top: 50px;
  }

  .article-list .article-cont .sancode div img {
    width: 200px;
  }

  .article-list .article-cont .about-tj {
    margin-top: 50px;
  }

  .article-list .article-cont .about-tj div {
    margin-top: 40px;
  }

  .article-list .article-cont .about-tj div ul {
    width: 380px;
  }

  .article-list .article-cont .about-tj div ul li {
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .article-list .article-cont .about-tj div ul li span {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    font-size: 13px;
  }

  .article-list .article-cont .about-tj div ul li a {
    max-width: 300px;
    font-size: 15px;
    margin-left: 10px;
  }

  .article-list .article-cont .about-tj div ul li i {
    font-size: 15px;
  }

  .article-list .article-r {
    width: 310px;
  }

  .article-list .article-r .banner-r {
    width: 100%;
  }

  .article-list .article-r .hot-news {
    width: 100%;
    margin-top: 22px;
  }

  .article-list .article-r .hot-news a {
    max-width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .article-list .article-r .hot-news a span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    margin-right: 6px;
  }

  .article-list .article-r .slideTxtBox {
    width: 100%;
    margin-top: 30px;
  }

  .article-list .article-r .slideTxtBox .hd {
    width: 310px !important;
    height: 26px !important;
    position: relative;
  }

  .article-list .article-r .slideTxtBox .hd ul {
    width: 310px !important;
    height: 26px !important;
  }

  .article-list .article-r .slideTxtBox .hd ul li {
    margin-right: 35px;
    font-size: 20px;
    line-height: 26px;
  }

  .article-list .article-r .slideTxtBox .hd ul li i {
    height: 26px;
    font-size: 26px;
    margin-right: 12px;
  }

  .article-list .article-r .slideTxtBox .hd ul li:last-child {
    margin-right: 0;
  }

  .article-list .article-r .slideTxtBox .bd ul {
    width: 100%;
    margin-top: 30px;
  }

  .article-list .article-r .slideTxtBox .bd ul li {
    line-height: 18px;
    height: 18px;
    margin-bottom: 14px;
  }

  .article-list .article-r .slideTxtBox .bd ul li a {
    max-width: 230px;
    font-size: 15px;
    text-indent: 10px;
  }

  .article-list .article-r .slideTxtBox .bd ul li a::after {
    margin-top: 0;
  }

  .article-list .article-r .books .mySwiper6 .swiper-slide a img.book {
    width: 100px;
  }

  .article-list .article-r .books .mySwiper6 .swiper-slide a img.shadow {
    bottom: 25px;
  }
}


th,
td {
  border: 1px solid #333;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  margin-top: 40px;
}