@charset "utf-8";

/* main-common */
.wrap.main {
  padding-bottom: 6.25em;
}
.main-tit {
  color: #383838;
  font-size: 3.9rem;
  font-weight: 800;
  line-height: 1.3846;
}
.main-tit strong {
  font-weight: 800;
}

/* main-news */
.main-news {
  margin-top: 3.13em;
}
.main-news .tit-wrap {
  display: flex;
  justify-content: space-between;
}
.main-news .tit-wrap .user-move {
  width: 8.44em;
  height: 3em;
  margin-top: -0.19em;
}
.main-news .tit-wrap .btn-right {
  width: 100%;
  height: 100%;
  background-color: #f18b00;
  border: 1px solid #f18b00;
  border-radius: 0.38em;
  font-size: 1.13em;
  font-weight: bold;
  color: #fff;
}
.main-news .list {
  margin-top: 5rem;
}
.main-news .list li {
  background-color: #f7f7f7;
  border-radius: 0.94em;
}
.main-news .list li + li {
  margin-top: 2.19em;
}
.main-news .list li > a {
  display: block;
  padding: 2.5em;
}
.main-news .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.88em;
}
.main-news .top-title .text {
  font-size: 3.6rem;
  font-weight: 600;
  color: #383838;
}
.main-news .top-title .arrow {
  width: 0.81em;
  height: 1.5em;
  background: url(/application/images/main/ico-arrow-more.png) no-repeat center /
    contain;
}
.main-news .bottom-cont {
  display: flex;
  align-items: center;
}
.main-news .bottom-cont .icon-box {
  flex-shrink: 0;
  margin-right: 1.25em;
  width: 6.75em;
}
.main-news .bottom-cont .icon {
  border-radius: 50%;
  background-color: #fff;
  width: 6.75em;
  height: 6.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-news .bottom-cont .text-box {
  width: calc(100% - 6.75em - 1.25em);
}
.main-news .bottom-cont .text-box .title {
  font-size: 3rem;
  font-weight: 500;
  color: #373935;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-news .bottom-cont .text-box .title.line-2 {
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-news .bottom-cont .text-box .detail {
  display: flex;
  margin-top: 0.63em;
}
.main-news .bottom-cont .text-box .detail span {
  font-size: 2.1rem;
  color: #666;
}
.main-news .bottom-cont .text-box .detail span.text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-news .bottom-cont .text-box .detail span + span:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 0.71em;
  background-color: #ddd;
  margin: 0.4em 0.57em 0 0.57em;
}
.main-news .bottom-cont .text-box .detail span.time {
  flex-shrink: 0;
}
.main-news .bottom-cont .text-box .detail span.location {
  display: flex;
}

/* main-banner */
.main-banner {
  margin-top: 5.31em;
  overflow: hidden;
}
.main-banner .swiper-container {
  overflow: visible;
}
.main-banner .swiper-slide {
  width: 35.63em;
  margin-right: 1.88em;
}
.main-banner .swiper-slide a {
  display: block;
}
.main-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner .swiper-slide:last-child {
  margin-right: 0;
}

/* main-link */
.main-link {
  margin-top: 5.31em;
}
.main-link .list {
  display: flex;
  flex-wrap: wrap;
}
.main-link .list li {
  width: 25%;
  text-align: center;
}
.main-link .list li:nth-child(-n + 4) {
  margin-bottom: 2.19em;
}
.main-link .list a {
  display: inline-flex;
  flex-direction: column;
}
.main-link .list a .icon-box {
  height: 5.31em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-link .list a .icon-01 img {
  width: 4.5em;
  height: 4.38em;
}
.main-link .list a .icon-02 img {
  width: 4.5em;
  height: 4.5em;
}
.main-link .list a .icon-03 img {
  width: 3.81em;
  height: 4.5em;
}
.main-link .list a .icon-04 img {
  width: 4.5em;
  height: 3.75em;
}
.main-link .list a .icon-05 img {
  width: 4.13em;
  height: 4.5em;
}
.main-link .list a .icon-06 img {
  width: 4.5em;
  height: 3.94em;
}
.main-link .list a .icon-07 img {
  width: 4.5em;
  height: 3.5em;
}
.main-link .list a .icon-08 img {
  width: 4.38em;
  height: 4.5em;
}
.main-link .list a .text {
  font-size: 2.1rem;
  font-weight: 500;
  color: #373935;
  line-height: 1.285;
  margin-top: 0.48em;
}

/* main-notice */
.main-notice {
  background: url(/application/images/main/notice-bg.png) no-repeat center /
    cover;
  padding: 1.5em 2.5em;
  margin-top: 5.63em;
}
.main-notice .slide-box .notice-swiper {
  height: 4rem;
  overflow: hidden;
}
.main-notice .text-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-notice .ico-notice {
  width: 2.25em;
  height: 2.06em;
}
.main-notice .ico img {
  vertical-align: middle;
}
.main-notice .text {
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  margin-left: 0.71em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
