/*ä¸“é¢˜å¤§å›¾*/
.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}
.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}
.gp-title87 {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  padding-right: 3px;
}
.gp-title87::before {
  content: "";
  display: block;
  width: ;
}
.gp-title87 .more {
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #ebe8e2;
  position: relative;
}
.gp-title87 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  left: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  right: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more:hover {
  color: #ba2528;
}
.gp-title87 .img {
  position: absolute;
  top: 50%;
  left: 80px;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.gp-title87 .img img {
  max-height: 100%;
}
.gp-title87 .title {
  margin-bottom: 10px;
}
.gp-title87 .title h2 {
  display: inline-block;
}
.gp-title87 .title span {
  display: inline-block;
  margin-left: 10px;
}
.gp-title87 .zs {
  position: relative;
}
.gp-title87 .zs .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #f2e1db;
}
.gp-title87 .zs::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title87 .zs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 45px;
  top: 66%;
}
@media screen and (max-width:996px) {
  .gp-title87 .more {
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #ebe8e2;
    position: relative;
    margin-top: 5px;
  }
}
.block-list275 {
  position: relative;
  padding-right: 40px;
  padding-bottom: 20px;
}
.block-list275::before {
  content: "";
  display: block;
  width: 78%;
  height: 80%;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.block-list275 li a {
  display: block;
}
.block-list275 li a .img {
  padding-bottom: 61.83%;
}
.block-list275 li a .info {
  margin: 0px 0 0 100px;
  display: flex;
  align-items: center;
}
.block-list275 li a .info .date {
  border-radius: 50%;
  background: #ba2528;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: -30px;
}
.block-list275 li a .info .date .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-list275 li a .info .date .year {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: 1px solid #e0c67e;
  color: #e0c67e;
}
.block-list275 li a .info .date .day {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.block-list275 li a .info .date .month {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.block-list275 li a .info .title {
  font-weight: bold;
  color: #222;
  flex: 1;
  margin-left: 30px;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list275 li a .info .title:hover {
  color: #ba2528;
}
@media screen and (max-width:768px) {
  .block-list275 {
    padding: 0;
  }
  .block-list275::before {
    display: none;
  }
  .block-list275 li a .info {
    margin: 0;
  }
  .block-list275 li a .info .title {
    margin-left: 10px;
  }
}
.block-list277 li >div {
  display: flex;
  box-sizing: border-box;
  padding: 20px 15px 20px 20px;
  position: relative;
  overflow: hidden;
}
.block-list277 li >div::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 4px solid #fff;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div .title {
  flex: 1;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  height: 24px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list277 li >div .date {
  color: #999;
  padding-left: 15px;
  border-left: 1px solid #ba2528;
  margin-left: 10px;
}
.block-list277 li >div .date .day {
  color: #ba2528;
  font-weight: normal;
}
.block-list277 li >div .date .year {
  font-style: normal;
  display: none;
}
.block-list277 li:nth-child(odd) >div {
  background: #f7f7f7;
}
.carousel83 {
  overflow: hidden;
  position: relative;
}
.carousel83 .swiper-wrapper {
  height: auto;
  margin: 0 -11px;
}
.carousel83 .swiper-wrapper a {
  display: block;
  padding: 20px 35px 30px;
  box-sizing: border-box;
  position: relative;
  margin: 0 11px;
  background: #fff;
  height: 100%;
}
.carousel83 .swiper-wrapper a .date {
  text-align: center;
  margin-bottom: 10px;
  color: #999;
}
.carousel83 .swiper-wrapper a .date .day {
  color: #ba2528;
}
.carousel83 .swiper-wrapper a .title {
  color: #222;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  margin-bottom: 30px;
}
.carousel83 .swiper-wrapper a .line {
  display: block;
  width: 44px;
  height: 2px;
  background: #ba2528;
  margin: 0 auto;
}
.carousel83 .swiper-wrapper a .summary {
  color: #999;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  margin-top: 30px;
}
.carousel83 .swiper-scrollbar {
  width: 100%;
  left: 0px;
  height: 4px;
  background: rgba(0, 0, 0, 0.039);
  bottom: 0;
  position: absolute;
}
.carousel83 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ba2528;
  width: 160px;
  height: 4px;
  border-radius: 2px;
}
@media screen and (max-width:996px) {
  .carousel83 .swiper-wrapper a .title {
    margin-bottom: 10px;
  }
  .carousel83 .swiper-wrapper a .summary {
    margin-top: 10px;
  }
}
.gp-title91 {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
}
.gp-title91::before {
  content: "";
  display: block;
}
.gp-title91 .more {
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #ebe8e2;
  position: absolute;
  right: 3px;
  top: 20px;
}
.gp-title91 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  left: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title91 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  right: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title91 .more:hover {
  color: #ba2528;
}
.gp-title91 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.gp-title91 .img img {
  max-height: 100%;
}
.gp-title91 .title {
  text-align: center;
  margin-bottom: 10px;
}
.gp-title91 .title h2 {
  display: inline-block;
}
.gp-title91 .title span {
  display: inline-block;
  margin-left: 10px;
}
.gp-title91 .zs {
  position: relative;
}
.gp-title91 .zs .lt {
  width: 48%;
  text-align: right;
  position: relative;
}
.gp-title91 .zs .rt {
  width: 48%;
  text-align: left;
  position: relative;
}
.gp-title91 .zs .lt .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 40% 100%);
  background: #f2e1db;
  display: inline-block;
}
.gp-title91 .zs .rt .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #f2e1db;
  display: inline-block;
}
.gp-title91 .zs .rt::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title91 .zs .rt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 45px;
  top: 66%;
}
.gp-title91 .zs .lt::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  right: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title91 .zs .lt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  right: 45px;
  top: 66%;
}
@media screen and (max-width:996px) {
  .gp-title91 .more {
    width: 75px;
    height: 36px;
    line-height: 36px;
    margin-top: 5px;
  }
}
.gp-title93 >div {
  padding: 10px;
  background: #fff;
  box-shadow: 0px 20px 46.75px 8.25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.gp-title93 >div:hover {
  transform: translate(10px, 10px);
}
.gp-title93 >div .img {
  padding-bottom: 66%;
  position: relative;
}
.gp-title93 >div .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.gp-title93 >div .info {
  box-sizing: border-box;
  padding: 30px 0 40px;
  text-align: center;
}
.gp-title93 >div .info .more {
  float: right;
  background: #ebebeb;
  padding: 15px 35px;
}
.gp-title93 >div .info .more span {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
  color: #999999;
}
.gp-title93 >div .info .more span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title93 >div .info .title {
  font-weight: normal;
}
.gp-title93 >div .info .title p {
  display: block;
  margin-top: 5px;
  color: #999999;
  letter-spacing: 2px;
}
.gp-title93 >div .info .title a {
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
}
.gp-title93 >div .info .title a::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #ba2528;
  position: absolute;
  left: -24px;
  top: 50%;
}
.gp-title93 >div .info .title a::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #ba2528;
  position: absolute;
  right: -24px;
  top: 50%;
}
.gp-title90 {
  box-sizing: border-box;
  padding: 40px 0 50px 60px;
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  padding-right: 3px;
}
.gp-title90 .title {
  position: relative;
  padding: 20px 0 10px;
}
.gp-title90 .title h2 {
  display: inline-block;
}
.gp-title90 .title .gpColumnTitleEn {
  display: inline-block;
  margin-left: 10px;
}
.gp-title90 .title .img {
  position: absolute;
  top: 0%;
  left: 70px;
  width: auto;
  height: auto;
  z-index: -1;
  width: 100%;
}
.gp-title90 .title .img img {
  max-height: 100%;
}
.gp-title90 .zs {
  position: relative;
}
.gp-title90 .zs .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #f2e1db;
}
.gp-title90 .zs::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title90 .zs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 45px;
  top: 66%;
}
.gp-title90 .more {
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #ebe8e2;
  position: relative;
  display: block;
  margin-top: 40px;
}
.gp-title90 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  left: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title90 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  right: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title90 .more:hover {
  color: #ba2528;
}
@media screen and (max-width:996px) {
  .gp-title90 .more {
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #ebe8e2;
    position: relative;
    margin-top: 10px;
  }
}
.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011{
    position:relative;
}
.pid-71ea47cd-c829-4eaf-b783-f86df332c334::before{
    content:"";
    display:block;
    width:100%;
    height:6px;
    background:rgba(0,0,0,.2);
    position:absolute;
    z-index:1;
    top:0;
    left:0;
}

