@charset "utf-8";
.txtMarquee-top .bd{
  padding:0;
}
#classlistpar{
	/* min-width: 320px; */
	height: 46px;
	float: right;
  box-sizing:border-box;
}
#classlist{
	 height: 45px;
    font-size: 14px;
    list-style: none;
    /* float:right; */
   
    z-index: 100;
    position: relative;
}
#classlist h2{
      box-sizing:border-box;
     font-weight: bold;
     height: 46px;
     padding-left:0px;
     color: black;
    cursor: pointer;
}
#classlist h2 span{
	float: right;
	color:white;
  width: 195px;
  max-width: 360px;
  display: inline-block;
  margin-top: 4px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 14px;
  margin-right: 15px;
  text-align:center;
}
#classlist h2 img{
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 17px;
    margin-right:10px;
}
#classlist>ul{
    position: absolute;
    display: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    z-index: 999;
}
#classlist li{
   color:white;
    font-weight:bold;
    font-size: 14px;
    height: 46px;
    line-height: 48px;
    padding-left:16px!important;
    padding-right:15px;
    background:#ffffff;
    color:black;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
     font-weight: normal;
    letter-spacing: 2px;
    cursor: pointer;
      text-align:left;
     box-sizing:border-box;
}
#classlist li:hover{
    background:#e9e9e9;
}

/*.stucolor span{
	color:rgba(255,255,255,0.6);
}*/
.graybackg{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(255,2555,255,0.4);
}
.childrens>li{
	position: relative;
	padding-left: 10px;
	padding-right:10px;
  height: 48px;
}
