@charset "UTF-8";

.list_dt{
    background: #f2f2f3;
    color: #000;
    width: 100%;
    padding: 0 40px 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}


#open{
    background: #f2f2f3;
}

.list_dt_icon{
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    width: 8px;
    height: 8px;
    background:url(off.jpg) no-repeat;
}
#open .list_dt_icon{
    background:url(open.jpg) no-repeat;
}
.list_dd{
    display: none;
    width: 100%;
    padding: 0 0 20px 0;
	float: left;
width: 100%;
color: #727171;
text-align: left;
overflow: hidden;
font-family: "微软雅黑";
font-size: 15px;
line-height: 35px;
}
