@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 {
  position: relative;
   margin: 0 auto; text-align:center;

}
.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 ul li .border .wrapper .tit {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  overflow: hidden;

}

.Sixth ul li .border .wrapper .dis {
  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;
  line-height:20px;
  font-size:13px;
}

.Sixth ul li .border .wrapper p{ 
  
  overflow: hidden;
 

  line-height:25px;
  font-size:13px;} 


.Sixth .title.common .en {
  background-position: center center;
}
.Sixth ul {
  position: relative;
  width: 100%;
  max-width:1355px;  
  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:382px;
	 text-align:left;
}
.Sixth ul li .border {
  width: 342px;
  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: 296px;
  left: 23px;
  height: 128px;
}
.Sixth ul li .border::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 194px;
  border: 1px solid #666;
  left: 0;
  bottom: 0;
}
.Sixth ul li .border::after {
  content: "";
  width: 100%;
  display: block;
  height: 194px;
  background-color: #AE181A;
  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: #AE181A;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.Sixth .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 240px;
  height: 1px;
  background-color: #AE181A;
  left: 55px;
  top: 50%;
}


.news_box{ padding:0px 0; margin:0 auto; width:1180px; height:100px; background:#fff;border-bottom:1px solid #eee; float: none;}

.news_box_left { width:70%; padding:20px 0; float:left; }
.news_box .date{ width:200px;  overflow:hidden; float:right; text-align:right; margin-top:25px;}
.news_box .date h4{ font-size:14px; color:#999; font-weight:normal; line-height:30px;width:200px; text-align:right; float:left; height:45px;}
.news_box .date h5{ font-size:26px; letter-spacing:normal; color:#666; font-weight:normal; line-height:30px; width:200px; text-align:center;float:left;height:30px; }
.news_box_left .news_tit{  width:100%;}
.news_box_left .news_tit {line-height:30px; font-size:16px; text-align:left; color:#333;}
.news_box_left .news_tit:hover {color:#ff0000;}
.news_box_left .news_cont{ float:left; width:100%;  line-height:26px; font-size:13px; text-align:left; color:#999;}


@media screen and (max-width: 1440px) {
  .w1400 {
    max-width: 1000px;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 1200px;
  }
  .Sixth ul li {
  position: relative;
   display:inline-block;
   margin:2% 1%;
    width:31.33%;
	max-width:370px;
  }
  .Sixth ul li img {
    width: 100%;
  }
  .Sixth ul li .border .wrapper {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    height: 120px;
  }
  .Sixth ul li .border::before {
    height: 210px;
  }
  .Sixth ul li .border {
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 160px;
  }
  .Sixth ul li .border::after {
    left: 0;
  }
  .Sixth ul li .border::before {
    left: -1px;
  }
  .Sixth .more::before {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  
   .Sixth {

  }
  }
  
  @media (min-width: 1024px) and (max-width:1250px ) {
   .w1400 {
    max-width: 1000px;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 1000px;
  }
  .Sixth ul li {

	max-width:280px;
  }
  .Sixth ul li img {
    width: 100%;
  }
  }
  
  
    @media (min-width: 641px) and (max-width:1023px ) {
   .w1400 {
    max-width:800px;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 800px;
  }
  .Sixth ul li {
    max-width:230px;
  }
  .Sixth ul li img {
    width: 100%;
  }
  
 
  
  }
  
  
  
 @media screen and (max-width: 640px) {
  .w1400 {
    max-width: 100%;
  }
  .Sixth ul {

  display: block;

}
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 640px;
  }
  .Sixth ul li {
    width:96%;
	max-width:100%;

  }
  }