.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 }*/
.main {
  padding-bottom: 100px;
}
.main .banner {
  width: 100%;
  height: 450px;
  background-image: url(../images/banner.17667d8.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}
.main .w ul {
  zoom: 1;
}
.main .w ul:after {
  content: "";
  display: block;
  clear: both;
}
.main .w ul li {
  margin-top: 30px;
}
.main .w ul li .cl {
  width: 146px;
  height: 146px;
  background-color: #dddddd;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  float: left;
}
.main .w ul li .cl p:first-child {
  font-size: 70px;
  font-weight: 600;
}
.main .w ul li .cl p:first-child + p {
  font-size: 18px;
  font-weight: 800;
}
.main .w ul li .cr {
  margin-left: 176px;
  padding-top: 25px;
}
.main .w ul li .cr .name {
  font-size: 15px;
  color: #222222;
}
.main .w ul li .cr .detail {
  margin-top: 10px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .w ul li:hover .cl {
  background-color: #25c011;
  color: #ffffff;
}

