.notice {
  width: 100%;
  /* height: 1045px; */
  /* border: 1px solid rgba(91, 0, 134,1); */
  background-color: rgba(91, 0, 134, 1);
  overflow: hidden;
}
.tztitle {
  width: 80%;
  /* height: 123px; */
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(91, 0, 134, 1);
}
.tztitle > div:nth-of-type(1) {
  font-size: 62px;
  color: white;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1;
}
.tztitle > div:nth-of-type(2) {
  font-size: 26px;
  margin-top: 15px;
  font-weight: bold;
  color: white;
  line-height: 1;
}
.tzswiper {
  position: relative;
  z-index: 1;
  width: 100%;
  /* padding-left: 15vw; */
  box-sizing: border-box;
  background-color: #fff;
  /* height: 920px; */
  /* border: rgba(91, 0, 134, 1) solid 1px; */
}
.swiper_tz_container {
  width: 90%;
  height: 100%;
  /* position: relative;
  left: 50px; */
}
.swiper_tz_containers {
  width: 100%;
  height: 100%;
}

.swiper_tz_wrapper {
  width: 100%;
  height: 100%;
}
.swiper_tz_slide {
  width: 100%;
  height: 100%;
}
.swiper_tz_pagination {
  display: flex;
  align-items: center;
  position: absolute;
  top: -35px;
  /* left: 85%; */
  right: 5%;
  z-index: 2;
  font-size: 0px;
  /* width: 10%; */
  /* height: 8%; */
}
.swiper_tz_paginations {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -58px;
    right: 0;
    z-index: 2;
    font-size: 0px;
}
.tzleft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  background: #e85555;
  height: 70px;
  width: 110px;
  cursor: pointer;
}

.tzmiddle {
  /* display: inline-block; */
  /* width: 5%; */
  /* height: 100%; */
}
.tzright {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e85555;
  height: 70px;
  width: 110px;
  cursor: pointer;
}


.swiper_tz_paginations .tzleft {
  height: 40px;
  width: 80px;
}
.swiper_tz_paginations .tzright {
  height: 40px;
  width: 80px;
}


.tzleft > img,
.tzright > img {
  width: 24px;
  height: 32px;
}

.tzmiddle > img {
  width: 3px;
  height: 70px;
}
.swiper_tz_paginations .tzmiddle > img
{
  height:40px;
}
.tznews {
  position: relative;
  /* top: 10px; */
  width: 100%;
  /* height: 40vw; */
  /* margin-top: 50px; */
  font-size: 0px;
  border: white solid 1px;
  background-color: white;
  /* padding-left: 15vw; */
  padding-top: 4vw;
  display: flex;
}
.swiper_tz_containers .tznews{
   border: none;
   background-color: #f6f2e8;
   padding-top: 0;
}
.tznew_1 {
  display: inline-block;
  width: 11%;
  height: 610px;
  margin-top: 72px;
}
.tznew_2 {
  display: inline-block;
  /* width: 22.5%; */
  /* height: 754px; */
  /* padding-top: 72px; */
  display: flex;
  box-sizing: border-box;
}
.tznew_2 > img {
  display: inline-block;
  height: 100%;
  float: left;
}
.tznew_content {
  position: relative;
  display: inline-block;
  /* float: right; */
  /* right: 15%; */
  /* width: 70%; */
  height: 100%;
  width: 73%;
  margin: auto;
}
.tznew_content > div:nth-of-type(1) {
  width: 100%;
  /* height: 455px; */
  overflow: hidden;
}
.tznew_content > div:nth-of-type(1) > img {
  width: 100%;
  /* height: 100%; */
  transition: all 0.5s;
}
.tznew_content > div:nth-of-type(1) > img:hover {
  transform: scale(1.05);
}
.tznew_date {
  width: 100%;
  /* height: 7%; */
  margin-top: 10%;
  color: #888;
}
.tznew_date > span:nth-of-type(1) {
  font-size: 20px;
  margin-right: 5%;
  color: #6a6a6a;
}
.tznew_date > span:nth-of-type(2) {
  letter-spacing: 5px;
  font-size: 38px;
  font-size: 32px;
  color: #6a6a6a;
}

.swiper_tz_containers .tznew_date > span:nth-of-type(1)
{
  font-size:15px;
}.swiper_tz_containers .tznew_date > span:nth-of-type(2)
{
  font-size:20px;
  letter-spacing:0;
}

