.zwgkvideo ul li {
    width: 268px;
    height: 194px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    margin-right: 14px;
    position: relative;
    padding: 6px;
    margin-top: 38px;
    margin-bottom: 26px;
    margin-left: 17px;
    border-radius:3px;
    box-shadow: 0 3px 0 #e9e9e9;
}

.zwgkvideo ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.zwgkvideo ul li a p {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    text-indent: 10px;
    position: absolute;
    bottom: 5px;
    left: 6px;
    width: 96.3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.zwgkvideo ul li a span {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    text-indent: 10px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zwgkvideo ul li a img {
    width: 256px;
    height: 182px;
}

.zwgkvideo .shadow001 {
    position: absolute;
    bottom: -4px;
    left: 0;
}

/* bet36体育在线页面 */
.zcjdpctitle {
    width: 850px;
    height: 40px;
    margin-top: 6px;
    box-sizing: border-box;
    background-color: #EAEEEF;
}

.zcjdpctitle p {
    width: 180px;
    height: 40px;
    background-color: #0168B7;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.zcjdlist01 {
    display: none;
}

/* 适配移动端 */
@media screen and (max-device-width: 768px){
    .zcjdlist01 {display: block;}
    .zcjdpctitle{display: none;}
    .list-item a{display: inline-block;}
    .zwgkvideo ul li{width:100%;margin-top: 0.3rem;margin-bottom: 0.3rem;margin-left:0;}
    .zwgkvideo ul li a img{width:100%;}
    .zwgkvideo .shadow001{width:100%;}
    
}

   