@charset "utf-8";

/* Home Common Style */
.block-title {
  position: relative;
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  background: url(../img/title_bg_horizontal.png) no-repeat;
  background-position: 130px center;
}
.block-title h1 {
  font-size: 24px;
  color: #af2328;
  font-weight: bold;
}
.block-title p {
  position: relative;
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.block-title p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 80%;
  border-bottom: 1px solid #af2328;
}
.block-title a {
  position: absolute;
  right: 0;
  top: 16px;
  padding: 0;
  color: #af2328;
  font-size: 14px;
}

.block-item {
  position: relative;
}
.section-title {
  position: relative;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 20px;
}
.section-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #af2328;
}
.section-title p {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
.section-title p::after {
  content: "";
  position: absolute;
  width: 40%;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #af2328;
}
.section-title p::before {
  content: "";
  position: absolute;
  width: 40%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #af2328;
}
.section-title a {
  position: absolute;
  right: 0;
  top: 16px;
  padding: 0;
  color: #af2328;
  font-size: 14px;
}

/* Home Banner */
.home-banner {
  width: 100%;
  overflow: hidden;
}
.banner-carousel {
  max-width: 100%;
  width: 100%;
  height: 36vw;
  margin: 0 auto;
}
.banner-carousel .swiper-slide {
  display: block;
  width: 100%;
  height: 36vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #999;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-control {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-control .container {
  position: relative;
  height: 100%;
}
.swiper-button-prev.banner-button-prev,
.swiper-button-next.banner-button-next {
  width: 64px;
  height: 64px;
  margin-top: 0;
  background-color: transparent;
  border: 2px solid #fff;
  background-size: 12px auto;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-button-prev.banner-button-prev {
  opacity: 1;
}
.swiper-button-next.banner-button-next {
  opacity: 1;
}
.swiper-button-prev.banner-button-prev:hover,
.swiper-button-next.banner-button-next:hover {
  background-color: #b2131c;
  border-color: #b2131c;
}
.banner-carousel .swiper-slide .container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1380px;
}
.banner-pagination.swiper-pagination {
  text-align: right;
  color: #fff;
  font-size: 18px;
}
.banner-pagination.swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #ca020d;
}
.banner-pagination.swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  color: #fff;
}
.banner-pagination.swiper-pagination b {
  margin: 0 8px;
}

/* Home News */
.home-news {
  padding: 50px 0;
  background: url(../img/home_news_bg.png) no-repeat center center;
}
.news-date-feature {
  position: relative;
  min-height: 184px;
}
.news-date-feature .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999;
}
.news-date-feature .text {
  padding-left: 360px;
}
.news-date-feature .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  height: 48px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-date-feature .text p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #999;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-date-feature .date {
  margin-top: 16px;
  padding-top: 16px;
  font-size: 14px;
  color: #af2328;
  border-top: 1px solid #af2328;
}
.news-date-feature .date b {
  float: right;
  font-weight: normal;
}
.news-date-feature:hover .text h3 {
  color: #ca020d;
}
.news-date-feature:hover .text p {
  color: #333;
}