.topicList1 .gpImgSize {
     position: relative;
}
  .topicList1 .gpImgSize img   {width: 100%;transition: all 0.5s ease-in-out;max-width:none;position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);object-fit: cover;}
.topicList1 .gpImgSize img:hover{transform:scale(1.08) translate(-50%, -50%);}
    
   .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .gpCode{
      position: absolute;
    right: 7.54%;
    bottom: 40px;
  }
     .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011    .count {
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    position:relative;
}
 .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011    .count::before{
            content: '';
            display: block;
            width: 164px;
            height: 164px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            bottom: -47px;
            background: rgba(255,255,255,.1);
        }

     .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011   .count .day {
               margin-bottom: 20px;

            display: inline-block;
         
            vertical-align: bottom;
            position: relative;
    z-index: 1;
    margin-right: 27px;
        }

      .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011  .count h2 {
               display: inline-block;
             vertical-align: bottom;
            margin-bottom: 20px;
                     position: relative;
    z-index: 1;
        }

     .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011  .count  .countdown {
            margin-left:40px;
            display: inline-block;
            vertical-align: bottom;
                     position: relative;
    z-index: 1;
        }

      .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011  .count li {
            display: inline-block;
        }

    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011   .count  a {
            display: block;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
  font-size:5.4rem;

        }
        
        

