a.more, a.but {
    text-align: center;
    line-height: 25px;
}

a.but {
    line-height: 30px;
}

/*首页样式修补*/
.hot .font {
    height: 74px;
    overflow: hidden;

}

.hot .font > div {
    margin-top: 10px;
    height: 40px;
    text-overflow: ellipsis;
}

.hot .font > div p {
    margin-top: 0;
}

.news li, .infob li {
    text-overflow: ellipsis;
}

.nr {
    height: 140px;

}

.info ul {
    width: 100%;
}

.info ul li .time {
    position: relative;
    float: right;
    display: block;
}

/*列表页*/
.list .nr{
    height: 106px;
}
.infob .left .hot li, .infob .right .hot li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.infob{
    overflow: hidden;
}
.news{
    overflow: hidden;
}