.news-230418-wrapper {
  width: 100%;
  display: block;
  height: auto;
}
.news-230418-wrapper,
.news-230418-wrapper * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.news-230418-wrapper .news-section-title {
  width: 100%;
  display: flex;
  position: relative;
  padding: 20px 0 20px 12px;
  line-height: 18px;
  font-size: 18px;
  align-items: center;
  border-bottom: 1px solid #ced4da;
}
.news-230418-wrapper .news-section-title:before {
  position: absolute;
  height: 18px;
  top: 20px;
  left: 0;
  width: 4px;
  background: #1e50ae;
  display: block;
  content: ' ';
}
.news-230418-wrapper .news-section-title span {
  flex: 1;
  font-weight: bold;
}
.news-230418-wrapper .news-section-title a {
  font-size: 14px;
  color: #212529;
  text-decoration: none;
}
.news-230418-wrapper .news-section-title a:hover {
  color: #1e50ae;
}
.news-230418-wrapper .news-section-body {
  width: 100%;
  font-size: 14px;
}
.news-230418-wrapper .news-section-body ul li {
  margin-top: 24px;
  list-style: none;
}
.news-230418-wrapper .news-section-body ul li a {
  display: flex;
  color: #343a40;
  align-items: center;
  text-decoration: none;
  padding-left: 16px;
  position: relative;
}
.news-230418-wrapper .news-section-body ul li a:hover {
  color: #1e50ae;
}
.news-230418-wrapper .news-section-body ul li a:hover::before {
  border-radius: 6px;
}
.news-230418-wrapper .news-section-body ul li a:hover::after {
  max-width: 100%;
}
.news-230418-wrapper .news-section-body ul li a::before {
  display: block;
  content: ' ';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #1e50ae;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 300ms;
}
.news-230418-wrapper .news-section-body ul li a::after {
  display: block;
  content: ' ';
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 2px;
  left: 0;
  background: #1e50ae;
  max-width: 0;
  transition: max-width 300ms ease-in;
}
.news-230418-wrapper .news-section-body ul li a p {
  flex: 1;
}
.news-230418-with-thumbnail-wrapper {
  display: flex;
  width: 100%;
  padding: 4px !important;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}
.news-230418-with-thumbnail-wrapper,
.news-230418-with-thumbnail-wrapper * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.news-230418-with-thumbnail-wrapper .poster-wrapper {
  flex: 1;
  overflow: hidden;
  margin-right: 12px;
}
.news-230418-with-thumbnail-wrapper .poster-wrapper img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover ;
}
.news-230418-with-thumbnail-wrapper .news-230418-wrapper {
  flex: 1;
  margin-left: 12px;
  padding-right: 20px;
}
/*# sourceMappingURL=news-230418.css.map */
