.container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*滚动条整体粗细样式*/
::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 8px;
  height: 8px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
  /* 颜色 */
  /* background:#b6b6b6!important; */
  /* 线性渐变背景 */
  background: #18469d !important;
}

/*滚动条轨道*/
::-webkit-scrollbar-track {
  border-radius: 10px !important;
  background: #ededed !important;
}

.newsnr h1 {
  font-size: 22px;
  line-height: 1;
  margin: 30px 0 0;
  color: #333;
  text-align: center;
  font-family: Arial;
}

.newsnr .artInfo {
  padding: 15px 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: #0B3A7B;
  width: 200px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin: 0 0 0 -100px;
  z-index: 1;
}

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

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

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

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

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

.pnbar {
  margin: 30px 0;
}

.pnbar p {
  float: left;
  width: 48%;
  line-height: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pnbar p:last-child {
  float: right;
}

.pnbar p a {
  color: #666;
  font-family: Arial;
}

.pnbar p a i {
  color: #666;
  font-size: 12px;
  vertical-align: top;
}

.pnbar p:hover a {
  color: #0B3A7B;
}

.pnbar p:hover a i {
  color: #0B3A7B;
}

@media screen and (max-width: 1280px) {
  .swiper-pagination-progressbar {
    width: 600px;
  }
}

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

	.swiper-pagination {
		margin-left: 0;
	}
 
  .swiper-pagination-progressbar {
    width: 160px;
  }
  
  .detail-input .div_info .input-position {
    width: 100%;
	}
}