@import '../normalize.css';
html,
body {
  color: #080808;
  background: #e6e4dc;
}
ul,
p {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #080808;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.footer {
  width: 100%;
  text-align: center;
  font-size: .14rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  /* margin: 1.19rem  0 .2rem; */
}
/** back btn**/
.back-text {
  margin-left: 30px;
  font-size: 16px;
  color: #080808;
  font-weight: bold;
}
@media only screen and (min-width: 980px) {
 .container {
    padding: 120px 119px 20px;
    min-height: 80vh;
    margin-bottom: 100px;
  }
  span.back-arrow-left {
    cursor: pointer;
    border-left: 2px solid #080808;
    border-bottom: 2px solid #080808;
    height: 8px;
    width: 8px;
    transform: translate(2px, -1px) rotate(45deg);
    -webkit-transform: translate(2px, -1px) rotate(45deg);
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    -moz-transform: translate(2px, -1px) rotate(45deg);
    -ms-transform: translate(2px, -1px) rotate(45deg);
    -o-transform: translate(2px, -1px) rotate(45deg);
    position: relative;
  }
  span.back-arrow-left::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8%;
    width: 25px;
    height: 2px;
    background: #080808;
    transform: translate(2px, -1px) rotate(-45deg);
    -webkit-transform: translate(2px, -1px) rotate(-45deg);
  }
  .footer {
    font-size: 14px;
    /* margin: 119px 0 20px; */
  }
}
@media only screen and (max-width: 980px) {
  
  .back-text {
    margin-left: .3rem;
    font-size: .18rem;
  }
  span.back-arrow-left {
    cursor: pointer;
    border-left: 0.02rem solid #080808;
    border-bottom: 0.02rem solid #080808;
    height: 0.08rem;
    width: 0.08rem;
    transform: translate(0.02rem, -1px) rotate(45deg);
    -webkit-transform: translate(0.02rem, -1px) rotate(45deg);
    border-right: 0.02rem solid transparent;
    border-top: 0.02rem solid transparent;
    display: inline-block;
    -moz-transform: translate(0.02rem, -1px) rotate(45deg);
    -ms-transform: translate(0.02rem, -1px) rotate(45deg);
    -o-transform: translate(0.02rem, -1px) rotate(45deg);
    position: relative;
  }
  span.back-arrow-left::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8%;
    width: 0.25rem;
    height: 0px;
    background: #080808;
    transform: translate(0px, -1px) rotate(-45deg);
    -webkit-transform: translate(0px, -1px) rotate(-45deg);
  }
}
.news-list {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
  align-content: flex-start;
}
.news-bg-img {
  display: block;
  width: 100%;
  /* height: 4.8rem; */
  /* max-height: 375px; */
}
.news-bg-img img:hover {
  opacity: .5;
}
.img-item-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.img-item-box img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 980px) {
  .news-item {
    width: 100%;
  }
  .news-brief {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
 }
  .news-brief .news-short-des,
  .news-brief .news-time {
    color: #666;
    line-height: 24px;
  }
  .news-brief .news-part {
    margin: 20px 0;
  }
  .news-brief .news-title {
    font-size: 28px;
  }
  .news-brief .news-more {
    font-weight: 500;
  }
  .news-brief .news-more:hover {
    color: #747474;
  }
}
@media only screen and (max-width: 980px) {
  .news-list {
    display: block;
  }
  .img-item-box img {
    width: 100%;
    height: auto;
  }
  .news-item {
    width: 100%;
  }
  .news-brief {
    width: 100%;
    padding: 0.2rem 0;
    font-size: 0.18rem;
    margin-bottom: .2rem;
  }
  .news-brief .news-short-des,
  .news-brief .news-time {
    color: #666;
    line-height: 1.2;
  }
  .news-brief .news-part {
    margin: 0.2rem 0;
  }
  .news-brief .news-title {
    font-size: 0.3rem;
  }
  .news-brief .news-more {
    font-weight: 500;
  }
  .news-brief .news-more:hover {
    color: #747474;
  }
}

/*lijie 列表*/
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.projects__grid {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -webkit-flex-direction:row;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 overflow:normal;
 padding:0;
 margin:0 -10px;
}
.project__single {
 width:100%;
 padding:20px 10px 0;
 -webkit-box-flex:0;
 -webkit-flex:0 0 auto;
 -ms-flex:0 0 auto;
 flex:0 0 auto
}
.project__single-link {
 display:block
}
.project__single-img{
  width: 100%;
}
.project__single-link:hover .project__single-img-wrap {
 opacity:.6;
 background-color:#E8E8E8
}
.project__single-link:hover .project__single-details {
 opacity:.5
}
.project__single-details {
 font-weight:300;
 margin-top:20px;
 font-size: .3rem;
 -webkit-transition:opacity 200ms;
 -o-transition:opacity 200ms;
 transition:opacity 200ms;
}
.project__single-title {
 line-height:1.4em;
 font-size: 0.32rem;
 margin: 15px 0px;
}
.project__single-location{
  color: #333133;
  font-weight:300;
  line-height: 1.4;
  /*换行，裁剪*/
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (min-width:540px) {
 .project__single {
  width:50%
 }
}
@media (min-width:980px) {
.projects__grid {
  margin:-20px;
  margin-top:-45px;
 }
.project__single {
  padding:50px 25px 0;
  width:33.33%
 }
 .project__single-details {
 font-size: 16px;
 }
 .project__single-title {
  font-size: 24px;
 }
 .project__single-location{
   color: #333133;
   font-weight:300;
   line-height: 1.4;
   /*兼容IE裁剪*/
    max-height: 47px;
 }
}
/*lijie*/