/*
###############################
#############select###########
###############################
*/
.query_selection .sel {
  width: 89px;
  height: 30px;
  line-height: 28px;
  vertical-align: top;
  font-size: 12px;
  margin-right: 8px;
}
.query_selection .sel option {
  line-height: 20px;
  height: 20px;
}
.query_selection .selectView {
  position: absolute;
  width: 65px;
  text-align: left;
  cursor: default;
  color: #4f3560;
  z-index: 19999;
  font-size: 12px;
}
.query_selection .selectView .ds_cont {
  border: 1px solid #ddd;
  background: #FFF;
  height: 30px;
  _line-height: 20px;
  overflow: hidden;
  border-radius: 3px;
}
.query_selection .selectView .ds_button {
  float: right;
  width:31px;
  height:30px;
  background: url(/n2../../images/pages/module_icon.png) no-repeat 0 -175px;
  cursor: pointer;
}
.query_selection .selectView .ds_title {
  float: left;
  padding-left: 13px;
  line-height: 32px;
}
.query_selection .selectView .ds_list {
  position: absolute;
  top: 31px;
  left: 0;
  background: #FFF;
  width: 100%;
  z-index: 999;
}
.query_selection .selectView .dsl_cont {
  border: 1px solid #ccbbd7;
  _zoom: 1;
  position: relative;
  z-index: 999;
  max-height: 276px;
  overflow-y: auto;
  border-radius: 0 0 3px 3px;
}
.query_selection .selectView .ds_list p {
  line-height: 20px;
  margin: 1px;
  color: #4f3560;
  padding-left: 13px;
  background: #FFF;
  font-size: 12px;
  _zoom: 1;
}
.query_selection .selectView .ds_list p.selected {
  background: #1e76a8;
  color: #FFF;
}
.query_selection .bw_50 {
  width: 50px;
}
.query_selection .bw_70 {
  width: 70px;
}
.query_selection .bw_90 {
  width: 90px;
}
.query_selection .bw_120 {
  width: 120px;
}
.query_head {
  font-size: 14px;
  color: #666;
}
.query_head .sp1 {
  color: #ba86de;
  font-size: 24px;
  margin-left: 5px;
}
.query_head .sp2 {
  color: #782faa;
  font-size: 24px;
  margin-left: 8px;
}
.query_selection {
  width: 100%;
}
.query_selection label{
    display:inline-block;
    line-height:34px;
    font-size:15px;
}
.select_item{
    margin-top:18px;
}
.query_selection .panel {
  height: 34px;
  padding: 12px 0;
  *height: 58px;
  border: 1px solid #c8afda;
  background-color: #e9e2ee;
  text-align: center;
  font-size: 0;
}
/*输入框*/
.select_item .search{
    float:left;
    width:265px;
    height:30px;
    border:1px solid #ddd;
    border-right:0 none;
    line-height:30px;
    text-indent:5px;
}
.select_item .search_btn{
    float:left;
    width:64px;
    height:32px;
    line-height:32px;
    color:#fff;
    border:0 none;
    padding:0;
}
.select_item .name,
.select_item .type{
    float:left;
    line-height:32px;
    font-size:15px;
}
.select_item .type a{
    margin-right:20px;
}
