.torrent1_v2 {
    box-sizing: border-box;
}

.torrent1_v2_head {
    background-color: var(--aside-title-bg-color);
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid var(--aside-title-border);
}

.torrent1_v2_head .title {
    display: inline-block;
    float: left;
    color: var(--etc-color2);
    line-height: 36px;
}

/*.torrent1_v2_head .more_text { display: inline-block; float: right; line-height: 36px; text-align: right; }
.torrent1_v2_head .more_text a { font-size: 10px; color: #999999; }
.torrent1_v2_head i { color: #999999; margin: 0 2px; }*/

.torrent1_v2 li {
    margin: 5px 0;
    padding: 0 16px;
}

.torrent1_v2 li a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.torrent1_v2 ul {
    padding: 7px 0 4px;
}

.torrent1_v2 li a:hover .subject {
    text-decoration: underline;
}

.torrent1_v2 ul .subject {
    color: var(--etc-color2);
    display: inline-block;
    max-width: 230px;
}

.torrent1_v2 ul .icon {
    position: relative;
    top: -5px;
}