.crumbs {
  font-size: 14px;
  color: #222;
  margin-top: 2%;
}

@media (max-width: 480px) {
  .crumbs {
    font-size: 13px;
  }
}

.indexTitle h3 {
  margin: 5% 0 2%;
}

.loadList {
  margin-bottom: 10%;
}

.loadList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.loadList li .loadImg {
  width: 8%;
}

.loadList li .txt {
  width: 88%;
  color: #222;
}

.loadList li .txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1%;
}

.loadList li .txt .foo {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.loadList li .txt .foo .right img {
  margin: 0 5px 0 15px;
}

.loadList li .txt .foo .right .fileIcon {
  width: 13px;
}

.loadList li .txt .foo .right .timeIcon {
  width: 14px;
}

.loadList li .txt .foo .right .downLoadIcon {
  width: 10px;
}

.loadList li .txt .foo .right a {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.loadList li:hover, .loadList li .txt .foo .right a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

@media (max-width: 768px) {
  .loadList li .txt .foo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .loadList li .txt .foo .right .timeIcon {
    margin: 0 5px 0 0;
  }
  .loadList li .loadImg {
    width: 13%;
  }
  .loadList li .txt {
    width: 83%;
  }
}

@media (max-width: 480px) {
  .loadList li .loadImg {
    width: 25%;
  }
  .loadList li .txt {
    width: 70%;
  }
  .loadList li .txt .foo .right {
    width: 100%;
    line-height: 24px;
  }
  .loadList li .txt .foo .right img {
    margin: 0;
  }
}

.filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1%;
}

.filterList li {
  /*width: 8%;*/
  margin-bottom: 1%;
  margin-right: 4%;
  font-size: 14px;
  color: #666;
}

.filterList li.on {
  color: #942423;
}

.flterChildList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3%;
}

.flterChildList li {
  margin-bottom: 1%;
  margin-right: 20px;
  font-size: 14px;
  color: #666;
}

.flterChildList li i {
  margin-left: 20px;
}

.flterChildList li.on a {
  background: #942423;
  border-radius: 5px;
  padding: 2px;
  color: white;
}

.videoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6.5%;
}

    .videoList li {
        width: 22%;
        height: 250px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        margin-bottom: 2%;
        box-sizing: border-box;
        margin-right: 2%;
    }

.videoList li .topImg {
  position: relative;
  border-radius: 4px;
  height:56%;
}
    .videoList li .topImg img{
        height:100%;
        border-radius:4px;

    }
    .videoList li .topImg span {
        position: absolute;
        bottom: 5px;
        right: 5px;
        font-size: 16px;
        color: white;
    }
        .videoList li .txt {
            height: 44%;
            padding-top: 7%;box-sizing:border-box;
        }
        .videoList li .txt h3 {
            font-size: 18px;
            color: #333;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 0 9%;
        }

.videoList li .txt .foo {
  font-size: 14px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.videoList li .txt .foo .down {
  width: 10px;
}

.videoList li .txt .foo .share {
  width: 13px;
  margin-left: 10px;
}

.videoList li .txt .foo span a:hover {
  color: #942423;
}
    .videoList li .txt .foo .ope{
        /*overflow:hidden;*/
        height:20px;
    }
    .videoList li:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        border-bottom: 1px solid #e5e5e5;
    }

@media(max-width:996px) {

    .filterList li{
        /*width:10%;*/
    }
    .videoList {
        margin-right: 0;
        justify-content: space-between;
    }
        .videoList li {
            width: 28%;
            height: 225px;
        }
        .videoList li .txt h3{
            font-size:16px;
        }
        .videoList li .txt .foo{
            font-size:13px;
        }
}
@media(max-width:768px){
    .filterList li{
        width:auto;
    }
    .videoList li {
        width: 45%;
    }
}
@media(max-width:480px){
    .videoList li {
        width: 48%;
        height:202px;
    }
        .videoList li .txt .foo img{
            display:none;
        }
}


.pageList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}
.pageRight input {
    width: 30px;
    text-align: center;
}


@media(max-width:480px) {
    .videoShare {
        display: none;
    }
}