 .ContentPart .ConTitle1 {
              height: auto;
              border-bottom: 0;
          
          
          
               
            background-color: #E6E6E6;
            margin-bottom: 20px;	
            border: 1px solid #DEDEDE;
            border-bottom: none;
          }
             .ContentPart .ConTitle1 li{    display: inline-block;}
             .ContentPart .ConTitle1 li.on,  .ContentPart .ConTitle1 li:hover{
        		  background-color: #fff;
    				color: #666;
          }
          
          
          
          
           .ContentPart .ConTitle1 li a {
    padding: 10px 0px;
    width: 110px;
    text-align: center;
    float: left;
    border-right: 1px solid #DEDEDE;
    font-size: 14px;
}