<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#box_next_up {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  opacity: 0;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#box_next_up .content {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#box_next_up .content .thumb {
  width: 85px;
  margin-right: 10px;
}

#box_next_up .content .thumb img {
  height: 100%;
}

#box_next_up .content .text {
  width: calc(100% - 110px);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

#box_next_up .content .text .caption {
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  color: #f40000;
  font-weight: 700;
  margin-bottom: 6px;
}

#box_next_up .content .text .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #254892;
  font-weight: 700;
  font-style: italic;
}

#box_next_up .content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

#box_next_up .content .icon img {
  height: 17px;
}

#box_next_up.fixed {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 999;
  display: block;
  opacity: 1;
}

.list-items-bxh tr:nth-child(2), .list-items-bxh tr:nth-child(3), .list-items-bxh li:nth-child(1), .list-items-bxh li:nth-child(2) {
  background: #c8fbdc;
}




.youth_news .content .list_news {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
 .youth_news .content .list_news li {
   flex: 0 calc(50% - 10px);
   margin-bottom: 20px;
}
 .youth_news .content .list_news li .thumb {
   margin-bottom: 7.5px;
   position: relative;
   border-radius: 5px;
   overflow: hidden;
   display: inline-block;
   position: relative;
   width: 280px;
   height: 160px;
}
 .youth_news .content .list_news li .thumb &gt; img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
 .youth_news .content .list_news li .thumb .logo {
   height: 22px;
   position: absolute;
   bottom: 5px;
   right: 5px;
   z-index: 8;
   display: inline-block;
}
 .youth_news .content .list_news li .thumb .logo img {
   max-height: 22px;
   max-width: 80px;
   height: 100%;
}
 .youth_news .content .list_news li .title {
   font-weight: 700;
   line-height: 1.4;
   margin-bottom: 0;
}
 .youth_news .content .list_news li .link {
   color: #1771c4;
   font-size: 12px;
}
 .youth_news.--v2 .content .list_news li {
   flex: 100%;
   display: flex;
   flex-wrap: wrap;
}
 .youth_news.--v2 .content .list_news li .thumb {
   width: 140px;
   height: 90px;
   margin-right: 15px;
   margin-bottom: 0;
}
 .youth_news.--v2 .content .list_news li .thumb .logo img {
   max-width: 50px;
   max-height: 18px;
   object-fit: inherit;
}
 .youth_news.--v2 .content .list_news li .text {
   flex: 1 0 0;
   -ms-flex: 1 0 0;
   -webkit-flex: 1 0 0;
}
 .youth_news.--v2 .content .list_news li .text .title {
   margin-bottom: 3px;
}
 .youth_news.lazy_thumb .caption:before {
   display: none;
}
.youth_news .caption{
  opacity: 0.5;
  background: none;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 5px;
  padding: 0;
  text-transform: inherit;
  font-weight: normal;
}</pre></body></html>