.common-header .design-width .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-header .design-width .header-logo .zhuanti img {
  width: 96px;
  height: 48px;
  margin-left: 10px;
}

.design-width {
  width: 1200px;
  margin: 0 auto;
}

.head-line-one .index-title {
  margin: 20px 0;
}

.head-line-one .index-title .iconfont {
  margin: 0 5px;
  color: #AAAAAA;
}

.head-line-one .index-title .index-news {
  color: #999999;
}

.head-line-one ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.head-line-one ul li {
  width: 285px;
  height: 278px;
  background: #fff;
  margin-top: 32px;
  margin-right: 20px;
}
.head-line-one ul li:nth-child(4n){
  margin-right: 0px;
}

.head-line-one ul li img {
  width: 100%;
  height:160px;
}

.head-line-one ul li p {
  width: 245px;
  height:48px;
  font-size: 14px;
  margin: 20px 0 0 20px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}

.head-line-one ul li div {
  margin: 10px 0 0px 20px;
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head-line-one ul li div span:nth-child(2) {
  margin-right: 20px;
}
/*# sourceMappingURL=vudeoList.css.map */