.third-nav{left: 110px;
    position: absolute;
    z-index: 999;
    padding: 0.1rem 0px;
    background: rgb(22, 90, 173);
    width: 1.1rem;
    top: 0px;}.daohang_list{padding-top:.6rem;}
.daohang_list a{display:block;    line-height: 1rem;
    float: left;
    width: 36%;
    background: #f9f9f9;
    color: #165aad;
    margin: 10px 3%;
    text-align: left;
    padding-left: 8%;
    font-size: .2rem;
    border-bottom: 5px #ffb534 solid;
    box-shadow: 0 0 5px #bfbfbf;    position: relative;}.daohang_list a:after{content: "";
    width: 5px;
    height: 20px;
    position: absolute;
    background: #165aad;
    left: 14%;
    top: 41%;}