
.news-list {
  margin-bottom: 0.1rem;
}
.news-list .li {
  width: calc(500 / 1600 * 100%);
  margin-right: calc(50 / 1600 * 100%);
  margin-bottom: 0.5rem;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}
.news-list .dd {
  height: 100%;
  min-height: 5.2rem;
  position: relative;
  display: block;
  box-shadow: 0 0 0 1px #e5e5e5;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s;
}
.news-list .dd::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.news-list .dd:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.news-list .dd:hover::before {
  transform: scaleX(1);
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .title {
  color: #e60012;
}
.news-list .img {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.news-list .text {
  padding: 0.34rem 0.4rem;
}
.news-list .title {
  margin-top: 0.06rem;
  line-height: calc(34 / 24 * 100%);
  height: calc(34em / 24 * 2);
  transition: color 0.3s;
}
.news-list .btn {
  color: #e60012;
  margin-top: 0.53rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
}
.news-list .ar {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .news-list {
    justify-content: space-between;
  }
  .news-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .news-list .li {
    width: 100%;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #333;
  border-radius: 50%;
}
.com-pag .cp_num {
  box-shadow: 0 0 0 2px inset #e5e5e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  box-shadow: 0 0 0 2px inset #e60012;
  background-color: #e60012;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: auto 23.3333333333%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  box-shadow: 0 0 0 2px inset #e60012;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 26%;
  height: 26%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.com-pag .cp_btn:hover {
  background-color: #e60012;
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
