 /*  筛选项样式  */
 
 #select {
     /* border: 1px solid #f2f2f2; */
     margin-bottom: 20px;
     padding: 0px 15px;
     /* border-radius: 20px; */
 }
 
 #select dl {
     border-top: 1px solid #f2f2f2;
     padding: 10px 0px;
     overflow: hidden;
     width: 1170px;
     overflow: hidden;
 }
 
 #select dl.first {
     border-top: none;
 }
 
 #select dt {
     float: left;
     font-weight: bold;
     line-height: 25px;
     text-align: left;
     width: 60px;
     font-size: 14px;
 }
 
 #select dd {
     float: left;
     overflow: hidden;
     width: 1020px;
 }
 
 #select dd li {
     float: left;
     height: 25px;
     margin-right: 5px;
     color: #dcdcdc;
     line-height: 25px;
 }
 
 #select dd a {
     color: #666;
     height: 15px;
     line-height: 15px;
     padding: 4px 10px;
     overflow: hidden;
     text-decoration: none;
     white-space: nowrap;
     display: inline-block;
     border-radius: 16px;
 }
 
 #select dd a:hover,
 #select dd a.curr {
     background: #ff0066;
     color: #FFFFFF;
 }
 
 .list_content {
     width: 100%;
     height: auto;
     overflow: hidden;
 }
 
 .ticket_list {
     float: left
 }
 
 
 
 .filter {
     /* background: #F7F7F7;
     border-bottom: 1px solid #eaeceb; */
 }
 
 .filter a {
     text-decoration: none;
 }

 .filter .sort {
     height: 38px;
     overflow: hidden;
     margin-bottom: 43px;
     /* margin-bottom: 57px; */
     /* border: 1px solid #f2f2f2;
     border-radius: 20px; */
 }
 
 .filter .sort_list a {
     line-height: 38px;
     padding: 0 15px 0 20px;
     border-color: -moz-use-text-color #eaeceb;
     border-image: none;
     /* border-left: 1px solid #eaeceb;
     border-right: 1px solid #eaeceb;
     border-style: none solid;
     border-width: 0 1px; */
     float: left;
     margin-left: -1px;
 }
 
 .filter .sort_list span {
     float: left;
     cursor: pointer;
 }
 
 .filter .sort_list i {
     font-size: 16px;
     margin-left: 5px;
 }
 
 .filter .sort_list a.current {
     /* background: #ff0066; */
     font-weight: bold;
     color: #ff0066;
     /* border-color: #ff0066; */
 }
 .all_ul{
     margin-top: 40px
 }
 .all_div{
     margin-left: 16px;
 }
 .filter .total {
     color: #ff0066;
     float: right;
     font-family: verdana;
     height: 38px;
     line-height: 38px;
     padding-right: 15px;
 }

 /* 暂无数据 */
 .none_data{
     width: 100%;
     text-align: center;
     padding: 20px;
     height: 100px;
     line-height: 55px;
 }
 .none_data img{
     width: 72px;
     height: 72px;
 }
 .data_num{
     font-size: 14px;
     color: #888;

 }