/* main */
#main{
    margin-top: 212px; 
    padding:0;
    /*background: url("../img/list-mainBg.png") no-repeat top center;*/
    overflow: hidden;
}

.banner-wraper {
	width:1065px;
	height:610px;
	position:relative;
    margin:106px auto 0;
    overflow: hidden;
}


/* 轮播图 */
.view .swiper-container {
	width: 860px;
	height: 484px;
}

.view .arrow-left {
	background: url(../img/index-banner-left.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 209px;
	margin-top: -25px;
	width: 66px;
	height: 66px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../img/index-banner-right.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 209px;
	margin-top: -25px;
	width: 66px;
	height: 66px;
	z-index: 10;
}

.swiper-slide a,.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide a{
    position: relative;
}

.swiper-slide a .title{
    position: absolute;
    bottom: 0 ;
    left: 0;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    display: none;
}



.seachCon{
    width: 1190px;
    margin: 20px auto 0;
    overflow: hidden
}

.seach-class{
    /* margin-top: 30px; */
    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 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f44a70;
    color: #f44a70;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 20px;
    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;
}

.listNoCon{
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 16px;
}

.list-item{
    float: left;
    width: 222px;
    margin:10px 20px 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{
    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;
}
/* 
.itemDec.hidden{
    visibility: hidden;
} */
.c-red{
    color: #f44a70;
}