﻿.news .newsBox .newsLi a {
    color: #194f90;
    font-size: 14px;
    display: inline-block;
    top: auto;
}
.header .productBox .productList div ul{
    width: 100%;
}
    .header .productBox .productList div ul li {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
