.space-between-column, .space-between-wrap, .space-between-flex-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .space-between-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .space-between-column {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .space-between-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .space-between-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .space-between-flex-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .space-between-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .line-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hundred {
    width: 100% !important;
  }
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c81319;
}

header .head-top, header nav {
  width: 84.4%;
}

header .head-top {
  height: 9.8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top .logo {
  width: 33%;
}

header .head-top .logo img {
  width: 100%;
}

header .head-top .head-top-right {
  width: 13.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top .head-top-right .head-tu {
  width: 13%;
}

header .head-top .head-top-right .head-tu img {
  width: 100%;
  vertical-align: middle;
}

header .head-top .head-top-right a {
  color: white;
  font-size: 1.17vw;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.8vw;
}

header nav > ul {
  height: 100%;
  padding-left: 0.8vw;
  width: 75.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav > ul li {
  height: 2.8vw;
  position: relative;
}

header nav > ul li a {
  color: #fff;
  font-size: 1.2vw;
}

header nav>ul li:nth-child(2) .ul-box {
  /* display: none; */
  left: -2.5vw;

}

header nav>ul li .ul-box {
  display: none;
  width: 8vw;
  position: absolute;
  left: -2vw;
  top: 2.8vw;
  background: #ffa10d;
}

header nav > ul li .ul-box ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header nav > ul li .ul-box ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5vw;
  z-index: 9999;
}

header nav > ul > :hover .ul-box {
  display: block;
  z-index: 99999;
}

header nav .search {
  height: 2.3vw;
  width: 18.25%;
  margin-bottom: 0.8vw;
  background: white;
  border-radius: 0.5vw;
  box-sizing: border-box;
}

header nav .search .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.3vw;
}

header nav .search .form input {
  width: 70%;
  border: 0;
  margin-left: 1.5vw;
  outline: none;
}

header nav .search .form button {
  margin-right: 1.7vw;
  width: 7%;
  background: white;
  border: 0;
}

header nav .search .form button img {
  width: 100%;
  vertical-align: middle;
}

.swiper {
  width: 100%;
  height: 450px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.zuoyou .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  display: none;
}

.zuoyou .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  display: none;
}

.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, 24vw);
  left: 0vw;
  width: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  margin-left: 1.1vw !important;
}

.banner .swiper-pagination-bullet-active::after {
  content: " ";
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  border: 1px solid #be121a;
  margin-left: -0.8vw;
  top: -0.1vw;
}

.zuo img, .you img {
  width: 4.7vw;
}

.swiper-container-two .zuoyou {
  position: relative;
  width: 95%;
  top: -13vw;
  left: 5vw;
}

.you {
  margin-right: 5vw;
}

.henghu {
  width: 100%;
}

.henghu img {
  width: 100%;
}

.tu-xinwen, .tuwen-content-box {
  width: 84.4%;
}

.tuwen-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tuwen-box .tu-xinwen {
  /* margin: 2.7vw 0 1.8vw; */
}

