.topic-img {
    width: 100%;
    height: 200px;
    position: relative;
    background: url(/images/special_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.topic-img .topic-title {
    position: absolute;
    left: 46%;
    top: 64px;
    color: #ffffff;
    font-size: 36px;
    font-family: Microsoft YaHei;
}

.topic-img .tran-line {
    width: 31px;
    height: 1px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.topic-text {
    padding: 16px 16px 20px;
    color: #999999;
    font-family: Microsoft YaHei;
}

.topic-text p {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.circle-line {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
}