@charset "utf-8";
/* CSS Document */

.Sixth ul li img {
  opacity: 0;
  width: 100%;
}

.Sixth ul li a .img-box {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
 .Sixth ul li:hover .border .wrapper .dis {
    color: rgba(255, 255, 255, 0.6);
  }
  .Sixth ul li:hover .border .wrapper .tit {
    color: rgba(255, 255, 255, 0.95);
  }
  .Sixth li:hover .more {
    color: #fff;

  }
  .Sixth ul li:hover .border {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .Sixth ul li:hover a {
    color: #fff;
  }
  .Sixth ul li:hover .border::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .Sixth li:hover .more::before {
    background-color: #fff;
  }
  .Sixth .en {
  position: relative;
}
.Sixth .en::before,
.Sixth .en::after {
  content: "";
  position: absolute;
  width: 19.5vw;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #000;
  display: block;
}
.Sixth {
  background-color: #fff;
  position: relative;


}
.Sixth .title {
  text-align: center;
  padding-top: 38px;
}
.title.common .cn {
  color: #deb86e;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
.title.common {
  position: relative;
  z-index: 5;
}
.title.common .en {
  color: #deb86e;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  height: 24px;
  margin-top: 10px;
  background-position: 6px 0;
  background-repeat: no-repeat;
}

.Sixth{ max-width:1355px; margin:0 auto;}

.Sixth ul li .border .wrapper .tit {
  font-size: 18px;
  line-height: 1;
  color: #4f4f4f;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;

}

.Sixth ul li .border .wrapper .dis {
  color: #848484;
  margin-top: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  text-align: justify;
}

.Sixth .title.common .en {
  background-position: center center;
}
.Sixth ul {
  position: relative;
  width: 100%;
  max-width:100%;  
  margin: 0  auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Sixth ul li {
  position: relative;
   display:inline-block;
   margin:2% 1%;
    width:31.33%;
	max-width:421px;
}
.Sixth ul li .border {
  width: 382px;
  position: relative;
  height: 178px;
  margin: 0 auto;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.Sixth ul li .border .wrapper {
  position: absolute;
  bottom: 20px;
  width: 336px;
  left: 23px;
  height: 128px;
}
.Sixth ul li .border::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 234px;
  border: 1px solid #D60602;
  left: 0;
  bottom: 0px;
}
.Sixth ul li .border::after {
  content: "";
  width: 100%;
  display: block;
  height: 234px;
 background:-webkit-gradient(linear, 20% 10%, 100% 0%, from(rgba(234,199,52,0.9)), to(rgba(214,6,2,0.9)));
  bottom: 1px;
  left: 1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.Sixth .more {
  color: #666;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  	text-align:left;
}

.Sixth .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 280px;
  height: 1px;
  background-color: #dddd;
  left: 75px;
  top: 50%;
}

.n_news_box{ padding:10px 1%; width:98%; background:#fff;border-bottom:1px solid #eee; float: left;}
.news_box_left { width:70%; padding:0px 0; float:left; }
.n_news_box .date{ width:200px;  overflow:hidden; float:right; margin-top:25px;}
.n_news_box .date h4{ font-size:14px; color:#666; font-weight:normal; line-height:30px;width:200px; text-align:center; float:left; height:45px;}
.news_box_left .news_tit{  width:100%;}
.news_box_left .news_tit {line-height:30px; font-size:14px; text-align:left; color:#333;}
.news_box_left .news_cont{ float:left; width:100%; line-height:26px; font-size:13px; text-align:left; color:#999;}







  
     .Sixth ul li .border .wrapper {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    height: 120px;
  }

  .Sixth ul li:hover .border {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

 .Sixth .more::before {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }


.Sixth ul li .border {
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 160px;
  }

.Sixth ul li .border::before {
  height: 150px;
}

  .Sixth ul li .border::after {
    height: 150px;

  }
  
  
   .Sixth ul li {
    width:30.33%;
	margin:1% 1% 1% 1%;
	max-width:100%;
	}

 .Sixth ul {
    max-width: 100%;
	margin-left:0.5%;

  }
  .Sixth ul li img {
    width: 100%;
      max-width: 100%;
  }

   .Sixth ul li .border .wrapper .tit{ font-size:16px;}
  
 .news_box_left .news_tit {line-height:25px; font-size:14px;  color:#333;}
.news_box_left .news_cont{ float:left; width:96%; margin-left:2%; line-height:25px; font-size:12px; }



  @media (min-width: 1200px) and (max-width:1439px ) {
     .Sixth{margin:0px 70px;}
   .w1400 { max-width: 1200px;}
  }
  
  
  @media (min-width: 1024px) and (max-width:1199px ) {
   .Sixth{margin:0px 70px;}
   .w1400 { max-width: 1000px;}
  }
  
  
    @media (min-width: 641px) and (max-width:1023px ) {
   .w1400 { max-width:100%; }
   .Sixth{margin:0px;}
   .Sixth ul li .border .wrapper .tit{ font-size:16px; font-weight:normal;}
     } 
  
  
  
 @media screen and (max-width: 639px) {
    .Sixth{margin:0px;}
  .w1400 {max-width: 100%;}
  .Sixth ul { display: block;}
  .Sixth ul { max-width: 640px;}
  .Sixth ul li { width:98%;max-width:100%; margin-left:0.5%;}
  .n_news_box{ width:100%;max-height: none;}
.news_box_left { width:96%; }
.news_box_left .news_tit {line-height:25px; font-size:14px;  color:#333;}
.news_box_left .news_cont{ float:left; width:96%; margin-left:2%; line-height:25px; font-size:12px; }
.n_news_box .date{ width:20%; margin-top:10px; display:none;}
.n_news_box .date h4{ font-size:12px; color:#666; font-weight:normal; line-height:30px;width:100%; text-align:center; float:left; height:45px;}
.Sixth ul li .border .wrapper .tit{ font-size:15px;}
  
  }