/* CSS Document */
.facList {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facList .facItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .facList .facItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .facList .facItem {
    width: 100%;
  }
}
.facList .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .facList .item:hover .hover {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.8s;
  }
  .facList .item:hover .hover .icon, .facList .item:hover .hover .title, .facList .item:hover .hover .subtitle, .facList .item:hover .hover .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .facList .item:hover .hover .icon {
    transition: all 0.8s 0.6s;
  }
  .facList .item:hover .hover .title {
    transition: all 0.8s 0.8s;
  }
  .facList .item:hover .hover .subtitle {
    transition: all 0.8s 0.7s;
  }
  .facList .item:hover .hover .text {
    transition: all 0.8s 0.9s;
  }
  .facList .item:hover .hover .btnBox {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: all 0.8s 0.9s;
  }
}
.facList .title {
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .facList .title {
    font-size: 17px;
  }
}
.facList .subtitle {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: bolder;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .facList .subtitle {
    font-size: 17px;
  }
}
.facList .noHover {
  position: relative;
}
.facList .noHover .Img {
  position: relative;
  width: 100%;
}
.facList .noHover .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.facList .noHover .Txt {
  width: 100%;
  height: 159px;
  background: url(../images/blue.png) no-repeat center bottom/100%;
  color: #fff;
  padding: 30px 33px 33px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s 0s ease-out;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
.facList .noHover .Txt a {
  pointer-events: auto;
}
.facList .noHover .Txt .textBox {
  width: 100%;
}
.facList .hover {
  background: url(../images/hover.jpg) no-repeat center bottom/100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 49px 33px;
  opacity: 0;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: all 0.8s;
}
.facList .hover .icon {
  width: 51px;
  margin: 0 5px 36px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1440px) {
  .facList .hover .icon {
    margin-bottom: 15px;
  }
}
.facList .hover .title {
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1440px) {
  .facList .hover .title {
    margin-bottom: 15px;
  }
}
.facList .hover .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.facList .hover .text {
  padding: 0 0 0 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.94;
  transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  height: 150px;
  opacity: 0;
  font-weight: 400;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1440px) {
  .facList .hover .text {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .facList .hover .text {
    width: 100%;
    max-height: 75px;
    height: auto;
    bottom: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.facList .hover .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.facList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.facList .btnBox {
  margin: 16px 0 0 3px;
}
.facList .btnBox .btn {
  min-width: unset;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 5px 0 0px;
}
.facList .btnBox .btn .arrow {
  position: static;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contentBox.insPage {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox.insPage .leftBox {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 50px;
}
.contentBox.insPage .rightBox {
  width: 75%;
}
@media (max-width: 1280px) {
  .contentBox.insPage .leftBox {
    width: 30%;
    padding-right: 25px;
  }
  .contentBox.insPage > .rightBox {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .contentBox.insPage .leftBox {
    width: 100%;
    padding: 0;
  }
  .contentBox.insPage .rightBox {
    width: 100%;
  }
}

.insIntroBox {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.insIntroBox .introBox {
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -ms-flex: auto;
        flex: auto;
  }
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 15px;
  color: #6c6c6c;
}

.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  padding: 20px 0px;
}
.newsList .Img {
  width: 100%;
  margin-right: 10px;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.newsList .Txt {
  overflow: hidden;
}
.newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
.newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.newsList .Txt .text {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
}