/*智能问答*/
.item-top {
   margin-top:21px !important;
}
.ai_container .main{
   background-color: rgba(255, 255, 255, 0.7);
}
.chat{
	border:none !important;
}
.leader-content {
    line-height: 160%;
}
.matter .list .item {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 45%;
	height: 60px;
	border-radius: 5px;
	padding-left: 8px;
	box-shadow: -1px 1px 2px rgba(0, 77, 147, 0.2);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-blend-mode: color-burn;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	/* 仅过渡 transform */
	transform-origin: center;
}
.matter .list .item:hover {
	background-image: linear-gradient(to right, #cee3fd, #fff), var(--bg-image);
	color: #014c93;
	transform: scale(0.95);
	box-shadow:
		1px 1px 4px rgba(213, 235, 255, 0.8),
		-2px -2px 6px rgba(255, 255, 255, 0.8),
		-1px -1px 3px rgba(255, 255, 255, 0.6) inset;
}
  body[data-topbar=old] .aisle .list .item {
        	height: 66px;
        	width: 100%;
        	background-image: linear-gradient(to left, #e7f2fd, #ffffff);
        	box-shadow: 0px 2px 3px 1px rgba(213, 234, 254, 1);
        	font-size: 30px;
        }
		
/*总结助手*/	
.sound_tit {
	height: 56px;
}
.sound_tool {
  &:hover {
    .ydqw_sound,
    .ydzy_sound {
     padding: 6px 7px;
    }
  }
}
/*搜素助手*/
.main-search{
    background: rgba(255,255,255,1);
}




