﻿.in-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.875rem;
  color: #01398a;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e6e7e8;
}
.in-title::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 2em;
  bottom: -1px;
  height: 2px;
  background-color: #01398a;
}
.in-title a {
  font-size: 1rem;
  color: #80878d;
  font-weight: normal;
}

.news-container {
  width: 63.75%;
  flex-shrink: 0;
}

.notice-container {
  flex: auto;
}

.news-notice {
  background-color: #fff;
  padding: 3rem 0;
}

.news-notice-container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.news-item-first {
  display: flex;
  gap: 2rem;
}

.news-img {
  overflow: hidden;
  width: 20.8125rem;
  height: 12.0625rem;
  flex-shrink: 0;
}
.news-img img {
  height: 100%;
  width: 100%;
}

.news-time {
  padding: 0 0.4em 0.15em;
  font-weight: normal;
  display: inline-block;
}
.news-time * {
  vertical-align: middle;
}

.news-item-first .news-time {
  background: #01398a;
  color: #fff;
}

.news-item {
  display: inline-block;
  border-bottom: 1px solid #e6e7e8;
  color: #80878d;
}
.news-item .title {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.news-item .title .news-time {
  font-size: 0.875rem;
}
.news-item .content {
  line-height: 1.5;
  margin-bottom: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@supports not (-webkit-line-clamp: 1) {
  .news-item .content {
    line-height: 1.5em;
    max-height: calc(2 * 1.5em);
    word-break: break-word;
  }
}

.news-item-first .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@supports not (-webkit-line-clamp: 1) {
  .news-item-first .content {
    line-height: 1.5em;
    max-height: calc(3 * 1.5em);
    word-break: break-word;
  }
}

.notice-item {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #e6e7e8;
  color: #80878d;
  width: 100%;
  gap: 1.875rem;
  padding-bottom: 1.29rem;
  margin-top: 1.29rem;
}
.notice-item:first-child {
  margin-top: 0;
}
.notice-item .notice-time {
  flex-shrink: 0;
  background: #01398a;
  border-radius: 2px;
  color: #fff;
  width: 3.625rem;
  height: 3.625rem;
  line-height: 1;
  text-align: center;
}
.notice-item .notice-time .day {
  font-weight: bold;
  font-size: 2.625rem;
}
.notice-item .notice-time .month {
  font-size: 0.875rem;
}
.notice-item .notice-content {
  flex: auto;
}
.notice-item .notice-content .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@supports not (-webkit-line-clamp: 1) {
  .notice-item .notice-content .title {
    line-height: 1.5em;
    max-height: calc(2 * 1.5em);
    word-break: break-word;
  }
}
.notice-item .notice-content .content {
  font-size: 0.875rem;
}

.news-item-first img {
  animation: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
}
.news-item-first:hover img {
  transform: scale(1.1);
}

.news-item {
  cursor: pointer;
}
.news-item:hover .title,
.news-item:hover .content {
  color: #01398a;
}

.notice-item:hover .title {
  color: #01398a;
}

.cooperation {
  background-color: #f4f4f4;
  padding: 4rem 0 4rem;
}

.cooperation-container {
  max-height: 33.125rem;
  display: flex;
}

.cooperation-l {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #fff;
  background-color: #01398a;
}
.cooperation-l .cooperation-item {
  display: flex;
  width: 100%;
  gap: 1.5rem;
  padding: 2rem 1.5rem 2.5rem;
  background-color: #01398a;
  color: #fff;
  animation: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
}
.cooperation-l .cooperation-item + .cooperation-item {
  border-top: 1px solid #fff;
}
.cooperation-l .cooperation-item:hover, .cooperation-l .cooperation-item.active {
  background-color: #94bbfe;
  color: #01398a;
  border-top-right-radius: 2rem;
}
.cooperation-l .cooperation-item .cooperation-num {
  font-size: 3.25rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.cooperation-l .cooperation-item .cooperation-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5;
}
.cooperation-l .cooperation-item .cooperation-content .title {
  font-size: 1.125rem;
  margin-bottom: 0.8em;
  min-height: 3em;
  font-weight: bold;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@supports not (-webkit-line-clamp: 1) {
  .cooperation-l .cooperation-item .cooperation-content .title {
    line-height: 1.5em;
    max-height: calc(2 * 1.5em);
    word-break: break-word;
  }
}
.cooperation-l .cooperation-item .cooperation-content .time {
  padding-top: 1em;
  font-size: 0.875rem;
}

.cooperation-r {
  background: #ddd;
  flex-shrink: 0;
  width: 21rem;
  text-align: center;
}
.cooperation-r .cooperation-r-content {
  height: 100%;
  width: 100%;
  display: none;
  animation: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.8, 0.4, 1);
}
.cooperation-r .cooperation-r-content img {
  width: auto;
  height: 100%;
}
.cooperation-r .cooperation-r-content.active {
  display: block;
}

