
.md-news-1.md24474 {
  padding-top: 0.79rem;
  padding-bottom: 1.2rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-news-1.md24474 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-news-1.md24474 .filter {
  margin-top: 0.55rem;
  margin-bottom: 0.8rem;
}
.md-news-1.md24474 .tags .ta {
  width: auto;
  height: auto;
  line-height: calc(18 / 16);
  padding: 0.16rem 0.24rem;
  max-width: 2.08rem;
  margin-right: 0.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.md-news-1.md24474 .tags .ta.on {
  color: #fff;
}
.md-news-1.md24474 .tags .ta.on::before {
  background-color: var(--active);
  box-shadow: 0 0 0 1px inset var(--active);
}
.md-news-1.md24474 .tags .ta::before {
  content: "";
  width: 90%;
  height: 100%;
  border-radius: 0.08rem;
  position: absolute;
  left: 5%;
  top: 0;
  transform: skewX(-15deg);
  box-shadow: 0 0 0 1px inset #999;
}
.md-news-1.md24474 .tags .ta .nsp {
  position: relative;
}
.md-news-1.md24474 .news-list {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 500px) {
  .md-news-1.md24474 .form {
    width: 100%;
    margin-top: 0.3rem;
  }
  .md-news-1.md24474 .my-select .select-tip {
    line-height: 3;
  }
}
.news-list.md24474 .li {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #ebebeb;
}
.news-list.md24474 .li:last-child {
  margin-bottom: 0;
}
.news-list.md24474 .dd {
  position: relative;
  transition: 0.5s;
}
.news-list.md24474 .dd:hover .img {
  transform: scale(1.1);
}
.news-list.md24474 .dd:hover .title {
  color: var(--active);
}
.news-list.md24474 .dd:hover .btn {
  background-color: var(--active);
  color: #fff;
  box-shadow: 0 0 0 1px inset var(--active);
}
.news-list.md24474 .c-pic {
  width: calc( 680 / 1600 * 100%);
}
.news-list.md24474 .img {
  padding-top: calc( 380 / 680 * 100%);
}
.news-list.md24474 .text {
  width: 50%;
}
.news-list.md24474 .tbox {
  width: 100%;
}
.news-list.md24474 .time {
  line-height: 1;
}
.news-list.md24474 .time svg {
  width: 1em;
  height: 1em;
  color: var(--active);
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.news-list.md24474 .title {
  line-height: calc(34 / 26);
  margin-top: 0.33rem;
  transition: 0.5s;
}
.news-list.md24474 .intro {
  line-height: calc(30 / 18);
  min-height: calc( 26em / 16 * 2);
  margin-top: 0.25rem;
}
.news-list.md24474 .btn {
  position: relative;
  margin-top: 0.55rem;
  display: inline-flex;
  padding: 0.15rem 0.48rem;
  box-shadow: 0 0 0 1px inset #999;
  border-radius: 1rem;
  transition: 0.5s;
}
@media screen and (max-width: 500px) {
  .news-list.md24474 .li {
    width: 100%;
  }
  .news-list.md24474 .c-pic {
    width: 100%;
  }
  .news-list.md24474 .text {
    width: 100%;
    padding: 0.2rem 0.2rem 0;
  }
}

.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.5rem;
  height: 0.5rem;
  margin: 0 0.05rem;
  line-height: 1;
  border-radius: 1rem;
  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: var(--active);
}
.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;
}
.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: 1em;
  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;
}
@media screen and (max-width: 900px) {
  .com-pag .cp_a {
    margin: 0.05rem;
  }
  .com-pag .cp_te {
    min-width: 4em;
  }
}
