.content-news {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 30px;
}
.content-news .left-content-news {
  width: calc(100% - 386px);
  padding-right: 15px;
  word-break: break-word;
}
.content-news .left-content-news .new1 {
  z-index: 1;
  position: relative;
  background: #E5E5E5;
  padding: 20px;
  border-radius: 10px;
}
.content-news .left-content-news .new1 .admin-time {
  display: flex;
  gap: 30px;
}
.content-news .left-content-news .new1 .admin-time p {
  font-weight: 400;
  font-size: 15.29px;
  line-height: 21.85px;
  letter-spacing: 0.11px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.content-news .left-content-news .new1 .text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.25px;
}
.content-news .left-content-news .image-detail {
  margin-top: 20px;
}
.content-news .left-content-news .image-detail img {
  display: block;
  margin: auto;
  max-width: 100%;
  border-radius: 20px;
}
.content-news .left-content-news .new3 {
  margin-top: 20px;
  background: #c9e4ff;
  padding: 20px;
  border-radius: 10px;
}
.content-news .left-content-news .new3 .title-new {
  font-weight: 700;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #272E66;
}
.content-news .left-content-news .new3 ul {
  list-style-type: none;
  padding-left: 0px;
  display: grid;
  gap: 8px;
  margin-bottom: 0px;
}
.content-news .left-content-news .new3 ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  letter-spacing: 0;
  vertical-align: middle;
  color: #272E66;
}
.content-news .left-content-news .new3 ul li a:hover {
  color: var(--orange);
}
.content-news .left-content-news .new3 ul li ul {
  margin-top: 8px;
  padding-left: 10px;
  gap: 5px;
}
.content-news .left-content-news .new4 {
  padding: 0px;
  margin-top: 20px;
}
.content-news .right-content-news {
  width: 386px;
}
.content-news .right-content-news .title-other-news {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: var(--orange);
  margin-bottom: 0px;
}
.content-news .right-content-news .other_news {
  margin-top: 15px;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 15px;
}
.content-news .right-content-news .other_news .item-new {
  display: flex;
}
.content-news .right-content-news .other_news .item-new .left-item {
  width: 116px;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 5px;
}
.content-news .right-content-news .other_news .item-new .left-item img {
  max-width: 100%;
  border-radius: 5px;
  transition: transform 0.4s ease;
}
.content-news .right-content-news .other_news .item-new .right-new {
  width: calc(100% - 116px);
  padding-left: 12px;
}
.content-news .right-content-news .other_news .item-new .right-new p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--color-main);
}
.content-news .right-content-news .other_news .item-new:hover .left-item img {
  transform: scale(1.1);
}
.content-news .right-content-news .other_news .item-new:hover .right-new p {
  color: var(--orange);
}
.content-news .right-content-news .image-right {
  margin-top: 20px;
  border-radius: 12px;
}
.content-news .right-content-news .image-right img {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 900px) {
  .content-news {
    display: grid;
    gap: 20px;
  }
  .content-news .left-content-news {
    width: 100%;
    padding-right: 0px;
  }
  .content-news .right-content-news {
    width: 100%;
  }
}
