/* 栏目列表 */
.list-info{
	display: none;
}
.photo-list .photo-list-single .date-num .num .iconfont.icongroup39{
	font-size: 14px;
}
.date span{
	float: left;
}
.photo-list-title {
  font-size: 20px;
  color: #e3b37b;
  margin-bottom: 20px;
}
.photo-list .photo-list-row {
  margin-right: -0.23rem;
  display: flex;
    flex-wrap: wrap;
}
.photo-list .photo-list-single {
  padding-right: 0.23rem;
  margin-bottom: 0.23rem;
  display: flex;
  flex-direction: column;
}
.photo-list .photo-list-single .wrapBox{
  width: 100%;
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.photo-list .photo-list-single img {
  max-width: 100%;
  max-height:100%;
  min-height:80%;
 margin: 0 auto;
 object-fit: contain;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}


.photo-list .photo-list-single .heightImg img {
 position: absolute;
 top: 0;
 bottom: 0;
 width: auto !important;
 margin: 0 auto;
 height: 100%;
 right: 0;
 left: 0;

}
.photo-list .photo-list-single .widthImg img {
width: 100%;
 position: absolute;
 height: auto;
 right: 0;
 left: 0;
 top: 50%;
 -webkit-transform: translate3d(0,-50%, 0);
transform: translate3d(0, -50%, 0);
}
.photo-list .photo-list-single .single-link .heightImg  img:hover {
  -webkit-transform: scale(1.02) !important;
transform:scale(1.02) !important;
}
.photo-list .photo-list-single .single-link .widthImg  img:hover {
  -webkit-transform:translate3d(0,-50%, 0) scale(1.02) !important;
transform:translate3d(0,-50%, 0) scale(1.02) !important;
}

.photo-list .photo-list-single .single-link img:hover {
  -webkit-transform: translate(-50%,-50%) scale(1.02) !important;
  transform:translate(-50%,-50%) scale(1.02) !important;
}
.photo-list .photo-list-single.pubu .single-link img:hover {
  -webkit-transform:scale(1.02) !important;
  transform:scale(1.02) !important;
}

.photo-list .photo-list-single.pubu img {
	width: 100%;
  height: auto;
  position: static;
  -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.photo-list .photo-list-single.pubu img:hover{
	  -webkit-transform: translate3d(0, 0, 0) scale(1.02) !important;
transform: translate3d(0, 0, 0) scale(1.02) !important;
}
.photo-list .photo-list-single.pubu .img-wrap{
	height: auto !important;
	padding: 0 !important;
}

#tab_photo .photo-list .photo-list-single.pubu .img-wrap{
	height: auto !important;
	padding-bottom: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .photo-list .photo-list-single .single-link{
    flex: 1;
  }
}
.photo-list .photo-list-single .single-link {
  background: url(../img/single-bg.png) repeat;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.photo-list .photo-list-single .single-link:hover {
  background: #756757;
  color: #FFF;
}
.photo-list .photo-list-single .img-wrap {
  overflow: hidden;
}
.photo-list .photo-list-single .video-img-wrap {
  position: relative;
  font-size: 12px;
}
.photo-list .photo-list-single .video-img-wrap .play-btn {
  position: absolute;
  bottom: 14px;
  right: 19px;
}
.photo-list .photo-list-single .single-title {
	margin: 10px 20px;
  /*padding: 0.17rem 0.2rem 0.15rem 0.2rem;
   overflow: hidden;
 white-space:nowrap;
 text-overflow:ellipsis;
  white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;*/
}
.photo-list .photo-list-single .date-num {
  padding:10px 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #363636;
  font-size: 14px;
  line-height: 20px;
  color: #bababa;
}
.photo-list .photo-list-single .date-num .date .iconfont {
  font-size: 0.16rem;
  margin-right: 0.05rem;
  color: #fefefe;
}
.photo-list .photo-list-single .date-num .num .iconfont {
  font-size: 0.18rem;
  vertical-align: middle;
  margin-right: 0.03rem;
  color: #fefefe;
  float: left;
}
.photo-list .photo-list-single .single-link:hover .date-num {
  border-top-color: #837668;
  color: #ccc9c5;
}
.photo-list .photo-list-single .single-link:hover .date-num .iconfont {
  color: #fefefe;
}


#tab_photo .img-wrap {
 padding-bottom: 66% !important;
  position: relative;
  overflow: hidden;

}
#tab_profile .img-wrap {
 padding-bottom: 56% !important;
  position: relative;
  overflow: hidden;

}

