i, em {
    font-style: normal;
}
.right-side {
    width: 25%;
    float: right;
    min-height: 300px;
}
.card-wrap {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    padding: 15px 20px;
    padding-left: 0px;
}
.hot-up {
    box-sizing: border-box;
}
.hot-up .title {
    border-bottom: 3px solid #FF9900;
    padding: 5px 0 15px;
}
.hot-up .title .theme {
    float: left;
    position: relative;
    margin: 0;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 100;
    color: #333;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-up .title .more {
    float: right;
text-decoration: none;
    color: #333;
    cursor: pointer;
}
.hot-up .list {
    padding-top: 7px;
}
.hot-up .item:nth-child(1) {
    height: auto;
}
.hot-up .item {
    line-height: 37px;
    height: 37px;
}
.hot-up .item:nth-child(1) .num {
    background: #FF9900;
    color: #fff;
}
.hot-up .item .num {
    display: inline-block;
    width: 20px;
    height: 18px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    margin-right: 8px;
    color: #fff;
}
.hot-up .item .subject .ellipsis-one {
    display: inline-block;
    max-width: 39%;
    vertical-align: middle;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-up .item .douban_score {
    font-size: 12px;
    color: #999;
    /* color: #00a1d6; */
    margin-left: 5px;
    max-width: 35%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.hot-up .item .hot {
    float: right;
    font-size: 12px;
    color: #ff6428;
}
.hot-up .item:nth-child(1) img {
	display: block;
    height: 110px;
    float: left;
    margin-right: 10px;
}
.hot-up .item:nth-child(1) .info{
display: inline-block;
}
.hot-up .item:nth-child(1) .info p {
    line-height: 22px;
    height: 26px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
    margin: 0;
}
.hot-up .title .theme .after-dot:after {
    width: 5px;
    height: 5px;
    background: #333;
}
.after-dot:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #999;
    margin: 0 5px;
    border-radius: 50%;
    vertical-align: middle;
}
@media (max-width: 768px){
.right-side {
    width: 100%;
    float: none;
}
.card-wrap {
padding: 0px;
}
}