.tznew_title {
  width: 100%;
  /* height: 15%; */
  margin-top: 14%;
  margin-bottom: 15%;
  color: #888;
  display: flex;
  /* background-color: black; */
}
.tznew_title > div {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  height: 100%;
}
.tznew_title > div > img {
  width: 100%;
  height: 28%;
}
.tznew_title > span {
  vertical-align: top;
  display: inline-block;
  margin-left: 5%;
  width: 75%;
  height: 100%;
  font-size: 22px;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 自定义的行数 */
  overflow: hidden;
}
.swiper_tz_containers .tznew_title > span{
  font-size:12px;
  min-height: 3em;
}
.tznew_title > span:hover {
  color: orangered;
}
.tznew_3 {
  display: inline-block;
  width: 22%;
  height: 92%;
  overflow: hidden;
  margin-top: 3%;
}
.separate-line {
  width: 5px;
  height: 100%;
  background-color: #6a6a6a;
  display: inline-block;
  opacity: 0.3;
  float: left;
}
.swiper_tz_containers span.separate-line{
 width: 2px;
}
.swiper_tz_containers .swiper-slide-duplicate-active::after{
    content: ' ';
    width: 2px;
    height: 100%;
    background-color: #6a6a6a;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
}
@media (min-width: 1200px) and (max-width: 1530px) {
  .tztitle {
    width: 100%;
    border: none;
    margin-left: 138px;
    margin-top: 54px;
    margin-bottom: 45px;
  }
  .swiper_tz_pagination {
    left: 80%;
  }
  .tznew_date > span:nth-of-type(1) {
    font-size: 22px;
  }
  .tznew_date > span:nth-of-type(2) {
    font-size: 33px;
  }
  .tztitle > div:nth-of-type(1) {
    font-size: 38px;
  }
  .tztitle > div:nth-of-type(2) {
    font-size: 14px;
  }



  .tzleft {
    width: 70px;
    height: 50px;
  }
  .tzright {
    width: 70px;
    height: 50px;
  }
  .tzmiddle > img {
    height: 50px;
  }
  .swiper_tz_pagination {
    left: 85%;
  }
  .tznew_title > span {
    font-size: 17px;
  }
}
@media (max-width: 1299px) {
  .news_list,.news-table{
     width:100%;
     padding:0 15px;
   }
}
@media (min-width: 769px) and (max-width: 1199px) {
  
  .jjtitle {
    width: 900px;
  }
  .tztitle {
    width: 900px;
  }
  .swiper_tz_pagination {
    /* left: 75%; */
  }
  .tznew_date > span:nth-of-type(1) {
    font-size: 22px;
  }
  .tznew_date > span:nth-of-type(2) {
    font-size: 28px;
  }
  .tznew_title {
    align-items: baseline;
  }
  .tznew_title > span {
    font-size: 17px;
  }
  .tztitle > div:nth-of-type(1) {
    font-size: 38px;
  }
  .tztitle > div:nth-of-type(2) {
    font-size: 14px;
  }
  .tzleft {
    width: 70px;
    height: 50px;
  }
  .tzright {
    width: 70px;
    height: 50px;
  }
  .tzmiddle > img {
    height: 50px;
  }
}

@media (width: 640px) {
  .tztitle {
    width: 100%;
    padding-top: 50px;
    padding-left: 80px;
    padding-bottom: 60px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tztitle > div:nth-of-type(1) {
    font-size: 24px;
  }
  .tztitle > div:nth-of-type(2) {
    font-size: 12px;
  }
  .tzleft,
  .tzright {
    width: 45px;
    height: 30px;
  }
  .tzmiddle {
    height: 30px;
  }
  .tzmiddle > img {
    height: 30px;
  }
  .tzleft > img,
  .tzright > img {
    width: 13px;
    height: auto;
  }
  .swiper_tz_pagination {
    top: -16px;
  }
  .tznew_date > span:nth-of-type(2) {
    font-size: 30px;
  }
  .tznew_date > span:nth-of-type(1) {
    font-size: 18px;
  }
  .tznew_title > span {
    font-size: 12px;
  }
  .tznew_date > span:nth-of-type(2) {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .tznew_date {
    /* display: none !important; */
  }
  .tznew_title {
    /* display: none !important; */
  }
  .tznews {
    padding-top: 4.6875vw;;
    /* padding-bottom: 4.6875vw; */
  }
  .swiper_tz_pagination {
    display: none;
  }
  .body .notice .tzswiper {
    padding-left: 9.53125vw!important;
    padding-right: 9.53125vw!important;
  }
  .tznew_2 {
    margin-top: 0!important;
  }
  .tznew_content {
    width: 72.824156305506216696269982238011%;
  }
}

