.banner {
  background: url(../images/news/media_banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 1.1rem 0;
}
.banner .banner-content .banner-text {
  font-family: Arial;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-shadow: 1px 1px 0.1rem rgba(0, 0, 0, 0.5);
}

.page-location {
  color: #9a9a9a;
  font-size: 0.28rem;
  margin: 0.11rem auto 0;
  padding: 0 0.3rem;
  font-family: Arial;
}
.page-location a {
  color: #9a9a9a;
}
.page-location a:last-child {
  pointer-events: none;
}
.page-location span {
  font-size: 0.24rem;
}

section .section-title {
  color: #333;
  font-family: Arial;
  text-align: center;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
section .section-more-btn {
  margin: 0 auto;
  display: table;
  color: #333;
  border-radius: 0.25rem;
  padding: 0.1rem 0.3rem;
  font-family: Arial;
  margin-top: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  font-size: 0.28rem;
  line-height: 0.42rem;
}
section .section-more-btn:hover {
  color: #fff;
  background-color: #ea4609;
}

.news-section {
  padding: 0.3rem 0.3rem 0.4rem;
}
.news-section .news-list {
  margin-top: 0.05rem;
}
.news-section .news-list .news-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem;
  padding: 0.2rem;
  margin-top: 0.3rem;
}
.news-section .news-list .news-item .news-img {
  width: 36%;
}
.news-section .news-list .news-item .news-info {
  width: 64%;
  position: relative;
}
.news-section .news-list .news-item:hover .news-img img {
  transform: scale(1.05);
}
.news-section .news-list .news-item:hover .news-info .news-title {
  color: #ea4609;
  font-weight: 700;
}
.news-section .news-list .news-item:hover .news-info .news-desc {
  color: #2b2b2b;
}
.news-section .news-list .news-item:hover .news-info .news-more {
  color: #ea4609;
}
.news-section .news-list .news-item .news-img {
  overflow: hidden;
}
.news-section .news-list .news-item .news-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  border-radius: 0.1rem;
}
.news-section .news-list .news-item .news-info {
  font-family: Arial;
  padding-left: 0.15rem;
}
.news-section .news-list .news-item .news-info .news-date {
  color: #999;
  font-size: 0.22rem;
  line-height: 0.3rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-section .news-list .news-item .news-info .news-title {
  color: #2b2b2b;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.26rem;
  line-height: 0.42rem;
}
.news-section .news-list .news-item .news-info .news-desc {
  color: #9e9e9e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
}
.news-section .news-list .news-item .news-info .news-more {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #3c4457;
  margin-top: 0.1rem;
}


.video-section {
  padding: 0.3rem 0.3rem 0rem;
}
.video-section .video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-section .video-list .video-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  width: 48%;
  margin-top: 0.3rem;
}
.video-section .video-list .video-item:hover .img-box::before {
  opacity: 0;
}
.video-section .video-list .video-item .img-box {
  position: relative;
}
.video-section .video-list .video-item .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.video-section .video-list .video-item .img-box .video-img {
  width: 100%;
  height: auto;
  display: block;
}
.video-section .video-list .video-item .img-box .video-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0.52rem;
  height: auto;
}
.video-section .video-list .video-item .video-name {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.46rem;
  padding: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: Arial;
}

.special-section {
  background: #f9f9f9;
  padding: 0.35rem 0.3rem 0.4rem;
}
.special-section .special-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.special-section .special-list .special-item {
  width: 48%;
  margin-top: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1)
}
.special-section .special-list .special-item img {
  width: 100%;
  height: auto;
  display: block;
}
.special-section .special-list .special-item p {
  font-family: Arial;
  font-size: 0.26rem;
  line-height: 0.42rem;
  padding: 0.1rem;
  color: #333;
  border: 1px solid #e5e5e5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
