/* CSS Document */
.facList_list{
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facList_list .facItem {
  width: 33.33%;
  padding: 15px 20px 20px 20px;
  box-sizing: border-box;
}


@media (max-width:1023px) {
  .facList_list .facItem {
    width: 50%;
	padding: 10px;
  }
}

@media (max-width: 640px) {
  .facList_list .facItem {
    width: 100%;
	padding: 20px;
  }
}
.facList_list .item {
  position: relative;
}
.facList_list .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1201px) {
  .facList_list .item:hover .Img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .facList_list .item:hover .Img::before {
    opacity: 0.5;
  }
  .facList_list .item:hover .Img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .facList_list .item:hover .topTitle .subtitle, .facList_list .item:hover .topTitle .title {
    color: #009ad8;
  }
}
.facList_list .Img {
  transition: all 0.5s;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.facList_list .Img::before {
  content: "";
  display: block;
  background: linear-gradient(to right, #009ad8 0%, #2bb5d3 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;
}
.facList_list .Img img {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 1s;
}
.facList_list .Txt {
  padding: 15px 20px 15px 30px;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .facList_list .Txt {
    padding: 20px 20px 20px 40px;
  }
}


@media (max-width: 639px) {
  .facList_list .Txt {
    padding: 10px 10px 10px 20px;
  }
}

.facList_list .Txt .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 24px;
  left: 10px;
  background-color: #009ad8;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .facList_list .Txt .dot {
    left: 15px;
	top:30px;
  }
}
@media (max-width: 639px) {
  .facList_list .Txt .dot {
    left: 5px;
	top:20px;
  }
}


.facList_list .Txt .topTitle {
  font-size: 18px;
  margin-bottom: 4px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1540px) {
  .facList_list .Txt .topTitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .facList_list .Txt .topTitle {
    font-size: 16px;
  }
}
.facList_list .Txt .topTitle .subtitle, .facList_list .Txt .topTitle .title {
  display: inline;
  transition: all 0.5s;
}
.facList_list .Txt .topTitle .subtitle {
  font-weight: 500;
  letter-spacing: 0.7px;
}
.facList_list .Txt .text {
  font-size: 16px;
  letter-spacing: 0.35px;
  padding: 0 0 0 1px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1650px) {
  .facList_list .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .facList_list .Txt .text {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .facList_list .Txt .text {
    font-size: 14px;
  }
}

.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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 5px 0;
}

.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: 1024px) {
  .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;
}

.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;
}