/* CSS Document */
.newsItem .title, .newsItem .Img img, .newsItem {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.yearSelectBox {
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 640px) {
  .yearSelectBox {
    width: 100%;
  }
}
.yearSelectBox .yearSelect {
  position: relative;
}
.yearSelectBox .yearSelect svg {
  color: #666666;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.yearSelectBox select {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 60px;
  border-bottom: 1px solid #666666;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
@media (max-width: 640px) {
  .yearSelectBox select {
    text-align: center;
    width: 100%;
  }
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  margin: 0 -17.5px;
}
@media (max-width: 1280px) {
  .newsList {
    margin: 0 -15px;
  }
}

.newsItem {
  width: 25%;
  padding: 0 17.5px;
  margin-bottom: 35px;
  height: 510px;
  overflow: hidden;
}
@media (max-width: 1536px) {
  .newsItem {
    height: 490px;
  }
}
@media (max-width: 1440px) {
  .newsItem {
    height: 470px;
  }
}
@media (max-width: 1280px) {
  .newsItem {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .newsItem {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .newsItem:hover .title {
    color: #303644;
  }
}
.newsItem .item {
  height: 100%;
  position: relative;
}
.newsItem .item:not(:has(.Img)) {
  padding-top: 40px;
}
@media (max-width: 1440px) {
  .newsItem .item:not(:has(.Img)) {
    padding-top: 38px;
  }
}
.newsItem .item:not(:has(.Img)) .text {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsItem .Img {
  max-height: 240px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsItem .Img {
    max-height: 220px;
  }
}
.newsItem .Img img {
  height: 240px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1440px) {
  .newsItem .Img img {
    height: 220px;
  }
}
.newsItem .Txt {
  margin-top: -40px;
  height: 100%;
}
@media (max-width: 1440px) {
  .newsItem .Txt {
    margin-top: -38px;
  }
}
.newsItem .dateBox {
  color: #444444;
  padding: 14px 30px 5px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  position: relative;
  z-index: 2;
  background-image: url(../images/newsCardDateBg.png);
  background-size: cover;
  letter-spacing: 1.44px;
}
@media (max-width: 1536px) {
  .newsItem .dateBox {
    padding: 14px 15px 5px;
  }
}
@media (max-width: 640px) {
  .newsItem .dateBox {
    font-size: 10px;
  }
}
.newsItem .dateBox .label {
  margin-right: 5px;
}
.newsItem .textBox {
  padding: 30px 40px 40px;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.newsItem .classTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #888888;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.78px;
  line-height: 2;
}
.newsItem .classTitle span {
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px;
}
.newsItem .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5555555556;
  letter-spacing: 1.08px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsItem .text {
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsItem .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsInfoBox .dateBox {
  color: #444444;
  padding: 14px 30px 5px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  position: relative;
  z-index: 2;
  width: 400px;
  margin-left: auto;
  background-image: url("../images/newsCardDateBg.png");
  background-position: right bottom;
  background-size: cover;
  letter-spacing: 1.44px;
}
@media (max-width: 1536px) {
  .newsInfoBox .dateBox {
    padding: 14px 15px 5px;
  }
}
@media (max-width: 1440px) {
  .newsInfoBox .dateBox {
    height: 38px;
  }
}
@media (max-width: 640px) {
  .newsInfoBox .dateBox {
    font-size: 10px;
    width: 300px;
    background-position: center bottom;
  }
}
.newsInfoBox .dateBox .label {
  margin-right: 5px;
}

.content {
  background-color: #fff;
  padding: 30px;
}
.content .classTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #888888;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0;
  letter-spacing: 0.78px;
  line-height: 2;
}
.content .classTitle span {
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px;
}