.block_newslist_home {
  padding: 60px 0px;
  background: #fff;
}
.block_newslist_home .newslist-content .bg-title {
  font-family: "UTM Avo";
  color: #d4d4d4;
  font-size: 128px;
  z-index: 1;
  top: 0;
  font-weight: bold;
  opacity: 0.3;
}
.block_newslist_home .newslist-content .title-left-menu {
  font-size: 32px;
  font-weight: bold;
  color: #141ED2;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.block_newslist_home .newslist-content .title-left-menu:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #C80A0A;
  margin-top: 15px;
}
.block_newslist_home .newslist-content .big-item .img-box img {
  width: 100%;
  height: auto;
  max-height: 360px;
  overflow: hidden;
  object-fit: cover;
}
.block_newslist_home .newslist-content .big-item .img-box iframe {
  width: 100%;
  height: 360px;
}
@media all and (max-width: 500px) {
  .block_newslist_home .newslist-content .big-item .img-box iframe {
    height: 220px;
  }
}
.block_newslist_home .newslist-content .big-item .info-box {
  margin-top: 40px;
  padding: 30px;
  height: calc(100% - 40px);
  background: #F1F1FA;
}
.block_newslist_home .newslist-content .big-item .info-box a {
  font-size: 20px;
  font-weight: 600;
  color: #141ED2;
  text-decoration: none;
  margin-bottom: 20px;
  line-height: 2rem;
}
.block_newslist_home .newslist-content .big-item .info-box .summary {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.block_newslist_home .newslist-content .item-new-home .img-box {
  margin-bottom: 20px;
  border-radius: 4px;
}
.block_newslist_home .newslist-content .item-new-home .img-box img {
  width: 100%;
  height: auto;
  max-height: 152px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px;
}
.block_newslist_home .newslist-content .item-new-home a {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

/*# sourceMappingURL=home.css.map */
