.new-main-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.new-main-wrap h1,
.new-main-wrap h3,
.new-main-wrap h5 {
  color: #000009;
  font-weight: normal;
  font-family: var(--font-family);
  font-size: 1.25rem;
}
.new-main-wrap p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}

.new-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 80px;
}

.news-right {
  width: 22%;
}

.news-left {
  /* width: 72%; */
}

.news-nav h3 {
  font-size: 18px;
  display: block;
  color: #484848;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 30px;
  text-transform: uppercase;
  position: relative;
}

.news-nav ul {
  border-top: 1px solid #e2e2e2;
}

.news-nav ul li {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.news-nav ul li a {
  color: #484848;
  font-size: 16px;
  display: block;
  padding: 0 0 0 30px;
  line-height: 49px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsnr h1 {
  font-size: 28px;
  line-height: 1;
  margin: 30px 0 0;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  color: #000009;
}

.newsnr .artInfo {
  padding: 15px 0 28px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  margin: 25px 0 0;
  position: relative;
}

.newsnr .artInfo span.time {
  background: url("./pics/time.png") no-repeat left center;
  padding: 0 0 0 20px;
}

.newsnr .artInfo span {
  margin: 0 10px;
  line-height: 20px;
  display: inline-block;
  font-size: 15px;
  color: #666;
}

.newsnr .artInfo span.hit {
  background: url("./pics/hit.png") no-repeat left center;
  padding: 0 0 0 30px;
}

.newsnr .artInfo::after {
  content: "";
  display: block;
  height: 3px;
  background: var(--color-primary);
  width: 200px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin: 0 0 0 -100px;
  z-index: 1;
}

.myart {
  margin: 20px 0;
}

.newsnr img {
  max-width: 100%;
}

.myart p {
  margin: 10px 0 0;
}

.pnbar {
  margin-top: 30px;
}

.pnbar p {
  max-width: 100%;
  margin: -1px 0 0;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pnbar p a {
  color: #545454;
}

@media screen and (max-width: 1280px) {
  .new-main-wrap .padding-top {
    padding-top: 60px;
  }

  .new-main-wrap .padding {
    padding: 60px 0;
  }

  .new-main-wrap .margin-top {
    margin-top: 60px;
  }
}

@media screen and (max-width: 960px) {
  .new-main-wrap p {
    font-size: 15px;
  }

  .new-main {
    padding: 10px 0 60px;
  }

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

  .news-left,
  .news-right {
    width: 100%;
  }

  .news-right {
    margin-top: 30px;
  }
}
