.ebg-module-video-LpicRtext-two .box .right .text p {
  line-height: 1.5;
  font-size: 16px;
  margin-top: -4px;
  margin-bottom: -4px;
}

@media (max-width: 1600px) {
  .ebg-module-video-LpicRtext-two .box .right .text p {
    line-height: 1.57142857;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}

@media (max-width: 1200px) {
  .ebg-module-video-LpicRtext-two .box .right .text p {
    line-height: 1.57142857;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}

@media (max-width: 750px) {
  .ebg-module-video-LpicRtext-two .box .right .text p {
    line-height: 1.57142857;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}

.ebg-module-video-LpicRtext-two.ebg-block .ebg-con {
  position: relative;
  margin-top: 0;
}

.ebg-module-video-LpicRtext-two.ebg-block .ebg-con:after {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  content: "";
}

@media (max-width: 1600px) {
  .ebg-module-video-LpicRtext-two.ebg-block .ebg-con:after {
    bottom: -50px;
  }
}

.ebg-module-video-LpicRtext-two.ebg-block .ebg-con>.ebg-btn-box {
  text-align: center;
}

@media (max-width: 992px) {
  .ebg-module-video-LpicRtext-two.ebg-block .ebg-con>.ebg-btn-box {
    text-align: left;
  }
}

.ebg-module-video-LpicRtext-two .box {
  zoom: 1;
}

.ebg-module-video-LpicRtext-two .box:after {
  display: block;
  content: "";
  clear: both;
}

.ebg-module-video-LpicRtext-two .box .left {
  width: 35%;
  float: left;
}

@media (max-width: 992px) {
  .ebg-module-video-LpicRtext-two .box .left {
    position: absolute;
  }
}

@media (max-width: 750px) {
  .ebg-module-video-LpicRtext-two .box .left {
    width: 100%;
    float: none;
    position: static;
  }
}

.ebg-module-video-LpicRtext-two .box .left .pic {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.ebg-module-video-LpicRtext-two .box .left .pic:hover img {
  transform: scale(1.1);
}

.ebg-module-video-LpicRtext-two .box .left .pic img {
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
}

.ebg-module-video-LpicRtext-two .box .left .pic:after {
  padding-top: 56.25%;
}

.ebg-module-video-LpicRtext-two .box .left .pic .video-btn-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ebg-module-video-LpicRtext-two .box .left .pic .video-btn-icon img {
  width: 17%;
  height: auto;
  left: 50%;
  top: 50%;
  margin-left: -8.5%;
  margin-top: -8.5%;
}

.ebg-module-video-LpicRtext-two .box .left .pic .video-btn-icon img:nth-child(2) {
  animation: video-btn-icon 1s linear infinite;
}

.ebg-module-video-LpicRtext-two .box .right {
  width: 65%;
  float: left;
  padding-left: 60px;
}

@media (max-width: 992px) {
  .ebg-module-video-LpicRtext-two .box .right {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 750px) {
  .ebg-module-video-LpicRtext-two .box .right {
    width: 100%;
    float: none;
    padding-top: 20px;
  }
}

.ebg-module-video-LpicRtext-two .box .right .text h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-align: left;
}

.ebg-module-video-LpicRtext-two .box .right .text h2 a:hover {
  border-bottom: 1px solid #000;
}

@media (max-width: 992px) {
  .ebg-module-video-LpicRtext-two .box .right .text h2 {
    padding-left: 35%;
    padding-bottom: 0;
  }

  .ebg-module-video-LpicRtext-two .box .right .text h2 a {
    padding-left: 20px;
    display: block;
    text-align: left;
    padding-top: 10px;
    margin-top: 0;
  }
}

@media (max-width: 750px) {
  .ebg-module-video-LpicRtext-two .box .right .text h2 {
    padding-left: 0;
  }

  .ebg-module-video-LpicRtext-two .box .right .text h2 a {
    padding-left: 0;
    padding-top: 0;
  }
}

.ebg-module-video-LpicRtext-two .box .right .text h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #666;
}

@media (max-width: 992px) {
  .ebg-module-video-LpicRtext-two .box .right .text h2:after {
    display: none;
  }
}

.ebg-module-video-LpicRtext-two .box .right .text p {
  padding-bottom: 25px;
}

@-webkit-keyframes video-btn-icon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes video-btn-icon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}