<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-banner {
  background: url(../images/cycp.jpg) center/cover;
}

.main {
  padding-bottom: 0;
}

.main-panel {
  background: url(../images/cycp-bj.jpg) center/cover;
  height: 864px;
}

.pancel-title {
  margin-top: 60px;
  text-align: center;
  color: #B91B16;
}

.pancel-title&gt;h3 {
  font-size: 22px;
  font-weight: 500;
}

.pancel-title .describe {
  font-size: 18px;
  margin-top: 10px;
}

.pancel-list {
  margin-top: 70px;
}

.pancel-item {
  width: calc(25% - 30px);
  cursor: pointer;
  background: #FFFFFF;
  padding: 30px 0;
  border-radius: 4px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.pancel-item .num {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: #AFAFAF;
}

.pancel-item .num-en {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #AFAFAF;
  position: relative;
  margin: 15px 0 12px;
}

.pancel-item .num-en::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #AFAFAF;
  position: absolute;
  left: 10%;
  top: 50%;
}

.pancel-item .num-en::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #AFAFAF;
  position: absolute;
  right: 10%;
  top: 50%;
}

.pancel-item .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #131313;
}

.pancel-item:hover .num,
.pancel-item:hover .num-en,
.pancel-item:hover .title,
.pancel-item.active .num,
.pancel-item.active .num-en,
.pancel-item.active .title {
  color: #B91B16;
}

.pancel-item:hover .num-en::after,
.pancel-item:hover .num-en::before {
  background-color: #B91B16;
}

.pancel-item .con {
  margin-top: 30px;
  height: 198px;
  position: relative;
}

.pancel-item .con .img,
.pancel-item .con .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.pancel-item .con .text {
  font-size: 12px;
  color: #000000;
  line-height: 19px;
  opacity: 0.8;
  padding: 0 26px;
  letter-spacing: 1px;
  text-indent: 2em
}

.more {
  display: block;
  width: 120px;
  border-bottom: 1px solid #AFAFAF;
  padding: 10px 28px;
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #010101;
  opacity: 0.8;
  text-align: center;
}

.more:hover {
  color: #010101;
  opacity: 0.8;
}

.pancel-list-xs {
  display: none;
  margin-top: 40px;
}

.pancel-item-xs {
  display: flex;
  margin-bottom: 8px;
}

.pancel-item-xs .el-image {
  width: 160px;
}

.pancel-item-text {
  flex: 1;
  background-color: #FFFFFF;
  padding: 6px 12px;
}

.pancel-item-xs_con {
  font-size: 12px;
  color: #000000;
  opacity: 0.8;
  height: 60px;
  line-height: 15px;
  overflow: hidden;
  margin-top: 6px;
  position: relative;
}

.pancel-item-xs_num {
  font-size: 17px;
  font-weight: 400;
  color: #AFAFAF;
  margin-right: 6px;
}

.pancel-item-xs_title {
  font-size: 15px;
  color: #131313;
  opacity: 0.8;
}

.pancel-item-xs_more {
  text-align: right;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.pancel-item-xs_more i {
  font-size: 12px;
}

.pancel-item-xs_con::after {
  content: "â€¦â€¦â€¦â€¦";
  display: block;
  position: absolute;
  margin-left: 80px;
  width: calc(100% - 80px);
  height: 15px;
  background: #fff;
  bottom: 0;
}

/* å¤§åž‹è®¾å¤‡ï¼ˆå¤§å°å¼ç”µè„‘ï¼Œ1200px èµ·ï¼‰ */
@media screen and (min-width:1200px) {}

/*  ä¸­åž‹è®¾å¤‡ï¼ˆå°å¼ç”µè„‘ï¼Œ992px èµ·ï¼‰ */
@media screen and (min-width:992px) and (max-width:1220px) {
  .con-panel {
    width: 100%;
    padding: 0 20px;
  }

  .pancel-item .con .text {
    padding: 0 10px
  }

  .pancel-item {
    width: calc(25% - 20px);
    margin-right: 20px;
    padding: 20px 0;
  }

}

/* å°åž‹è®¾å¤‡ï¼ˆå¹³æ¿ç”µè„‘ï¼Œ768px èµ·ï¼‰ */
@media screen and (min-width:768px) and (max-width:992px) {
  .pancel-item .con .text {
    padding: 0 10px
  }

  .pancel-item {
    width: calc(50% - 50px);
    margin-right: 50px;
  }

  .pancel-item .con {
    height: 280px;
  }

  .pancel-item .con .text {
    padding: 0 26px;
  }
}

/* è¶…å°è®¾å¤‡ï¼ˆæ‰‹æœºï¼Œå°äºŽ 768pxï¼‰ */
@media screen and (max-width:768px) {
  .main-panel {
    height: 620px;
  }

  .pancel-title {
    margin-top: 30px;
  }

  .pancel-list {
    margin-top: 20px;
  }

  .pancel-list {
    display: none;
  }

  .pancel-list-xs {
    display: block;
  }
}</pre></body></html>