@charset 'UTF-8';

.banner_box1s {
  margin-bottom: .68rem;
}

.section {
  width: 15.6rem;
  margin: 0 auto;
  max-width: 94%;
}

.title-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .3rem;
  height: .5rem;
}

.title-text {
  font-size: .32rem;
  font-weight: bold;
  color: #004EB9;
}

.title-more {
  font-size: .14rem;
  color: #004EB9;
}

.col-2,
.col-3 {
  background: #fff;
  padding: .5rem;
  font-size: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.col-2-item,
.col-3-item {
  display: inline-block;
  width: 7rem;
  font-size: .16rem;
}

.col-3-item {
  width: 4.6rem;
}

.col-2-item .body-part,
.col-3-item .body-part {
  height: 300px;
  overflow: hidden;
}

.col-2-item .intro-part,
.col-3-item .intro-part {
  font-size: .16rem;
  color: #666666;
  line-height: .3rem;
  margin-bottom: .3rem;
}

.col-2-item .news-list,
.col-3-item .news-list {
  /* padding: 0.2rem 0 0; */
  margin-top: -0.1rem;
}

.col-2-item .news-list li a,
.col-3-item .news-list li a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-2-item .news-list li:last-child a,
.col-3-item .news-list li:last-child a {
  border-bottom: none;
}

.col-2-item .news-list li a .date,
.col-3-item .news-list li a .date {
  flex-shrink: 0;
  margin-left: 0.2rem;
  font-size: 0.15rem;
  color: #999999;
}

.col-2-item .news-list li a h5,
.col-3-item .news-list li a h5 {
  flex: 1;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.625rem;
  position: relative;
  padding: 0 0 0 0.15rem;
  height: 0.625rem;
  transition: 0.5s;
}

.col-2-item .news-list li a h5:before,
.col-3-item .news-list li a h5:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.04rem;
  height: 0.18rem;
  background: #004eb9;
}

.col-2-item .news-list li a:hover h5,
.col-3-item .news-list li a:hover h5 {
  padding: 0 0 0 0.06rem;
  color: #004eb9;
}

.col-2-item .media-container,
.col-3-item .media-container {
  width: 100%;
  max-width: 6.6rem;
  height: 100%;
  margin: 0 auto;
}

.col-2-item .media-container .media-img,
.col-3-item .media-container .media-img {
  width: 100%;
  max-width: 6.6rem;
  height: 100%;
  object-fit: cover;
  display: block;
}

.col-2-item .media-container .player,
.col-3-item .media-container .player {
  width: 100%;
  height: 100%;
  overflow: hidden;
}