﻿.jl-title {
  margin-bottom: 50px;
}

.press-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 40px;
}

.press-img {
  height: 260px;
  overflow: hidden;
}

.press-img video,
.press-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-text {
  padding: 13px;
}

.press-title {
  font-size: 22px;
  margin-bottom: 16px;
  width: 100%;
}

.press-title a {
  color: #3a3d42;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

    .press-title a:hover {
        color: var(--blue);
    }

.press-fa i {
  font-size: 16px;
  margin-right: 5px;
}

.press-fa {
    color: var(--blue);
}

.press-detail {
  overflow: hidden;
}

.content {
  margin-bottom: 80px;
}

/*  */
.skip > * {
  margin: 0 5px;
  color: #333;
}

.skip input,
.skip button {
  outline: 0 none;
  border: 1px solid #d6d6d6;
  background: transparent;
  padding: 0 0.2rem;
  height: 31.6px;
}

.skip button {
  transition: all 0.3s ease;
}

.skip button:hover {
  background: #4c9372;
  color: #fff;
  border: 1px solid #4c9372;
}

/* 去掉input自带加减符 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

input[type="number"]:focus {
  border: 1px solid #4c9372;
}

.pagination {
  flex-wrap: nowrap;
}

.pagination > li {
  transition: all 0.3s ease;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 0.5rem;
}

.pagination > li:hover,
.pagination > li.active {
  background: #4c9372;
  color: #fff;
  cursor: default;
  border-color: #4c9372;
}

.pagination > li:hover a,
.pagination > li.active a {
  color: #fff;
}

nav .pagination li a {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  display: flex;
  justify-content: center;
  align-content: center;
}

nav .skip {
  font-size: 14px;
}

nav {
  padding: 30px 0;
}

nav > * {
  margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  .press-content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .press-content {
    grid-template-columns: 1fr;
  }
}

.press-img.c--preview-img.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  height: auto;
  z-index: 100000;
  padding: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

.press-img.c--preview-img.fullscreen img {
  height: auto;
  width: 95%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
