.listTextOuterContainer{
    position:relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    color: #000000;
}
.listTextInnerContainer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 10px 5px 10px;
}
.listTextItemContainer{
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: dotted 1px #cccccc;
}
.listTextItemLi{
    position: absolute;
    left: 0;
    width: 30px;
    top: 0;
    height: 100%;
    line-height: 50px;
    text-align: center;
}
.listTextItemLinkText{
    position: absolute;
    left: 30px;
    right: 100px;
    top: 0;
    height: 100%;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.listTextItemLink{
    color: #111111;
    position: relative;
    text-decoration: none;
}
.listTextItemLink:hover{
    color: #004c94;
    text-decoration: none;
}
.listTextItemTime{
    position: absolute;
    right: 0;
    width: 100px;
    top: 0;
    height: 100%;
    line-height: 50px;
    text-align: center;
    opacity: 50%;
}
.listTextFooterContainer{
    position: relative;
    height: 50px;
    padding: 15px 10px 15px 10px;
    display: flex;
    justify-content: center;
}
.listTextNavPageLink{
    position: relative;
    height: 36px;
    width: 36px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px;
    display: block;
    text-align: center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    border-radius: 3px;
    background-color: #ffffff;
    background-position: center;
    border: solid 1px #eeeeee;
    cursor: pointer;
}
.listTextNavPageLink:hover{
    background-color: #9DC2E5;
}
.listTextNavFirstPage{
    background-image: url("../image/first.png");
}
.listTextNavPreviousPage{
    background-image: url("../image/previous.png");
}
.listTextNavCurrentPage{
    cursor: default;
    background-color: #5791c7;
    color: #ffffff;
}
.listTextNavCurrentPage:hover{
    background-color: #5791c7;
    color: #ffffff;
}
.listTextNavNextPage{
    background-image: url("../image/next.png");
}
.listTextNavLastPage{
    background-image: url("../image/last.png");
}
.listTextNavPageLinkHidden{
    opacity: 50%;
    background-color: #dddddd;
    cursor: default;
}
.listTextNavPageLinkHidden:hover{
    opacity: 50%;
    background-color: #dddddd;
}


@media all and  (max-width: 640px) {
}