/* Generated by less 2.5.1 */
.description {
  font: 400 16px/24px Arial;
  color: #333333;
  text-align: left;
  margin-bottom: 25px;
}
.sotial {
  width: 100%;
  height: 70px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.sotial .s-item {
  width: 90px;
  height: 31px;
  float: left;
  margin: 19px 0;
  margin-right: 17px;
}
.sotial .s-item img {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.sotial .s-item .uniTipLeft,
.sotial .s-item .uniTipRight,
.sotial .s-item .uniTipTop,
.sotial .s-item .uniTipBottom {
  display: inline-block;
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
  border-radius: 0;
}
.sotial .s-item .uniTipLeft,
.sotial .s-item .uniTipRight {
  padding: 3px 13px;
  float: right;
}
.sotial .s-item .uniTipLeft,
.sotial .s-item .uniTipRight,
.sotial .s-item .uniTipTop,
.sotial .s-item .uniTipBottom,
.sotial .s-item .uniTipLeft .ugol div,
.sotial .s-item .uniTipRight .ugol div,
.sotial .s-item .uniTipTop .ugol div,
.sotial .s-item .uniTipBottom .ugol div {
  background-color: #FFFFFF;
  color: #000000;
  border: solid 1px #DADADA;
  box-sizing: border-box;
}
.sotial .s-item .uniTipLeft .ugol,
.sotial .s-item .uniTipRight .ugol,
.sotial .s-item .uniTipTop .ugol,
.sotial .s-item .uniTipBottom .ugol {
  position: absolute;
  overflow: hidden;
}
.sotial .s-item .uniTipLeft .ugol div,
.sotial .s-item .uniTipRight .ugol div,
.sotial .s-item .uniTipTop .ugol div,
.sotial .s-item .uniTipBottom .ugol div {
  position: absolute;
  width: 20px;
  height: 20px;
}
.sotial .s-item .uniTipRight {
  margin-left: 14px;
  margin-top: 3px;
}
.sotial .s-item .uniTipRight .ugol {
  top: 10px;
  left: -8px;
  width: 15px;
  height: 27%;
}
.sotial .s-item .uniTipRight .ugol div {
  top: 50%;
  margin-top: -10px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
}
.sotial .s-item:hover {
  cursor: pointer;
}
.video-content {
  border-radius: 5px;
  border: 1px solid #dadada;
  background-color: #f3f3f3;
  width: 100%;
  height: 500px;
  margin: 30px 0;
  padding: 0 62px;
}
.title-video {
  width: 100%;
  height: 70px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font: 400 18px/70px Arial;
  color: #333333;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prev-next-url {
  display: block;
  float: right;
  padding: 19px 0;
}
.prev-next-url .prev {
  background: url("../img/svg/left_square.svg") no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 5px;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.prev-next-url .prev:hover {
  background: url("../img/svg/left_square_green.svg") no-repeat;
  cursor: pointer;
}
.prev-next-url .next {
  background: url("../img/svg/right_square.svg") no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.prev-next-url .next:hover {
  background: url("../img/svg/right_square_green.svg") no-repeat;
  cursor: pointer;
}
.detail_condit {
  height: auto;
  border: none;
  margin-top: 0;
}
.detail_condit .title-video {
  border-top: none;
}
.detail_condit img {
  margin: 0;
}
.detail_condit .video-blocks {
  width: 100%;
}
.detail_condit .video-blocks .video-item {
  clear: both;
  height: 70px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
	overflow: hidden;
}

.detail_condit .video-blocks .video-item .video-prew {
  width: 70px;
}
.detail_condit .video-blocks .video-item .video-prew:before {
  background: url("../img/svg/play_blue_small.svg") no-repeat;
  width: 25px;
  height: 25px;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.detail_condit .video-blocks .video-item:hover .video-prew:before{
	background: url("../img/svg/play_green_small.svg") no-repeat;
}
.detail_condit .video-blocks .video-item .text {
  width: 75%;
  font: 400 14px Arial;
  padding: 14px;
  color: #333333;
  text-align: left;
}
.detail_condit .video-blocks .video-item .text .title {
  font: 700 11px/12px Arial;
}
