/*清除样式*/
.linkPageList ul li {
    float: left;
    margin: 0 16px;}
.linkPageList h2 {
    font-size: 18px;
    font-weight: normal;
    color: #0c7ed9;
    margin-bottom: 15px;
    padding-left: 10px;}
.linkPageList ul li a {
    width: 242px;
    overflow: hidden;
    height: 50px;
    line-height: 30px;
    float: left;
    color: #666666;
    background: #f6f6f6;
    padding: 10px 15px;
    border-bottom: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.linkPageList ul li a:hover {
    color: #fff;
    background: #0363d6;
    border-bottom: 2px solid #0571c6;
    border-right: 2px solid #0571c6;}
