/*font-size*/
.banner {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 6.15rem;
}
.banner.center {
  align-items: center;
}
.banner.center img {
  width: 2.25rem;
  margin-bottom: 0.35rem;
}
.banner.center h1 {
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .banner.center h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.center h1 {
    font-size: 16px;
  }
}
.banner.center p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner.center p {
    font-size: 12px;
  }
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .innerWrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap .ctx {
  box-sizing: border-box;
  width: 39.8%;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #e40112;
}
.banner .innerWrap .ctx .p1 {
  font-size: 18px;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx .p1 {
    font-size: 16px;
  }
}
.banner .innerWrap .ctx h2 {
  font-size: 36px;
  margin-bottom: 0.3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .banner .innerWrap .ctx h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx h2 {
    font-size: 24px;
  }
}
.banner .innerWrap .ctx .p2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p2 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p3 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 i {
  margin-left: 0.1rem;
}
.isIe .content1 .list ul li .imgBox {
  height: 315px;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content .innerWrap .title {
  margin-bottom: 0.4rem;
}
.content .innerWrap .title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 0.15rem;
}
@media only screen and (max-width: 1440px) {
  .content .innerWrap .title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .innerWrap .title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content .innerWrap .title h1 {
    font-size: 24px;
  }
}
.content .innerWrap .title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #e40112;
  bottom: 0;
}
.content1 {
  padding: 0.8rem 0 1rem;
}
.content1 .tab {
  margin-bottom: 0.6rem;
}
.content1 .tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content1 .tab ul li {
  flex: 1;
  padding: 0 0.2rem;
  height: 0.64rem;
  background: #f8f8f8;
  cursor: pointer;
  font-size: 18px;
  margin-right: 0.1rem;
}
@media only screen and (max-width: 1024px) {
  .content1 .tab ul li {
    font-size: 16px;
  }
}
.content1 .tab ul li:last-child {
  margin-right: 0;
}
.content1 .tab ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.content1 .tab ul li a p {
  white-space: nowrap;
}
.content1 .tab ul li.active {
  background: #e40112;
}
.content1 .tab ul li.active a {
  color: #fff;
}
.content1 .tab ul li.active i {
  transform: rotate(90deg);
}
.content1 .tabContainer {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content1 .tabContainer .cateTitle {
  font-size: 24px;
  width: 10%;
  height: 0.88rem;
  line-height: 0.88rem;
}
@media only screen and (max-width: 1440px) {
  .content1 .tabContainer .cateTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .tabContainer .cateTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .tabContainer .cateTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .tabContainer .cateTitle {
    font-size: 16px;
  }
}
.content1 .tabContainer ul {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  height: 0.88rem;
  overflow: hidden;
}
.content1 .tabContainer ul li {
  width: 12.5%;
  line-height: 0.36rem;
  padding: 0.26rem 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.content1 .tabContainer ul li.active span,
.content1 .tabContainer ul li:hover span {
  color: #e40112;
}
.content1 .tabContainer ul li.active span::after,
.content1 .tabContainer ul li:hover span::after {
  left: 0;
}
.content1 .tabContainer ul li span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 0 0.1rem;
  line-height: 0.36rem;
}
.content1 .tabContainer ul li span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -0.26rem;
  left: -120%;
  background: #e8010f;
  z-index: 1;
  transition: all 0.5s;
}
.content1 .tabContainer .more {
  cursor: pointer;
}
.content1 .tabContainer .more i {
  font-size: 24px;
  color: #a2a2a2;
}
@media only screen and (max-width: 1440px) {
  .content1 .tabContainer .more i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .tabContainer .more i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .tabContainer .more i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .tabContainer .more i {
    font-size: 16px;
  }
}
.content1 .tabContainer_mobile {
  display: none;
}
.content1 .tabContainer_mobile .swiper-container {
  width: 100%;
}
.content1 .tabContainer_mobile .swiper-slide {
  line-height: 0.36rem;
  padding: 0.26rem 0;
  height: 0.88rem;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .content1 .tabContainer_mobile .swiper-slide {
    font-size: 16px;
  }
}
.content1 .tabContainer_mobile .swiper-slide.active span,
.content1 .tabContainer_mobile .swiper-slide:hover span {
  position: relative;
  color: #e8010f;
}
.content1 .tabContainer_mobile .swiper-slide.active span::after,
.content1 .tabContainer_mobile .swiper-slide:hover span::after {
  left: 0;
}
.content1 .tabContainer_mobile .swiper-slide span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 0 10px;
  height: 100%;
}
.content1 .tabContainer_mobile .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -0.26rem;
  left: -120%;
  background: #e8010f;
  z-index: 1;
  transition: all 0.5s;
}
.content1 .list ul {
  padding: 0.6rem 0 0.3rem;
}
.content1 .list ul li {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.5s;
}
.content1 .list ul li a {
  display: flex;
  flex-wrap: wrap;
}
.content1 .list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.content1 .list ul li:hover h2 {
  color: #e40112;
  text-decoration: underline;
}
.content1 .list ul li:hover .p2 {
  color: #e40112;
}
.content1 .list ul li:hover .date {
  color: #e40112;
}
.content1 .list ul li:hover .date .p2 {
  color: #e40112;
}
.content1 .list ul li:hover .imgBox div {
  transform: scale(1.05);
}
.content1 .list ul li .date {
  width: 7.8%;
}
.content1 .list ul li .date .p1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .content1 .list ul li .date .p1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .list ul li .date .p1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .date .p1 {
    font-size: 28px;
  }
}
.content1 .list ul li .date .p2 {
  font-size: 16px;
  color: #777777;
}
@media only screen and (max-width: 1366px) {
  .content1 .list ul li .date .p2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .date .p2 {
    font-size: 14px;
  }
}
.content1 .list ul li .imgBox {
  width: 43.75%;
  height: 3.15rem;
  overflow: hidden;
  margin-right: 3.15%;
}
.content1 .list ul li .imgBox div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.5s;
}
.content1 .list ul li .ctx {
  width: 45.3%;
}
.content1 .list ul li .ctx h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .list ul li .ctx h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .list ul li .ctx h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .list ul li .ctx h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx h2 {
    font-size: 16px;
  }
}
.content1 .list ul li .ctx .p1 {
  font-size: 14px;
  color: #888;
  margin-bottom: 0.4rem;
  line-height: 1.714;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx .p1 {
    font-size: 12px;
  }
}
.content1 .list ul li .ctx .p2 {
  padding-top: 0.4rem;
  border-top: 1px dashed #b3b3b3;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx .p2 {
    font-size: 12px;
  }
}
.content1 .list ul li .ctx .p2 i {
  color: #c9c9c9;
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .content1 .tabContainer {
    display: none;
  }
  .content1 .tabContainer_mobile {
    display: flex;
  }
  .banner .innerWrap .ctx {
    width: 50%;
  }
  .content1 .tab ul {
    justify-content: left;
    flex-wrap: wrap;
  }
  .content1 .tab ul li {
    flex: none;
    width: 32.6%;
    margin-right: 1.1%;
    margin-bottom: 0.1rem;
  }
  .content1 .tab ul li:nth-child(3n) {
    margin-right: 0;
  }
  .content1 .tabContainer ul li {
    width: 33%;
  }
  .content1 .tabContainer .cateTitle {
    width: 15%;
  }
  .content1 .list ul li {
    width: 100%;
    margin-right: 0;
  }
  .content1 .list ul li .date {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .content1 .list ul li .imgBox {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .content1 .list ul li .ctx {
    width: 100%;
  }
}