.masonry-list .photo-list-single .img-wrap,#list-container_img .img-wrap {
 padding-bottom: 66%;
  position: relative;
  overflow: hidden;

}
.list-banner {
  width: 100%;
}
.list-banner .banner-wrapper {
  /*padding-top: 36%;*/
  position: relative;
  background: url(../img/png/bg1.png);
}
@media (max-width: 991px) {
  .list-banner .banner-wrapper {
    /*padding-top: 70%;*/
  }
  .list-banner .swiper-slide .slide-left {
    width: 100%;
    height: 68.5%;
    overflow: hidden;
  }
  .list-banner .swiper-slide .slide-right {
    width: 100%;
    height: 31.5%;
  }
  .list-banner .banner-wrapper .swiper-button-prev,
  .list-banner .banner-wrapper .swiper-button-next {
    top: 34%;
  }
  .list-banner .banner-wrapper .slide-right .content {
    height: 100%;
    padding-bottom: 10px;
    margin: 0;
  }
  .list-banner .banner-wrapper .slide-right .content .title {
    margin-top: 2%;
  }
  .list-banner .banner-wrapper .slide-right .content .desc {
    height: 60%;
    overflow: hidden;
  }
}
@media (max-width: 1700px) {
  .list-banner .banner-wrapper .swiper-button-prev,
  .list-banner .banner-wrapper .swiper-button-next {
    opacity: 0.15;
  }
  .list-banner .banner-wrapper .swiper-button-prev:hover,
  .list-banner .banner-wrapper .swiper-button-next:hover {
    opacity: 0.8;
  }
  .list-banner .banner-wrapper .swiper-button-prev {
    left: 20px;
  }
  .list-banner .banner-wrapper .swiper-button-next {
    right: 20px;
  }
}
.list-banner .swiper-container {
  width: 100%;
  /*position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;*/
 height:530px;
}
.list-banner .swiper-slide {
  width: 100%;
}
.list-banner .slide-left {
  width: 70%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.list-banner .slide-right {
  width: 30%;
  height: 100%;
  padding-left: 0.4rem;
  padding-right: 0.9rem;
  float: left;
  display: flex;
    align-items: center;
}
.photo-list-page .shuiyin-bg.shizheng {
  width: 4.65rem;
  height: 4.36rem;
  /*background: url("../img/sz-top-right.png") no-repeat;
  background-size: cover;*/
 overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding: .5rem .05rem 0 0;
}
.list-banner .swiper-slide img {
  width: 100%;
  /*height: 100%;*/
}
.list-banner .slide-right .content {
  /*height: 2.6rem;*/
  margin-top: .5rem;
  overflow: hidden;
}
.list-banner .slide-right .content .title {
  font-size: 22px;
  color: #FFF;
}
.list-banner .slide-right .content .desc {
  font-size:14px;
  margin-top: 0.33rem;
  color: #dedfe3;
  line-height: 22px;
  /* text-align: justify; */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
  white-space: pre-wrap;
  text-indent: 28px;
}
@media (max-width: 1200px) {
  .list-banner .slide-right .content {
    /*height: 3.2rem;*/
    margin-top: 1.6rem;
  }
}
.list-banner .swiper-button-prev,
.list-banner .swiper-button-next {
  position: absolute;
  width:50px;
  height:50px;
  border-radius: 100%;
  background: #a0a0a0;
  z-index: 2000;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  color: #000;
}
.list-banner .swiper-button-prev {
  left: -7%;
}
.list-banner .swiper-button-next {
  right: -7%;
}
.list-banner .swiper-button-prev .iconfont {
  font-size: 22px;
  line-height:50px;
  font-weight: 100;
}
.list-banner .swiper-button-next .iconfont {
  font-size: 22px;
  line-height: 50px;
  font-weight: 100;
}
.list-info p {
  text-align: center;
  font-size: 13px;
  color: #a6a6a6;
}
/*24小时*/
.page-24hours .active:before {
  height: 18px !important;
}
.page-24hours .nav-tabs {
  border: none;
  font-size: 12px;
}
.page-24hours .switch {
  /* height: 30px;
         padding-top: 5px;*/
}
.page-24hours .morehours .nav-tabs {
  background: #222222;
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: .23rem;
}
.page-24hours .morehours .video-list-row {
  margin-right: -10px;
}
.page-24hours .single-link {
  overflow: none !important;
}
.page-24hours .nav-tabs > li > a {
  height: 54px;
  padding: 0 24px;
  margin: 0px;
  line-height: 54px;
  font-size: 14px;
}
.page-24hours .nav-tabs > li > a span {
  font-size: 12px;
}
.page-24hours .nav-tabs > li.active > a,
.page-24hours .nav-tabs > li.active > a:focus,
.page-24hours .nav-tabs > li.active > a:hover {
  color: #ffffff;
  height: 54px;
  line-height: 54px;
  padding: 0 24px;
  background-color: #004578;
  border: 1px solid #004578;
  border-radius: 0px;
}
.page-24hours .nav-tabs > li > a:hover {
  height: 54px;
  line-height: 54px;
  padding: 0 24px;
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  border-radius: 0px;
}
.page-24hours .all-video .all-video-row .all-video-single {
  margin-bottom: 0.6rem !important;
}
.page-24hours .videos {
  background-color: #232323;
  padding: 15px;
}
.page-24hours .videos .single-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.05rem;
}
.page-24hours .play-btn {
  position: absolute;
    bottom: 14px;
    right: 19px;
}
/*.page-24hours .play-btn .icongroup39:before {
  font-size: 0.6rem !important;
}*/

.shizheng h2{
	text-align: right;
	margin: 0;
	opacity: .15;
	margin-top: -10px;
}
.shizheng h2 strong{
	font-size:42px;
  display: block;
  margin-bottom: .15rem;
}
.shizheng h2 span{
	font-size: 50px;
	display: block;
	font-weight: bold;
}

.page-24hours .video-list-singles {
  padding-right: 10px !important;
  margin-bottom: 10px;
  color: #ffffff !important;
}
.page-24hours .video-list-singles img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.page-24hours .video-list-singles .num .icongroup39:before {
  margin-right: 5px;
}
.page-24hours .video-list-singles a:hover {
  color: #ffffff !important;
  font-weight: 600;
}
.page-24hours .video-list-singles a:hover .videos {
  background-color: #756757;
}
.page-24hours .video-list-singles a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-24hours .video-list-singles a:hover .icongroup39 {
  font-weight: 500;
}
.page-24hours .wraps-img img {
  width: 100%;
}
.page-24hours .wraps-img span {
  position: absolute;
  right: 47%;
  top: 30%;
  font-size: 50px;
}
@media (min-width: 768px){
  .photo-list .photo-list-single.col-sm-4{
    width: 33%;
  }
}
@media (min-width: 992px){
  .photo-list .photo-list-single.col-md-3{
    width: 24.98%;
  }
}
 