.wrap8{
	position: relative;
    padding: 0;
	background: url(../imgs/mbg.jpg) no-repeat center;
	background-size: cover;
    min-height: 1000px;
}
.wrap8>img{
	width: 100%;
}
.wrap8 .agenda{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.wrap8 .agenda table{
	display: none;
	width: 100%;
}
.wrap8 .select{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	border-radius: 4px;
	background: rgba(0,0,0,.8);
	justify-content: space-around;
}
.wrap8 .select div{
	color: #fff;
	width: 33.33%;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}
.select div.active::before {
	position: absolute;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 9px solid #f5f5f5;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 100%;
    left: 46%;

}
.wrap8 .agenda .select div.active{
	background: #f5f5f5;
	color: #272324;
	font-weight: bold;
}
.date {
	display: none;
}
.date .date_ul {
	width: 100%;
	padding: 0;
	background: #f5f5f5;
}
.date .date_ul>li {
	cursor: pointer;
	padding: 10px 15px;
	border-bottom: solid 1px #FF9800;
}
.date .date_ul li:hover {
	box-shadow: 0 0 5px 0 #f7b52b;
}
.date .date_ul>li:nth-last-child(1) {
	border: none;
}
.date .date_ul>li .show {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.show .t {
	width: 150px;
	font-size: 16px;
}
.show .speech {
	padding-left: 20px;
	border-left: solid 1px #e5e5e5;
}
.speech h3 {
	font-size: 18px;
	line-height: 1.5;
}
.speech h3.eip{
	display: inline-block;
	padding-right: 60px;
	background: url(../imgs/eip.png) no-repeat right;
	background-size: 50px;
}
.speech h3.best{
	display: inline-block;
	padding-right: 60px;
	background: url(../imgs/best.png) no-repeat right;
	background-size: 50px;
}
.speech h6 {
	font-size: 15px;
	line-height: 1.7;
	font-weight: normal;
}
.speech p {
	font-size: 15px;
	font-weight: bold;
}
.hide {
	display: none;
	padding-left: 170px;
}
.hide h6 {
	font-size: 16px;
	padding-top: 10px;
}
.hide p {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
	margin-bottom: 10px;
}
.hide ul li {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}
/* .date ul li:hover .hide {
	display: block;
} */
@media (max-width: 768px) {
	.wrap8{
		padding: 30px 0;
		background: url(../imgs/mbg.jpg) no-repeat center;
		background-size: cover;
		height: auto;
	}
	.wrap8 .title{
		color: #f7b52b;
		text-align: center;
	}
	.wrap8 .title .line{
		width: 70px;
		height: 2px;
		background: #f7b52b;
		margin: 10px auto 0 auto;
	}
	.wrap8>ul{
		margin-top: 20px;
	}
	.wrap8>ul li{
		color: #fff;
		width: 50%;
		padding-left: 10%;
		float: left;
		line-height: 26px;
	}
	.wrap8>ul span{
		padding-right: 6px;
		font-size: 20px;
	}
	.wrap8>ul b{
		font-size: 20px;
		padding: 0 4px;
	}
	
	.wrap8 .agenda{
		width:100%;
		position: static;
		transform: none;
		margin-top: 20px;
		padding: 0 10px;
	}
	.wrap8 .agenda table{
		display: none;
		width: 100%;
		margin-top: 5px;
		background: #fff;
	}
	.wrap8 .select{
		margin: 0;
		padding: 5px;
		border-radius: 0;
	}
	.wrap8 .select>div{
		border-radius: 0;
	}
	.date .date_ul>li {
		padding: 8px;
	}
	.show .t {
		width: 100px;
		font-size: 12px;
	}
	.show .speech {
		padding-left: 10px;
		border-left: solid 1px #e5e5e5;
		width: 70%;
	}
	.speech h3 {
		font-size: 14px;
	}
	.speech h6 {
		font-size: 14px;
	}
	.speech p {
		font-size: 14px;
	}
	.hide {
		padding: 0;
	}
	.hide h6 {
		font-size: 14px;
		padding-top: 10px;
	}
	.hide p {
		font-size: 12px;
	}
}