.news-date-list {
  min-height: 180px;
  margin-top: 30px;
}
.news-date-list li:last-child .news-date-item {
  border-bottom: 1px solid #e0e0e0;
}
.news-date-item {
  width: 100%;
  height: 58px;
  line-height: 58px;
  display: flex;
  flex-wrap: nowrap;
  border-top: 1px solid #e0e0e0;
}
.news-date-item h3 {
  width: 75%;
  line-height: 58px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-date-item p {
  width: 25%;
  text-align: right;
  font-size: 14px;
  color: #999;
}
.news-date-item:hover h3 {
  color: #ca020d;
}

.date-news-list {
  min-height: 400px;
  background: transparent;
}
.date-news-list li:last-child .date-news-item {
  border-bottom: none;
}

.date-news-item {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  background-color: transparent;
}
.date-news-item .date {
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  height: 60px;
  border: 2px solid #e48288;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-news-item .date span,
.date-news-item .date b {
  display: block;
  width: 100%;
  white-space: nowrap;
  color: #af2328;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-news-item .date span {
  font-weight: bold;
  font-size: 24px;
}
.date-news-item .date b {
  font-weight: normal;
  font-size: 12px;
}
.date-news-item:hover .date {
  background: #af2328;
}
.date-news-item:hover .date span,
.date-news-item:hover .date b {
  color: #fff;
}

.date-news-item .content {
  padding-left: 90px;
  padding-top: 8px;
}
.date-news-item .content h3 {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-news-item .content p {
  padding-top: 12px;
  line-height: 1;
  font-size: 14px;
  color: #999;
}
.date-news-item:hover .content h3 {
  color: #af2328;
}

/* Home Photo News */
.home-photo {
  padding: 30px 0;
  background: url(../img/home_photo_bg.png) no-repeat center bottom;
}
.photo-carousel {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.photo-carousel .swiper-slide {
  width: 33.33%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.photo-carousel .swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.photo-carousel .swiper-slide-active .photo-carousel-item {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.photo-carousel-item {
  position: relative;
  max-width: 450px;
  width: 100%;
  height: 340px;
  background: #fff;
  margin: 0 auto;
}
.photo-carousel .swiper-slide-active:hover .photo-carousel-item {
  box-shadow: 0 10px 30px rgba(175, 35, 40, 0.2);
}
.photo-carousel-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.photo-carousel-item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.photo-carousel-item .title h3 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.swiper-button-prev.photo-button-prev,
.swiper-button-next.photo-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-size: 20px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.swiper-button-prev.photo-button-prev:hover,
.swiper-button-next.photo-button-next:hover {
  background-color: #ba0012;
}
.swiper-pagination.photo-pagination {
  position: relative;
  padding-top: 50px;
}

.swiper-pagination.photo-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border: 1px solid #af2328;
}
.swiper-pagination.photo-pagination .swiper-pagination-bullet {
  background-color: #af2328;
}

/* Column */
.column-banner {
}
.column-banner .img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  background: #f1f1f1 url(../img/list_column_bg.jpg) no-repeat center/cover;
}
.column-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.column {
  margin-top: 30px;
  margin-bottom: 40px;
}
.column-anchor {
  padding-left: 15px;
  height: 60px;
  background-color: #ca020d;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
}
.column-nav {
  box-shadow: 0 7px 20px rgba(175, 35, 40, 0.1);
}
.column-nav ul li a {
  display: block;
  padding-left: 25px;
  height: 40px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 40px;
}
.column-nav ul li a:hover {
  background: #e5892c;
  color: #fff;
}
.column-nav ul li ul li a {
  padding-left: 40px;
  height: 36px;
  background: #f0f0f0;
  font-size: 14px;
  line-height: 36px;
}
.column-nav ul li.selected > a {
  background: #f1f1f1;
  color: #ca020d;
  font-weight: bold;
}
.breadcrumb-nav {
  float: right;
  margin-top: -10px;
  padding: 8px 0;
  color: #ca020d;
  font-size: 14px;
  font-weight: normal;
}
.breadcrumb-nav a {
  font-weight: normal;
  color: #999;
}
.breadcrumb-nav a:hover {
  color: #333;
}
.column-content {
  min-height: calc(100vh - 300px);
  background-color: #fff;
  box-shadow: 0 7px 20px rgba(175, 35, 40, 0.1);
}
.column-name {
  padding: 0 25px;
  height: 60px;
  border-bottom: 1px solid #efefef;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
}
.news-list li {
  border-bottom: 1px solid #e6e6e6;
}
.news-list-item {
  position: relative;
  padding: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.news-list-item:hover {
  background-color: #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
}
.news-list-item .date {
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
  width: 80px;
  height: 50px;
  color: #ca020d;
  border-right: 1px solid #e6e6e6;
}
.date-item:hover .date {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.news-list-item .date span,
.news-list-item .date b {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  color: #ca020d;
}
.news-list-item .date span {
  height: 30px;
  line-height: 30px;
  font-size: 21px;
  font-weight: bold;
}
.news-list-item .date b {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}
.news-list-item:hover .content {
  color: #ca020d;
}
.news-list-item .content {
  height: 56px;
  line-height: 28px;
  padding: 0 20px 0 95px;
  color: #1a1a1a;
}
.news-list-item .content h3 {
  line-height: 24px;
  font-size: 16px;
}
.news-list-item .content p {
  font-size: 14px;
  color: #888;
}
.column .wp_single {
  padding: 20px;
}
.teacher-list {
  padding: 20px;
}
.teacher-item {
  display: block;
  max-width: 210px;
  width: 100%;
  margin: 15px auto;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.teacher-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.teacher-item h2 {
  padding: 10px;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.teacher-item:hover h2 {
  color: #ca020d;
}
.teacher-item img {
  width: 210px;
  height: 290px;
}
.column-img-list {
  padding: 15px 25px;
}
.column-img-item {
  margin: 15px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.column-img-item .photo {
  width: 100%;
  height: 180px;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.column-img-item .title {
  padding: 16px 12px;
}
.column-img-item .title h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.column-img-item .title .date {
  color: #999;
}
.column-img-item:hover {
  box-shadow: 0 0 10px rgba(175, 35, 40, 0.3);
}
.column-img-item:hover .title h3 {
  color: #ca020d;
}
#wp_pager {
  text-align: center;
}

/* Post */
.post-detail {
  margin: 30px auto 60px;
}
.post-detail .inner {
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.post-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 15px 15px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}
.post-title {
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.post-attr {
  margin-bottom: 15px;
  color: #979797;
  text-align: center;
}
.post-content {
  margin: 20px auto;
  min-height: 400px;
  max-width: 1024px;
  width: 100%;
}
.post-content img {
  margin: 10px 0;
  height: auto !important;
  max-width: 100% !important;
}
#qrcode {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
}
#qrcode img {
  display: block;
  margin: 0 auto;
  padding: 8px;
  border: 2px solid #ca020d;
  border-radius: 12px;
}
.qrcode-share {
  padding: 6px 0 20px;
  text-align: center;
}

.L1 {
  width: 296px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.container1 {
  display: flex;
  flex-direction: column; /* 垂直方向布局 */
  align-items: center; /* 容器内垂直居中 */
}
.L1 img {
}
.L1 .T-title {
  margin-top: 27px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ca020d;
}

/* Responsive */
@media screen and (max-width: 1599px) {
  /* Header */
  .site-nav > ul {
    justify-content: space-between;
  }
  .navbar-nav > li {
    margin: 0;
  }
}

@media screen and (max-width: 1366px) {
  .banner-carousel-title {
    left: 30px;
  }
  .block-item.i1,
  .block-item.i2 {
    padding: 0;
  }

  .container2 {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 1199px) {
  /* Header */
  .header-logo img {
    height: auto;
    width: 100%;
  }

  .photo-news-carousel-item .photo {
    width: 50%;
  }
  .photo-news-carousel-item .text {
    width: 50%;
    padding: 30px;
  }

  .container2 {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 991px) {
  /* Header */
  .header-nav .container {
    width: 100%;
  }
  .navbar-nav > li > a {
    font-size: 18px;
  }
  .header-logo {
    padding: 20px 0 10px;
    text-align: center;
  }
  .header-logo img {
    width: auto;
    height: 80px;
  }
  .header-function {
    padding-top: 0;
    justify-content: center;
  }
  .header-link {
    margin-bottom: 8px;
    text-align: center;
  }
  .header-search {
    position: relative;
    top: auto;
    right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  /* Home */
  .block-title {
    margin-bottom: 20px;
  }
  .block-title h1,
  .block-title.large h1 {
    font-size: 22px;
  }

  .block-title .more {
    top: 0;
  }
  .banner-carousel {
    height: 36vw;
  }

  .home-photo-news {
    padding: 40px 0;
    background-size: cover;
  }
  .photo-news-carousel {
    height: auto;
  }
  .photo-news-carousel-item {
    width: 100%;
    flex-wrap: wrap;
  }
  .photo-news-carousel-item .photo {
    width: 100%;
    height: 40vw;
  }
  .photo-news-carousel-item .text {
    width: 100%;
    height: auto;
  }
  .photo-news-thumbnail-item {
    height: 10vw;
  }

  .link-list ul {
    flex-wrap: wrap;
  }
  .link-list li {
    width: 50%;
    margin: 0;
    padding: 10px !important;
  }
  .link-list-item {
    height: 12vw;
  }

  /* Footer */
  .footer-logo {
    padding: 30px 0 10px;
    text-align: center;
  }
  .footer-contact {
    padding: 0 0 20px;
    text-align: center;
  }
  .footer-contact p {
    display: inline-block;
  }
  .footer-qrcode {
    padding: 0 0 10px;
    text-align: center;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-link {
    float: none;
    margin: 0 auto 20px;
    position: relative;
    top: auto;
    right: auto;
  }

  .container2 {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  /* Header */
  .header-logo img {
    width: auto;
    height: auto;
  }
  .header-function {
    padding: 10px;
  }
  .header-nav::after,
  .site-nav::before,
  .site-nav::after {
    display: none;
  }
  .navbar-nav > li > a {
    width: 100%;
    border-bottom: none;
  }

  /* Nav */
  .header-nav {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    background: ca020d;
  }
  .header-nav .container {
    margin: 0 !important;
    padding: 0;
  }
  .site-nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .site-nav > ul {
    display: block;
  }
  .navbar-nav {
    margin: 0;
  }

  .site-nav li {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .site-nav li a {
    padding: 9px 0 9px 30px;
    font-size: 16px;
    text-align: left;
  }
  .navbar-nav > li > a {
    height: auto;
    line-height: initial;
    color: #fff;
  }
  .site-nav .open .dropdown-menu > li > a {
    padding: 6px 0 6px 30px;
  }
  .site-nav > ul > li::after {
    content: "";
  }
  .dropdown-menu {
    display: none;
    padding: 0;
  }

  /* Footer */
  .footer {
    padding: 30px 0 0;
  }
  .footer-logo {
    padding: 0 0 20px;
    text-align: center;
  }
  .footer-logo img {
    height: auto;
    width: auto;
  }
  .footer-info {
    display: block;
  }
  .footer-link {
    max-width: 320px;
    margin-top: 20px;
  }

  /* Home */
  .home-hero {
    background: #f2f8ff;
  }
  .home-hero,
  .home-info,
  .home-gallery,
  .home-party {
    padding: 30px 0;
  }

  .photo-carousel .swiper-slide {
    width: 100%;
  }
  .photo-carousel-item {
    height: 38vw;
  }

  .news-date-feature .photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 38vw;
    margin-bottom: 12px;
  }
  .news-date-feature .text {
    padding-left: 0;
  }

  /* Column */
  .column-banner .img {
    height: 24vw;
  }
  .column-nav {
    margin-bottom: 25px;
  }
  .news-carousel .swiper-slide {
    width: 100%;
  }
  .column .wp_single {
    padding: 20px;
  }

  .container2 {
    transform: scale(1) !important;
  }
  .container2 .L1 {
    display: block;
  }
  .container1 {
    display: block;
    text-align: center;
  }
  .L1 .T-title {
    font-size: 15px;
    white-space: nowrap;
  }
  .container2 a {
    width: 20%;
    float: left;
    display: block;
  }
  .L1 {
    width: auto;
  }
  .wp-display-wrapper .imgnav {
    width: 100%;
  }
  .wp-display-wrapper .img {
    width: 100%;
  }
  .wp-display-wrapper .img img {
    max-width: 100%;
    height: auto;
  }
  .wp-display-wrapper .front {
    width: 50px;
    height: 50px;
    left: 10px;
    top: 50%;
  }
  .wp-display-wrapper .next {
    width: 50px;
    height: 50px;
    right: 10px;
    top: 50%;
  }
  .wp-display-wrapper .next a,
  .wp-display-wrapper .front a {
    width: 50px;
    height: 50px;
    background-size: cover;
    top: 50px;
    position: static;
  }
}

@media screen and (max-width: 600px) {
  /* Header */
  .header {
    padding: 0;
  }
  .header-search {
    width: 100%;
  }

  /* Home */
  .home-news {
    padding: 30px 0;
  }
  .section-title p::before,
  .section-title p::after {
    width: 30%;
  }
  .container2 {
    /* transform: scale(0.45); */
  }
}
@media screen and (max-width: 480px) {
  /* Header */
  .header-nav {
    margin-top: 0;
  }
  .header-nav .navbar-toggle {
    color: #fff;
  }
  .header-link {
    float: none;
  }
  .search-toggle {
    display: none;
  }

  /* Home */
  .banner-carousel {
    height: 50vw;
  }
  .photo-carousel-item {
    height: 48vw;
  }

  /* Column */
  .column {
    padding: 0;
  }
  .column-name {
    height: auto;
    line-height: normal;
    padding: 15px 10px 0;
    text-align: center;
  }
  .column-list {
    padding: 10px;
  }
  .column-anchor {
    padding-left: 0;
    text-align: center;
  }
  .column-nav {
    margin-bottom: 0;
  }
  .breadcrumb-nav {
    float: none;
    padding: 4px 0 8px;
    margin-top: 2px;
    font-size: 12px;
  }
  .column .wp_single {
    padding: 20px 10px;
  }
  .common-list li a {
    width: 70%;
  }
  .common-list li span {
    width: 30%;
  }

  /* Post */
  .post-info {
    margin: 0 10px;
  }
  .post-content {
    margin: 20px 0;
    overflow: auto;
  }
  .container2 {
    transform: scale(0.35);
    display: block !important;
  }
  .container2 a {
    width: 33.3%;
  }
}

.container2 {
  display: flex; /* 使用Flexbox布局 */
  justify-content: space-around;

  width: 100%;
  transform-origin: top center;
  transition: transform 0.5s ease;
}

.L1:hover {
  width: 296px;
  height: 130px;
  background: #ffffff;
  box-shadow: 0px 4px 21px 0px rgba(206, 26, 36, 0.15);
}
.L1 .T-title a:hover {
  color: #ca020d;
}
.L1 .T-title a {
  color: #ca020d;
}

.wp_entry p img {
  width: 100% !important;
  height: 100% !important;
}

/**主页banner开始**/
#banner {
  background: #e7e2df;
}
#banner .inner {
  width: auto;
  text-align: center;
  position: relative;
}
.mbanner li.news .news_imgs video,
.mbanner li.news .news_imgs img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mbanner li.news .news_imgs {
  position: relative;
  overflow: hidden;
  transition: 6s;
  padding-top: 37.1%;
}
.mbanner .slick-arrow {
  width: 100px;
  height: 110px;
  display: none !important;
}
.mbanner:hover .slick-arrow {
  display: block !important;
}
.mbanner .slick-arrow:before {
  display: none;
}
.mbanner .slick-prev {
  background: url(images/left.svg) no-repeat center;
  z-index: 10;
  left: 110px;
  right: auto;
}
.mbanner .slick-next {
  background: url(images/right.svg) no-repeat center;
  bottom: 0;
  right: 110px;
}
.newsvideo{
width:100%;
height:38vw
}
.newsvideo video{
width:100%!important;
height:100% !important;
 object-fit: fill
}