.com-hd {
    height: 60px;
    padding-top: 13px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(13, 125, 220, 0.4);
}
.com-tt {
    font-size: 18px;
    color: #666;
    line-height: 45px;
    border-bottom: 2px solid transparent;
    float: left;
}
.com-tt.active {
    color: #0d7ddc;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #0d7ddc;
}
.com-more {
    line-height: 46px;
    color: #666;
    float: right;
}
.com-time {
    color: #666;
    float: right;
}
.com-name {
    color: #333;
    font-size: 16px;
    display: block;
    margin-right: 100px;
}
.tab-item {
    margin-right: 40px;
}
.tab-item:last-child {
    margin-right: 0;
}
.list-item {
    line-height: 58px;
    height: 58px;
    border-bottom: 1px dashed #c1c1c1;
    padding-left: 28px;
    background: url('../images/list_icon.png') no-repeat left center;
}
.list-item:last-child {
    border-bottom: 0;
}
.list-item:hover {
    background-image: url('../images/list_iconh.png');
}
.list-item:hover .com-name {
    color: #0d7ddc;
}

.tab-list {
    position: relative;
}

.tab-list .com-more {
    position: absolute;
    right: 0;
    top: -46px;
    float: none;
}
.main {
    margin-top: -327px;
}
@media (max-width: 500px) {
    .tab-item {
        margin-right: 10px;
    }
    .main {
        margin-top: -382px;
    }
}
