
.banner-wrap .swiper-slide {
  position: relative;
}
.banner-wrap .swiper-slide .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  text-align: center;
}
.banner-wrap .mask h2 {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: unset;
  white-space: nowrap;
}
.banner-wrap .mask small {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 36px 0 75px;
}
.banner-wrap .mask .more {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  margin: 0 auto;
}
.banner-wrap .mask .more:hover {
  background: rgba(255, 255, 255, 0.2);
}
.banner-wrap .swiper-pagination {
  bottom: 21px;
}
.banner-wrap .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 6px;
  opacity: 1;
}
.banner-wrap .swiper-pagination span.swiper-pagination-bullet-active {
  width: 50px;
}
@media screen and (max-width: 750px) {
  .banner-wrap {
    height: 60vh;
  }
  .banner-wrap .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-wrap .swiper-slide .mask {
    width: 90%;
  }
  .banner-wrap .mask h2 {
    font-size: 20px;
    line-height: 1.5;
    white-space: unset;
  }
  .banner-wrap .mask small {
    font-size: 14px;
    margin: 18px 0 35px;
    line-height: 1.5;
  }
  .banner-wrap .mask .more {
    width: 150px;
    height: 38px;
    font-size: 12px;
  }
  .banner-wrap .swiper-pagination span {
    width: 8px;
    height: 8px;
  }
  .banner-wrap .swiper-pagination span.swiper-pagination-bullet-active {
    width: 24px;
  }
}







.icon-wrap {
  padding: 67px 0;
}
.icon-wrap .col {
  text-align: center;
  cursor: pointer;
}
.icon-wrap .col:hover span {
  color: var(--main-theme-color);
}
.icon-wrap .col .icon {
  margin-bottom: 15px;
}
.icon-wrap span {
  font-size: 16px;
  color: #333333;
  transition: all .3s ease;
}
@media screen and (max-width: 750px) {
  .icon-wrap {
    padding: 30px 0 0;
  }
  .icon-wrap .col {
    padding: 15px;
    text-align: center;
    cursor: pointer;
  }
  .icon-wrap .col:hover span {
    color: var(--main-theme-color);
  }
  .icon-wrap .col .wrap {
    height: 80px;
  }
  .icon-wrap .col .icon {
    height: 40px;
    margin: 0 auto 10px;
  }
  .icon-wrap .col .icon > img {
    height: 100%;
  }
  .icon-wrap span {
    font-size: 12px;
  }
}





.desc-wrap {
  padding: 60px 0;
}
.desc-wrap .container {
  display: flex;
}
.desc-wrap h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin: 0 0 55px;
  position: relative;
}
.desc-wrap h2 span {
  position: relative;
  z-index: 1;
}
.desc-wrap h2 small {
  position: absolute;
  top: -30px;
  left: 0;
  display: inline-block;
  /* margin-left: 9px; */
  font-size: 60px;
  font-family: Impact;
  font-weight: 400;
  color: #F2F2F2;
  line-height: 1;
}
.desc-wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 36px;
  margin: 0 0 44px;
}
.desc-wrap .desc {
  margin-right: 7vw;
}
.desc-wrap .more {
  width: 202px;
  height: 49px;
  background: var(--main-theme-color);
  border-radius: 4px;
  margin-bottom: 80px;
}
.desc-wrap .more:hover {
  background: var(--main-theme-color);
  filter: brightness(90%);
}
.desc-wrap .row .col + .col {
  padding-left: 41px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.desc-wrap .cover {
  text-align: right;
}
.desc-wrap .row .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1;
  display: flex;
  align-items: start;
}
.desc-wrap .row .title b {
  font-weight: 400;
}
.desc-wrap .row .title span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-left: 5px;
}
.desc-wrap .row span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .desc-wrap {
    padding: 60px 0 0;
  }
  .desc-wrap .container {
    flex-direction: column;
  }
  .desc-wrap h2 {
    margin: 0 0 30px;
    text-align: center;
  }
  .desc-wrap h2 small {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .desc-wrap p {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 36px;
    margin: 0 0 30px;
  }
  .desc-wrap .desc {
    margin-right: unset;
  }
  .desc-wrap .more {
    width: 202px;
    height: 49px;
    background: var(--main-theme-color);
    border-radius: 4px;
    margin: 0 auto 40px;
  }
  .desc-wrap .more:hover {
    background: var(--main-theme-color);
    filter: brightness(90%);
  }
  .desc-wrap .row .col {
    text-align: center;
    padding: 30px 0;
  }
  .desc-wrap .row .col + .col {
    padding-left: 15px;
    border-left: unset;
  }
  .desc-wrap .row .col:first-child::after,
  .desc-wrap .row .col:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #efefef;
  }
  .desc-wrap .row .col:last-child::after {
    right: unset;
    left: -1px;
  }
  .desc-wrap .row .col:first-child::before,
  .desc-wrap .row .col:last-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: #efefef;
  }
  .desc-wrap .row .col:last-child::before {
    top: -1px;
    bottom: unset;
  }
  .desc-wrap .cover {
    display: none;
    text-align: right;
  }
  .desc-wrap .cover > img {
    width: 100%;
  }
  .desc-wrap .row {
    margin-bottom: 30px;
  }
  .desc-wrap .row .title {
    font-size: 32px;
    margin-bottom: 5px;
    justify-content: center;
  }
  .desc-wrap .row .title span {
    font-size: 12px;
  }
  .desc-wrap .row span {
    font-size: 16px;
  }
}