.tuwen-box .tu-xinwen .tu-wen-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left {
  width: 52%;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper-slide {
  width: 100%;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper-slide img {
  border-radius: 0.8vw;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper .swiper-wrapper {
  z-index: -1;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper .tu-bg {
  width: 100%;
  height: 4.5vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  margin-top: -4.5vw;
  border-bottom-left-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper .tu-bg .swiper-horizontal > .swiper-pagination-bullets,
.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper .tu-bg .swiper-pagination-bullets.swiper-pagination-horizontal,
.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper .tu-bg .swiper-pagination-custom,
.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper .tu-bg .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, 26.5vw);
  left: 17vw;
  width: 100%;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper .tu-bg .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #8e8579);
  /* border:1px solid white; */
  /* opacity: var(--swiper-pagination-bullet-inactive-opacity, .2) */
  width: 1.25vw;
  height: 1.25vw;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-left .swiper .tu-bg .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  /* background: var(--swiper-pagination-color, var(--swiper-theme-color)); */
  background-color: #be121a;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti {
  width: 43.7%;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right .tu-font-top, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti .tu-font-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right .tu-font-top, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti .tu-font-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right .tu-font-top .tu-font-rd, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti .tu-font-top .tu-font-rd {
  width: 9%;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right .tu-font-top .tu-font-rd img, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti .tu-font-top .tu-font-rd img {
  width: 100%;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right .tu-font-top h2, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti .tu-font-top h2 {
  font-size: 1.65vw;
  width: 91%;
  margin-top: 0.2vw;
  margin-left: -1vw;
  line-height: 2.5vw;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right .tu-font-top .tu-tit, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti .tu-font-top .tu-tit {
  width: 100%;
  margin-top: 1.1vw;
  border-bottom: 1px solid #be121a;
  padding-bottom: 1vw;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right .tu-font-top .tu-tit p, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti .tu-font-top .tu-tit p {
  color: #8e8579;
  font-size: 1.05vw;
  line-height: 1.6vw;
}

.tuwen-box .tu-xinwen .tu-wen-content .tu-wen-right .tu-font-top .tu-tit p a, .tuwen-box .tu-xinwen .tu-wen-content .xinwen-left-ziti .tu-font-top .tu-tit p a {
  color: #c9383e;
  font-size: 1.05vw;
}

.tuwen-box .tu-xinwen .xinwen {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}

.tuwen-box .tu-xinwen .xinwen .xinwen-left {
  width: 49%;
}

.tuwen-box .tu-xinwen .xinwen .xinwen-left > ul {
  display: flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.2vw;
}

.tuwen-box .tu-xinwen .xinwen .xinwen-left > ul li {
  width: 47.3%;
  height: 13vw;
  overflow: hidden;
}

.tuwen-box .tu-xinwen .xinwen .xinwen-left > ul li img {
  width: 100%;
  border-radius: 0.6vw;
  transition: all 0.3s;
}
.tuwen-box .tu-xinwen .xinwen .xinwen-left > ul li:hover img{
  transform: scale(1.1);
  transition: all 0.3s;
  

} 

.tuwen-box .tu-xinwen .xinwen .xinwen-left > ul li .xinwen-left-font {
  position: absolute;
  bottom: 0.1vw;
  height: 3.5vw;
  width: 47.3%;
  border-bottom-left-radius: 0.6vw;
  border-bottom-right-radius: 0.6vw;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  height: 3.25vw;
}

.tuwen-box .tu-xinwen .xinwen .xinwen-left > ul li .xinwen-left-font a {
  width: 88%;
  line-height: 3.25vw;
  font-size: 1.2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  padding-left: 5%;
}

.tuwen-box .hpg {
  position: absolute;
  top: 28.5vw;
  left: 4vw;
  width: 12.5%;
}

.tuwen-box .hpg img {
  width: 100%;
}

.tuwen-box .yh {
  position: absolute;
  top: 11.5vw;
  right: 0vw;
  width: 15.8%;
  z-index: -1;
}

.tuwen-box .yh img {
  width: 100%;
}

.tu-wen-right ul, .xinwen-left-ziti ul, .xinwen-right .xinwen-left-ziti ul {
  margin-top: 0.7vw;
}

.tu-wen-right ul li, .xinwen-left-ziti ul li, .xinwen-right .xinwen-left-ziti ul li {
  display: flex;
  justify-content: space-between;
  padding: 1vw 0;
  border-bottom: 1px dashed #d7d7d7;
}

.tu-wen-right ul li .kong, .xinwen-left-ziti ul li .kong {
  width: 1.1vw;
  height: 1.1vw;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  margin-top: 0.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tu-wen-right ul li .kong .kong-dian, .xinwen-left-ziti ul li .kong .kong-dian {
  width: 0.6vw;
  height: 0.6vw;
  background: #d7d7d7;
  border-radius: 50%;
}

.tu-wen-right ul li a, .xinwen-left-ziti ul li a, .xinwen-right .xinwen-left-ziti ul li a {
  width: 78%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  font-size: 1.2vw;
}

.tu-wen-right ul li p, .xinwen-left-ziti ul li p, .xinwen-right .xinwen-left-ziti ul li p {
  width: 10%;
  padding-left: 3%;
  font-size: 1.2vw;
}

.tu-wen-right ul > :hover, .xinwen-left-ziti ul > :hover {
  transition: all 0.5s;
  
  border-bottom: 1px dashed #be121a;
}

.tu-wen-right ul > :hover a, .xinwen-left-ziti ul > :hover a {
  color: #be121a;
}

.tu-wen-right ul > :hover .kong, .xinwen-left-ziti ul > :hover .kong {
  border: 1px solid #be121a;
}

.tu-wen-right ul > :hover .kong .kong-dian, .xinwen-left-ziti ul > :hover .kong .kong-dian {
  background: #be121a;
}

.tu-wen-right ul > :hover p, .xinwen-left-ziti ul > :hover p {
  color: #be121a;
}

.xinwen-left-top, .xinwen-right .xinwen-left-top, .tuwen-left-top, .tuwen-content .ztzl-xinwen-left-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.9vw;
}

.xinwen-left-top .xw-tu, .tuwen-left-top .xw-tu, .tuwen-content .ztzl-xinwen-left-top .xw-tu {
  width: 7.5%;
}

.xinwen-left-top .xw-tu img, .tuwen-left-top .xw-tu img, .tuwen-content .ztzl-xinwen-left-top .xw-tu img {
  width: 100%;
}

.xinwen-left-top .xw-font, .tuwen-left-top .xw-font, .tuwen-content .ztzl-xinwen-left-top .xw-font {
  width: 92.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 3.1vw;
  border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 768px) {
  .xinwen-left-top .xw-font, .tuwen-left-top .xw-font, .tuwen-content .ztzl-xinwen-left-top .xw-font {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.xinwen-left-top .xw-font h2, .tuwen-left-top .xw-font h2, .tuwen-content .ztzl-xinwen-left-top .xw-font h2 {
  width: 30%;
  color: #be121a;
  font-size: 2vw;
  padding-left: 0.5vw;
  margin-top: 0.3vw;
}

.xinwen-left-top .xw-font .genduo, .tuwen-left-top .xw-font .genduo, .tuwen-content .ztzl-xinwen-left-top .xw-font .genduo {
  margin-top: 1vw;
  display: flex;
  justify-content: space-between;
}

.xinwen-left-top .xw-font .genduo a, .tuwen-left-top .xw-font .genduo a, .tuwen-content .ztzl-xinwen-left-top .xw-font .genduo a {
  color: #999999;
  font-size: 1.2vw;
  padding-right: 0.7vw;
}

.xinwen-left-top .xw-font .genduo .jiatou img, .tuwen-left-top .xw-font .genduo .jiatou img, .tuwen-content .ztzl-xinwen-left-top .xw-font .genduo .jiatou img {
  width: 1vw;
}

.xinwen-left-top .xw-font .genduo .jiatou img:last-child, .tuwen-left-top .xw-font .genduo .jiatou img:last-child, .tuwen-content .ztzl-xinwen-left-top .xw-font .genduo .jiatou img:last-child {
  display: none;
}

.xinwen-left-top .xw-font .genduo:hover a, .tuwen-left-top .xw-font .genduo:hover a, .tuwen-content .ztzl-xinwen-left-top .xw-font .genduo:hover a {
  color: #be121a;
}

.xinwen-left-top .xw-font .genduo:hover .jiatou img:first-child, .tuwen-left-top .xw-font .genduo:hover .jiatou img:first-child, .tuwen-content .ztzl-xinwen-left-top .xw-font .genduo:hover .jiatou img:first-child {
  display: none;
}

.xinwen-left-top .xw-font .genduo:hover .jiatou img:last-child, .tuwen-left-top .xw-font .genduo:hover .jiatou img:last-child, .tuwen-content .ztzl-xinwen-left-top .xw-font .genduo:hover .jiatou img:last-child {
  display: block;
  margin-top: 0.7vw;
}

.xinwen-left-ziti ul, .xinwen-right .xinwen-left-ziti ul {
  margin-top: -0.7vw;
}

.xinwen-left-ziti ul li:hover {
  border-bottom: 1px dashed #d7d7d7;
}

.xinwen-right {
  width: 47.5%;
}

.xinwen-right .xinwen-left-ziti ul {
  margin-top: 0vw;
}

.xinwen-right .xinwen-left-ziti ul li {
  border-radius: 0.8vw;
  border-bottom: 0;
  background: #fef4ee;
  margin-bottom: 0.8vw;
  box-sizing: border-box;
  padding: 1.6vw 1.4vw;
}

.xinwen-right .xinwen-left-ziti ul > :hover {
  background: #be121a;
}

.xinwen-right .xinwen-left-ziti ul > :hover a, .xinwen-right .xinwen-left-ziti ul > :hover p {
  color: white;
}

.xinwen-right .xinwen-left-ziti ul > :hover .kong {
  border: 1px solid white;
}

.xinwen-right .xinwen-left-ziti ul > :hover .kong .kong-dian {
  background: white;
}

.tuwen-left-top ul {
  width: 18.5vw;
  display: flex;
  justify-content: space-between;
}

.tuwen-left-top ul li {
  margin-top: 0.3vw;
}

.tuwen-left-top ul li:first-child {
  color: #be121a;
  font-size: 2vw;
  padding-left: 0.5vw;
  font-weight: bold;
}

.tuwen-left-top ul li .stfc {
  margin-top: 0.5vw;
  border-left: 0.4vw solid #ff6602;
  height: 1.9vw;
}

.tuwen-left-top ul li .stfc p {
  color: #ff6602;
  font-size: 1.6vw;
  padding-left: 1.5vw;
   font-weight: bold;
}

.tuwen-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  background-image: url(../images/bg.png);
  background-size: 100% 100%;
  background-position: center center;
}

.tuwen-content .tuwen-content-box {
  margin-top: 2.5vw;
  display: flex;
  justify-content: space-between;
}

.tuwen-content .tuwen-content-box .tuwen-box-left {
  width: 49%;
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox {
  width: 100%;
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font:last-child {
  display: none;
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo .tu-zuo-box {
  width: 64.5%;
  height: 17.45vw;
  position: relative;
  overflow: hidden;
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo .tu-zuo-box a img {
  width: 100%;
  border-radius: 0.6vw;
  transition: all 0.5s;
}
.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo .tu-zuo-box:hover a img{
  transform: scale( 1.1);
  transition: all 0.5s;
}
.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo .tu-zuo-box .tu-zuo-font {
  position: absolute;
  bottom: 0.1vw;
  width: 100%;
  border-bottom-left-radius: 0.6vw;
  border-bottom-right-radius: 0.6vw;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  height: 3.25vw;
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo .tu-zuo-box .tu-zuo-font p {
  width: 100%;
  line-height: 3.25vw;
  font-size: 1.3vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  padding-left: 7%;
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo ul {
  width: 31.5%;
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo ul li {
  margin-bottom: 0.4vw;
  overflow: hidden;
  width: 100%;
  height: 8.8vw;
}

.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo ul li img {
  width: 100%;

  border-radius: 0.7vw;
  transition: all 0.5s;
}
.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .tu-zuo ul li:hover img{
  transform: scale( 1.1);
  transition: all 0.5s;
}
.tuwen-content .tuwen-content-box .tuwen-box-left .tuwen-left-fontbox .tuwen-left-font .xinwen-left-tit {
  width: 100%;
  display: block;
}

.tuwen-content .tuwen-content-box .tuwen-box-right {
  width: 47.5%;
  overflow: hidden;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox {
  display: flex;
  width: 200%;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-left {
  padding: 1.8vw 1.8vw 0vw;
  box-sizing: border-box;
  width: 48%;
  border-radius: 0.5vw;
  background: #f8e4e4;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-left .tuwen-tit {
  color: #c81319;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 2vw;
  border-bottom: 2px solid #c81319;
  padding-bottom: 1.5vw;
  margin-bottom: 1.68vw;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-left .tuwen-tit p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-left .tuwen-neirong {
  height: 19.8vw;
  position: relative;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-left .tuwen-neirong p {
  text-indent: 2em;
  line-height: 1.9vw;
  color: #999999;
  font-size: 1.1vw;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-left .tuwen-neirong a {
  position: absolute;
  bottom: 1vw;
  right: 0;
  color: #cc454b;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-right {
  width: 46%;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-right ul li {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f6dfdf;
  
  box-sizing: border-box;
  padding: 0vw 0.5vw 0vw 0;
}
.tuwen-fontbox-right ul{
  height:100%;
  display:flex;
	flex-direction: column;
  justify-content: space-between;
}
.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-right ul li:hover {
  transition: all 0.5s;
  background: #cc454b;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-right ul li:hover a {
  color: white;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-right ul li .xian {
  height: 6.2vw;
  border-left: 4px solid #cc454b;
}

.tuwen-content .tuwen-content-box .tuwen-box-right .tuwen-right-fontbox .tuwen-right-fonts .tuwen-fontbox-right ul li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 81.2%;
  color: #333333;
  font-size: 1.2vw;
  margin-left: 1.2vw;
  line-height: 2vw;
}

.tuwen-content .ztzl-xinwen-left-top {
  margin-top: 3vw;
  width: 84.4%;
}

.tuwen-content .ztzl-xinwen-left-top .xw-tu {
  width: 3.8%;
}

.tuwen-content .ztzl-xinwen-left-top .xw-font {
  width: 96.5%;
  height: 3.2vw;
}

.tuwen-content .ztzl-content {
  width: 100%;
  margin-bottom: 2.8vw;
}

.tuwen-content .ztzl-content ul {
  display: flex;
  flex-wrap: wrap;
  height: 12vw;
}

.tuwen-content .ztzl-content ul li {
  width: 19.5%;
  margin: 0vw 1.2vw;
  overflow:hidden;
  border-radius:10px;
}

.tuwen-content .ztzl-content ul li img {
  width: 100%;
  height: 100%;
}

footer {
  background: #be121a;
}

footer .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

footer .foot .yqlj {
  width: 84.4%;
  margin: 1.6vw 0 2.5vw;
  border-bottom: 1px solid white;
  padding-bottom: 1vw;
}

footer .foot .yqlj ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

footer .foot .yqlj ul li:first-child a {
  border-left: 0;
  padding-left: 0;
}

footer .foot .yqlj ul li a {
  padding-left: 1.5vw;
  color: #f1ced0;
  font-size: 1vw;
  border-left: 1px solid #f1ced0;
}

footer .foot .foot-bottom {
  margin-bottom: 2.5vw;
  width: 84.4%;
  display: flex;
  justify-content: space-between;
}

footer .foot .foot-bottom .foot-logo {
  width: 27.5%;
}

footer .foot .foot-bottom .foot-logo img {
  width: 100%;
}

footer .foot .foot-bottom .foot-bottom-right {
  margin-right: 1.55vw;
}

footer .foot .foot-bottom .foot-bottom-right p {
  color: white;
  line-height: 2vw;
  font-size: 1.1vw;
}

footer .banquan {
  background: #ac0e15;
}

footer .banquan p {
  padding: 1vw 0;
  color: white;
  text-align: center;
  font-size: 0.85vw;
}
@media(max-width:3064px){
  .banner .swiper-pagination-bullet-active::after {
    top: -0.4vw;
}
}
@media(max-width:2298px){
  .banner .swiper-pagination-bullet-active::after {
    top: -0.4vw;
}
}
@media(max-width:2042px){
  .banner .swiper-pagination-bullet-active::after {
    top: -0.4vw;
}
}
@media(max-width:1915px){
  .banner .swiper-pagination-bullet-active::after {
    top: -0.2vw;
}
}
@media(max-width:1702px){
  .banner .swiper-pagination-bullet-active::after {
    top: -0.05vw;
}
}
@media(max-width:1532px){
  .banner .swiper-pagination-bullet-active::after {
    top: -0.1vw;
}
}
