.old_type .listHead {
    width: 1200px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    background-color: #F2F2F2;
    line-height: 120px;
    color: #000000;
    font-size: 48px;
    font-weight: bold;
    border-bottom: 5px solid #2b7ce7;
}

.old_type .li-220 {
    overflow: hidden;
    width: 360px;
    height: 80px;
    line-height: 80px;
    margin: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 28px;
}
.old_type .li-220 a{
	display: block;
}
.old_type .li-220 a div {
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 80px;
    height: 80px;
}
.old_type .liBar {
    padding: 0 10px;
    height: 64px;
    background: #444444;
    font-size: 28px;
    font-weight: 500;
    color: white;
    line-height: 64px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;

}