
.live-content {
    border-left: solid 2px #ddd;
    padding-left: 10px;
    margin-left: 21px;
    position: relative;
    padding-top:120px;
    padding-right:5px;
}
.live-content .name {
    position:absolute;
    display:block;
    left:30px;
    top:30px;
    height:21px;
    line-height:21px;
    width:100%;
    color:#1770c5;
}
.live-content .dot {
    content: '';
    width: 15px;
    height: 15px;
    background: #f3973c;
    border-radius: 50%;
    border: solid 1px #1770c5;
    display: block;
    position: absolute;
    left: -8px;
    top: 0;
}
.live-content .time {
    border: solid 1px #f3973c;
    background: #fff;
    display: inline-block;
    padding: 0;
    padding-right:20px;
    color: #666;
    font-size: 14px;
    position: absolute;
    left: -10px;
    top: 65px;
}
.live-content .time span{
    display:block;
    height:22px;
    line-height:22px;
    color:#888;
    padding-left:25px;
}
.live-content .time span.fst{
    background:url(../images/icons-time.png) no-repeat 5px center;
    background-size:auto 80%;
}
.live-content .time span.sec{
    background:url(../images/icons-location.png) no-repeat 5px center;
    background-size:auto 80%;
}

.live-content .time:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 7px solid transparent;
    position: absolute;
    top: 45px;
    left: 1px;
    z-index: 4;
}
.live-content .time:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #f3973c;
    border-left: 9px solid transparent;
    position: absolute;
    top: 44px;
    left: -1px;
    z-index: 2;
}
.live-content .txt {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-bottom: 10px;
    margin:0;
}
#articleVideo{
    overflow-x:hidden;
}
#articleVideo img {
    width: 90% !important;
    height: auto !important;
}
.live-content:first-child{
    margin-top:20px;
}
.live-content *[class*=ic-]{
    display:block;
    position:absolute;
    width:40px;
    height:40px;
    border:1px solid #ddd;
    left:-21px;
    border-radius:50%;
    top:20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    overflow: hidden;
}
.live-content .ic- img{
    display: block !important;
    width:100% !important;
    height:100% !important;
}
.live-content .ic-1{
    background:url(../images/ic-1.jpg) no-repeat center center;
    background-size:100% 100%;
}
.live-content .ic-2{
    background:url(../images/ic-2.jpg) no-repeat center center;
    background-size:100% 100%;
}

.live-content .ic-3{
    background:url(../images/ic-3.jpg) no-repeat center center;
    background-size:100% 100%;
}

.live-content .ic-4{
    background:url(../images/ic-4.jpg) no-repeat center center;
    background-size:100% 100%;
}
.live-content .ic-5{
    background:url(../images/ic-5.jpg) no-repeat center center;
    background-size:100% 100%;
}
.live-content .ic-6{
    background:url(../images/ic-6.jpg) no-repeat center center;
    background-size:100% 100%;
}


.live-content .p-ct{
    display:block;
    color:#333;
    width:90%;
}
.Recomment {
    background: url(http://castic.xiaoxiaotong.org/m2017/images/new/z1.png) no-repeat left 2px;
    background-size: 15px auto;
    color: #888;
}
.NotRecomment {
    background: url(http://castic.xiaoxiaotong.org/m2017/images/new/nz1.png) no-repeat left 4px;
    background-size: 15px auto;
    color: #888;
}
.fr{
    float: right;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}