@charset "UTF-8";
.list_dt{
  font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    background:#f3f3f3; 
    color: #2e2e2e; 
   height:3.125rem; line-height:3.125rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
	margin: 0 auto;
}


.list_dt p{background:#f3f3f34; color:#2e2e2e; }
.list_dt a:link{ font-size:15px; font-weight:bold;color:#2e2e2e;}

.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 13px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
   height:3.125rem; line-height:3.125rem; 
    list-style-type: none;
    color: #000;
	background-color:#fafafa;
    cursor: pointer;
	margin: 0 auto;
	font-size:16px;
}
 .list_li a:link{color:#2e2e2e;	font-size:14px;background-color:#fafafa;}
 .list_li a:hover{
	color:#fff;
	font-size:14px;
	background-color:#1a57c1;
}