 .header .col-sm-12.nav li.col-sm-2 {
    height: 55px;
    background-color: #0078c1;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-family: FZLTCHJW--GB1-0;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    width: 25%;
}

.swiper-text-bg {
    opacity: 0.6;
     background: #000000; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    z-index: 1;
    
   }
.swiper-slide img{
     width: 100%;
    height: 413px;
    cursor: pointer;
   
}
.swiper-slide .swiper-img:before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(${resSys}/www/default/images/video-btn.png) no-repeat;
	left: 350px;
	top: 150px;
	position: absolute;
}

.swiper-text-wrap {
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 25px;
   }
.swiper-text-wrap .swiper-text {
	width: 100%;
	bottom: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis; /* for Opera */
	text-overflow: ellipsis; /* for IE */
	-webkit-line-clamp: 1;
	padding: 0 10px;
	cursor: pointer;
}

.tszt .list-header {
    border-bottom: unset;
    color: #D91516;
    padding-bottom: unset;
}
.list_lb:before{
    background:unset;
}