.sections {
  background: url(/static/images/caijin/bg.png) repeat-x;
}
.section1 .card span {
  background: #f4f4f4;
  height: 4.5rem;
  /* 72px/16=4.5 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.25rem;
  /* 20px/16=1.25 */
  color: #281d00;
}
.section2 {
  font-weight: 500;
  font-size: 0.875rem;
  /* 14px/16=0.875 */
  line-height: 1.5;
}
.section2 .title {
  font-weight: 600;
  font-size: 1.75rem;
  /* 28px/16=1.75 */
}
.section2 .top-title-links a {
  cursor: pointer;
}
.section2 .top-title-links a:hover {
  color: #842114;
}
.section2 .top-title-links .divider {
  width: 0.0625rem;
  /* 1px/16=0.0625 */
  height: 1.25rem;
  /* 20px/16=1.25 */
  background: #222;
}
.section2 .pmd {
  background: #f4f4f4;
  height: 3.75rem;
  /* 60px/16=3.75 */
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.5rem;
  /* 40px/16=2.5 */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.section2 .pmd img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.section2 .pmd .pmd-wrapper .pmd-texts {
  font-weight: 500;
  font-size: 0.875rem;
  /* 14px/16=0.875 */
  color: #666666;
}
.section2 .pmd .pmd-wrapper .pmd-texts span {
  margin-right: 3rem;
  /* 48px/16=3 */
}
.section3 .left-list {
  border-radius: 0.5rem;
  /* 8px/16=0.5 */
  border: 0.0625rem solid #dddddd;
  /* 1px/16=0.0625 */
  display: flex;
  flex-direction: column;
  width: 15.875rem;
  /* 254px/16=15.875 */
  margin-bottom: auto;
}
.section3 .left-list .item {
  height: 3.75rem;
  /* 60px/16=3.75 */
  background: #fff;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  /* 14px/16=0.875 */
}
.section3 .left-list .item.active {
  font-size: 1.125rem;
  /* 18px/16=1.125 */
  background: linear-gradient(170deg, #cb1818 0%, #9c0a0a 100%);
  color: #ffc830;
}
.section3 .left-list .item:first-child {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  /* 8px/16=0.5 */
}
.section3 .left-list .item:last-child {
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  /* 8px/16=0.5 */
}
.section3 .left-list .item:hover {
  background: linear-gradient(170deg, #cb1818 0%, #9c0a0a 100%);
  color: #ffc830;
}
.section3 .left-list .item:not(:last-child) {
  border-bottom: 0.0625rem solid #dddddd;
  /* 1px/16=0.0625 */
}
.section3 .right-list {
  flex: 1;
}
.section3 .right-list .news {
  width: 100%;
  padding-top: 1.875rem;
  /* 30px/16=1.875 */
  padding-bottom: 1.25rem;
  /* 20px/16=1.25 */
  min-height: 8.75rem;
  /* 140px/16=8.75 */
  border-bottom: #eee 0.0625rem solid;
  /* 1px/16=0.0625 */
  gap: 1.5rem;
  /* 24px/16=1.5 */
  display: flex;
  align-items: stretch;
}
.section3 .right-list .news .news-texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section3 .right-list .news .title {
  font-weight: 600;
  font-size: 1.125rem;
  /* 18px/16=1.125 */
}
.section3 .right-list .news .bottom-part {
  font-weight: 500;
  font-size: 0.875rem;
  /* 14px/16=0.875 */
  color: #999999;
  display: flex;
  justify-content: space-between;
}
.section3 .right-list .loadmore {
  margin-top: 3.875rem;
  /* 62px/16=3.875 */
  margin-bottom: 5rem;
  /* 80px/16=5 */
  gap: 0.5rem;
  /* 8px/16=0.5 */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section1 .card span {
    height: 2.5rem;
    justify-content: center;
    font-size: 0.875rem;
  }
  .section2 .pmd {
    height: 3.125rem;
    /* 50px/16=3.125 */
    margin-bottom: 1.875rem;
    /* 30px/16=1.875 */
  }
  .section3 .left-list {
    width: 30%;
  }
  .section3 .right-list .news {
    min-height: 6.25rem;
    /* 100px/16=6.25 */
    flex-direction: column;
  }
  .section3 .right-list .news .news-texts .title {
    margin-bottom: 1rem;
  }
}
