.last-update-warp {
    border: 1px solid #f2f2f2;
    width: 1200px;
    margin: 0 auto;
}

.column {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}

.column.c-w-1 {
    width: 120px;
}

.column.c-w-2 {
    width: 400px;
    _width: 340px;
}

.column.c-w-3 {
    width: 120px;
}

.column.c-w-4 {
    width: 150px;
}

.list-hd {
    width: 1158px;
    background-color: #f1f8ff;
    height: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #333;
    padding: 0 20px;
}

.list-hd ul {
    font-size: 0;
    width: 1158px;
    display: flex;
    justify-content: space-around;
}

.list-hd .column {
    font-size: 12px;
}

.list-hd .column.c-w-4 {
    _text-align: left !important;
}

.column .star-bar {
    _text-align: left;
    /*_margin-top:20px;*/
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 16px;
    width: 80px;
    background: url("../images/starxin.png") repeat-x 0 -16px;
}

.column .star-lv {
    background: url("../images/starxin.png") repeat-x 0 0;
    height: 16px;
    overflow: hidden;
}

.column .star-lv1 {
    width: 20%;
}

.column .star-lv2 {
    width: 40%;
}

.column .star-lv3 {
    width: 60%;
}

.column .star-lv4 {
    width: 80%;
}

.column .star-lv5 {
    width: 100%;
}

.list-bd {
    width: 1158px;
    padding: 0 20px 6px;
}

.list-bd .column {
    font-size: 14px;
    overflow: hidden;
    line-height: 40px;
}

.list-bd ul {
    width: 1158px;
    font-size: 0;
    overflow: hidden;
}

.list-bd li {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: -1px;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.list-bd a {
    color: #005a92;
}

.list-bd a:hover {
    color: #ff9f15;
}

.list-bd .category {
    font-size: 12px;
}

.list-bd .time {
    color: #f00;
}

/*page*/
.page {
    font-size: 0;
    text-align: center;
    padding: 6px 0;
}

.page a,
.page span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin: 0 2px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.page span.cur {
    background-color: #2689ef;
    border-color: #2689ef;
    color: #fff;
}

.page span.cur,
.page a:hover {
    background-color: #2689ef;
    border-color: #2689ef;
    color: #fff;
    text-decoration: none;
}

.page span.select-pager {
    border: 1px solid #fff;
}

.page select {
    border: 1px solid #888;
    margin: 0 4px;
    outline: none;
}

.bread-crumbs-nav {
    color: #666;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    font-size: 13px;
}

.bread-crumbs-nav a {
    color: #2589ef;
}

.w,
.wrap {
    width: 1200px;
    margin: 0 auto;
}