
.md11249.md-news-1 {
  padding-top: 0.66rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.md11249.md-news-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md11249.md-news-1 .news-list {
  margin-top: 0.67rem;
  margin-bottom: 0.3rem;
}
.md11249.md-news-1 .news-list .li {
  width: calc( 446 / 1440 * 100%);
  margin-right: calc( 50 / 1440 * 100%);
  margin-bottom: 0.55rem;
}
.md11249.md-news-1 .news-list .li:nth-child(3n) {
  margin-right: 0;
}
.md11249.md-news-1 .news-list .dd {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.md11249.md-news-1 .news-list .dd:hover .img {
  transform: scale(1.05);
}
.md11249.md-news-1 .news-list .dd:hover .title {
  color: #1f9245;
}
.md11249.md-news-1 .news-list .c-pic {
  border-radius: 0.2rem;
}
.md11249.md-news-1 .news-list .img {
  padding-top: calc( 290 / 446 * 100%);
}
.md11249.md-news-1 .news-list .text {
  padding: 0 0.1rem;
  margin-top: 0.23rem;
}
.md11249.md-news-1 .news-list .title {
  margin-top: 0.09rem;
  transition: color 0.3s;
}
.md11249.md-news-1 .news-list .btns {
  margin-top: 0.54rem;
}
.md11249.md-news-1 .news-list .btn {
  padding: 0.19rem 0.3rem;
  border-radius: 1rem;
  border: none;
  font-family: inherit;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 0 1px inset #999;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.md11249.md-news-1 .news-list .btn .btn-cont {
  overflow: hidden;
}
.md11249.md-news-1 .news-list .btn .btn_text {
  text-shadow: 0 1em 0 #fff;
}
.md11249.md-news-1 .news-list .btn .btn_circle {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #4c4c4c;
  margin-left: 0.3rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 900px) {
  .md11249.md-news-1 .news-list {
    justify-content: space-between;
  }
  .md11249.md-news-1 .news-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.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: 0.5rem;
  height: 0.5rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #f0f0f0;
}
.com-pag .cp_a:hover svg, .com-pag .cp_a.on svg {
  filter: brightness(0) invert(1);
}
.com-pag .cp_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #1f9245;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16% auto;
  transition: all 0.3s;
}
.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%;
  height: 28%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: #1f9245;
}
.com-pag .cp_btn:hover svg {
  fill: #fff;
}
.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 .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;
}
