* {
    margin: 0;
    padding: 0;

}

.container-main {
    width: 760px;
    height: 765px;
    padding-right: 10px;

}

.container-main>.container-list-main {

    padding: 1px 10px 0px 30px;

}

.container-list-title {
    padding-bottom: 30px;
    border-bottom: 2px solid #d4d4d4;
}

.container-list-title>span {
    color: #a5a5a5;
}

.container-list-content>ul {
    list-style: none;
}

.container-list-content>ul>li {
    padding-top: 30px;
    line-height: 30px;
    font-size: 16px;
}

.container-list-content>ul>li>a {
    color: #333333;
    text-decoration: none;
}

.container-list-content>ul>li>span {
    color: #a5a5a5;
}

.test-1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
.test-1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #2d66a5;
    height: 10px;
}
.test-1::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.test-1 {
    overflow: auto;
    height: 690px;
    margin-top: 30px;
    padding-right: 10px;
    scrollbar-face-color: #2d66a5;
    /**/
    /*立体滚动条的颜色*/
    scrollbar-track-color: #EDEDED;
    /**/
    /*立体滚动条背景颜色*/
}

.list-ul li {
    line-height: 30px;
    font-size: 16px;
}
.list-ul li a {
    color: #333;
    width: 530px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.list-ul li span {
    color: #a5a5a5;
    display: inline-block;
}
#pagination-digg {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 24px;
}
.default_pgToolbar {
    margin-top: 30px;
}