.news-container {
  padding: .875rem 3rem .5rem;
}

.newsTopMain {
  display: flex;
  margin-bottom: .5rem;
}

.newsTopMain .newsS {
  width: 8.25rem;
  height: 6.0625rem;
  flex-shrink: 0;
  margin-right: .925rem;
  position: relative;
  overflow: hidden;
}

.newsTopMain .newsS .img {
  width: 100%;
  height: 6.0625rem;
  user-select: none;
  display: block;
  object-fit: cover;
}

.newsTopMain .newsS .slide-pagination {
  bottom: .25rem;
}

.newsTopMain .newsS .slide-pagination .swiper-pagination-bullet {
  width: .3125rem;
  height: .05rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 .125rem;
}

.newsTopMain .newsS .slide-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}

.newsTopMain .newsS .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%) !important;
}

.newsTopMain .newsVertical {
  display: flex;
  flex-wrap: wrap;
  row-gap: .7rem;
}

.newsTopMain .newsVertical .newsVLi {
  display: flex;
  padding-top: .1rem;
}

.newsTopMain .newsVertical .newsVLi:hover .newsVXinxi .newsVT {
  color: #0268B0;
}

.newsTopMain .newsVertical .newsVLi .newsVDateMain {
  width: 1.275rem;
  position: relative;
  flex-shrink: 0;
}

.newsTopMain .newsVertical .newsVLi .newsVDateMain::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: .65rem;
  background: #D8D8D8;
}

.newsTopMain .newsVertical .newsVLi .newsVDateMain .newsVDay {
  font-weight: 700;
  font-size: .65rem;
  color: #3D3D3D;
  line-height: .7875rem;
  margin-bottom: .2rem;
  margin-left: .1375rem;
}

.newsTopMain .newsVertical .newsVLi .newsVDateMain .newsVDate {
  font-weight: 500;
  font-size: .275rem;
  color: #666666;
  line-height: .3875rem;
}

.newsTopMain .newsVertical .newsVLi .newsVXinxi {
  margin-left: .275rem;
}

.newsTopMain .newsVertical .newsVLi .newsVXinxi .newsVT {
  font-weight: 500;
  font-size: .3rem;
  color: #333333;
  line-height: .4rem;
  margin-bottom: .225rem;
}

.newsTopMain .newsVertical .newsVLi .newsVXinxi .newsVC {
  font-weight: 400;
  font-size: .2rem;
  color: #666666;
  line-height: .375rem;
  height: .75rem;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: .5rem;
}

.news-item {
  width: calc((100% - .35rem * 3) / 4);
  padding: .25rem;
  background: #fff;
  border: 1px solid rgba(199, 199, 199, 0.5);
  margin-left: .3375rem;
  transition-property: all;
  transition: 0.3s;
}

.news-item:nth-child(4n + 1) {
  margin-left: 0;
}

.news-item:hover {
  box-shadow: 0 0.05rem 0.125rem 0 rgba(64, 64, 64, 0.13);
  border: 1px solid #0862A7;
}

.news-item:hover .name {
  color: #0268B0;
}

.img {
  margin-bottom: .2rem;
}

.img img {
  height: 2.625rem;
}

.info .name {
  font-weight: 500;
  font-size: .225rem;
  color: #333333;
  line-height: .325rem;
  text-align: justify;
  height: .65rem;
  margin-bottom: .2rem;
  transition: 0.3s;
}

.info .detail {
  font-weight: 400;
  font-size: .175rem;
  color: #666666;
  line-height: .275rem;
  overflow: hidden;
  height: .275rem;
  margin-bottom: .125rem;
}

.info .date {
  font-weight: 400;
  font-size: .175rem;
  color: #999999;
  line-height: .275rem;
}

.news-detail {
  padding: .875rem 3rem;
}

.news-detail .detail-title {
  position: relative;
  text-align: center;
  padding-bottom: .625rem;
  border-bottom: 1px dashed #D8D8D8;
}

.news-detail .detail-title .title {
  margin-bottom: .275rem;
  color: #333;
  font-size: .3rem;
  font-weight: bold;
}

.news-detail .detail-title .info {
  color: #333;
  font-size: .2rem;
}

.news-detail .detail-title .info span + span {
  margin-left: 2em;
}

.news-detail .detail-content {
  padding: 0.1rem 1.5rem 0.75rem;
  border-bottom: 1px dashed #D8D8D8;
  font-size: 0.225rem;
  line-height: 0.375rem;
  text-align: justify;
  /*text-indent: 2em;*/
}

.news-detail .detail-content img {
  width: calc(100% - 8rem);
  display: block;
  margin: 0 auto;
}

.news-detail .detail-content p {
  margin: 1em 0;
}

.news-detail .detail-pager {
  padding: 1rem 0 0;
}

.news-detail .detail-pager .pagerMain {
  display: flex;
  justify-content: space-between;
}

.news-detail .detail-pager .pagerMain .pager {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.325rem;
  width: 3.75rem;
}

.news-detail .detail-pager .pagerMain .link {
  display: block;
  min-width: 2.5rem;
  width: fit-content;
  max-width: 2.8rem;
  height: .675rem;
  padding: 0 .05rem;
  border: 2px solid;
  border-image: linear-gradient(90deg, #0268b0 0%, #36bee4 100%) 1;
  font-weight: 400;
  font-size: .2375rem;
  color: #0268B0;
  line-height: .625rem;
  text-align: center;
  transition: 0.3s;
}

.news-detail .detail-pager .pagerMain .link:hover {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  color: #fff;
}

.news-detail .detail-pager .pagerMain .value {
  min-width: 3rem;
  width: fit-content;
  max-width: 3.75rem;
  height: .675rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: .2375rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: .625rem;
  text-align: center;
}

.news-detail .detail-pager .pagerBack {
  min-width: 2.25rem;
  height: .675rem;
  font-weight: 400;
  font-size: .2375rem;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  line-height: .35rem;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}