.solution-wrap {
  background: url(../images/bgcc.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.solution-wrap .container {
  padding-top: 126px;
  padding-bottom: 30px;
}
.solution-wrap h2 {
  text-align: right;
  color: #fff;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.solution-wrap h2 b {
  position: relative;
}
.solution-wrap h2::after {
  content: "BUSINESS";
  font-size: 142px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  opacity: 0.1;
  position: absolute;
  top: 90%;
  right: 0;
}
.solution-wrap h2 span {
  position: absolute;
  right: 0;
  top: -36px;
  font-size: 60px;
  font-family: Impact;
  font-weight: 400;
  color: #E6E6E6;
  display: inline-block;
  margin-right: 9px;
  transform: translateY(4px);
}
.solution-wrap small {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  display: block;
  text-align: right;
}
.solution-wrap .row {
  display: flex;
  flex-direction: row-reverse;
  margin: unset;
}
.solution-wrap .list > .col + .col {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.solution-wrap .list li {
  padding: 10px 7.5px;
  float: right;
}
.solution-wrap .wrap {
  display: block;
  padding: 13px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  border: 1px solid #666666;
  text-align: center;
  transition: all .3s ease;
}
.solution-wrap .wrap:hover {
  background: rgba(255, 255, 255, 0.2);
  background: var(--main-theme-color);
  color: #fff;
  border-color: var(--main-theme-color);
}
.solution-wrap .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #353434;
  padding: 60px 15px 20px;
  text-align: right;
}
.solution-wrap .cover {
  transform: translateY(88px);
  margin-right: 10vw;
  width: 60%;
}
.solution-wrap .cover > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .solution-wrap .container {
    padding: 60px 0;
  }
  .solution-wrap h2 {
    text-align: center;
  }
  .solution-wrap h2 b {
    position: relative;
  }
  .solution-wrap h2::after {
    content: "BUSINESS";
    font-size: 68px;
    opacity: 0.05;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  .solution-wrap h2 span {
    left: 50%;
    right: unset;
    top: -18px;
    font-size: 34px;
    white-space: nowrap;
    transform: translateY(4px) translateX(-50%);
  }
  .solution-wrap small {
    text-align: center;
    line-height: 1.5;
    padding: 0 15px;
  }
  .solution-wrap .row {
    display: flex;
    flex-direction: row-reverse;
    margin: unset;
  }
  .solution-wrap .list > .col + .col {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
  .solution-wrap .list > .col {
    padding: 0 15px;
  }
  .solution-wrap .list li {
    width: 100%;
    padding: 7.5px 7.5px;
  }
  .solution-wrap .wrap {
    display: block;
    padding: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    border: 1px solid #666666;
    text-align: center;
    transition: all .3s ease;
  }
  .solution-wrap .wrap:hover {
    background: rgba(255, 255, 255, 0.2);
    background: var(--main-theme-color);
    color: #fff;
    border-color: var(--main-theme-color);
  }
  .solution-wrap .title {
    color: #585858;
    padding: 30px 15px 10px;
    text-align: center;
  }
  .solution-wrap .cover {
    display: none;
  }
}



.team-wrap {
  padding: 120px 0 60px;
}
.team-wrap header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-wrap header h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.team-wrap header h2 span {
  position: relative;
  z-index: 1;
}
.team-wrap header small {
  font-size: 60px;
  font-family: Impact;
  font-weight: 400;
  color: #F2F2F2;
  display: inline-block;
  transform: translateY(5px);
  position: absolute;
  bottom: 10px;
  left: 0;
  white-space: nowrap;
}
.team-wrap .more:hover {
  transform: scale(1.2);
}
.team-wrap .col {
  padding: 15px;
}
.team-wrap .col > .wrap {
  border-radius: 16px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  padding: 50px 27px;
  position: relative;
  overflow: hidden;
}
.team-wrap .col .cover {
  width: 174px;
  height: 174px;
  background: linear-gradient(to bottom, #02a1f9, #009b4c);
  padding: 6px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.team-wrap .col .cover .wrap  {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.team-wrap .col img {
  width: 100%;
}
.team-wrap .col:hover .mask {
  transform: translate(0);
  opacity: 1;
}
.team-wrap .col .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  background: rgba(0, 155, 75, 1);
  padding: 30px;
  opacity: 0;
  transform: translateY(100%);
  transition: all .3s ease;
  font-size: 14px;
  line-height: 1.7;
}
.team-wrap .col .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.team-wrap .col .title span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.team-wrap .col p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}
.team-wrap .col .desc {
  margin-top: 44px;
}
.team-wrap .col .desc .title {
  border-bottom: 1px solid #D9D9D9;;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.team-wrap .col .desc .title span {
  color: var(--main-theme-color);
}
.team-wrap .col .desc .text-line-4-show {
  margin-top: 20px;
  height: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.team-wrap .col.last .wrap {
  padding: unset;
}
.team-wrap .col.last .wrap > img {
  display: block;
  height: 100%;
}
.team-wrap .col.last .mask {
  opacity: 1;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 155, 75, .8);
}
.team-wrap .col.last .mask .top {
  text-align: right;
}
.team-wrap .col.last .mask .top > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FEFEFE;
  border-radius: 50%;
}
.team-wrap .col.last .mask .bottom {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .team-wrap {
    padding: 60px 0;
  }
  .team-wrap header h2 {
    margin: unset;
  }
  .team-wrap header small {
    font-size: 28px;
    bottom: 22px;
  }
  .team-wrap .more {
    width: unset;
  }
}







.case-wrap {
  background: #F2F2F2;
  width: 100%;
}
.case-wrap .container {
  position: relative;
  display: flex;
}
.case-wrap .swp {
  width: 55%;
  position: relative;
}
.case-wrap .swp::after {
  content: "";
  position: absolute;
  bottom: 13%;
  right: -28%;
  width: 463px;
  height: 326px;
  /* opacity: 0.1; */
  background: url(../images/woshou.png) no-repeat center;
}
.case-wrap .cover {
  width: 50%;
  transform: translateX(30%);
}
.case-wrap .cover > img {
  width: 100%;
}
.case-wrap h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 97px 0 0;
  position: relative;
}
.case-wrap h2 span {
  position: relative;
  z-index: 1;
}
.case-wrap h2 small {
  font-size: 60px;
  font-family: Impact;
  font-weight: 400;
  color: #E6E6E6;
  display: inline-block;
  transform: translateY(5px);
  position: absolute;
  top: -35px;
  left: 0;
}
.case-wrap .swiper {
  height: 300px;
  margin-top: 120px;
}
.case-wrap .swiper-slide {
  color: #fff;
}
.case-wrap h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 0 28px;
}
.case-wrap p {
  margin: unset;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
.case-wrap .more {
  margin-top: 96px;
  width: 118px;
  position: relative;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: var(--main-theme-color);
  white-space: nowrap;
  margin-left: 5px;
}
.case-wrap .more img {
  height: 14px;
}
.case-wrap .more:hover::after {
  width: 118px;
}
.case-wrap .more::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--main-theme-color);
  position: absolute;
  bottom: 0;
  left: -6px;
  transition: width .3s ease;
}
.case-wrap .cover img {
  display: block;
}
.case-wrap .hover {
  position: absolute;
  bottom: -137px;
  left: 0;
  width: 100%;
}
.case-wrap .hover img {
  width: 100%;
}
.case-wrap .hover .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 67px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-wrap .hover h2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: unset;
  margin: unset;
}
.case-wrap .hover .line {
  width: 47px;
  height: 2px;
  background: #FFFFFF;
}
.case-wrap .hover small {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.case-wrap .hover a {
  position: absolute;
  bottom: 20%;
  right: 10%;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.case-wrap .swiper-controller {
  position: absolute;
  left: -89px;
  bottom: 300px;
  display: flex;
  perspective: 800px;
}
.case-wrap .swiper-controller img {
  width: 30px;
  object-fit: contain;
  cursor: pointer;
}
.case-wrap .swiper-controller > div {
  width: 89px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  cursor: pointer;
  transform-style:preserve-3d;
}
.case-wrap .swiper-controller .swiper-prev {
  background: #fff;
  transform-origin: right;
}
.case-wrap .swiper-controller .swiper-prev:hover {
  transform: rotateY(-20deg);
}
.case-wrap .swiper-controller .swiper-next {
  background: var(--main-theme-color);
  transform-origin: left;
}
.case-wrap .swiper-controller .swiper-next:hover {
  transform: rotateY(20deg);
}
@media screen and (max-width: 750px) {
  .case-wrap {
    /*background: #fff;*/
    padding: 60px 0 30px;
  }
  .case-wrap .container {
    display: block;
    /*padding: 60px 15px;*/
  }
  .case-wrap .swp {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .case-wrap .swp::after {
    display: none;
  }
  .case-wrap h2 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 50px 0 0;
    position: relative;
    text-align: center;
  }
  .case-wrap h2 span {
    position: relative;
    z-index: 1;
  }
  .case-wrap h2 small {
    font-size: 60px;
    font-family: Impact;
    font-weight: 400;
    color: #E6E6E6;
    display: inline-block;
    transform: translateY(5px);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .case-wrap .swiper {
    height: 260px;
    margin-top: 60px;
  }
  .case-wrap .swiper-slide {
    color: #fff;
  }
  .case-wrap h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0 0 28px;
  }
  .case-wrap p {
    margin: unset;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 2;
  }
  .case-wrap .more {
    margin-top: 15px;
    margin-left: 5px;
  }
  .case-wrap .cover {
    width: 100%;
    transform: unset;
  }
  .case-wrap .cover > img {
    display: none;
  }
  .case-wrap .hover {
    display: none;
  }
  .case-wrap .swiper-controller {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    perspective: unset;
    justify-content: flex-start;
    transform: scale(.8) translate(-12%, -40%);
    z-index: 1;
  }
  .case-wrap .swiper-controller .swiper-prev {
    /*background: #f7f7f7;*/
  }
  .case-wrap .swiper-controller .swiper-prev:hover {
    transform: unset;
  }
  .case-wrap .swiper-controller .swiper-next:hover {
    transform: unset;
  }
}












.news-wrap {
  padding-top: 240px;
  padding-bottom: 84px;
}
.news-wrap .container > .row {
  margin: 0 -44px;
}
.news-wrap .container > .row > .col {
  padding: 0 30px;
}
.news-wrap .wrap > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--main-theme-color);
  margin-bottom: 30px;
}
.news-wrap h2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 20px 0;
  position: relative;
}
.news-wrap h2 > span {
  position: relative;
  z-index: 1;
}
.news-wrap h2 > small {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 48px;
  font-family: Impact;
  font-weight: 400;
  color: #F2F2F2;
  transform: translateY(2px);
  white-space: nowrap;
}
.news-wrap .list .news h3 {
  transition: color .3s ease;
}
.news-wrap .list .news:hover h3 {
  color: var(--main-theme-color);
}
.news-wrap .dynamic .list .cover > img {
  width: 100%;
}
.news-wrap .dynamic .list .cover {
  margin-bottom: 15px;
}
.news-wrap .dynamic .list .news {
  display: block;
  padding-bottom: 18px;
  margin-bottom: 23.8px;
  border-bottom: 2px solid #e6e6e6;
}
.news-wrap .dynamic .list h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.news-wrap .dynamic .list small {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 10px 0 0;
}
.news-wrap .dynamic .list .timer {
  margin-top: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.news-wrap .dynamic .news:not(.news:first-child) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 23.8px;
  margin-bottom: 23.8px;
}
.news-wrap .dynamic .news:not(.news:first-child) h3 {
  margin-right: 60px;
}
.news-wrap .dynamic .news:not(.news:first-child) .timer {
  margin: unset;
}


