.list_dt{
    background: #ffffff;
    width: 244px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
    color: #656565;
   }
     .list_dt p a{
    font-size: 20px;
    color: #5798d9;
   }
    
    .list_dd{
    	display:none
    }
  
    .list_dd li:last-child {
    		border-bottom: 1px solid #bfbfbf;
			}
    .list_li{
    	  font-size: 14px;
       background: #ffffff;
       list-style-type: none;
       color: #919599;
       width: 244px;
       line-height: 40px;
       cursor: pointer;
       text-align: center;
     }
    
    .list_li a{
    		color:#494949
     }

    .current a {
    		color: #01a2de;
			}
   
    .list_li a:hover {
    		color: #01a2de;
			}
    
    
  	.list-new{
    		border-left: 1px solid #c5c5c5;
    		float: right;
    		width: 950px;
    		min-height: 1000px;
   	}
    
  	.list-t {
    float: left;
    width: 700px;
		}

