.navigation {
  width: 100%;
  height: .74rem;
  background-color: #FFFFFF; }
  .navigation .content {
    width: 18.72rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between; }
    .navigation .content .nav-right {
      height: 100%;
      display: flex;
      font-size: .16rem;
      font-family: PingFang SC;
      font-weight: 400;
      color: #999999;
      align-items: center; }

.main{    width: 16.8rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;}

.video-box {
  background-color: #F2F8F9;
  width: 100%;
  height: 8.12rem; }
  .video-box .vid-content {
    width: 15.8rem;
    margin: 0 auto; }
    .video-box .vid-content .title {
      box-sizing: border-box;
      width: 100%;
      height: 1.25rem;
      display: flex;
      align-items: center;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .video-box .vid-content .title .text {
        flex: 1;
        font-size: .3rem;
        color: #008B9C; }
      .video-box .vid-content .title .bg-1 {
        background: url("../img/witness_title_01.png") no-repeat;
        background-size: .9rem .22rem;
        background-position: 1.3rem 0; }
    .video-box .vid-content .to-info {
      box-sizing: border-box;
      width: 15.8rem;
      height: 6.34rem;
      padding: .16rem;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .video-box .vid-content .to-info .video-item {
        width: 13.78rem;
        height: 6.02rem;
        overflow: hidden;
        background-color: #000; position: relative;}
        .video-box .vid-content .to-info .video-item video {
          width: 100%;
          height: 100%; }
          .video-box .vid-content .to-info .video-item .fmimg{width: 100%;height: 100%}
        .video-box .vid-content .to-info .video-item .play{position: absolute;top: 45%;left: 45%;width: 10%}
      .video-box .vid-content .to-info .video-list {
        width: 4.2rem;
        height: 100%;
        margin-left: .16rem;
        overflow-x: hidden;
        overflow-y: auto; }
        .video-box .vid-content .to-info .video-list::-webkit-scrollbar {
          width: 0;
          height: 0;
          display: none; }
        .video-box .vid-content .to-info .video-list .item {
          width: 100%;
          height: 2.2rem;
          background: #f1f8f9;
          margin-bottom: .16rem; }
          .video-box .vid-content .to-info .video-list .item .img {
            width: 100%;
            height: 1.82rem;
            background-color: #f7f7f7;
            overflow: hidden; }
            .video-box .vid-content .to-info .video-list .item .img img {
              width: 100%;
              height: 100%; }
          .video-box .vid-content .to-info .video-list .item .text {
            width: 100%;
            height: .38rem;
            line-height: .38rem;
            text-align: center;
            font-size: .18rem;
            color: #333;
            background-color: #F1F8F9;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .video-box .vid-content .to-info .video-list :last-child {
          margin-bottom: 0; }

.witness {
  width: 100%;
  height: 9.82rem;
  background-image: url("../img/witness_bg.png");
  background-size: 100% 100%; }
  .witness .wi-content {
    width: 15.8rem;
    margin: 0 auto; }
    .witness .wi-content .title {
      box-sizing: border-box;
      width: 100%;
      height: 1.76rem;
      display: flex;
      align-items: center;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .witness .wi-content .title .text {
        flex: 1;
        font-size: .3rem;
        color: #008B9C; }
      .witness .wi-content .title .bg-1 {
        background: url("../img/witness_title_02.png") no-repeat;
        background-size: 1.71rem .23rem;
        background-position: 1rem 0; }
    .witness .wi-content .wi-info {
      width: 15.8rem;
      height: 6.94rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .witness .wi-content .wi-info img {
        width: 32%;
        height: 6.94rem;
        border-radius: .2rem; }

.mom {
  background-color: #F2F8F9;
  width: 100%;
  height: auto;
  padding-bottom: .5rem; }
  .mom .mom-content {
    width: 15.8rem;
    margin: 0 auto; }
    .mom .mom-content .title {
      box-sizing: border-box;
      width: 100%;
      height: 1.34rem;
      display: flex;
      align-items: center;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .mom .mom-content .title .text {
        flex: 1;
        font-size: .3rem;
        color: #008B9C; }
      .mom .mom-content .title .bg-1 {
        background: url("../img/witness_title_03.png") no-repeat;
        background-size: 1.36rem .24rem;
        background-position: 1rem 0; }
    .mom .mom-content .mom-list {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .mom .mom-content .mom-list .item {
        width: 32.6%;
        height: 3.75rem;
        background: #5ab6c2;
        margin-bottom: 1%;
        margin-right: .13rem; }
        .mom .mom-content .mom-list .item:nth-child(3n) {
          margin-right: 0; }
        .mom .mom-content .mom-list .item .img {
          width: 100%;
          height:2.87rem;
          overflow: hidden;
          background-color: #f7f7f7; }
          .mom .mom-content .mom-list .item .img img {
            width: 100%;
            height: 100%; }
        .mom .mom-content .mom-list .item .text {
          width: 6.12rem;
          height: .88rem;
          line-height: .88rem;
          text-align: center;
          font-size: .24rem;
          font-weight: 800;
          color: #fff; }

/*# sourceMappingURL=together.css.map */
