.menu{
    width:100%;
    margin-top: 44px;
    padding-left:0px;
    border-bottom: 2px solid #00BCD4; 
    position:relative;
}
.menu ul{
    width:1200px;
    height:50px;
    margin:auto;
    margin-top:-20px;
    line-height: 45px;  
}
.ment-list>div>a{
	display:block;
	height:52px;
	width:220px;
}
.menu .ment-list .TZYS>a{
    display: block;
    height: 52px;
    width: 220PX;
    position: relative;
 }
 .menu .ment-list .TZYS h2{
    position: absolute;
    top: 2px;
    left: 65px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: normal;
    /*color: #fff;*/
 }
 .menu ul li{
    width:139px;
    font-size: 16px;
    text-align: center;
    float:left;
}
.menu .gif{
    position:absolute;
    margin-left: -8px;
}
.menu ul li a:hover{
    color:#378BF1;
}
.menu ul .psychic{
    margin-left: 84px;
    position:relative;
    color:#378BF1;
}
.menu ul .psychic img{
    position:absolute;
    top:-2px;
    left:93px;
}
/*******************症状详情列表list*************** ************/
.menu .ment-list .list{
    width:220px;
   /*  height:388px; */
   /*  margin-top: -17px; */
    background-color:#24BFD1;/*后面改的颜色*/
    float:right; 
    position: absolute;
    /*top: 222px;*/
    display:none;
    z-index: 1000;
    /**********************************************掩藏************************/
}
.menu .ment-list:hover .list{
    display:block;
}
.menu .ment-list .list .nk:hover{   
   border-left:2px solid #00BCD4;
   background-color: #fff;
}
.menu .ment-list .list .nk:hover a{
    color:#377BEE;
}
.menu .ment-list .list .nk>span>a:FIRST-CHILD{
	padding-left:0px;
}
.menu .ment-list .list .nk>span>a:hover{
    text-decoration: underline;
}
.menu .ment-list .list .nk{
    width:190px;
    height:47.5px;
    text-align: left;
    padding:8px 15px;
    margin:0px;
    border-bottom: 1px dashed #f5f5f5;
}
.menu .ment-list .list .nk:last-child{
	border-bottom:2px solid #00BCD4;
}
.menu .ment-list .list .nk .detailed{
    width:490px;
    height:388px;
    background-color:#fff;
    float:left;
    position:absolute;
    top:0px;
    left:219px;
    display:none;
    /*border-right: 2px solid #00BCD4;*/
    /*border-bottom: 2px solid #00BCD4;*/
    box-shadow: 3px 1px 2px rgba(200,201,222,.2);
}
.menu .ment-list .list .nk:hover .detailed{
     display:block;
}
.menu .ment-list .list .nk .detailed .detailed-list h3{
   /*  height:65px; */
    font-size: 16px;
    font-weight: normal;
    margin-left: 17px;
}
.menu .ment-list .list .nk .detailed .detailed-list{
    /* height: 133px; */
    border-bottom: 1px dashed #f5f5f5;
}
.menu .ment-list .list .nk .detailed .detailed-list a:hover{
    color:#8693F0;
    text-decoration: underline;
}
.menu .ment-list .list .nk .detailed .detailed-list ul{
    width:460px;
    border:0px;
    /* height:38px; */
    margin:0px;
}
.menu .ment-list .list .nk .detailed .detailed-list ul li{
    width:490px;
  /*   height:30px; */
    line-height: 30px;
    font-size: 12px;
    padding-left: 7px;
}
.menu .ment-list .list .nk .detailed .detailed-list ul li a{
    display: inline-block;
    padding: 0 10px;
    line-height: 16px;
    margin-top: 6px;
    color: #888;
    border-right: 1px solid #e4e4e4;
    float:left;
   /*  margin: 0px 7px; */
    margin-bottom: 10px;
}
.menu .ment-list .list .nk .detailed .detailed-list ul li a:last-child,.menu .ment-list>.list>.nk>span a:last-child{
	border: none;
}
.menu .ment-list .list .nk span{
    float: left;
    margin-top: 4px;
    height: 20px;
    line-height: 20px;
  }  
.menu .ment-list .list .nk h5{
    width:34px;
    height:20px;
}
.menu .ment-list>.list>.nk>h5 a{
    width:180px;
    height:20px;
    font-size: 17px;
    color:#fff;
    display: block;
    line-height: 20px;
    font-weight: 500;
}
.menu .ment-list>.list>.nk>span a{
    color:#fff;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #fff;
}