
/*����*/
.content{
    margin:30px auto ;
    width: 1060px;
    min-width: 1060px;
}
body{
    background-color:#f9f9f9;
}
.content-head{
    border-left:4px solid #5c3f98;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 18px;
    margin-top: 18px;
    padding-left: 10px;
}
.content-head h2{
    color: #546064;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 400;
}
.broadcastingList li{
    width: 31.33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    overflow: hidden;
}
.list-top{
    overflow: hidden;
    background-color: #ccc;
    background-size: cover;
    height: 260px;
}
.list-top img{
    transition: all .3s;
    -webkit-transition: all .3s;
}
.num{
    position: absolute;
    top: 20px;
    left: 20px;
    margin-top: 0;
    color: #fff;
}
.num>i{
    display: inline-block;
    width: 29px;
    height: 23px;
    background-position: 2px -165px;
    background-image: url(../img/sprite_icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;

}
.tag{
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.motai{
    display: block;
    position: absolute;
    top: 0px;
    height: 260px;
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    cursor: pointer;

}

.motaiPlay{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background-position: 0 -81px;
}
.motai-Play{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background-position: 0 -81px;
    background-image: url(../img/sprite_icon.png);
    background-repeat: no-repeat;
}
div.list-top:hover img{
    transform-origin: 50% 50%;
    transform: scale(1.1);
}
div.list-top:hover .motai{
    opacity: 1;
}
.list-title{
    padding: 20px 12px 30px;
    background-color: #F9F9F9;
}
.list-title p{
    overflow: hidden;
    margin-top: 0;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    line-height: 20px;
}
.list_load_more{
    text-align: center;
    padding-top: 70px;
}
.list_load_more .more{
    width: 240px;
    line-height: 36px;
    color: #546064;
    background-color: #F9F9F9;
    border-radius: 18px;
    cursor: pointer;
    transition: .15s all linear;
}
.list-title p{
    color: #546064;
}
.list_load_more .mor{
    width: 240px;
    line-height: 36px;
    color: #5c3f98;
    background-color: #F9F9F9;
    border-radius: 18px;
}
.list_load_more .more:hover {
    color: #F9F9F9;
    background-color: #5c3f98;
}


/*��������ʾʱ*/
.noContent{
    text-align: center;
    height: 700px;
    line-height: 700px;
    font-size: 20px;
}
.vip-shade{
    position: absolute;
    top:50px;
    left: 0;
    right:0;
    z-index: 1000;
    display: none;
}
.vip-cont{
    position: absolute;
    top:40%;
    text-align: center;
    font-size: 14px;
    padding: 20px 30px;
    margin: 15px;
    border-radius: 20px;
    opacity: .9;
    background: #5c3f98;
    color: #fff;
}
.vip-shade.show{
    display: block;
}
.motai.hide{
    display: none;
}