.topic {
  overflow: hidden;
  padding-bottom: 36px; }
  .topic .bannerSwiper {
    margin-top: 100px; }
    .topic .bannerSwiper .swiper-container {
      float: left;
      width: 560px; }
      .topic .bannerSwiper .swiper-container .swiper-slide {
        position: relative;
        height: 350px; }
        .topic .bannerSwiper .swiper-container .swiper-slide img {
          width: 100%;
          height: 100%; }
        .topic .bannerSwiper .swiper-container .swiper-slide .des {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          font-size: 20px;
          color: white;
          padding: 10px 15px;
          background-color: rgba(0, 0, 0, 0.5); }
      .topic .bannerSwiper .swiper-container .swiper-button-prev {
        margin-top: 0;
        width: 40px;
        height: 40px;
        background-image: url("../images/prev.svg");
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .topic .bannerSwiper .swiper-container .swiper-button-next {
        margin-top: 0;
        width: 40px;
        height: 40px;
        background-image: url("../images/next.svg");
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .topic .bannerSwiper .swiper-container .swiper-pagination {
        text-align: right; }
        .topic .bannerSwiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
          width: 5px;
          height: 5px;
          background-color: white;
          vertical-align: middle;
          opacity: 1; }
        .topic .bannerSwiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #D5542A;
          width: 10px;
          height: 10px; }
    .topic .bannerSwiper .content {
      overflow: hidden;
      padding: 20px 25px;
      background-color: white; }
      .topic .bannerSwiper .content .title {
        font-size: 20px;
        color: #171717;
        font-weight: 500; 
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;}
      .topic .bannerSwiper .content .ct {
        font-size: 14px;
        color: #999999;
        margin-top: 10px;
        display: -webkit-box;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px; }
      .topic .bannerSwiper .content li {
        margin-bottom: 38px; }
        .topic .bannerSwiper .content li:last-child {
          margin-bottom: 0; }
  .topic .articalList {
    margin-top: 30px; }
    .topic .articalList .wrapper {
      padding: 27px 32px;
      background-color: white; }
    .topic .articalList ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .topic .articalList ul li {
        width: 50%;
        margin-top: 48px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .topic .articalList ul li:nth-child(1), .topic .articalList ul li:nth-child(2) {
          margin-top: 0; }
        .topic .articalList ul li:nth-child(2n) {
          padding-left: 32px; }
        .topic .articalList ul li .imgWrap {
          width: 160px;
          height: 100px;
          overflow: hidden;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2; }
          .topic .articalList ul li .imgWrap img {
            width: 100%;
            height: 100%;
            -webkit-transition: ease 1s;
            -o-transition: ease 1s;
            transition: ease 1s; }
            .topic .articalList ul li .imgWrap img:hover {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); }
        .topic .articalList ul li .des {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding-right: 20px;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1; }
          .topic .articalList ul li .des .title {
            font-size: 18px;
            color: #171717;
            font-weight: 500; }
          .topic .articalList ul li .des .ct {
            font-size: 12px;
            color: #999999;
            margin: 8px 0;
            display: -webkit-box;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .topic .articalList ul li .des .tags > span {
            display: inline-block;
            border: 1px solid #eee;
            padding: 2px 8px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            margin-right: 5px;
            color: #ccc; }
            .topic .articalList ul li .des .tags > span:last-child {
              margin-right: 0; }
  .topic .moment .swiper-container {
    overflow: hidden; }
  .topic .moment .swiper-slide {
    -webkit-transition: -webkit-transform 1.0s;
    transition: -webkit-transform 1.0s;
    -o-transition: transform 1.0s;
    transition: transform 1.0s;
    transition: transform 1.0s, -webkit-transform 1.0s; }
    .topic .moment .swiper-slide img {
      width: 100%;
      height: 100%; }
  .topic .moment .swiper-slide-active, .topic .moment .swiper-slide-duplicate-active {
    z-index: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important; }
  .topic .moment .swiper-slide-prev {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(50deg);
    transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(50deg); }
    .topic .moment .swiper-slide-prev:after {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5); }
  .topic .moment .swiper-slide-next {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(-50deg);
    transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(-50deg); }
    .topic .moment .swiper-slide-next:after {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5); }
  .topic .moment .swiper-button-prev {
    background-image: url("../images/prev.svg");
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .topic .moment .swiper-button-next {
    background-image: url("../images/next.svg");
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .topic .moment .title {
    padding: 60px 0;
    font-size: 36px;
    color: #000;
    font-weight: 500;
    text-align: center; }
  .topic .revie .title {
    padding-top: 90px;
    padding-bottom: 64px;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    text-align: center; }
  .topic .revie .parts {
    padding: 46px 40px;
    background-color: white; }
    .topic .revie .parts .part {
      margin-bottom: 77px; }
      .topic .revie .parts .part:last-child {
        margin-bottom: 0; }
      .topic .revie .parts .part h3 {
        font-size: 20px;
        color: #000;
        margin-bottom: 55px;
        text-align: center; }
      .topic .revie .parts .part ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .topic .revie .parts .part ul li {
          width: 50%;
          margin-top: 70px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .topic .revie .parts .part ul li:nth-child(1), .topic .revie .parts .part ul li:nth-child(2) {
            margin-top: 0; }
          .topic .revie .parts .part ul li .imgWrap {
            width: 200px;
            height: 125px;
            position: relative;
            overflow: hidden; }
            .topic .revie .parts .part ul li .imgWrap > img {
              width: 100%;
              height: 100%;
              -webkit-transition: all ease 1s;
              -o-transition: all ease 1s;
              transition: all ease 1s; }
            .topic .revie .parts .part ul li .imgWrap .mask {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              background-color: rgba(0, 0, 0, 0.5);
              opacity: 0.8;
              z-index: 1; }
            .topic .revie .parts .part ul li .imgWrap:hover > img {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); }
            .topic .revie .parts .part ul li .imgWrap:hover .mask {
              opacity: 1; }
            .topic .revie .parts .part ul li .imgWrap .play {
              width: 40px;
              height: 40px;
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              background: url("../images/play.png") no-repeat center center/100%;
              z-index: 2; }
          .topic .revie .parts .part ul li .des {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0 50px 0 20px;
            position: relative;
            padding-bottom: 24px; }
            .topic .revie .parts .part ul li .des h4 {
              font-size: 18px;
              color: #171717;
              font-weight: 500; }
            .topic .revie .parts .part ul li .des .ct {
              font-size: 14px;
              color: #999; }
            .topic .revie .parts .part ul li .des .tags {
              position: absolute;
              bottom: 0;
              left: 20px;
              width: 100%;
              font-size: 12px;
              color: #ccc; }
              .topic .revie .parts .part ul li .des .tags > span {
                display: inline-block;
                padding: 2px 10px;
                border: 1px solid #eee;
                -webkit-border-radius: 15px;
                border-radius: 15px; }

/*mobile*/
@media (max-width: 720px) {
  .topic .bannerSwiper {
    margin-top: 44px; }
    .topic .bannerSwiper .swiper-container {
      float: none;
      width: auto; }
      .topic .bannerSwiper .swiper-container .swiper-slide {
        position: relative;
        height: auto; }
        .topic .bannerSwiper .swiper-container .swiper-slide img {
          width: 100%;
          height: 100%; }
        .topic .bannerSwiper .swiper-container .swiper-slide .des {
          font-size: 16px;
          color: white;
          padding: 7px 10px;
          background-color: rgba(0, 0, 0, 0.5); }
      .topic .bannerSwiper .swiper-container .swiper-button-prev {
        display: none; }
      .topic .bannerSwiper .swiper-container .swiper-button-next {
        display: none; }
    .topic .bannerSwiper .content {
      overflow: hidden;
      padding: 12px;
      background-color: white; }
      .topic .bannerSwiper .content .title {
        font-size: 18px; 
        overflow: unset;
        white-space: unset;}
      .topic .bannerSwiper .content .ct {
        font-size: 12px;
        margin-top: 10px;
        height: 34px; }
      .topic .bannerSwiper .content li {
        margin-bottom: 20px; }
        .topic .bannerSwiper .content li:last-child {
          margin-bottom: 0; }
  .topic .articalList {
    margin-top: 30px; }
    .topic .articalList .wrapper {
      padding: 24px 12px;
      background-color: white; }
    .topic .articalList ul {
      overflow: hidden; }
      .topic .articalList ul li {
        width: 100%;
        margin-top: 48px;
        position: relative; }
        .topic .articalList ul li:before {
          content: " ";
          position: absolute;
          left: 0;
          right: 0;
          height: 1px;
          top: -24px;
          background-color: #eee; }
        .topic .articalList ul li:first-child:before {
          content: none; }
        .topic .articalList ul li:nth-child(2) {
          margin-top: 48px; }
        .topic .articalList ul li:nth-child(2n) {
          padding-left: 0; }
        .topic .articalList ul li .imgWrap {
          width: 40%;
          height: auto; }
          .topic .articalList ul li .imgWrap > img {
            width: 100%;
            height: auto; }
        .topic .articalList ul li .des {
          padding-right: 12px;
          position: relative;
          padding-bottom: 19px; }
          .topic .articalList ul li .des .title {
            font-size: 16px; }
          .topic .articalList ul li .des .ct {
            display: none; }
          .topic .articalList ul li .des .tags {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0; }
            .topic .articalList ul li .des .tags > span {
              padding: 0 4px; }
  .topic .moment .swiper-container {
    overflow: initial; }
  .topic .moment .swiper-slide-active, .topic .moment .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important; }
  .topic .moment .swiper-slide-prev {
    -webkit-transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(80deg) !important;
    transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(80deg) !important; }
  .topic .moment .swiper-slide-next {
    -webkit-transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(-80deg) !important;
    transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(-80deg) !important; }
  .topic .moment .title {
    padding-top: 45px;
    padding-bottom: 40px;
    font-size: 28px; }
  .topic .revie .title {
    padding-top: 45px;
    padding-bottom: 40px;
    font-size: 28px; }
  .topic .revie .parts {
    padding: 30px 12px; }
    .topic .revie .parts .part {
      margin-bottom: 70px; }
      .topic .revie .parts .part:last-child {
        margin-bottom: 0; }
      .topic .revie .parts .part h3 {
        font-size: 20px;
        margin-bottom: 27px;
        text-align: left; }
        .topic .revie .parts .part h3:before {
          content: ' ';
          display: inline-block;
          width: 8px;
          height: 1em;
          background-color: #D5542A;
          margin-right: 10px;
          vertical-align: -1px; }
      .topic .revie .parts .part ul {
        overflow: hidden; }
        .topic .revie .parts .part ul li {
          float: none;
          width: auto;
          margin-top: 60px;
          position: relative; }
          .topic .revie .parts .part ul li:before {
            content: " ";
            position: absolute;
            left: 0;
            right: 0;
            top: -30px;
            height: 1px;
            background-color: #eee; }
          .topic .revie .parts .part ul li:first-child:before {
            content: none; }
          .topic .revie .parts .part ul li:nth-child(2) {
            margin-top: 60px; }
          .topic .revie .parts .part ul li .imgWrap {
            width: 40%;
            height: auto; }
            .topic .revie .parts .part ul li .imgWrap > img {
              height: auto; }
          .topic .revie .parts .part ul li .des {
            padding: 0;
            padding-left: 12px;
            padding-bottom: 24px; }
            .topic .revie .parts .part ul li .des h4 {
              font-size: 14px; }
            .topic .revie .parts .part ul li .des .ct {
              font-size: 12px; }
            .topic .revie .parts .part ul li .des .tags {
              margin-top: 5px;
              font-size: 12px; }
              .topic .revie .parts .part ul li .des .tags > span {
                padding: 0 4px;
                margin-bottom: 8px; } }