@media screen and (max-width: 1460px){
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .gpCode {
    right: 8.54%;
    }
}
@media screen and (max-width: 1386px){
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .gpCode {
    right: 10.54%;
    }
}
@media screen and (max-width: 1320px){
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .gpCode {
    right: 7.54%;
     bottom: 20px;
    }
    
}
@media screen and (max-width:997px){
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .gpCode {
    right: 2vw;
    }
}
@media screen and (max-width:767px){
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count h2 {
    font-size: 20px;
    margin-bottom: 9px;
}
.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count .day {
    margin-bottom: 10px;
}
.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count a {
   
    font-size: 3.4rem;
}
.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count::before {

    width: 130px;
    height: 130px;
    bottom: -27px;
}
}
@media screen and (max-width:600px){
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .gpCode {
   
    bottom: 6px;
}

.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count h2 {
    font-size: 18px;
    margin-bottom: 6px;
}
.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count .countdown {
    margin-left: 10px;
}
.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count .day {
    margin-bottom: 10px;
    margin-right: 10px;
}
.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count a {
   
    font-size: 2.4rem;
}
.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count::before {
    width: 80px;
    height: 80px;
    bottom: -10px;
}
}
@media screen and (max-width:430px){
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .gpCode{
      bottom: 0;
    position: relative;
    right: 0;
    padding-right: 2vw;
    text-align: right;
    padding-bottom: 20px;
    box-sizing:border-box;
    }
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count h2,.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count a,.pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count .day{
        color:#333 !important;
    }
    .pid-5d8e356b-6a0c-4199-bf4c-f0e44c1c0011 .count::before{
        display:none !important;
    }
}
.pid-c419f22f-c05d-435e-b6ef-b072452a1d25{
    position:relative;
}

/*å·¦ä¾§åº•è‰²*/
.pid-c419f22f-c05d-435e-b6ef-b072452a1d25::before{
    content:"";
    display:block;
    width:38%;
    height:calc(100% + 105px);
    left:0;
    top:-43px;
    z-index:-1;
    background:rgba(0,0,0,.04);
    position:absolute;
}

/*å³ä¾§è£…é¥°å›¾*/
.pid-c419f22f-c05d-435e-b6ef-b072452a1d25::after{
    content:"";
    display:block;
    width:26%;
    height:60%;
    right:0;
    top:25%;
    z-index:-1;
    background:URL(/editor_saas/api/preview/image/e1f9fd39ba9f489296eda4633da0170f.png) no-repeat;
    position:absolute;
    background-size:cover;
}



/*ç™½è‰²èƒŒæ™¯*/
/*.pid-c419f22f-c05d-435e-b6ef-b072452a1d25 .row::before{*/
/*    content:"";*/
/*    display:block;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:#000;*/
/*    position:absolute;*/
/*    top:-50%;*/
/*    left:0;*/
/*    z-index:-9999;*/
/*}*/
  .row1 .layout{ width:100%;}

.pid-5df872e1-2d7c-4e87-a77c-288a8ce488fc{
    position:relative;
}

.row2 .layout{
    margin:0 auto !important;
}

.pid-5df872e1-2d7c-4e87-a77c-288a8ce488fc .row::before{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:url(/editor_saas/api/preview/image/592f0e6a15cb47aaa67694713566af14.png) no-repeat center;
    position:absolute;
    top:-50%;
    left:0;
    z-index:-999;
}


/**/
/*https://demo.gpowersoft.com/editor_saas/api/preview/image/0459a426506d4aa4b7f583fe3fd52645.png?pageId=43a8c7db56744d1d9fafc2c2d82d9af6*/




/*.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row{padding:0 15px;}*/

