.footer[page] {
  background-color: #F6F6F6;
}
.art {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.art-content {
  position: relative;
  width: 100%;
  padding: 0 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
}
.art-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 40px 0;
}
.art-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.art-bg {
  width: 100%;
  height: 360px;
  border-radius: 0 0 0 40px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 60px;
}

.art-desc-title {
  font-size: 24px;
  font-weight: 600;
  color: #05315A;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: center;
}
.art-margin {
  text-align: justify;
  margin: 20px 0;
}

.art-logo {
  width: 219px;
  height: 100px;
  object-fit: contain;
  margin-right: 17px;
}
.art-list-title {
  margin: 27px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.art-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.art-year {
  width: 134px;
  font-size: 48px;
  font-weight: 600;
  color: #05315A;
  letter-spacing: 3px;
}
.art-line {
  width: calc((var(--maxWidth) - 450px));
  height: 1px;
  background-color: #05315A;
}
.art-item-info {
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
}
.art-item-info-title {
  font-size: 20px;
  font-weight: 600;
  color: #05315A;
  line-height: 36px;
  margin-bottom: 20px;
}
.art-item-text {
  text-align: justify;
  width: 460px;
}
.art-item-img {
  width: 470px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 40px;
  margin-left: 20px;
}
.art-item-img-min {
  display: none;
}
.reverse .art-item-img {
  margin-right: 20px;
  margin-left: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .art {
    padding: 85px 5% 0 5%;
  }
  .art-content {
    padding: 0;
  }
  .art-title {
    margin: 40px 0;
    font-size: 30px;
  }
  .art-bg {
    height: 148px;
    margin-bottom: 30px;
  }
  .art-desc-title {
    font-size: 18px;
  }
  .art-margin {
    margin: 30px 0;
  }
  .art-list-title {
    margin: 30px 0;
  }
  .art-line {
    display: none;
  }
  .art-item-top {
    align-items: center;
    justify-content: center;
  }
  .art-year {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .art-year::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #04315A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .art-year::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #04315A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .art-item-info {
    margin: 30px 0;
    flex-direction: column;
  }
  .art-item-img {
    display: none;
  }
  .art-item-text {
    width: 100%;
  }
  .art-item-img-min {
    display: block;
    width: 100%;
    
    border-radius: 0 0 0 40px;
    object-fit: cover;
    margin: 30px 0;
  }
  .art-item-info-title {
    text-align: center;
    font-size: 18px;
    margin: 0;
  }
  /* .line-min {
    border-top: 1px solid;
    padding-top: 30px;
  } */
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .art {
    padding: 85px 5% 0 5%;
  }
  .art-content {
    padding: 0;
  }
  .art-title {
    margin: 40px 0;
    font-size: 30px;
  }
  .art-bg {
    height: 148px;
    margin-bottom: 30px;
  }
  .art-desc-title {
    font-size: 18px;
  }
  .art-margin {
    margin: 30px 0;
  }
  .art-list-title {
    margin: 30px 0;
  }
  .art-line {
    display: none;
  }
  .art-item-top {
    align-items: center;
    justify-content: center;
  }
  .art-year {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .art-year::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #04315A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .art-year::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #04315A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .art-item-info {
    margin: 30px 0;
    flex-direction: column;
  }
  .art-item-img {
    display: none;
  }
  .art-item-text {
    width: 100%;
  }
  .art-item-img-min {
    display: block;
    width: 100%;
    height: 360px;
    border-radius: 0 0 0 40px;
    object-fit: cover;
    margin: 30px 0;
  }
  .art-item-info-title {
    text-align: center;
    font-size: 18px;
    margin: 0;
  }
  /* .line-min {
    border-top: 1px solid;
    padding-top: 30px;
  } */
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}