.all-content {
  padding-top: 80px;
  width: 100%;
  background-color: #F7F7F7;
}
.all-content .top {
  margin: 0 auto;
  width: 83.33%;
  height: 533px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.all-content .top .tswiper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.all-content .top .tswiper .swiper-wrapper,
.all-content .top .tswiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.all-content .top .tswiper .swiper-img {
  float: left;
  width: 50%;
  height: 533px;
  position: relative;
  overflow: hidden;
}
.all-content .top .tswiper .swiper-img .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.all-content .top .tswiper .swiper-img .img img {
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -400px;
  right: -400px;
}
.all-content .top .tswiper .right {
  float: right;
  width: 50%;
  padding-left: 80px;
  padding-right: 91px;
  box-sizing: border-box;
  overflow: hidden;
}
.all-content .top .tswiper .right .year {
  float: right;
  margin-top: 75px;
  font-size: 24px;
  font-family: Futura Md BT;
  font-weight: bold;
  color: #B6B6B6;
}
.all-content .top .tswiper .right .date {
  margin-top: 160px;
  font-size: 24px;
  font-family: Futura Md BT;
  font-weight: bold;
  color: rgba(34, 34, 34, 0.8);
}
.all-content .top .tswiper .right .title {
  margin-top: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 44px;
}
.all-content .top .tswiper .right .intro {
  margin-top: 40px;
  font-size: 16px;
  color: #9C9C9C;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.all-content .top .tswiper .swiper-pagination {
  padding-right: 63px;
  box-sizing: border-box;
  text-align: right;
  bottom: 46px;
}
.all-content .top .tswiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #EFEFEF;
  opacity: 0.6;
}
.all-content .top .tswiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.all-content .top .tswiper .top-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .news-list {
  margin: 0 auto;
  margin-top: 72px;
  width: 83.33%;
}
.all-content .news-list .news-top {
  width: 100%;
  position: relative;
}
.all-content .news-list .news-top .title,
.all-content .news-list .news-top .years {
  display: inline-block;
  vertical-align: top;
}
.all-content .news-list .news-top .title {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.all-content .news-list .news-top .title span {
  font-size: 24px;
  font-weight: bold;
  color: #0349A8;
}
.all-content .news-list .news-top .years {
  width: 253px;
  float: left;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -20px;
}
.all-content .news-list .news-top .years .years-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.all-content .news-list .news-top .years .years-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.all-content .news-list .news-top .years .years-box .years-value {
  font-size: 14px;
  line-height: 60px;
  color: #999999;
  float: left;
  padding-left: 22px;
}
.all-content .news-list .news-top .years .years-box .years-value span {
  margin-left: 16px;
  padding-left: 16px;
  position: relative;
}
.all-content .news-list .news-top .years .years-box .years-value span::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #e8e8e8;
  position: absolute;
  left: 0;
  top: 5px;
}
.all-content .news-list .news-top .years .years-box .icon {
  float: right;
  margin-right: 24px;
  line-height: 60px;
}
.all-content .news-list .news-top .years .years-box .icon i {
  font-size: 14px;
  transition: 0.3s;
}
.all-content .news-list .news-top .years .years-box .icon.xz img {
  transform: rotate(180deg);
}
.all-content .news-list .news-top .years ul {
  width: 100%;
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 100;
}
.all-content .news-list .news-top .years ul li {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.all-content .news-list .news-top .years ul li a {
  padding: 10px 22px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.all-content .news-list .news-top .years ul li:hover {
  background: #d6d6d6;
}
.all-content .news-list .news-boxs {
  margin-top: 45px;
  width: 100%;
}
.all-content .news-list .news-boxs .box {
  padding: 0 5%;
  box-sizing: border-box;
  width: 100%;
  height: 360px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
.all-content .news-list .news-boxs .box .box-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .news-list .news-boxs .box:hover .bg-img {
  opacity: 1;
}
.all-content .news-list .news-boxs .box:hover .content {
  border: none;
}
.all-content .news-list .news-boxs .box:hover .content .text .text-top .title,
.all-content .news-list .news-boxs .box:hover .content .text .text-top .date {
  color: #fff;
}
.all-content .news-list .news-boxs .box:hover .content .text .intro {
  color: #fff;
}
.all-content .news-list .news-boxs .box .bg-img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .news-list .news-boxs .box .content {
  height: 100%;
  border-bottom: 1px solid #ECECEC;
  position: relative;
  top: -1px;
}
.all-content .news-list .news-boxs .box .content .img {
  width: 27.37%;
  height: 60.83%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.all-content .news-list .news-boxs .box .content .img img {
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
}
.all-content .news-list .news-boxs .box .content .text {
  width: 63.37%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.all-content .news-list .news-boxs .box .content .text .text-top .title,
.all-content .news-list .news-boxs .box .content .text .text-top .date {
  display: inline-block;
  vertical-align: middle;
}
.all-content .news-list .news-boxs .box .content .text .text-top .title {
  width: 60%;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.all-content .news-list .news-boxs .box .content .text .text-top .title a {
  color: inherit;
}
.all-content .news-list .news-boxs .box .content .text .text-top .date {
  float: right;
  font-size: 24px;
  font-family: Futura Md BT;
  font-weight: bold;
  color: #222222;
  opacity: 0.8;
  position: relative;
  transition: all 0.5s;
}
.all-content .news-list .news-boxs .box .content .text .text-top .date::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background-color: #E2E2E2;
  position: absolute;
  left: -67px;
  top: 5px;
  clear: both;
}
.all-content .news-list .news-boxs .box .content .text .intro {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 36px;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1021px) and (max-width: 1400px) {
  .all-content .news-list .news-boxs .box {
    padding: 0 5%;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    background-color: #fff;
    position: relative;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1020px) {
  .all-content {
    padding-top: 3rem;
    width: 100%;
    background-color: #F7F7F7;
  }
  .all-content .top {
    margin: 0 auto;
    width: 90%;
    height: auto;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  }
  .all-content .top .tswiper .swiper-img {
    float: left;
    width: 100%;
    height: 20rem;
    position: relative;
    overflow: hidden;
  }
  .all-content .top .tswiper .swiper-img .img img {
    margin: auto;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: -400px;
    bottom: -400px;
  }
  .all-content .top .tswiper .right {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 90%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .all-content .top .tswiper .right .year {
    float: right;
    margin-top: 2rem;
    font-size: 1.8rem;
    font-family: Futura Md BT;
    font-weight: bold;
    color: #B6B6B6;
  }
  .all-content .top .tswiper .right .date {
    margin-top: 5rem;
    font-size: 1.8rem;
    font-family: Futura Md BT;
    font-weight: bold;
    color: rgba(34, 34, 34, 0.8);
  }
  .all-content .top .tswiper .right .title {
    margin-top: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #222222;
    line-height: 2.5rem;
  }
  .all-content .top .tswiper .right .intro {
    margin-bottom: 4rem;
    margin-top: 2.5rem;
    font-size: 1.6rem;
    color: #9C9C9C;
    line-height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .all-content .top .tswiper .swiper-pagination {
    padding-right: 5%;
    box-sizing: border-box;
    text-align: right;
    bottom: 1rem;
  }
  .all-content .news-list {
    margin: 0 auto;
    margin-top: 4rem;
    width: 90%;
  }
  .all-content .news-list .news-top .title span {
    font-size: 2.4rem;
    font-weight: bold;
    color: #0349A8;
  }
  .all-content .news-list .news-top .title {
    font-size: 2rem;
    font-weight: bold;
    color: #222222;
  }
  .all-content .news-list .news-top .years {
    width: 25rem;
    float: left;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 4.5rem;
  }
  .all-content .news-list .news-top .years .years-box .years-value {
    font-size: 1.4rem;
    line-height: 6rem;
    color: #999999;
    float: left;
    padding-left: 2.2rem;
  }
  .all-content .news-list .news-top .years .years-box .icon {
    float: right;
    margin-right: 2.4rem;
    line-height: 6rem;
  }
  .all-content .news-list .news-top .years .years-box .icon i {
    font-size: 1.4rem;
  }
  .all-content .news-list .news-top .years ul li {
    padding: 1rem 2.2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #999999;
  }
  .all-content .news-list .news-boxs {
    margin-top: 9rem;
    width: 100%;
  }
  .all-content .news-list .news-boxs .box {
    padding: 0 5%;
    box-sizing: border-box;
    width: 100%;
    height: 20rem;
    background-color: #fff;
    position: relative;
    transition: all 0.5s;
  }
  .all-content .news-list .news-boxs .box .content .img {
    width: 27.37%;
    height: 60.83%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .all-content .news-list .news-boxs .box .content .text {
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .all-content .news-list .news-boxs .box .content .text .text-top .title {
    width: 60%;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
  }
  .all-content .news-list .news-boxs .box .content .text .text-top .date {
    float: right;
    font-size: 2rem;
    font-family: Futura Md BT;
    font-weight: bold;
    color: #222222;
    opacity: 0.8;
    position: relative;
    transition: all 0.5s;
  }
  .all-content .news-list .news-boxs .box .content .text .text-top .date::after {
    display: none;
  }
  .all-content .news-list .news-boxs .box .content .text .intro {
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #9C9C9C;
    line-height: 2.5rem;
    transition: all 0.5s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
