body.bg2 {
  background: #e6e3e2 url(../images/side-bg2.jpg) no-repeat center top
}
.main {
  padding-bottom: 80px
}

.newsnr {
}

.newsnr h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-transform: capitalize
}
.richtext.is-magic img {
  max-width:100%;
}
.artInfo {
  padding: 45px 0;
  border-bottom: 1px solid #73716f;
  text-align: center
}

.artInfo span {
  margin: 0 35px;
  font-size: 14px;
  color: #000;
  padding: 0 0 0 35px
}

.artInfo span.time {
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/1302/upload/sort/b26f91690ebbd22a8a8f3108da301dd9ed680591aab9c59996a162c8126fd8b6.png) no-repeat left center;
}

.artInfo span.hit {
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/1302/upload/sort/fa7fd96659203dd555c46926a5ba55af649bea1137ee95ba98b67cf73245a394.png) no-repeat left center;
}

.myart {
  margin: 50px 0 0;
  line-height: 30px;
  font-size: 18px;
  color: #000
}

.myart p {
  font-weight:700;
  margin: 0 0 20px
}

.myart .row>div {
  margin: 0 0 20px
}

.pnbar {
  margin-top: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.pnbar p {
  text-align: center;
  font-size: 0
}

.pnbar a {
  color: #777;
  min-width: 140px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  text-align: center
}

.pnbar a+a {
  margin-left: 35px
}

.pnbar a:hover {
  background: #ff7e00;
  color: #fff
}

.pnbar a i {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle
}

@media screen and (max-width:1100px) {
  .artInfo{padding:30px 0;}

  .myart{margin:35px 0 0;line-height:27px;font-size:16px;}

  .pnbar a{font-size:17px;}
  .pnbar a + a{margin-left:25px;}
}

@media screen and (max-width:768px) {
  .main{padding-bottom:30px;}

  .newsnr h1{font-size:20px;}

  .artInfo{padding:25px 0;}
  .artInfo span{margin:0 15px;font-size:13px;color:#fff;}
  .artInfo span.time{background:url(../images/time1.png) no-repeat left center;}
  .artInfo span.hit{background:url(../images/hit1.png) no-repeat left center;}

  .myart{margin:25px 0 0;line-height:22px;font-size:16px;}
  .myart p{margin:0 0 15px;}
  .myart .row > div{margin:0 0 15px;}

  .pnbar{margin-top:30px;}
  .pnbar a{min-width:130px;height:36px;line-height:36px;font-size:17px;}
  .pnbar a+a{margin-left:20px;}
                
                .richtext.is-magic img{
                height:auto !important;
                }
                .richtext.is-magic{
                width:100% !important;
                }
}
  @media screen and (max-width:480px){
  .richtext.is-magic{
  font-size:12px !important;
  }
  }