.pid-b62900af-044f-4b0c-95e2-f7d1a023594a  .gp-container{
    width:100% !important;
    padding:0 80px;
    box-sizing: border-box;
}
/*åº•è‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(1){
    background:#ae1d22 !important;
}
/*æ›´å¤šé¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(1) .gp-title90 .more{
    color:#fff !important;
    border:1px solid rgba(255,255,255,.1);
}
/*çŸ­çº¿é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(1) .gp-title90 .zs::before{
    background:rgba(255,255,255,.35) !important;
}
/*æ¨ªçº¿é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(1) .gp-title90 .zs::after{
    background:rgba(255,255,255,.35) !important;
}
/*å¹³è¡Œå››è¾¹å½¢é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(1) .gp-title90 .zs .card{
    background:rgba(255,255,255,.1) !important;
}



/*åº•è‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(2){
    background:#fff !important;
}



/*åº•è‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(3){
    background:#ba9120 !important;
}
/*æ›´å¤šé¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(3) .gp-title90 .more{
    color:#fff !important;
    border:1px solid rgba(255,255,255,.1);
}
/*çŸ­çº¿é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(3) .gp-title90 .zs::before{
    background:rgba(255,255,255,.35) !important;
}
/*æ¨ªçº¿é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(3) .gp-title90 .zs::after{
    background:rgba(255,255,255,.35) !important;
}
/*å¹³è¡Œå››è¾¹å½¢é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(3) .gp-title90 .zs .card{
    background:rgba(255,255,255,.1) !important;
}



/*åº•è‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(4){
    background:#ae1d22 !important;
}
/*æ›´å¤šé¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(4) .gp-title90 .more{
    color:#fff !important;
    border:1px solid rgba(255,255,255,.1);
}
/*çŸ­çº¿é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(4) .gp-title90 .zs::before{
    background:rgba(255,255,255,.35) !important;
}
/*æ¨ªçº¿é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(4) .gp-title90 .zs::after{
    background:rgba(255,255,255,.35) !important;
}
/*å¹³è¡Œå››è¾¹å½¢é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(4) .gp-title90 .zs .card{
    background:rgba(255,255,255,.1) !important;
}



/*åº•è‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(5){
    background:#3d342f !important;
}
/*æ›´å¤šé¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(5) .gp-title90 .more{
    color:#fff !important;
    border:1px solid rgba(255,255,255,.1);
}
/*çŸ­çº¿é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(5) .gp-title90 .zs::before{
    background:rgba(255,255,255,.35) !important;
}
/*æ¨ªçº¿é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(5) .gp-title90 .zs::after{
    background:rgba(255,255,255,.35) !important;
}
/*å¹³è¡Œå››è¾¹å½¢é¢œè‰²*/
.pid-b62900af-044f-4b0c-95e2-f7d1a023594a .row .layout:nth-child(5) .gp-title90 .zs .card{
    background:rgba(255,255,255,.1) !important;
}
@media screen and (max-width:1100px) {
    .pid-b62900af-044f-4b0c-95e2-f7d1a023594a  .gp-container{
     padding:0 40px;
}
}
@media screen and (max-width:996px) {
    .pid-b62900af-044f-4b0c-95e2-f7d1a023594a  .gp-container{
     padding:0 2vw;
     width:auto !important;
}
}

.pid-01fbd8a6-32e2-4de9-8252-724976161ca6{
    position:relative;
    z-index:0;
}
@media screen  and (max-width:996px){
.footer_block36 .footer_top .footer_rt .erweima a .weChat_img{left:50% !important;margin-left:-50px !important;}
}



/*èƒŒæ™¯å›¾ç‰‡*/
.footer_block36 .footer_top{
    background:url(/editor_saas/api/preview/image/ed1f58960f04468f8a0bd21a327077b3.png) no-repeat !important;
}


.pid-eb892130-0cc0-4b79-b8cb-d8232ece9289.gpArticleTitle{height:21px !important;line-height:1.2 !important;}@media screen and (max-width:996px){}@media screen and (max-width:767px){}@media screen and (max-width:480px){}@media screen and (max-width:996px){.sm-pid-eb892130-0cc0-4b79-b8cb-d8232ece9289.gpArticleTitle{height:19px !important;line-height:1.2 !important;}}@media screen and (max-width:767px){}@media screen and (max-width:480px){}.pid-2d1a8c43-3f59-4119-80b3-e858f7d80f74.gpArticleTitle{height:60px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}@media screen and (max-width:996px){}@media screen and (max-width:767px){}@media screen and (max-width:480px){}@media screen and (max-width:996px){.sm-pid-2d1a8c43-3f59-4119-80b3-e858f7d80f74.gpArticleTitle{height:60px !important;line-height:1.5 !important;}}@media screen and (max-width:767px){}@media screen and (max-width:480px){}.pid-da592f90-5713-487e-a2bf-3e06c047f681.gpArticleSummary{height:72px !important;line-height:1.5 !important;-webkit-line-clamp:3 !important;}@media screen and (max-width:996px){}@media screen and (max-width:767px){}@media screen and (max-width:480px){}