.content {
    background: #fff;
    padding: 31px 89px 35px 76px;
}

.title {
    font-size: 22px;
    color: #333;
}

.info {
    margin-top: 13px;
    margin-bottom: 51px;
}

.sm_title {
    height: 36px;
    line-height: 36px;
    background: rgba(255, 77, 77, 0.15);
    color: #FF4D4D;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    margin-bottom: 12px;
}

.video:first-child{
    margin-top: 0;
}

.video_list {
    margin-bottom: 18px;
}

.video_list li {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative;
}

.video_list li:nth-of-type(odd) {
    background-color: #FCFCFC;
}

.video_list li span {
    color: #FF962F;
    margin: 0 10px 0 40px;
}

.video_list #jj li span {
    color: #00990F;
    margin: 0 10px 0 40px;
}

.video_list #lx li span::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../image/icon-lx.png) no-repeat;
    content: '';
    margin: 13px 0 0 -24px;
    position: absolute;
    background-size: auto 100%;
}

.video_list #jj li span::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../image/icon-jj.png) no-repeat;
    content: '';
    margin: 13px 0 0 -24px;
    position: absolute;
    background-size: auto 100%;
}

.tag {
    margin-top: 59px;
}

.tag a {
    color: #3A78F4;
    margin-right: 10px;
}

.tag span {
    margin-right: 10px;
}

.info span {
    margin-left: 30px;
}

.info a {
    color: #999;
}
.luxiangdom p{
    margin-bottom: 10px;
}
