body {
  background: linear-gradient(to bottom, #fff 0, #fff 444px, #f0f0f2 403px, #f0f0f2 100%);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.main-title {
  padding-bottom: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  *zoom: 1;
}

.main-title a {
  position: relative;
  z-index: 1;
  float: right;
  display: block;
  font-size: 14px;
  color: #ccc;
  margin-top: 7px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
}

.main-title strong {
  position: relative;
  float: left;
  display: block;
  max-width: 80%;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-title a:hover {
  color: #3CDFAD;
}

.main {
  padding-left: 12px;
  margin-bottom: 3px;
  overflow: hidden;
  *zoom: 1;
}

.main li {
  float: left;
  position: relative;
  width: 386px;
  height: 90px;
  margin: 0 10px 20px 0;
  border-radius: 6px;
}

.main li a {
  position: relative;
  display: block;
  padding: 11px 20px 9px;
  height: 70px;
  overflow: hidden;
  *zoom: 1;
}

.main li a img {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 15px;
}

.main li a div {
  float: left;
  width: 190px;
  height: 70px;
  overflow: hidden;
}

.main li a div p {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main li a div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main li a div span:nth-of-type(2) {
  margin-top: 5px;
}

.main li a>span {
  display: block;
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 72px;
  height: 30px;
  font-size: 14px;
  color: #3CDFAD;
  border-radius: 6px;
  text-align: center;
  line-height: 30px;
  border: 1px solid rgba(60, 223, 173, 0.5);
  overflow: hidden;
}

.main li:hover a>span {
  color: #fff;
  background: #3CDFAD;
}

.main li:hover {
  background: #EBFCF7;
}



.key-info {
  height: 235px;
  background: #EBFCF7;
  border-radius: 10px;
  margin-bottom: 50px;
}

.key-info .img {
  position: relative;
  float: left;
  width: 448px;
  height: 235px;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
}

.key-info .img img {
  width: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 10px;
}

.key-info .img span {
  position: absolute;
  left: 10px;
  top: 9px;
  padding: 0 12px;
  height: 25px;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  background: rgba(0, 0, 0, .5);
  border-radius: 13px;
}

.key-info dl {
  width: 710px;
  height: 235px;
  overflow: hidden;
}

.key-info dl dt h1 {
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 28px;
  color: #000;
  margin-top: 7px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.key-info dl dd {
  max-height: 137px;
    display: block;
    overflow: hidden;
    overflow-y: auto;
}
.key-info dl dd span {
  display: block;
  margin-bottom: 1px;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.key-info dl dd span:before {
  content: "";
  position: relative;
  top: 6px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -772px -3px;
}

.key-info dl dd p {
  margin-top: 2px;
  margin-bottom: 20px;
  height: 72px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.key-info dl dd.tags {
  overflow: hidden;
  *zoom: 1;
}

.key-info dl dd.tags a {
  float: left;
  display: block;
  margin: 10px 11px 0 0;
  padding: 0 12px;
  text-align: center;
  height: 24px;
  font-size: 14px;
  color: #999;
  background: rgba(153, 153, 153, .1);
  border-radius: 2px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.key-info dl dd.tags a:hover {
  background-color: #3CDFAD;
  color: #fff;
}

.key-list .main-title {
  color: #1C1E2C;
  padding: 15px 20px 13px;
}

.key-list {
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 28px;
}

.key-list .main li {
  position: relative;
}

.key-list .main li:nth-child(-n+3)::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 18px;
  z-index: 1;
  display: block;
  width: 48px;
  height: 54px;
  background: url(../images/icon.png) no-repeat;
  background-size: 1000px 1000px;
}

.key-list .main li:nth-of-type(1):before {
  background-position: -692px -183px;
}

.key-list .main li:nth-of-type(2):before {
  background-position: -768px -183px;
}

.key-list .main li:nth-of-type(3):before {
  background-position: -842px -183px;
}

.key-list .main ul {
  margin-bottom: 0;
}

.key-recomd {
  margin-bottom: 2px;
}

.key-recomd .swiper-container {
  position: relative;
}

.key-recomd .swiper-slide {
  float: right;
  width: 304px;
  height: 160px;
  overflow: hidden;
}

.key-recomd .swiper-slide a {
  position: relative;
  display: block;
  margin-bottom: 21px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.key-recomd .swiper-slide a img {
  width: 100%;
  height: 160px;
  border-radius: 6px;
}

.key-recomd .swiper-slide a div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 282px;
  height: 44px;
  padding: 7px 11px 6px;
}

.key-recomd .swiper-slide a div span {
  display: block;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.key-recomd .swiper-slide a div p {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.key-recomd .swiper-slide a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 57px;
  margin: auto;
  overflow: hidden;
  *zoom: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, .4);
  border-radius: 0 0 6px 6px;
}

.key-recomd .swiper-slide a img {
  -webkit-transition: -webkit-transform .5s ease .1s;
  transition: -webkit-transform .5s ease .1s;
  transition: transform .5s ease .1s;
  transition: transform .5s ease .1s, -webkit-transform .5s ease .1s;
}

.key-recomd .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.key-recomd .list {
  margin-top: 21px;
  width: 105%;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}

.key-recomd .list a {
  float: left;
  display: block;
  width: 183px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #999;
  margin: 0 20px 20px 0;
  background: url(../img/itopicbg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
}

.key-recomd .list a:hover {
  background: rgba(60, 223, 173, 1);
  color: #fff;
}

.key-recomd .swiper-button-next,
.key-recomd .swiper-button-prev {
  z-index: 10;
  margin: auto;
  cursor: pointer;
  opacity: .8;
  top: auto;
  top: -46px;
  cursor: pointer;
  display: block;
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url(../images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -805px -57px;
}

.key-recomd .swiper-button-prev {
  right: 48px;
  left: auto;
}

.key-recomd .swiper-button-next {
  right: 0px;
  left: auto;
  background-position: -805px -3px;
  ;
}

.key-recomd .swiper-button-next:hover,
.key-recomd .swiper-button-prev:hover {
  opacity: 1;
}

.key-recomd .swiper-button-next.swiper-button-disabled,
.key-recomd .swiper-button-prev.swiper-button-disabled {
  opacity: .4;
}

.key-info {
  position: relative;
}

.key-info .feBaBtn {
  top: 0;
  background: #fff;
}