.btn {
  padding: 10px 30px;
  border: 0;
  background: #8ABAFF;
  color: #fff; }
  .btn-view {
    border-radius: 10px; }

.banner {
  height: 290px;
  background-color: #f5f5f5;
  border-radius: 20px;
  overflow: hidden; }
  .banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(26, 71, 136, 0) 15.45%, #1A4788 74.56%); }
  .banner-thumbnail {
    max-height: 290px;
    overflow: hidden; }
  .banner-info {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%); }

.support {
  clear: both; }
  .support-title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold; }
  .support-des {
    margin-top: 10px;
    color: #fff; }

.search {
  position: relative;
  width: 440px;
  margin-top: 20px; }
  .search-input {
    width: 100%;
    height: 57px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0 39px 0 10px;
    box-sizing: border-box;
    color: #111; }
  .search-btn {
    position: absolute;
    right: 5px;
    top: 0;
    height: 57px;
    width: 34px;
    background: transparent;
    padding: 5px;
    border: none; }
    .search-btn i {
      font-size: 18px; }

.category-item {
  cursor: pointer;
  border-radius: 10px;
  margin-right: 10px;
  padding: 12px 18px;
  background: #E5F4FF;
  color: #1b4688;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap; }
  .category-item:hover, .category-item.active {
    background: #1b4688;
    color: #fff; }

.category-list {
  padding: 40px 0; }

.video-box {
  margin-bottom: 30px; }
  .video-box__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    .video-box__title h3 {
      color: #1A4788;
      font-size: 20px;
      line-height: 23px;
      font-weight: bold; }
    .video-box__title a {
      line-height: 18px;
      color: #1A4788; }
  .video-box__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr); }
.video-item__top .thumbnail {
  position: relative; }
  .video-item__top .thumbnail img {
    object-fit: cover;
    height: 187px;
    width: 100%;
    border-radius: 10px; }
  .video-item__top .thumbnail .play-video {
    position: absolute;
    max-width: 80px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.video-item__bottom h3 {
  color: #656565;
  font-size: 14px;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 10px; }
.video-item__bottom span {
  color: #F86614;
  font-weight: bold; }
.video-item__bottom .detail {
  margin-top: 10px;
  color: #656565;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

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