.tab{
	overflow:hidden;
	list-style-type:none;
	display: flex;
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
/*	margin-left: 100px;*/
}

.tab li{
	width: calc(100%/12);
  border-bottom: 1px solid #ffe7e5;
  background-color: #d9d9d9;
  line-height: 30px;
  font-size: 1.4rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.tab li.select{
	background:#ffe7e5;
}

.eve_cont li{
	background:#fff; 
	list-style-type:none;
}

.eve_back{
	float: left;
	width: 760px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 100px;
	margin-bottom:20px;
	font-weight:bold;
	text-align:right;
}

.hide {
	display:none;
}

.aco_dl{
	overflow: hidden;
}

.tabs{
    
}

/*
.eve_h{
    float: left;
	width: 760px;
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 100px;
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
	background:#edf3de;
	padding: 10px 0 15px 10px;
	cursor:pointer;
	border-left: 10px solid #5f8609;
}

.tab{
   display: flex;


}*/
