﻿.video_style1 .item .content::after {
  border-bottom: 10px solid #1f1f24;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: 30px;
  position: absolute;
  top: -7px;
  width: 0;
}.video_style1 .item .content {
  background-color: #1f1f24;
  direction: rtl;
  height: 125px;
  padding: 10px 20px 25px;
  position: relative;
}#videos .video_part3.video_style1 .item {
  float: right;
  margin: 0 1% 25px;
  width: 31.3%;
}.video_style1 .item {
  box-shadow: 0 0 5px #999;
  margin: 0 15px 30px;
  overflow: hidden;
  position: relative;
}
 .video_style1 .item .cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  height: 175px;
  width: 100%;
}
 .video_style1 .hover_cover::before {
  background: #dc6946 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 0;
  left: -50%;
  margin: 0;
     opacity: 0.5;
  overflow: hidden;
  position: absolute;
  top: 48%;
  transform: rotate(36deg);
  transition: all 0.65s ease 0s;
  width: 200%;
}
 .video_style1 .hover_cover {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
 .video_style1 .item:hover .hover_cover::before {
  height: 400%;
  top: -100%;
}
 .video_style1 .item:hover .hover_cover i.fa-search {
  font-size: 8rem;
  opacity: 0.5;
}
 [class^="fa-"]::before, [class*=" fa-"]::before {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
}
 .video_style1 .item .detail {
  color: #ccc;
  font-size: 1.2rem;
  height: 50px;
  line-height: 23px;
  overflow: hidden;
  text-align: justify;
}
 .video_style1 li {
     list-style: none;
 }
 .video_style1 .item .video_title a {
  color: #fdb105;
  display: block;
  font-size: 1.5rem;
  height: 35px;
  margin-bottom: 5px;
  overflow: hidden;
}
 .video_style1 .item .visit .circle {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
}
 .video_style1 .item .visit {
  bottom: -25px;
  height: 50px;
  left: -25px;
  position: absolute;
  width: 50px;
  z-index: 0;
}
 .video_style1 .item:hover .hover_cover::before {
  height: 400%;
  top: -100%;
}
 .video_style1 .hover_cover .fa-eye {
  color: #fff;
  display: block;
  font-size: 16rem;
  height: 100%;
  line-height: 175px;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.video_style1 .fa.fa-eye {
  color: #f4ac05;
  line-height: 23px;
  padding-right: 9px;
}
  .video_style1 .hover_cover i.fa-search {
  color: #fff;
  display: block;
  font-size: 16rem;
  height: 100%;
  line-height: 175px;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
}
  .video_style1 .item .visit_count {
  bottom: 29px;
  color: #fdb105;
  font-size: 1.2rem;
  left: -44px;
  position: absolute;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  z-index: -1;
}
  .video_style1 .item:hover .visit_count {
  bottom: 29px;
  left: 60px;
}