
.panel-xjh-live {
    padding: 30px 5px 0 0;
    transition-duration: .2s;
    border-radius: 2px;
}

.live-list-basic {
    height: 87px;
}

.live-list-extra {
    display: none;
    height: 295px;
}

.live-list-extra .xjh-live-row {
    display: none;
}

.xjh-live-img, .xjh-live-row {
    padding: 0 20px;
    width: 170px;
    float: left;
}

.xjh-live-row {
    padding: 0px 5px 27px 15px;
    width: 87%;
    width: calc(100% - 170px);
}

.xjh-live-img {
    border-right: solid 1px #ededed;
}

.xjh-live-img.long {
    margin-top: -28px;
    padding-top: 28px;
    height: 292px;
    /* width: 170px; */
}

.xjh-live-img img {
    /* width: 129px; */
    /* background: #ccc; */
}

.xjh-live-cell {
    width: 20%;
    height: 60px;
    float: left;
}

.xjh-live-cell img {
    height: 60px;
    width: 60px;
    background: #EFEFEF;
    border-radius: 4px;
    float: left;
}

.xjh-live-cell p {
    margin: 0 0 8px 65px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xjh-live-cell p a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
}

.xjh-live-cell.empty p {
    background: #EFEFEF;
    width: 40%;
}

.xjh-live-cell p:nth-child(1) {
    font-size: 14px;
}

.xjh-live-cell p:nth-child(2) {
    margin-top: 9px;
    margin-bottom: 9px;
    color: #999;
}

.xjh-live-cell .layout i {
    display: none;
    position: absolute;
    margin: 15px;
    font-size: 30px;
    color: #fff;
}

.xjh-live-cell p i {
    /*margin: 0 3px 0 0;*/
    color: #999999;
}

.xjh-live-cell.living .layout i {
    display: block;
    cursor: pointer;
}

.xjh-live-cell.living img {
    border: solid 1px #E2E2E2;
}

.xjh-live-cell .live-title a {
    color: #333;
}

.xjh-live-cell .live-title a:hover {
    color: #1c69c8;
}

.xjh-live-title {
    margin: 0 0 26px 20px;
    width: 83%;
    width: calc(100% - 210px);
    font-size: 14px;
    float: left;
}

.xjh-live-title .title-text {
    position: absolute;
    background: #fff;
    /*width: 300px;*/
    line-height: 20px;
    /* display: block; */
    text-align: center;
    margin: -11px 0 0 28%;
}

.layout {
    display: none;
    width: 60px;
    height: 60px;
    float: left;
    margin-left: -60px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .3);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.layout:hover {
    background: rgba(0, 0, 0, .4);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.living .layout {
    display: block;
}

.xjh-live-blank-image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: #EFEFEF;
    float: left;
}

@media (max-width: 1249px) {
    .xjh-live-cell p a {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .xjh-live-img {
        display: none
    }

    .xjh-live-row {
        width: 100%
    }

    .xjh-live-title {
        width: 96%;
        width: calc(100% - 20px)
    }

    .xjh-live-title .title-text {
        margin-left: 38%
    }

    .xjh-live-cell p a {
        margin-right: 0;
    }
}

@media (max-width: 1099px) {
    .xjh-live-cell p i {
        display: none
    }
}

@media (max-width: 1000px) {
    .xjh-live-row {
        width: 730px
    }
}

/*.xjh-article-live .panel-body {*/
    /*padding: 0 calc(10% - 70px)*/
/*}*/

.xjh-article-live .inline-box {
    display: inline-block;
    margin: 0 calc(50% - 342px);
}

.xjh-article-live .pull-left img, .xjh-article-live .inline-box img {
    height: 106px;
}

.live-btn-group {
    padding: 10px 0 0;
}

@media screen and (max-width: 1300px) and (min-width: 1201px) {
    .xjh-article-live .pull-left {
        display: none;
    }

    .xjh-article-live .inline-box {
        margin-left: 0px;
    }
}



.phone-collection {
    position: fixed;
    width: 400px;
    height: 130px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    padding: 10px 20px;
    background-color: white;
    border: solid 1px #eeeeee;
    border-radius: 5px;
    box-shadow:  5px 5px 5px #cccccc;
    z-index: 1000;
    display: none;
}
.phone-collection button {
    margin-top: 10px;
    margin-left: 10px;
}
