div#content {
    padding: 0;
}

.listtit {
    line-height: 46px;
    
    padding: 0 2%;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #be0000;
    box-sizing: border-box;
    background: #f9f9f9;
}

.bai14c {
    font-family: Microsoft Yahei;
    font-size: 20px;
}

.mytable>div {
    padding: 12px 5px;
    box-sizing: border-box;
}

.mytabul {
    padding: 5px 0px 10px 0px;
    box-sizing: border-box;
}

#dash-table li:nth-child(5n) {
    height: 38px;
    padding-bottom: 18px;
    
    margin-bottom: 18px;
    border-bottom: 1px dashed #ccc;
}

#dash-table li {
    line-height: 38px;
    height: 38px;
    font-size:16px;
}

#dash-table,
.mytabul {
    width: 100%;
}

#dash-table li {
    padding-left: 15px;
    background: url(/static/image/20100611_ybclbbja.jpg) no-repeat 0px 15px
}
#dash-table li span{
    line-height: 38px;
    float: right;
}
#dash-table li  a{
    width:88%;
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listtit .rig{
    float:right;
    display:inline-block;
    width:80px;
}
.pos{
    line-height:25px;
    padding: 20px 0px;
    box-sizing:border-box;
    height: auto;
    min-height: 65px;
}
@media (max-width: 1220px) {
     .container{
        width:100%;
    }
    div#container,
    #main{
        width:100%;border: none;
    }
    #dash-table li a{
        width:83%;
    }
}
@media (max-width: 767px) {
    #dash-table li a{
        width:66%;
    }
}
