
.saosao{
   position: relative;
}
.saosao:hover .mamaa{
	display: block;
}
.mamaa{
	display: none;
	width: 120px;
	height: 138px;
	position: absolute;
	top: 35px;
	left: -51px;
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	z-index: 9999;
	box-sizing: border-box;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.18);
}
.mamaa p{
	font-size: 10px;
	color: #666;
	margin-top: 5px;
	text-align: center;
}
.imsg{
	width: 100%;
	height: 90px;
}
/*向上*/
.triangle_border_up{
    width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent #fff;/*透明 透明  灰*/
   margin: auto;
    margin-top: -15px;
    position:relative;
}



.wxjz{
   width: 100%;
   height: 188px;
   position: relative;
   border-top: 1px solid #dee9f3;
}
.up_s{
  width: 100%;
  height: 64px;
  margin-top: 26px;
  padding: 0px 22px 0px 28px;
  margin-bottom: 18px;
}
.up_s>img{
  width: 66px;
  height: 66px;
  display: block;
  float: left;
  border-radius: 50%;
}
.dle{
  float: left;
  padding: 12px 22px 9px 16px;
  box-sizing: border-box;
}
.dle>dt>a{
  color: #333333;
  font-size: 18px;
}
.dle>dt{
  color: #333333;
  font-size: 18px;	
}
.dle>dt:hover{
   color: #374896;
   border-bottom: 1px solid #374896;
}
.dle>dt>a:hover{
   color: #374896;
   border-bottom: 1px solid #374896;
}
.ok_di{
  overflow: hidden;
  padding-bottom: 160px;
}
.saosao{
   cursor: pointer;
   font-size: 20px;
   color: #999999;
   float: right;
}
.popover-title{
   background: none;
   border-bottom:none; 
}
.popover{
   box-shadow: 1.5px 1.3px 7px 0px 
		rgba(9, 1, 3, 0.14);
	border: solid 1px #dee9f3;
}
.text-center{
   margin-bottom: 0px;
}
.popover-content{
   padding-top: 0px;
}
.down_s{
  width: 100%;
  height: 57px;
  overflow: hidden;
  padding: 0px 22px 0px 28px;
}
.mus{
   width: 74px;
   height: 57px;
   float: left;
   color: #999999;
   font-size: 14px;
}
.auto_wid{
   width: 90%;
   height: 57px;
   float: left;
   color: #999999;
   text-align: justify;
   font-size: 14px;
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.dle{
	   margin-bottom: 10px;
	}
	.up_s{
	  margin-bottom: 0px;
	}
	.auto_wid{
	  width: 72%;
	}
}