@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}

.list_dt11{
    background: #fff;
    color: #2357b3;
    width: 190px;
    padding: 0 40px 0 20px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border: 1px solid #eee;
	font-size:24px; font-weight: bold;
      letter-spacing:5px;
}
.list_dt{
    background: #0E419C;
    color: white;
    width: 190px;
    padding: 0 40px 0 20px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap;*/
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    font-size:18px;
}
.list_dt a{ color:#fff;}
.list_dt:hover{
    background: #004080;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #004080;
}
#open{
    background: #002C57;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 15px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
  /*  background: #1DADE4;

*/
    list-style-type: none;
    color: #333;
    width: 190px;
    padding: 0 30px;
    /*height: 40px;*/
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
    text-align:left;
   font-size:16px;
}
.list_li a{ color:#333;
display:block;
width:220px;
}
.list_li:hover{
    background: #4285F4;
}