  .news_type7 {
    background-image: url(/Content/assets/images/DSC_6409-3.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
    padding: 50px 0;
}
.news_type7::before {
  content: "";
  position: absolute;
  background: var(--color-primary);
  opacity: 0.7;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

/* .news_type7 .container{
  position: relative;
  top: -150px;
} */

.news_type7 h2{
    color:#fff;
}
    /*more read*/
    .news_type7 .news_top a {
  color: #fff;
  font-weight: 500;
}
.news_type7 .news_top a:hover {
  color: var(--color-primary);
}

.news_type7 .wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: white;
  box-shadow: 0 0.25rem 1.125rem rgba(88, 88, 88, 0.25);
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.news_type7 .wrap .wrap_left {
  border-right: 0.5px dashed rgba(31, 31, 31, 0.7);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.news_type7 .list-group-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
}
/*日期旁的細線*/
.news_type7 .list-group-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
}
.news_type7 .list-group-item:first-child {
  padding-top: 30px;
}
.news_type7 .list-group-item:last-child {
  padding-bottom: 30px;
}
/*日期*/
.news_type7 .list-group-item .date {
  width: 12%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px 5px;
  line-height: 1.2;
}
/*日期旁的紫色橢圓線*/
.news_type7 .list-group-item .date::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  height: 56px;
  width: 5px;
  border-radius: 50px;
  transform: translateY(-50%);
  background-color: var(--color-primary);
}

.news_type7 .list-group-item .date .month {
  font-weight: 500;
  color: #5e5e5e;
}

.news_type7 .list-group-item .date .day {
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--color-primary);
}

.news_type7 .list-group-item .info {
  width: 88%;
  padding: 0 20px 0 35px;
  font-weight: 700;
  font-size: 1.2rem;
}

.news_type7 .list-group-item .info a {
  color: #1f1f1f;
}

.news_type7 .wrap .wrap_right .card-title a {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8rem;
  color: #1f1f1f;
}

.news_type7 .wrap .wrap_right .card-text {
  line-height: 1.5625rem;
  color: #1f1f1f;
}

.news_type7 .wrap .wrap_right .card-footer {
  position: absolute;
  bottom: 24px;
  left: 10px;
  padding: 0;
  background-color: transparent;
}

.news_type7 .slick-btns {
  position: absolute;
  bottom: 18px;
  right: 24px;
  display: flex;
  justify-content: center;
}

.news_type7 .slick-btns .btn {
  width: 40px;
  height: 40px;
  background-color: var(--color-light-grey);
  color: var(--color-grey);
  border: 0;
}
.news_type7 .slick-btns .btn:hover {
  background-color: var(--color-grey);
  color: var(--color-light-grey);
}
/* .news_type7 .slick-btns .btn:first-child {
  border-radius: 5px 0 0 5px;
} */
.news_type7 .slick-btns .slick-prev {
  border-radius:0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;

}
.news_type7 .slick-btns .slick-next {
  border-radius:0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.news_type7 .slick-btns .btn:focus {
  box-shadow: 0 0 0 5px var(--color-secondary);
}
.news_type7 .list-group-item .date .day {
  font-size: 2rem;
}

.news_type7 a:hover {
  color: var(--color-primary) !important;
  transition: all 0.3s;
}

/*RWD*/

@media only screen and (max-width: 768px) {
  .news_type7 .wrap .wrap_left {
    border-right: 0;
    border-bottom: 0.5px dashed rgba(31, 31, 31, 0.7);
  }

  .news_type7 .wrap .wrap_right .card-footer {
    position: static;
  }

  .news_type7 .list-group-item .date .day {
    font-size: 1.75rem;
  }
}
