body.pro {
  background: #f1f3f7;
}

.main {
  padding-top: 50px;
  padding-bottom: 80px;
}

.newsnr {
  margin: 0 auto;
  width: 1000px;
}

.newsnr h1 {
  font-size: 50px;
  text-align: center;
  color: var(--color-primary);
  line-height: 1;
}

.newsnr .artInfo {
  text-align: center;
  margin: 18px 0 0;
  position: relative;
}

.newsnr .artInfo span {
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.myart {
  margin: 35px 0 0;
  line-height: 2;
  font-size: 18px;
  color: #666;
}

.myart p {
  margin-bottom: 15px;
}

.new-share {
  margin: 40px 0 0;
  position: relative;
  text-align: center;
}

.new-share::before {
  content: "";
  display: block;
  background: #999;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.new-share ul {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.new-share ul li {
  display: inline-block;
  margin: 0 10px;
}

.new-share ul li a {
  color: #666;
}

.new-share ul li i {
  font-size: 30px;
  color: inherit;
}

.new-share ul li:hover a {
  color: var(--color-primary);
}

body.pro .new-share ul {
  background: #f1f3f7;
}

.pnbar {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.pnbar>div {
  -webkit-flex: 1;
  flex: 1;
}

.pnbar p {
  font-size: 18px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pnbar p+p {
  margin-top: 9px;
}

.pnbar p:hover a {
  color: var(--color-primary);
}

.pnbar .more {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  padding: 0 60px;
  font-size: 18px;
  color: #fff;
}

.pnbar .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 1441px) {
  .newsnr h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1367px) {
  .newsnr h1 {
    font-size: 44px;
  }

  .myart {
    margin: 30px 0 0;
    line-height: 1.8;
    font-size: 17px;
  }
}

@media screen and (max-width: 1281px) {
  .newsnr h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1171px) {
  .newsnr h1 {
    font-size: 36px;
  }

  .newsnr {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .newsnr h1 {
    font-size: 32px;
  }
}

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

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

  .newsnr .artInfo span {
    margin: 0 5px;
    font-size: 13px;
  }

  .myart {
    margin: 25px 0 0;
    line-height: 24px;
    font-size: 16px;
  }

  .myart p {
    margin-bottom: 10px;
  }

  .myart img {
    width: 100%;
    height: auto;
  }

  .new-share {
    margin: 25px 0 0;
  }

  .new-share ul li i {
    font-size: 26px;
  }

  .pnbar {
    margin-top: 25px;
    display: block;
    text-align: center;
  }

  .pnbar p {
    font-size: 16px;
    text-align: left;
  }

  .pnbar .more {
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .newsnr h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .newsnr h1 {
    font-size: 24px;
  }
}