.news-wrap .rule .list .news {
  display: block;
  padding-bottom: 21.4px;
  margin-bottom: 21.4px;
  border-bottom: 2px solid #e6e6e6;
}
.news-wrap .rule .list h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.news-wrap .rule .list small {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 20px 0 0;
}
.news-wrap .rule .list .news:hover .timer::before {
  width: 30px;
  margin-right: 5px;
}
.news-wrap .rule .list .timer::before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--main-theme-color);
  margin-right: 0px;
  transition: width .3s ease, margin .3s ease;
}
.news-wrap .rule .list .timer {
  margin-top: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
}


.news-wrap .notice .list .news {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 23.8px;
  margin-bottom: 23.8px;
  border-bottom: 2px solid #e6e6e6;
}
.news-wrap .notice .list h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0 60px 0 0;
}
.news-wrap .notice .list small {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 15px 0 0;
}
.news-wrap .notice .list .timer {
  margin-top: unset;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}


@media screen and (max-width: 750px) {
  .news-wrap {
    padding-top: 60px;
    padding-bottom: 84px;
  }
  .news-wrap .container > .row {
    margin: 0;
  }
  .news-wrap .container > .row > .col {
    padding: 0;
  }
  .news-wrap .container > .row > .col + .col {
    margin-top: 60px;
  }
}
