.swiper-container {
  width: 100%;
  max-width: 1965px;
  height: 610px;
  margin-top: 10px;
}  
.swiper-container img {
  width: 100%;
  max-width: 1965px;
  height: 610px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/next.png);
  width: 66px;
  height: 66px;
  background-size: 100%;
  right: 440px;
  left: auto;
  outline: none!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/prev.png);
  left: 440px;
  right: auto;
  width: 66px;
  height: 66px;
  background-size: 100%;
  outline: none!important;
}
.conditions {
  width: 1190px;
  min-width: 1190px;
  padding-top: 50px;
  margin: 0 auto;
}


.seachCon{
  width: 1190px;
  margin: 20px auto 0;
  overflow: hidden;
  padding-top: 20px;
}
.seach-class{
  min-height: 40px;
}
.seach-title{
  float: left;
  width: 128px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.seach-group{
  float: left;
  width: 1062px;
}
.seach-item{
  float: left;
  padding: 0 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f44a70;
  color: #f44a70;
  border-radius: 3px;
  box-sizing: border-box;
  margin-right: 18px;
  font-size: 14px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}

.seach-item.default{
  background-color: #f44a70;
  color: #fff;
}
.seach-item .liveLogo{
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -15px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  background-color: #6eaefe;
  border-radius: 3px;
  width: 30px;
  text-align: center;
  color: #fff;
}



.listCon{
  width: 1190px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.listNoCon{
width: 100%;
height: 200px;
line-height: 200px;
text-align: center;
font-size: 16px;
}

.list-item{
  display: inline-block;
  width: 222px;
  margin:10px 12px 10px 0;
 
}

.list-item.mr0{
  margin-right: 0;
}

.itemLink{
  display: block;
  width: 100%;
  height: 100%;
}
.itemTop{
  width: 222px;
  height: 124px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.itemImg{
  display: block;
  width: 100%;
  height: 100%;
}
.playLogo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/list-playLogo.png) no-repeat center;
}
.itemBtm{
  height: 75px;
  overflow: hidden;
}
.itemTitle{
  line-height: 35px;
  height: 35px;
  font-size: 16px;
  color: #333 ;
  position: relative;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10%;
  box-sizing: border-box;
}
.itemTitle .liveLogo{
  position: absolute;
  top: 10px;
  right: 0;
  margin-left: -15px;
  height: 16px;
  line-height: 16px;
  background-color: #6eaefe;
  border-radius: 3px;
  width: 30px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.itemDec{
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.c-red{
  color: #f44a70;
}



.list_time {
  font-size: 12px;
  color: #c6c6c6;
}
.list_state {
  color: #999;
  font-size: 13px;
  margin-top: 4px;
  font-weight: bold;
}
.now_live .list_state {
  color: #f44a70;
}
.now_live .list_time {
  color: #f44a70;
}
.addText {
    text-align: center;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
    color: #727272;
}

.playLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/list-playLogo.png) no-repeat center;
}