.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;
}
.main .title {
  margin-top: 50px;
  text-align: center;
  font-size: 17px;
}
.main .info {
  font-size: 11px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.main .info div {
  display: inline-block;
}
.main .info .source {
  margin-right: 10px;
}
.main .info .prd-collect {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -10px;
}
.main .content {
  margin-top: 20px;
  font-size: 11px;
  line-height: 2;
}
.main .article-nav {
  zoom: 1;
  margin-top: 50px;
}
.main .article-nav:after {
  content: "";
  display: block;
  clear: both;
}
.main .article-nav a {
  width: 48.5%;
  display: inline-block;
  height: 104px;
}
.main .article-nav a .article-img {
  width: 207px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 7px;
  margin-left: 7px;
}
.main .article-nav a span {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
}
.main .article-nav a .row-img {
  height: 13px;
  margin-left: 20px;
}
.main .article-nav a:hover {
  background-color: #25c011;
  color: #ffffff;
}
.main .article-nav a:first-child {
  float: left;
  padding-right: 5px;
}
.main .article-nav a:first-child .row-img {
  margin-right: 20px;
}
.main .article-nav a:first-child + a {
  float: right;
  padding-right: 20px;
}
.main .article-nav .prev .prev-cl {
  float: left;
  text-align: left;
  margin-top: 40px;
  margin-left: 20px;
}
.main .article-nav .prev .article-img {
  float: right;
}
.main .article-nav .next .next-cr {
  float: right;
  text-align: right;
  margin-top: 40px;
}

