.fscg {
  padding-bottom: 100px;
}
.fscg .ul-list .li-list:nth-of-type(3n) {
  margin-right: 0 !important;
}
.fscg .ul-list .li-list:nth-of-type(2n) .li-list-bg {
  background-color: #b51f28;
}
.fscg .ul-list .li-list:nth-of-type(2n) .li-list-contain p {
  color: #ffffff !important;
}
.fscg .ul-list {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.fscg .ul-list .li-list {
  float: left;
  margin-bottom: 90px;
  width: 480px;
  margin-right: 80px;
  position: relative;
}
.fscg .ul-list .li-list .li-list-bg {
  margin-top: 90px;
  width: 100%;
  height: 540px;
  background-color: #fef6f6;
}
.fscg .ul-list .li-list .li-list-img {
  position: absolute;
  left: 50px;
  top: 0;
  width: 430px;
  height: 280px;
  background-color: #e6e6e6;
}
.fscg .ul-list .li-list .li-list-img img {
  width: 100%;
  height: 100%;
}
.fscg .ul-list .li-list .li-list-contain {
  position: absolute;
  top: 280px;
  left: 50px;
  width: 430px;
  height: 340px;
  padding-right: 36px;
}
.fscg .ul-list .li-list .li-list-contain .p1 {
  margin-top: 30px;
  font-family: Microsoft YaHei;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  height: 72px;
  overflow: hidden;
}
.fscg .ul-list .li-list .li-list-contain .p2 {
  margin-top: 30px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fscg .ul-list .li-list .li-list-contain .p3 {
  margin-top: 54px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #b51f28;
  opacity: 0.5;
}
.fscg .ul-list .li-list .li-list-contain .p3 a:hover {
  text-decoration: underline;
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .fscg .ul-list .li-list {
    width: 360px;
    margin-right: 60px;
    margin-bottom: 70px;
  }
  .fscg .ul-list .li-list .li-list-bg {
    margin-top: 70px;
    height: 480px;
  }
  .fscg .ul-list .li-list .li-list-img {
    left: 40px;
    width: 320px;
    height: 210px;
  }
  .fscg .ul-list .li-list .li-list-contain {
    top: 210px;
    left: 40px;
    width: 320px;
    height: 320px;
    padding-right: 26px;
  }
}
.nav-bg {
  margin-bottom: 54px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #e5e5e5;
}
.nav-bg .nav-btn-act {
  background-image: linear-gradient(90deg, #c5190b 0%, #fe5d05 100%) !important;
  box-shadow: -8px 0px 35px 3px rgba(181, 31, 39, 0.2);
  color: #ffffff !important;
  font-weight: bold !important;
}
.nav-bg .nav-btn {
  padding: 0 40px;
  height: 48px;
  background-image: none;
  border-radius: 24px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-stretch: normal;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0px;
  color: #b51f27;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .nav-bg {
    margin-top: 30px;
    margin-bottom: 54px;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-bg .nav-btn {
    padding: 0 15px;
    height: 28px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .fscg {
    padding: 0 10px 50px 10px;
  }
  .fscg .ul-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .fscg .ul-list .li-list {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
}
