.hor-menu__text {
  position: relative;
}
.hor-menu__text:hover::after, .hor-menu__text.is-hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.8px;
  background-color: #fff;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}
.main-news-wrap .news-wrap-list2 {
  display: flex;
  flex-wrap: wrap;
}
.main-news-wrap .news-body {
  width: 50%;
}
.main-news-wrap .news-body-in {
  margin: 0 40px 30px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 20px;
  min-height: calc(100% - 30px);
  border-radius: 5px;
}
.main-news-wrap .news-date {
  position: absolute;
  width: 52px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4FA3F9;
  border-radius: 5px 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  left: -52px;
  top: 20px;
  flex-wrap: wrap;
  line-height: 1;
}
.main-news-wrap .news-date span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 -6px;
}
.main-news-wrap .news-title {
  padding: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}
.main-news-wrap .news-title a {
  text-decoration: none;
  color: #000;
}
.main-news-wrap .news-image {
  font-size: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}
.main-news-wrap .news-note2 {
  margin: 15px 0 0;
  font-size: 17px;
  line-height: 1.4;
}
.main-news-wrap .news-note2 h5 {
  font-weight: normal;
}
.main-news-wrap .news-note2 h5:first-child, .main-news-wrap .news-note2 p:first-child {
  margin-top: 0;
}
.main-news-wrap .news-note2 h5:last-child, .main-news-wrap .news-note2 p:last-child {
  margin-bottom: 0;
}
.main-news-wrap .news-note2:after {
  clear: both;
  content: "";
  display: block;
}
.main-news-wrap .news-all {
  text-align: center;
}
.main-news-wrap .news-all a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #4FA3F9;
  font-size: 16px;
  padding: 20px 30px;
  font-weight: bold;
  border-radius: 7px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .main-news-wrap .news-date {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 6px 15px;
  }
  .main-news-wrap .news-date span {
    font-size: 15px;
    font-weight: normal;
    display: inline;
    margin: 0;
  }
  .main-news-wrap .news-date span:after {
    content: ".";
  }
  .main-news-wrap .news-body-in {
    margin: 0;
    min-height: 100%;
  }
  .main-news-wrap .news-wrap-list {
    margin: 0 -10px;
  }
  .main-news-wrap .news-body {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .main-news-wrap .news-name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main-news-wrap .news-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-news-wrap .news-body {
    width: calc(100% - 20px);
  }
}
@media (max-width: 479px) {
  .main-news-wrap .news-name {
    font-size: 25px;
  }
  .main-news-wrap .news-wrap {
    padding: 0 20px;
  }
}
