.mainArea .facList .facItem .Img img {
  transition: all 0.5s ease-in-out;
}

.mainArea .classNote {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.mainArea .tabContent {
  border-top: none;
}
.mainArea .facList {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.mainArea .facList .facItem {
  width: 25%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .mainArea .facList .facItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .mainArea .facList .facItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .mainArea .facList .facItem {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .mainArea .facList .facItem .item:hover .Img img {
    transform: scale(1.03);
  }
}
.mainArea .facList .facItem .Img {
  border-radius: 16px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.mainArea .facList .facItem .Img img {
  display: block;
  width: 100%;
}
.mainArea .facList .Txt {
  padding: 16px;
  text-align: center;
  background-color: #fff;
}
.mainArea .facList .Txt .title a {
  color: #333333;
  font-weight: 700;
  display: block;
  font-size: 24px;
}
@media (max-width: 768px) {
  .mainArea .facList .Txt .title a {
    font-size: 22px;
  }
}
.mainArea .facList .Txt .text {
  height: 60px;
  color: #666666;
  font-size: 16px;
  padding-top: 10px;
}
.mainArea .contentBox.insPage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mainArea .contentBox.insPage .rightBox {
  width: 100%;
}
@media (max-width: 1024px) {
  .mainArea .contentBox.insPage .leftBox {
    width: 100%;
    padding: 0;
  }
  .mainArea .contentBox.insPage .rightBox {
    width: 100%;
  }
}
.mainArea .insTopBox {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  position: relative;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .mainArea .insTopBox {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.mainArea .insTopBox .articleTitle {
  width: 100%;
  margin-bottom: 0;
}
.mainArea .insTopBox .articleTitle::before {
  display: none;
}
@media (max-width: 768px) {
  .mainArea .insTopBox .articleTitle {
    font-size: 22px;
  }
}
.mainArea .insTopBox .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-bottom: 0;
  width: 100%;
}
.mainArea .insTopBox .newsInfoBox .classTitle {
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  background-color: rgba(19, 138, 247, 0.1);
  color: #138AF7;
  border-radius: 8px;
}
.mainArea .insTopBox .Txt {
  width: 100%;
  line-height: 1.6;
  font-size: 15px;
  color: #6c6c6c;
}
.mainArea .newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.mainArea .newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .mainArea .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .mainArea .newsList .newsItem {
    width: 100%;
  }
}
.mainArea .newsList .item {
  padding: 20px 0px;
}
.mainArea .newsList .Img {
  width: 100%;
  margin-right: 10px;
}
.mainArea .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.mainArea .newsList .Txt {
  overflow: hidden;
}
.mainArea .newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
.mainArea .newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.mainArea .newsList .Txt .text {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
}
.mainArea .sideDataItem .title {
  font-size: 24px;
}
.mainArea .sideDataItem .title a {
  color: #333333;
}
@media (max-width: 768px) {
  .mainArea .sideDataItem .title {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .mainArea .sideDataItem .text {
    font-size: 16px;
  }
}
