.newlist {
    width: 900px;
    height: 1090px;
    margin: 0 auto;
    margin-top: 20px;
}

.slideTxtBx {
    width: 900px;
    height: 1000px;
    text-align: left;
    margin: 0 auto;
}

.slideTxtBx .hd {
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.slideTxtBx .hd ul {
    float: left;
    height: 50px;
}

.slideTxtBx .hd ul li {
    float: left;
    width: 170px;
    height: 50px;
    text-align: center;

}

.slideTxtBx .hd ul li a {
    color: black;
    width: 170px;
    height: 30px;
    display: block;
    border-right: 1px solid #ccc;
    line-height: 30px;
    margin-top: 10px;
}

    .slideTxtBx .hd ul li.on a {
        height: 30px;
        color: #5d0203;
    }

    .slideTxtBx .hd ul li.on {
        border-bottom: 2px solid #5d0203;
    }

.slideTxtBx .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBx .bd li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DBDBDB;
}

.slideTxtBx .bd li .date {
    float: right;
    color: #000;
}

.slideTxtBx .bd li a {
    color: #000
}

    .slideTxtBx .bd li .arrow {
        vertical-align: middle;
        display: inline-block;
        width: 55px;
        color: #5d0203;
        line-height: 18px;
        margin-right: 5px;
        padding-left: 2px;
        font-style: normal;
        text-align: center;
        border-radius: 5px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .slideTxtBx .bd li:hover a {
        color: #5d0203;
    }

.pageBreak {
    width: 510px;
    color: #000;
    font-size: 14px;
    clear: both;
    padding-top: 30px;
    line-height: 38px;
    float: right;
    margin-right: 105px;
    text-align: center;
}

.pageBreak a {
    margin-right: 8px;
    text-align: center;

    font-size: 16px;
    height: 35px;
    cursor: pointer;
    width: 38px;
    color: rgb(0, 0, 0);
    display: inline-block;
    line-height: 35px;
    background: rgb(241, 241, 241);
    border-radius: 3px;
    transition: background-color 0.2s ease-out 0s;
}

.pageBreak a .prenext {
    font-size: 20px;
    font-weight: bold;
    color: rgb(169, 169, 169);
}

.pageBreak a .prenext:hover {
    background-color: #262628;
}

    .pageBreak a.select {
        background: #5d0203;
        color: #fff;
    }