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

}

.facList_list .item {
  position: relative;
}

.facList_list .item img{max-width: 100%;}


.facList_list .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
 .facList_list .facItem:hover{box-shadow:0 1px 10px #ddd; border: none;}
  
   .facList_list .facItem .topTitle {
	   padding: 0.1rem 0.3rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
  
  .facItem .item .topTitle .subtitle{position: relative;}
  
  
.facItem .item .topTitle .subtitle h3{

    margin-bottom: 0.065rem;
    font-size: 0.24rem;
    font-weight: 700;}
	
	
.facItem .item .topTitle .subtitle h3 span{
	  font-size: 0.2rem;
    color: #999;
	}
	
	
.facItem .item .topTitle .subtitle p{
	font-size: 0.18rem;
	    line-height: 1.6;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	
	}
  
@media (min-width: 1201px) {
  .facList_list .item:hover .Img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -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 .Img {
  transition: all 0.5s;
  padding: 0.2rem;
  position: relative;


  border-radius: 0;
 
}
.facList_list .Img::before {
  content: "";
  display: block;
 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;


}
.facList_list .Img img {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 1s;
}
.facList_list .Txt {
  padding: 15px 5px 15px 5px;
  position: relative;
  transition: all 0.5s;
  text-align: center;
}

@media (max-width: 1280px) {
	
	.facList_list .facItem{width: 31.33%; margin: 10px 1%;}
}



@media (max-width: 1023px) {
  .facList_list .Txt {
    padding: 20px 20px 20px 40px;
  }
}
.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: 20px;
  }
}
.facList_list .Txt .topTitle {
  font-size: .2rem;
  margin-bottom: 0;

  font-weight: 700;
  line-height: 2;
  
}

.facList_list .Txt .topTitle .subtitle, .facList_list .Txt .topTitle .title {
  display: inline;
  transition: all 0.5s;
}

.facList_list .Txt .text {
  font-size: 0.18rem;
  letter-spacing: 0.35px;
  padding: 0 0 0 0;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media (max-width: 640px) {
	.facList_list{border-top: 1px solid #ccc;padding-top: 10px;}
  .facList_list .facItem {
    width: 48%;
	padding: 0;
	margin-bottom: 0;
  }
  .facList_list .Txt{padding: 10px 0;}
  .facList_list .Txt .text {font-size: 0.16rem;}
}

.facList_list:hover .Txt .text { color: #ff0000; }
	
	
	
.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;
}