
.list-wrap{
     width: 1100px;
     margin: 0 auto;
    background-color: #fff;
    padding: 5px 25px 25px 25px;
    margin-top: 15px;
}
.list_nav{
    background-color: #fff;
    padding: 15px 0 10px 0;
}
.nav_title{
    font-size: 14px;
}
.list-wrap ul li{
    border-bottom: 1px #CCCCCC dashed;
    padding: 8px 0;
    position: relative;
}
.list-wrap ul li h1 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    line-height: 34px;
    padding-right: 100px;
}
.list-wrap ul li span {
    position: absolute;
    right: 0;
    top: 15px;
    color: #666;
}