/*Main*/
.main {
  padding-top: 70px;
  width: 100%;
}

.main .box {
  background: #fff;
  position: relative;
}

.main .box .banner {
  width: 100%;
}

.main .box .banner:hover {
  -webkit-transform: none;
          transform: none;
}

.main .box.blue {
  background-color: #a9d1f6;
}

.main .box.grey {
  background-color: #f8fcf9;
}

.main .box .box-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main .box .box-inner.step3 {
  padding-top: 50px;
}

.main .box .box-inner.step3 img {
  margin: 15px auto;
  display: block;
}

.main .box .box-inner.step3 img:hover {
  -webkit-transform: none;
          transform: none;
}

.main .box .box-inner.step3 .detail-title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 0 15px;
}

.main .box .box-inner.step3 .date {
  color: #22357c;
  font-size: 18px;
  margin-bottom: 5px;
}

.main .box .box-inner.step3 .content-view {
  margin: 30px 0;
  min-height: 400px;
}

.main .box .box-inner.step3 .content-view p {
  line-height: 2;
}

@media only screen and (max-width: 991.98px) {
  .main .box .box-inner.step3 .content-view {
    margin: 30px 15px;
    min-height: 400px;
  }
  .main .box .box-inner.step3 .content-view p {
    line-height: 2;
  }
}

.main .box .box-inner.step2 {
  padding: 65px 0 94px 0;
}

.main .box .box-inner.step2 .title {
  text-align: center;
}

.main .box .box-inner.step2 .title .row {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  color: #2a2a2a;
  font-weight: bolder;
}

.main .box .box-inner.step2 .title .sub {
  font-size: 24px;
  font-stretch: normal;
  line-height: 1;
  color: #686868;
  margin-top: 20px;
}

.main .box .box-inner.step2 .hot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 40px;
}

.main .box .box-inner.step2 .hot-list .item {
  width: 28%;
}

.main .box .box-inner.step2 .hot-list .item .thumb {
  width: 200px;
  height: 111px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

.main .box .box-inner.step2 .hot-list .item .texts {
  width: 100%;
  height: 138px;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 16px 0px rgba(132, 132, 132, 0.29);
          box-shadow: 0px 12px 16px 0px rgba(132, 132, 132, 0.29);
  border-radius: 6px;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 40px;
  margin-top: -20px;
}

.main .box .box-inner.step2 .hot-list .item .texts h2 {
  font-size: 16px;
  color: #282828;
  text-align: center;
}

.main .box .box-inner.step2 .hot-list .item .texts .des {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #686868;
}

.main .box .box-inner.step2 .hot-list .item .texts .date {
  text-align: right;
  color: #999;
  font-size: 12px;
}

@media only screen and (max-width: 991.98px) {
  .main .box .box-inner.step2 .hot-list {
    display: none;
  }
}

.main .box .box-inner.step2 .content {
  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;
}

.main .box .box-inner.step2 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  background: #fafafc;
}

.main .box .box-inner.step2 .content .item .img-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  width: 260px;
  height: 172px;
}

.main .box .box-inner.step2 .content .item .img-out img {
  width: 100%;
  border-radius: 10px;
}

.main .box .box-inner.step2 .content .item .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  padding: 20px 0;
  position: relative;
}

.main .box .box-inner.step2 .content .item .item-content .item-title {
  font-size: 18px;
  color: #282828;
  cursor: pointer;
  font-weight: bold;
}

.main .box .box-inner.step2 .content .item .item-content .item-title:hover {
  text-decoration: underline;
}

.main .box .box-inner.step2 .content .item .item-content .date {
  color: #999999;
  font-size: 14px;
  margin-bottom: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.main .box .box-inner.step2 .content .item .item-content .des {
  color: #666;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.main .box .box-inner.step2 .content .item .item-content .check {
  width: 120px;
  height: 36px;
  background: #fad60f;
  border-radius: 4px;
  font-size: 14px;
  color: #282828;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
}

.main .box .box-inner.step2 .pagenav {
  text-align: center;
  padding: 10px 0 20px 0;
  margin-top: 30px;
}

.main .box .box-inner.step2 .pagenav .pageitem {
  display: inline-block;
  padding: 0px 10px;
  background-color: #f4f4f5;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 5px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  color: #606266;
}

.main .box .box-inner.step2 .pagenav .pageitem:hover {
  background-color: #fbd70b;
  color: #282828;
}

.main .box .box-inner.step2 .pagenav .pageitem.active {
  background-color: #fbd70b;
  color: #282828;
}

@media only screen and (max-width: 991.98px) {
  .main .box .box-inner.step2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4vw;
  }
  .main .box .box-inner.step2 .title {
    padding: 4vw 0;
  }
  .main .box .box-inner.step2 .title .row {
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: bolder;
  }
  .main .box .box-inner.step2 .title .sub {
    font-size: 16px;
    color: #707070;
    margin-top: 10px;
  }
  .main .box .box-inner.step2 .content {
    text-align: center;
    max-width: 100%;
    position: relative;
    padding: 0;
    z-index: 2;
  }
  .main .box .box-inner.step2 .content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .box .box-inner.step2 .content .item .img-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    width: 409px;
    height: 234px;
    max-width: 100%;
  }
  .main .box .box-inner.step2 .content .item .img-out img {
    width: 100%;
    border-radius: 10px;
  }
  .main .box .box-inner.step2 .content .item .item-content {
    margin-left: 0;
    padding: 4vw;
    position: relative;
  }
  .main .box .box-inner.step2 .content .item .item-content .item-title {
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    text-align: left;
  }
  .main .box .box-inner.step2 .content .item .item-content .item-title:hover {
    text-decoration: underline;
  }
  .main .box .box-inner.step2 .content .item .item-content .date {
    color: #22357c;
    font-size: 14px;
    margin-bottom: 5px;
    position: absolute;
    right: 4vw;
    bottom: 4vw;
    top: auto;
  }
  .main .box .box-inner.step2 .content .item .item-content .des {
    color: #666;
    font-size: 14px;
    line-height: 2;
  }
}
/*# sourceMappingURL=news.css.map */