@charset "utf-8";

.mj_dh {
  padding: 1.5rem 0 1rem 0;
}

.news-views {
  width: 72.9%;
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
  padding: 0.3rem 0;
}

.mj_dh .news-views a {
  font-size: 0.4rem;
  color: #000;
}

.newsinfo-box {
  padding: 1rem 0;
  background-position: right 5rem;
}

.news-view {
  width: 72.9%;
  margin: 0 auto;
}

.newsinfo-box .left {
  float: left;
  width: 69.2857%;
}

.newsinfo-box .left .tit {
  font-size: .75rem;
  line-height: .85rem;
  color: #2970D9;
  font-weight: bold;
}

.newsinfo-box .left .share-box {
  margin-top: .4rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid #d1d1d1;
}

.newsinfo-box .left .bshare-custom {
  float: right;
  font-size: 0 !important;
}

.newsinfo-box .left .bshare-custom a,
.newsinfo-box .left .bshare-custom span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .4rem;
  color: #000;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 20px;
}

.newsinfo-box .left .bshare-custom span {
  margin-right: .5rem;
}

.newsinfo-box .left .bshare-custom a {
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: .4rem;
}

.newsinfo-box .left .bshare-custom .bshare-weixin {
  background-image: url('../fonts/wechat.svg');
}

.newsinfo-box .left .bshare-custom .bshare-sinaminiblog {
  background-image: url('../fonts/weibo.svg');
}

.newsinfo-box .time {
  float: left;
  font-size: .4rem;
  line-height: 20px;
  color: #000;
}

.newsinfo-box .left .con {
  margin-top: .9rem;
  font-size: .4rem;
  line-height: .9rem;
  color: #666;
}

.newsinfo-box .left .con img {
  max-width: 100%;
}

.newsinfo-box .left .buttons {
  font-size: 0;
  width: 100%;
  height: 1.6rem;
  margin-top: 1.5rem;
  box-sizing: border-box;
  position: relative;
}

.newsinfo-box .left .buttons a {
  font-size: .4rem;
  color: #000;
}

/* .newsinfo-box .left .buttons .prev,
.newsinfo-box .left .buttons .next {
  margin-top: .5rem;
} */

.newsinfo-box .left .buttons .prev {
  float: left;
}

.newsinfo-box .left .buttons .next {
  float: right;
}

.newsinfo-box .left .buttons .back {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.newsinfo-box .right {
  float: right;
  width: 25.42857%;
  margin-top: .75rem;
}

.newsinfo-box .right .tit {
  font-size: .6rem;
  line-height: .7rem;
  color: #000;
  font-weight: bold;
}

.newsinfo-box .right .list {
  margin-top: .7rem;
}

.newsinfo-box .right .list a {
  margin-bottom: .2rem;
  display: block;
  background-color: #fff;
  color: #000;
  font-size: .4rem;
  padding: .5rem 1rem .5rem .5rem;
  border-radius: 4px;
  line-height: .5rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}

.newsinfo-box .right .list a:last-child {
  margin-bottom: 0;
}

.newsinfo-box .right .list a:before {
  content: "";
  position: absolute;
  right: .75rem;
  top: 50%;
  width: .175rem;
  height: .325rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url('../img/guideinfo-more.png');
  transform: translateY(-50%);
  transition: all .3s;
}

.newsinfo-box .right .once {
  display: block;
  height: 1.6rem;
  line-height: 1.6rem;
  background-color: #226fd8;
  border-radius: 4px;
  text-align: center;
  font-size: 0;
  margin-top: .5rem;
}

.newsinfo-box .right .once span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .4rem;
  color: #fff;
  padding-right: .3rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../img/guideinfo-more2.png');
  background-size: .175rem;
}

/* newsinfo end */


@media (max-width: 1380px) {
  .newsinfo-box .left .buttons .back {
    left: 40%;
  }
}


@media (max-width: 1015px) {
  .newsinfo-box .left .buttons .back {
    left: 45%;
  }
}

@media (max-width: 900px) {
  .newsinfo-box .left .buttons .back {
    left: 50%;
  }
}

@media (max-width: 1024px) {
  .newsinfo-box .left .bshare-custom {
    display: none;
  }

  .newsinfo-box .time {
    float: none;
  }
}

@media (max-width: 992px) {}

@media (min-width: 767px) {
  .newsinfo-box .left .buttons a {
    font-size: .4rem;
    color: #000;
    width: 4.5rem;
    height: 100%;
    background: #fff;
    text-align: center;
    line-height: 1.6rem;
  }
}

@media (max-width: 767px) {
  .newsinfo-box {
    padding: .7rem 0;
  }

  .newsinfo-box .left,
  .newsinfo-box .right {
    float: none;
    width: 100%;
  }

  .newsinfo-box .right .once {
    height: 1rem;
    line-height: 1rem;
  }

  .newsinfo-box .right .once span {
    font-size: .3rem;
    line-height: 1rem;
    background-size: .1rem;
  }

  .news-box .list .page {
    margin-top: .8rem;
  }

  .page a {
    width: .6rem;
    height: .6rem;
    background-size: .1rem;
  }

  .newsinfo-box .left .tit {
    font-size: .3rem;
    line-height: .4rem;
  }

  .newsinfo-box .time {
    font-size: .24rem;
    line-height: .4rem;
  }

  .newsinfo-box .left .share-box {
    margin-top: .1rem;
    padding-bottom: .2rem;
  }

  .newsinfo-box .left .con {
    font-size: .24rem;
    line-height: .5rem;
    margin-top: .3rem;
  }

  .newsinfo-box .left .buttons {
    margin-top: .5rem;
    height: 1rem;
    padding: 0 .3rem;
  }

  .newsinfo-box .left .buttons a {
    font-size: .24rem;
    line-height: .4rem;
    background: none;
  }

  .newsinfo-box .left .buttons .prev,
  .newsinfo-box .left .buttons .next {
    margin-top: .3rem;
  }

  .newsinfo-bo {
    margin-top: .3rem;
  }

  .newsinfo-box .right .tit {
    font-size: .3rem;
    line-height: .4rem;
  }

  .newsinfo-box .right .list {
    margin-top: .3rem;
  }

  .newsinfo-box .right .list a {
    font-size: .24rem;
    padding: .3rem .7rem .3rem .3rem;
  }

  .newsinfo-box .right .list a:before {
    right: .3rem;
    width: .0875rem;
    height: .1625rem;
  }
}

@media (min-width: 1025px) {
  .newsinfo-box .left .buttons a:hover {
    color: #226fd8;
  }

  .newsinfo-box .right .list a:hover {
    color: #fff;
    background-color: #226fd8;
  }

  .newsinfo-box .right .list a:hover:before {
    background-image: url('../img/guideinfo-more2.png');
  }
}