#cen_right_top{
    width:100%;
    height:100%;
    margin-left: 20px;
}
#cen_right_top .active{
    color:#0056b3;
    border-bottom: solid 4px #0056b3;
    text-align:center;
}
#cen_right_top h3{
    line-height:35px;
    text-align:center;
    float:left;
    height:40px;
    width:190px;/*ΠήΈΔΗ°150px*/
    margin:0px;
    padding-top:5px;
    font-size:16px;
    font-weight: 500;
    color: black;
    font-family:'ΞΆΘνΡΕΊΪ';
    cursor:pointer;
}
#cen_right_top div{
    width: 90%;
    font-size:14px;
    display:none;
    clear:both;
    height:100%;
    margin-left: 20px;
    border-top: double 1px #e3e3e3;
   /* border: 1px black solid;*/
}
.dept table {
    margin-top: 15px;
    width: 99%;
    color: #85798d;
    /* border: 1px black solid;*/

}
.dept table td {
    width: 33%;
    line-height:30px;
    height: 35px;
    text-align: left;
    text-decoration: none;
    /* border: 1px black solid;*/
}
.dept table td a{
    color:#85798d ;
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
}
.dept table td a:hover{
    padding-left: 15px;
    color: #0056b3;
    text-decoration:none;
}


