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

.newsnr h1 {
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 0;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: capitalize;
}

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

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

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

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

.myart {
  margin: 20px 0;
  line-height: 26px;
  font-size: 17px;
  color: #666;
}

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

.myart img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 10px auto; 
}

.pnbar {
	margin-top: 30px;
}

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

.pnbar p a {
	color: #545454;
}

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

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

  .newsnr h1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .myart {
    margin: 15px 0;
    line-height: 22px;
    font-size: 15px;
  }

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

  .pnbar {
    margin-top: 20px;
  }

  .pnbar p {
    padding: 7px 10px;
    font-size: 15px;
  }
}