.sortnav {
    margin-bottom: 10px;
	margin-top: -54px;
	
}

.sortnavt {
    width: 170px;
    height: 55px;
     font-size: 30px;
  color: #1973BA;
  line-height: 120%;
  font-weight: normal;
   font-family: Microsoft YaHei;
   overflow:hidden;white-space:nowrap;
   text-overflow:ellipsis;
}

.sortnav dl {
    width: 170px;
    margin: auto;
	box-shadow: 1px 0px 6px rgba(0,0,0,0.5);
border-radius: 4px;
border-top:none;
  
}

.sortnav dt {
  border-top:1px solid #EDEDED;
  border-bottom:1px solid #EDEDED;
  border-radius: 4px;
}

    .sortnav dt a {
        display: block;
        text-align: center;
        border-radius: 4px;
		padding: 30px 10px;
        
        color: #372016;
        
        cursor: pointer;
    }

        .sortnav .select a, .sortnav dt a:hover, .sortnav dt.hover a {
             font-weight: bold;
  color: #fff;
  background: rgb(22, 118, 221);
        }

.sortnav dd {
    display: none;
}

.sortnav ul {
    padding: 10px;
}

.sortnav li a {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 22px;
    font-weight: normal;
    text-overflow: ellipsis;
}