
.md-news-1 {
  padding-bottom: 10px;
  position: relative;
}
.md-news-1 .news-list {
  margin-top: 65px;
  margin-bottom: 105px;
}

.news-list .li {
  margin-bottom: 30px;
  padding-bottom: 33px;
  border-bottom: 1px solid #f0f0f0;
}
.news-list .li:last-child {
  margin-bottom: 0;
}
.news-list .dd {
  display: block;
  position: relative;
  transition: 0.5s;
}
.news-list .dd:hover .img {
  transform: scale(1.1);
}
.news-list .border-red {
  margin-top: 0;
  margin-bottom: 0;
}
.news-list .d-box {
  margin-top: 22px;
}
.news-list .c-pic {
  width: calc( 304 / 1170 * 100%);
  margin-top: 10px;
}
.news-list .img {
  padding-top: calc( 203 / 304 * 100%);
    padding-top: calc( 303 / 455 * 100%);
}
.news-list .text {
  width: calc( 770 / 1170 * 100%);
  padding-left: 30px;
}
.news-list .intro {
  line-height: calc(40 / 16);
  line-height: 2;
}
.news-list .time {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .news-list .d-box {
    flex-wrap: wrap;
  }
  .news-list .text {
    width: 100%;
    order: 2;
    margin-top: 30px;
    padding: 0;
  }
  .news-list .c-pic {
    width: 100%;
    order: 1;
  }
}

.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(/static/home/images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .cp_a {
  width: 44px;
  height: 44px;
  margin: 0 5px;
  line-height: 1;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.com-pag .cp_a:hover, .com-pag .cp_a.on {
  color: #fff;
  background-color: #777473;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #fff;
  color: var(--theme);
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 16.6666666667%;
  height: 29.1666666667%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: var(--theme);
}
.com-pag .cp_prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .cp_te {
  min-width: 6.25em;
  margin: 0 0.3rem;
}
.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 svg {
  width: 0.5em;
  height: 1em;
}
.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;
}
