
.layout-live {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #E5E5E5;
    position: relative;
    z-index: 9;
}

.live-hd {
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    background: #F1F1F1;
}

.live-title {
    float: left;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #414749;
}

.live-link {
    float: right;
    font-size: 14px;
    color: #4A90E2;
    text-decoration: none;
}

.live-link:hover {
    text-decoration: underline;
}

.live-bd {
    padding: 24px;
    background: #fff;
}

.live-items {
    overflow: hidden;
    height: 146px;
}

.live-items ul {
    overflow: hidden;
    width: 105%;
    padding: 0;
    margin: 0;
}

.live-items li {
    position: relative;
    float: left;
    width: 218px;
    height: 144px;
    margin: 0 24px 0 0;
    border: 1px solid #ccc;
    list-style-type: none;
}

.live-items li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
}

.live-items img {

    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.live-items .line {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.live-items .tag {
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 0 8px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
}

.live-items .tag1 {
    background: #000;
    background: rgba(0,0,0,0.65);
}

.live-items .tag2 {
    background: #BF0008;
}

.live-shadow {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    padding: 6px;
    text-align: left;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.7);
}

.live-items .title {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
    background: none;
    float: none;
    font-weight: normal;
    border: 0;
}

.live-items .time {
    padding: 0;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 20px;
}

.live-items .hover .title {
    white-space: normal;
}

.live-items ul li p {
    color: #fff;
    text-decoration: none;
}
