.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: 50px;
}

.article-list .article-cont {
  width: 965px;
  float: left;
}

.article-list .article-cont .classify {
  width: 869px;
  padding-left: 96px;
  position: relative;
  margin-bottom: 30px;
}

.article-list .article-cont .classify p {
  min-width: 80px;
  line-height: 30px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}

.article-list .article-cont .classify ul {
  width: 869px;
}

.article-list .article-cont .classify ul li {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.article-list .article-cont .classify ul li a {
  display: inline;
  font-size: 16px;
}

.article-list .article-cont .classify ul li.this a {
  display: block;
  padding: 0 14px;
  height: 30px;
  background-color: #dc0000;
  border-radius: 10px;
  color: #ffffff;
}

.article-list .article-cont-list {
  width: 100%;
}

.article-list .article-cont-list li {
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
}

.article-list .article-cont-list li .article-left {
  width: 270px;
  height: 160px;
  background-color: #333333;
  border-radius: 1px;
  overflow: hidden;
}

.article-list .article-cont-list li .article-left img {
  width: 100%;
  height: 100%;
}

.article-list .article-cont-list li div {
  width: 675px;
  height: 100%;
  float: right;
  position: relative;
}

.article-list .article-cont-list li div .article-title {
  max-width: 100%;
  font-size: 22px;
  color: #333333;
  line-height: 1;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.article-list .article-cont-list li div .article-title:hover {
  color: #dc0000;
}

.article-list .article-cont-list li div p {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  text-indent: 32px;
}

.article-list .article-cont-list li div .article-link {
  width: 98px;
  height: 28px;
  border-radius: 15px;
  border: solid 1px #dc0000;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #dc0000;
  position: absolute;
  bottom: 0;
  left: 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-cont-list li div .article-link:hover {
  background: #dc0000;
  color: #ffffff;
}

.article-list .article-cont-list li div span {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  opacity: 0.5;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.article-list .article-cont-list .no-img {
  height: 160px;
}

.article-list .article-cont-list .no-img div {
  width: 100%;
}

.article-list .article-cont-list .no-img div p {
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-list .article-right {
  width: 360px;
  float: right;
}

.article-list .article-right .article-sidebar {
  width: 360px;
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(62, 93, 235, 0.19);
  border-radius: 1px;
  margin-top: 2px;
  position: relative;
}

.article-list .article-right .article-sidebar .mySwiper2 {
  width: 100%;
  height: 370px;
  padding-top: 70px;
  position: relative;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide {
  width: 100%;
  height: 370px;
  background: #ffffff;
  position: relative;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list {
  width: 100%;
  height: 370px;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul {
  width: 100%;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li {
  margin-top: 10px;
  height: 84px;
  padding: 0 25px 0 14px;
  background: url(../../images/news/zb-list.png) no-repeat 14px top;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li h6 {
  font-size: 14px;
  font-weight: bold;
  color: #5e626e;
  line-height: 16px;
  text-indent: 30px;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li p {
  padding-left: 30px;
  font-size: 14px;
  color: #5e626e;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 5px;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li div {
  width: 100%;
  height: 14px;
  line-height: 1;
  margin-top: 5px;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li div a {
  font-size: 14px;
  color: #dc0032;
  float: right;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li div span {
  display: block;
  font-size: 14px;
  float: left;
  margin-left: 30px;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li div a:hover {
  text-decoration: underline;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li:first-child {
  margin-top: 0;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li:last-child {
  background: url(../../images/news/zb-icon.png) no-repeat 14px top;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-pagination {
  width: 100%;
  height: 45px;
  top: 0;
  bottom: auto;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-pagination span {
  display: block;
  float: left;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  font-size: 20px;
  color: #5e626e;
  width: 174px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: none;
  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-right .article-sidebar .mySwiper2 .swiper-pagination span:nth-child(2) {
  float: right;
}

.article-list .article-right .article-sidebar .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
  color: #ffffff;
  line-height: 30px;
}

.article-list .article-right .article-sidebar .nav-bg {
  position: absolute;
  top: -10px;
  left: 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-right .article-sidebar .nav-bg-move {
  left: 186px;
}

.article-list .article-right .sao-code {
  width: 100%;
  margin: 40px 0;
}

.article-list .article-right .sao-code ul {
  width: 100%;
}

.article-list .article-right .sao-code ul li {
  width: 170px;
}

.article-list .article-right .sao-code ul li span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 14px;
}

.article-list .article-right h1 {
  text-indent: 48px;
}

.article-list .article-right h1 img {
  left: 0;
  top: -6px;
}

.article-list .article-right h1::before,
.article-list .article-right h1::after {
  display: none;
}

.article-list .article-right h1.have {
  text-indent: 30px;
  margin-top: 40px;
}

.article-list .article-right h1.have::before,
.article-list .article-right h1.have::after {
  display: block;
}

@keyframes checkin {
  0% {
    transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  100% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }
}

.article-list .article-right .hot-news {
  width: 100%;
  margin-top: 40px;
}

.article-list .article-right .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-right .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-right .hot-news a:hover {
  text-decoration: underline;
}

.article-list .article-right .hot-news a:first-child {
  color: #dc0032;
}

.article-list .article-right .hot-news a:first-child span {
  background-color: #dc0032;
}

.article-list .article-right .hot-news a:nth-child(2) {
  color: #fa7744;
}

.article-list .article-right .hot-news a:nth-child(2) span {
  background-color: #fa7744;
}

.article-list .article-right .hot-news a:nth-child(3) {
  color: #fac944;
}

.article-list .article-right .hot-news a:nth-child(3) span {
  background-color: #fac944;
}

.article-list .article-right .hot-news a:nth-child(4):hover,
.article-list .article-right .hot-news a:nth-child(5):hover,
.article-list .article-right .hot-news a:nth-child(6):hover {
  color: #dc0032;
}

.article-list .article-right .banner-s {
  width: 100%;
  margin-top: 40px;
}

.article-list .article-right .ti-list {
  width: 100%;
}

.article-list .article-right .ti-list li {
  width: 100%;
  line-height: 18px;
  height: 18px;
  margin-top: 18px;
}

.article-list .article-right .ti-list li:first-child {
  margin-top: 40px;
}

.article-list .article-right .ti-list 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-right .ti-list 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-right .ti-list li a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.article-list .article-right .ti-list li a:hover::after {
  background: #dc0000;
}

.article-list .article-right .ti-list li span {
  float: right;
  color: #cdcdcd;
}

.page {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  margin: 80px auto;
}

.pageTest {
  width: 100%;
  height: 100%;
}

.pageTest ul {
  float: left;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.pageTest ul li {
  height: 40px;
  background-color: #f4f5f7;
  border-radius: 8px;
  float: left;
  margin: 0 10px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.pageTest ul li a {
  padding: 0 16px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.pageTest ul .activP {
  background-color: #dc0000;
}

.pageTest ul .activP a {
  color: #ffffff;
}

.hot-zhuanti {
  width: 1400px;
  margin: 60px auto;
}

.hot-zhuanti .mySwiper5 {
  width: 100%;
  height: 215px;
  margin-top: 40px;
}

.hot-zhuanti .mySwiper5 .swiper-slide a {
  width: 100%;
}

.hot-zhuanti .mySwiper5 .swiper-slide a img {
  width: 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: 100%;
  }

  .hot-zhuanti .mySwiper5 .swiper-button-prev {
    left: 460px;
  }

  .hot-zhuanti .mySwiper5 .swiper-button-next {
    right: 460px;
  }

  .article-list {
    width: 1200px;
    margin-top: 40px;
  }

  .article-list .article-cont {
    width: 830px;
  }

  .article-list .article-cont .classify {
    width: 750px;
    padding-left: 80px;
    margin-bottom: 20px;
  }

  .article-list .article-cont .classify p {
    min-width: 75px;
    line-height: 26px;
    font-size: 15px;
  }

  .article-list .article-cont .classify ul {
    width: 750px;
  }

  .article-list .article-cont .classify ul li {
    height: 26px;
    line-height: 26px;
  }

  .article-list .article-cont .classify ul li a {
    font-size: 15px;
  }

  .article-list .article-cont .classify ul li.this a {
    padding: 0 12px;
    height: 26px;
    border-radius: 6px;
  }

  .article-list .article-cont-list li {
    height: 136px;
    margin-bottom: 30px;
  }

  .article-list .article-cont-list li .article-left {
    width: 230px;
    height: 136px;
  }

  .article-list .article-cont-list li div {
    width: 580px;
  }

  .article-list .article-cont-list li div .article-title {
    font-size: 18px;
  }

  .article-list .article-cont-list li div p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    margin-top: 15px;
    text-indent: 28px;
  }

  .article-list .article-cont-list li div .article-link {
    width: 86px;
    height: 26px;
    border-radius: 14px;
    line-height: 26px;
    font-size: 14px;
  }

  .article-list .article-cont-list li div span {
    font-size: 14px;
  }

  .article-list .article-cont-list .no-img {
    height: 136px;
  }

  .article-list .article-cont-list .no-img div p {
    height: 56px;
  }

  .article-list .article-right {
    width: 310px;
    float: right;
  }

  .article-list .article-right .article-sidebar {
    width: 310px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 {
    height: 320px;
    padding-top: 60px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-slide {
    height: 320px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list {
    height: 320px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li {
    height: 72px;
    padding: 0 25px 0 14px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li p {
    padding-left: 30px;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li div {
    height: 13px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li div a {
    font-size: 13px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-slide .zb-list ul li div span {
    font-size: 13px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-pagination {
    height: 38px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-pagination span {
    font-size: 18px;
    width: 150px;
    height: 38px;
    line-height: 38px;
  }

  .article-list .article-right .article-sidebar .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
    line-height: 25px;
  }

  .article-list .article-right .article-sidebar .nav-bg {
    width: 150px;
    top: -9px;
  }

  .article-list .article-right .article-sidebar .nav-bg-move {
    left: 160px;
  }

  .article-list .article-right .sao-code ul li {
    width: 146px;
  }

  .article-list .article-right .hot-news {
    margin-top: 30px;
  }

  .article-list .article-right .hot-news a {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .article-list .article-right .banner-s {
    margin-top: 30px;
  }

  .article-list .article-right h1.have {
    margin-top: 30px;
  }

  .article-list .article-right .ti-list li {
    line-height: 17px;
    height: 17px;
    margin-top: 15px;
  }

  .article-list .article-right .ti-list li:first-child {
    margin-top: 30px;
  }

  .article-list .article-right .ti-list li a {
    max-width: 250px;
    height: 17px;
    font-size: 15px;
  }
}