/*二级文字列表*/
.text_list .list li{
    line-height: 50px;
    overflow: hidden;
    padding-left: 20px;
    background: url(../images/frame/list_0.png)no-repeat;
    background-position: left center;
    background-size: 10px auto;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;}
.text_list .list li a{
    display: inline-block;
    max-width: 80%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 16px;}
.text_list .list li a:hover{
    color: #004b9d;}
.text_list .list span{
    color: #666666;
    float: right;}




/*分页*/
.pager{
    padding: 20px 0;}


/*phone*/
@media all and (max-width: 500px){

    .text_list .list li a{
        width: 70%!important;}




}






