.around-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.center-all-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*去除padding*/
.noScroll {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
/*
.asset::-webkit-scrollbar { display:none }*/
body {
  background-color: #ffffff;
}
.main {
  padding-bottom: 100px;
}
.main .banner {
  width: 100%;
  height: 470px;
  background-image: url(../images/banner2.59d492b.png);
  /*background-size: 100% 100%;*/
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}
.article-list {
  zoom: 1;
  margin-top: 30px!important;
}
.article-list:after {
  content: "";
  display: block;
  clear: both;
}
.article-list li {
  cursor: pointer;
  margin-top: 20px;
  width: 530px;
  padding: 15px;
  margin-right: 50px;
  border-bottom: 1px solid #dddddd;
}
.article-list li .img {
  float: left;
  width: 100%;
  height: 154px;
}
.article-list li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-list li .center {
  float: left;
  padding-top: 30px;
  padding-left: 20px;
}
.article-list li .center .center-l {
  width: 110px;
  float: left;
  color: #999999;
  font-size: 18px;
}
.article-list li .center .center-r {
  margin-left: 110px;
}
.article-list li .center .center-r p:first-child {
  color: #222222;
  font-size: 14px;
}
.article-list li .center .center-r p:first-child + p {
  line-height: 2;
  margin-top: 10px;
  color: #999999;
  font-size: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}

