#videos {
  /*! CSS Used from: http://www.nx021.cn/template/170256/index/css/animate.min.css */
  /*! CSS Used from: http://www.nx021.cn/template/170256/index/css/yunu.css */
  /*! CSS Used from: http://www.nx021.cn/template/170256/index/css/media.css */
  /*! CSS Used keyframes */
}
#videos .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#videos a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}
#videos b,
#videos strong {
  font-weight: bolder;
}
#videos .clearfix {
  zoom: 1;
}
#videos .clearfix:before,
#videos .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
#videos .clearfix:after {
  clear: both;
}
#videos a {
  color: #333;
  text-decoration: none;
}
#videos a:hover {
  color: #153b96;
}
#videos ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#videos .img-cover {
  overflow: hidden;
  position: relative;
}
#videos .img-cover span {
  display: block;
  width: 100%;
  background: no-repeat center / cover;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#videos .container {
  padding: 0 10px;
  width: 1200px;
  margin: 0 auto;
}
#videos .section {
  padding: 40px 0;
}
#videos .section-title {
  text-align: center;
  font-size: 34px;
  color: #333;
  margin-bottom: 40px;
}
#videos .section-title strong span {
  font-weight: normal;
  color: #ff5c01;
}
#videos .section-title p {
  color: #797979;
  font-size: 20px;
  margin: 0;
}
#videos .section-title p b {
  color: #19429e;
}
#videos .btns {
  text-align: center;
}
#videos .btns a {
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  border-radius: 8px;
  border: 1px solid #dddddd;
}
#videos .btns a:hover {
  background: #19429e;
  color: #FFF;
}
#videos .in-case {
  background: #f8f8f8;
}
#videos .in-case li {
  float: left;
  width: 33.333%;
}
#videos .in-case li a {
  display: block;
  margin: 0px 10px 20px;
  padding: 15px;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0;
  transition: all 0.5s;
}
#videos .in-case li a:hover {
  background: #181a98;
  color: #FFF;
  top: -20px;
  padding-bottom: 56px;
}
#videos .in-case li .img-cover {
  padding-top: 64%;
}
#videos .in-case li .text {
  padding: 10px 20px 10px;
  text-align: left;
}
#videos .in-case li .text h2 {
  font-weight: normal;
  color: #333;
  font-size: 18px;
  margin-bottom: 18px;
  position: relative;
  text-indent: 0px;
  transition: all 0.5s;
}
#videos .in-case li .text h2 em {
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 10px;
  transition: all 0.5s;
}
#videos .in-case li .text h2 i {
  display: block;
  width: 34px;
  height: 34px;
  background: url(http://www.nx021.cn/template/170256/index/images/icon-4.png) no-repeat center;
  position: absolute;
  right: 0px;
  top: -5px;
  transition: all 0.5s;
}
#videos .in-case li .text p {
  margin-top: 0;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  transition: all 0.5s;
}
#videos .in-case li a:hover .text h2 {
  text-indent: 50px;
  font-weight: bold;
  color: #FFF;
}
#videos .in-case li a:hover .text h2 em {
  width: 40px;
}
#videos .in-case li a:hover .text h2 i {
  top: 100px;
  background: url(http://www.nx021.cn/template/170256/index/images/icon-4h.png) no-repeat center;
}
#videos .in-case li a:hover .text p {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #videos .container {
    width: auto;
  }
  #videos .section {
    padding: 30px 0 0;
  }
  #videos .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #videos .section-title p {
    font-size: 12px;
  }
  #videos .btns a {
    display: inline-block;
    padding: 8px 10px;
    margin: 0 5px;
    border-radius: 8px;
    border: 1px solid #dddddd;
  }
  #videos .in-case li {
    float: none;
    width: auto;
  }
  #videos .in-case li .text {
    padding: 10px 10px 10px;
  }
  #videos .in-case li .text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #videos .in-case li .text p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  #videos .in-case li a:hover {
    top: 0px;
    padding-bottom: 26px;
  }
  #videos .in-case li a:hover .text h2 i {
    top: 80px;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
