.tl_photo_slider {
  position: relative;
}

.tl_photo_slider .lt_more {
  display: none;
}

.tl_photo_slider .lat_title {
  display: none;
}

.tl_photo_slider .txt_wrap .cell h3 a {
  font-size: 25px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.tl_photo_slider .txt_wrap .cell p {
  font-size: 15px;
  margin-top: 20px;
  color: #ddd;
}

.tl_photo_slider li {
  position: relative;
  width: 100%;
  float: left;
  cursor: pointer
}

.tl_photo_slider li .bg {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

.tl_photo_slider li:hover .bg {
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.tl_photo_slider li .txt_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 1;
  z-index: 2;
}

.tl_photo_slider li:hover .txt_wrap {
  opacity: 0
}

.tl_photo_slider li .txt_wrap .cell {
  width: 100%;
  /* display: table-cell; */
  vertical-align: middle;
  text-align: center;
}

.tl_photo_slider li .txt_wrap .cell h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  /* display: flex;
  justify-content: center; */
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.tl_photo_slider li .txt_wrap .cell p {
  font-size: 17px;
  letter-spacing: -0.02em;
  margin-top: 20px;
  color: #fff;
  font-weight: 300;
  opacity: 0.8;
  display: none;
}

.tl_photo_slider li:first-child {
  margin-left: 0
}

.tl_photo_slider .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
}

.tl_photo_slider .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
  border: 0
}

.tl_photo_slider .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 1)
}

.tl_photo_slider .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%
}

.tl_photo_slider .owl-nav .owl-prev {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 50px;
  font-size: 14px;
  color: #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
  cursor: pointer
}

.tl_photo_slider .owl-nav .owl-next {
  width: 40px;
  height: 30px;
  position: absolute;
  right: 50px;
  font-size: 14px;
  color: #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
  cursor: pointer
}

.tl_photo_slider .owl-nav i {
  font-size: 36px
}

.tl_photo_slider .btn-banner-adm {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  z-index: 9999;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  color: tomato;
}