body.pro {
  background: #f1f3f7;
}

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

.newsnr {
  margin: 0 auto;
  width: 1000px;
}
.newsnr h1 {
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
  border-left: 4px solid #0056b3;
  padding-left: 12px;
}

/* Ã¥Ââ€˜Ã¥Â¸Æ’Ã¦â€”Â¶Ã©â€”Â´ */
.newsnr .artInfo {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.newsnr .artInfo span {
  display: inline-block;
  padding: 4px 10px;
  background: #f5f7fa;
  border-radius: 4px;
}

/* Ã¦Â­Â£Ã¦â€“â€¡Ã¥â€ â€¦Ã¥Â®Â¹Ã¥Å’Âº */
.newsnr .myart.rich-text {
  font-size: 16px;
  color: #333;
}

/* Ã¦Â­Â£Ã¦â€“â€¡Ã¦Â®ÂµÃ¨ÂÂ½Ã©â€”Â´Ã¨Â·Â */
.newsnr .myart p {
  margin-bottom: 18px;
  font-size: clamp(14px, 0.94vw, 18px);
}

/* Ã©â€¡ÂÃ§â€šÂ¹Ã¥Å Â Ã§Â²â€”Ã¦â€“â€¡Ã¥Â­â€” */
.newsnr .myart b span {
  font-size: clamp(15px, 0.94vw, 18px);
  color: #0056b3;
  font-weight: 700;
}

/* Ã¥Ë†â€”Ã¨Â¡Â¨Ã¦Â Â·Ã¥Â¼Â */
.newsnr .myart ul {
  margin: 10px 0 25px 20px;
  padding: 0;
}
.newsnr .myart li {
  margin-bottom: 8px;
  list-style: disc;
  color: #333;
}

/* Ã¨Â¡Â¨Ã¦Â Â¼Ã¦Â Â·Ã¥Â¼Â */
.newsnr .myart table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.newsnr .myart table td {
  padding: 14px 16px;
  border: 1px solid #eee;
  text-align: left;
  vertical-align: middle;
}
.newsnr .myart table td p{margin:0;}
.newsnr .myart table tr:first-child {
  background: #f8f9fa;
  font-weight: 600;
  color: #222;
}

/* Ã¥Ë†â€ Ã¤ÂºÂ«Ã¥Å’ÂºÃ¥Å¸Å¸ */
.newsnr .new-share {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px dashed #eee;
}

/* Ã¤Â¸Å Ã¤Â¸â€¹Ã§Â¯â€¡Ã¥Â¯Â¼Ã¨Ë†Âª */
.newsnr .pnbar {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #eee;
  font-size: 15px;
}
.newsnr .pnbar p {
  margin: 10px 0;
  color: #444;
}
.newsnr .pnbar a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.newsnr .pnbar a:hover {
  color: #003a75;
   
}


.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: clamp(14px, 0.94vw, 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: clamp(14px, 0.94vw, 18px);
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

.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 p:hover a {
  color: var(--color-primary);
}
.newsnr .pnbar {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #eee;
  font-size: 15px;
}
.newsnr .pnbar p {
  margin: 10px 0;
  color: #444;
}
 
.newsnr .pnbar a:hover {
  color: #003a75;
  text-decoration: underline;
}

.pnbar .more {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  padding: 0 28px;
  font-size: 18px;
  color: #fff;
}
.newsnr .pnbar .more {
  display: inline-block;
  margin-top: 20px;
  background: #0056b3;
  color: #fff !important;
  border-radius: 50px;
  text-decoration: none !important;
  text-align: center;
  align-items: center;
  align-content: center;
}
.newsnr .pnbar .more:hover {
  background: #003a75;
}



@media screen and (max-width: 1367px) {


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



@media screen and (max-width: 1171px) {


  .newsnr {
    width: 100%;
  }
}



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



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

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

  .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 {
    text-align: left;
  }

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

