.beefup {
	 border-bottom:1px solid rgba(255,255,255,0.2);


}

.beefup:first-child {
  margin-top: 0;
}

.beefup__head {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
 

  font-size:15px;
  margin-top:0px;
  background-color:#102857;
}
.beefup__head a {display:block;   color:#fff;padding:1.5rem;}

.left_menu a{
  color:#111;
  font-size:18px;
  font-weight:600;
  padding:20px;
  display: block;
  border-bottom:1px solid rgba(255,255,255,0.2);

}
.beefup__head::after {

  
 background:url("/m/image/main/plus_ic.png") no-repeat;
content: '';
  position: absolute;
  right: 20px;
  height: 17px;

  top: 25px;
  width: 17px;
}

.beefup__body {
	padding:10px 20px;
  border-top:1px solid rgba(255,255,255,0.2);
  background-color:#08193a
}
.beefup__body>ul>li {
	font-size:14px;
	color:#525252;
	font-family:'Noto Sans', sans-serif;
}
.beefup__body>ul>li>a {
	color:rgba(255,255,255,0.8);
	line-height:45px;
	display:block
}
.beefup__body>ul>li>a:hover {
	color:#fff
}

.beefup.is-open > .beefup__head::after {
background:url("/image/main/minus_ic.png") no-repeat;
content: '';
 width: 14px;
height: 9px;
background-size:cover
}

 .is-open h3 {
	background-color:#08193a;
	color:#fff;
}
 .is-open h3 a {color:#fff !important;}
