.boundary {
  padding-bottom: 100px;
  font-family: "ebg-font-regular", "LT_Regular";
}
@media (min-width: 993px) {
  .boundary > .cistern.clearfix {
    padding-top: 20px;
  }
}
.boundary img {
  display: block;
  width: 100%;
}
.boundary .w77 {
  width: 77%;
  padding-right: 40px;
}
.boundary .w23 {
  width: 23%;
}
.boundary .dn {
  display: none;
}
.boundary .db {
  display: inline-block;
}
.boundary .video-flash *:focus {
  outline: none;
}
.boundary .video-flash .video_box {
  position: relative;
}
.boundary .video-flash .video_box .vedioplay {
  position: relative;
  overflow: hidden;
}
.boundary .video-flash .video_box .vedioplay:after {
  content: '';
  display: block;
  padding-top: 56.3%;
}
.boundary .video-flash .video_box .vedioplay > img {
  position: absolute;
  width: 100%;
}
.boundary .video-flash .video_box .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.boundary .video-flash .video_box .video .vjs-big-play-button {
  display: block;
}
.boundary .video-flash .video_box .video.playing .vjs-big-play-button {
  display: none;
}
.boundary .video-flash .video_box .video .play-img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 5px;
}
.boundary .video-flash .video_box .video .jWVideoFrame {
  top: 0 !important;
}
.boundary .video-flash .video_box .bar-wrap em.iconfont {
  color: #8f9095;
}
.boundary .video-flash .video_box .bar-wrap .bar li.left:first-child a {
  color: #8f9095;
}
.boundary .video-flash .video_box .bar-wrap .bar li.left:first-child em.iconfont {
  color: #8f9095;
}
.boundary .video-flash .video_box .bar-wrap .bar > .left,
.boundary .video-flash .video_box .bar-wrap .bar > .right {
  padding-right: 20px;
}
@media (min-width: 751px) {
  .boundary .video-flash .video_box .bar-wrap .bar > .left,
  .boundary .video-flash .video_box .bar-wrap .bar > .right {
    padding-top: 10px;
  }
}
.boundary .video-flash .video_box .bar-wrap .right {
  padding-left: 20px;
}
.boundary .video-flash .video_box .bar-wrap .right .download {
  font-size: 14px;
  display: block;
  height: 100%;
  color: #666;
}
@media (min-width: 993px) {
  .boundary .video-flash .video_box .bar-wrap .bar li a:hover {
    color: #d10c2b;
  }
  .boundary .video-flash .video_box .bar-wrap .bar li a:hover em.iconfont {
    color: #d10c2b;
  }
}
.boundary .video-flash .video_box .bar-wrap .bar li a.favorite.active {
  color: #d10c2b;
}
.boundary .video-flash .video_box .bar-wrap .bar li a.favorite.active em.iconfont {
  color: #d10c2b;
}
.boundary .article .h3-title {
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #333;
  font-family: "ebg-font-bold", "LT_Bold";
}
.boundary .article .labelBox .ul {
  padding-bottom: 5px;
}
.boundary .article .labelBox .ul .li {
  padding-right: 13px;
  padding-bottom: 5px;
}
.boundary .article .labelBox .ul .li a {
  display: block;
  padding: 8px 16px;
  border-radius: 15px;
  font-size: 12px;
  background-color: #f2f2f2;
  color: #888;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 993px) {
  .boundary .article .labelBox .ul .li a:hover {
    background-color: #dbdbdb;
  }
}
.boundary .article .textBox {
  padding-top: 20px;
}
.boundary .article .textBox .p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.boundary .videoList .title .h5-title {
  width: 75%;
}
.boundary .videoList .title .pillowcase {
  width: 25%;
  cursor: pointer;
  font-size: 16px;
}
.boundary .videoList .title .pillowcase .iconfont {
  vertical-align: middle;
  padding-right: 2px;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 993px) {
  .boundary .videoList .title .pillowcase:hover {
    color: #d10c2b;
  }
}
.boundary .videoList .h5-title {
  color: #333;
  font-size: 16px;
  font-family: "ebg-font-bold", "LT_Bold";
  padding-bottom: 10px;
}
.boundary .videoList .lists {
  border-top: 1px solid #dadada;
  padding-top: 10px;
  height: 560px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1600px) {
  .boundary .videoList .lists {
    height: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .boundary .videoList .lists {
    height: 420px;
  }
}
.boundary .videoList .lists::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.boundary .videoList .lists::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.boundary .videoList .lists::-webkit-scrollbar-corner {
  background-color: transparent;
}
.boundary .videoList .lists::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.boundary .videoList .lists .list {
  display: block;
  padding-top: 15px;
}
.boundary .videoList .lists .list .left {
  position: relative;
  width: 45%;
  border-radius: 3px;
  overflow: hidden;
}
.boundary .videoList .lists .list .left .time {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
.boundary .videoList .lists .list .right {
  padding-left: 18px;
  width: 55%;
}
.boundary .videoList .lists .list .right .pTitle {
  font-family: "ebg-font-bold", "LT_Bold";
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.boundary .videoList .lists .list .right .watch {
  padding-top: 10px;
  font-size: 12px;
  color: #999;
}
.boundary .videoList .lists .list .right .watch .iconfont {
  font-size: 12px;
}
@media (min-width: 993px) {
  .boundary .videoList .lists .list:hover .right .pTitle {
    color: #000;
    text-decoration: underline;
  }
}
.boundary .textList .lists {
  height: auto;
}
.boundary .textList .lists .list .iconfont {
  color: #d10c2b;
  font-size: 14px;
  font-weight: 600;
}
.boundary .textList .lists .list span {
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}
@media (min-width: 993px) {
  .boundary .textList .lists .list:hover span {
    color: #000;
    text-decoration: underline;
  }
}
@media (max-width: 992px) {
  .boundary {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .boundary .cistern {
    padding-left: 10px;
    padding-right: 10px;
  }
  .boundary .w77,
  .boundary .w23 {
    width: 100%;
    padding: 0;
  }
  .boundary .w77::after {
    display: block;
    content: "";
    width: calc(100% + 20px);
    height: 6px;
    background-color: #dadada;
    margin-left: -10px;
  }
  .boundary .video-flash {
    margin-left: -10px;
    margin-right: -10px;
  }
  .boundary .video-flash .bar-wrap .bar {
    font-size: 12px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  .boundary .video-flash .bar-wrap .bar .iconfont {
    vertical-align: middle;
  }
  .boundary .video-flash .bar-wrap .bar .icon-preview,
  .boundary .video-flash .bar-wrap .bar .icon-share,
  .boundary .video-flash .bar-wrap .bar .icon-download2 {
    font-size: 20px;
    line-height: 20px;
  }
  .boundary .video-flash .bar-wrap .bar .icon-collect4 {
    font-size: 17px;
    line-height: 20px;
  }
  .boundary .video-flash .bar-wrap .bar .db {
    display: none;
  }
  .boundary .video-flash .bar-wrap .bar .dn {
    display: block;
  }
  .boundary .video-flash .bar-wrap .bar .downBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .boundary .video-flash .bar-wrap .bar .down {
    position: absolute;
    top: 50%;
    left: 40px;
    background-color: #fff;
    width: calc(100% - 80px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 20px;
  }
  .boundary .article .title {
    position: relative;
  }
  .boundary .article .title .h3-title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    position: relative;
  }
  .boundary .article .title .dn {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: right;
  }
  .boundary .article .title .dn .iconfont {
    font-size: 24px;
    display: inline-block;
  }
  .boundary .article.active .title .dn .iconfont {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
  }
  .boundary .article.active .textBox {
    display: block;
  }
  .boundary .article .labelBox .ul {
    padding-top: 0;
  }
  .boundary .article .textBox {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }
  .boundary .article .textBox .p {
    font-size: 14px;
  }
  .boundary .videoList {
    padding-top: 25px;
  }
  .boundary .videoList .lists {
    height: auto;
    padding-top: 0;
  }
}
