﻿.dqlm p{line-height: 1;}
.dqlm p:before{content: "";
    height: 0.15rem;
    width: 0.9rem;
    background-color: #ccf1f7;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    margin-left: -0.45rem;
}
/* 页面子栏目样式 */
.public-sub-column-box{
    .item{
        height: 60px;
        background: #fff;
        line-height: 60px;
        list-style: none;
        text-align: center;
        margin-right: 1%;
        margin-bottom: 12px;
        float: left;
        font-size: 16px;
        cursor: pointer;
        overflow: hidden;
        &:hover{
            color: #FF6600;
            background-color:#fafafa;
        }
    }
}

