﻿/*.render-body {
  background-color: #292929;
  padding-bottom: 1px;
}*/
.render-body {
    background-color: #fff;
    padding-bottom: 1px;
}

.top-video {
  text-align: center;
  padding: 30px 0;
}

.top-video h4 {
  /*padding: 5px 0;*/
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-video-lg img {
  width: 100%;
}

.item-video-wrap {
  padding-left: 0;
  padding-right: 0;
}

.item-video-lg h4,
.item-video-lg p {
  background-color: #484f54;
}

.item-video-lg h4,
.item-video h4,
.bg-mask span {
  color: #fff;
}

.item-video-lg h4,
.item-video h4 {
    padding-top: 5px;
    margin: 0;
    overflow: hidden;
}

.item-video-lg p {
  margin: 0;
  padding: 0 15px 15px;
  font-size: 14px;
  color: #aaa;
}

.item-video {
  margin-top: 30px;
}
.item-video img {
  width: 100%;
}
.item-video embed {
  width: 300px;
  height: 158px;
  vertical-align: middle;
}

.item-video h4 {
    font-size: 14px;
    line-height: 20px;
}
.item-video h4.title:hover {
  color: #028be6 /*#00c1de*/;
}

.title-wrap {
  padding: 30px 0;
  display: table;
  margin: 0 auto;
}
.title-wrap > div {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.title-wrap h3 {
  font-size: 30px;
  color: #028be6;
  margin: 0;
  padding-right: 20px;
}
.title-wrap span {
  color: #028be6;
  font-size: 80px;
}
.title-text-wrap {
    padding-top: 5px;
    color: #333;
    height: 45px;
    display: flex;
    align-items: center;
}
.title-text-wrap h4{
    color: inherit; 
}
    
.img-wrap {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
}
.bg-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 40, 44, 0.5);
  opacity: 0;
}
.bg-mask span {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.item-video .bg-mask span {
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.bg-mask,
.type-wrap li,
.video-list li > a,
.video-list li > a > h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-video-lg a:hover .bg-mask,
.item-video a:hover .bg-mask {
  opacity: 1;
}

.type-wrap {
  padding: 10px;
  color: #333;
}
.type-wrap > div > div {
  padding: 0;
}
.type-wrap h5 {
  color: #333;
  margin: 0;
  font-weight: bold;
  padding: 5px 0;
  white-space: nowrap;
}
.type-wrap h5,
.type-wrap li {
  font-size: 14px;
  line-height: 20px;
}
.type-child ul {
  display: none;
}
.type-child ul.active {
  display: block;
}
.type-wrap li {
    padding: 8px 16px;
    float: left;
    cursor: pointer;
    border-radius: 15px;
    margin: 0 10px 10px 0;
    color: #999;
    background-color: #fff;
    font-size: 14px;
    line-height: 1;
    border-radius: 1em;
    border: 1px solid #333;
}
    .type-wrap li.active,
    .type-wrap li:hover {
        border-color: #028be6;
        background-color: #028be6 /*#00c1de*/;
        color: #fff;
    }

.video-list {
  margin: 0 -15px;
}
.video-list,
.item-video {
  padding: 0 5px;
}

    .video-list li > a,
    .top-video a {
        display: block;
        padding: 4%;
        /*background-color: #3e3e3e;*/
        background-color: #d8dbe0;
        border-radius: 5px;
        overflow: hidden;
    }
.video-list li > a > h4 {
  /*background-color: #fff;*/
  color: #333;
}
.video-list li > a > h4.time {
  height: auto;
  padding: 0;
  color: #999;
}
.video-list li > a:hover {
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #ececec;*/
}

.video-list li > a:hover > h4.title {
  color: #028be6;
}

.pagination-wrap {
  text-align: center;
  padding: 30px 0;
}
.pagination-wrap .pagination {
  margin: 0;
}

.container-wrap {
  position: relative;
  min-height: 600px;
}
.container-wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.mask.hideing {
  opacity: 0;
}
.mask.hide {
  display: none;
}
.mask .loading {
  padding: 10% 0;
  text-align: center;
}
.mask .loading .circle {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #ccc;
  margin-right: 15px;
  border-radius: 50%;
}

.loading .circle {
  -webkit-animation: ripple 1.8s infinite ease-in-out;
  -moz-animation: ripple 1.8s infinite ease-in-out;
  -ms-animation: ripple 1.8s infinite ease-in-out;
  animation: ripple 1.8s infinite ease-in-out;
}
.loading .circle:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .circle:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loading .circle:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes ripple {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes ripple {
  0%,
  80%,
  100% {
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .title-wrap {
    /*padding: 60px 0;*/
    padding: 93px 0 33px 0;
  }
  .title-wrap h3 {
    font-size: 50px;
  }
  .title-wrap span {
    font-size: 100px;
  }
  .type-wrap {
    padding: 20px 20px 10px;
  }
  .type-wrap h5 {
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .item-video-wrap {
    margin-top: -30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-wrap span {
    font-size: 120px;
  }
  .top-video {
    margin-left: 0;
  }
  .item-video-lg {
    padding: 0 0 0 15px;
  }
  .video-list {
    margin: 0;
    padding: 0;
  }
  .item-video {
    padding: 0 15px;
  }
  .type-wrap h5 {
    text-align: right;
  }
}
