.topContainer {
    padding: 5px 0;
    background-color: #ffffff;
}

.topList li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12.5px;
}

/*.topList li:last-child {
    border-bottom: none;
}*/

.topList li .num {
    float: left;
    width: 75px;
    position: relative;
}

.topList li .num span {
    display: block;
    width: 0;
    height: 0;
    border-width: 65px 65px 0 0;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent;
}

.topList li:nth-child(1) .num span {
    border-color: #fd5253 transparent transparent transparent;
}

.topList li:nth-child(2) .num span {
    border-color: #ff7b41 transparent transparent transparent;
}

.topList li:nth-child(3) .num span {
    border-color: #facd32 transparent transparent transparent;
}

.topList li:nth-child(1) .num i,
.topList li:nth-child(2) .num i,
.topList li:nth-child(3) .num i {
    color: #ffffff;
}

.topList li .num img {
    position: absolute;
    top: 75%;
    right: 0;
}

.topList li .num i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    padding: 7.5px 10px;
    font-weight: bold;
}

.topList li .container {
    float: right;
    padding-top: 15px;
    padding-right: 15px;
}

.topList li .img {
    float: left;
    width: 95px;
    height: 95px;
    margin-left: 20px;
}

.topList li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.topList li .name {
    margin-left: 25px;
    float: left;
    width: 175px;
    padding-top: 5px;
}

.topList li .nametext {
    display: block;
    font-size: 22px;
    color: #494949;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topList li .downloadcount {
    font-size: 16px;
    color: #9a9a9a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    margin-left: -15px;
}

.topList li .info {
    float: right;
    width: 777px;
    margin-left: 10px;
}

.topList li .info .infotext {
    height: 45px;
    line-height: 22.5px;
    overflow: hidden;
    color: #a3a3a3;
    margin-bottom: 5px;
}

.topList li .ext {
    margin-top: 7.5px;
}

.topList li .tags {
    float: left;
    margin-top: 5px;
}

.topList li .tags span {
    font-size: 12px;
    color: #ff4141;
    border: 1px solid #ff4141;
    padding: 2.5px 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.topList li a.btn {
    background-color: #ff9b24;
    padding: 5px 12.5px;
    font-size: 15px;
    display: block;
    color: #ffffff;
    float: right;
}

.topMain .more {
    color: #41a1ff;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.topMain .more:before {
    content: '加载更多';
}

.topMain .more.load:before {
    content: '加载中……';
    cursor: wait;
}