/*-------------------------------*/
.live_list_title{
	font-size:15px;
	line-height:17px;
	padding: 0 0 0 8px;
	margin: 10px 0 10px 0;
	border-left: 3px solid var(--orange);
	font-weight: bold;
	color: #666;
}
.live_list_title2{
	color:#d70;
	font-size:14px;
	line-height:18px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.live_list_disc{
	max-height: 76px;
	overflow: hidden;
	padding:3px;
	color:#666666;
	font-size:14px;
	line-height:18px;
}
.live_list_date{
	margin-left: auto;
	margin-right: 0;
}
.live_list_ticket{
	padding: 0 10px 0 10px;
	line-height:25px;
	font-size:15px;
}
.talent_small_icon{
	width: 40px;
	height: 40px;
	border: 1px solid #d9d9d9;
	border-radius:50%;
}
a:hover .talent_small_icon{
	border-radius:50%;
	border: 1px solid #d9d9d9;
	box-shadow: 0 0 0 0;	
}
.talent_photo_s_list img{
	margin-right:5px;
}
@media screen and (max-width: 750px) {
	.live_list_title{
		font-size:14px;
		padding: 0px 0 0px 5px;
		margin: 5px 0 5px 0;
		border-left: 0;
	}
	.live_list_title2{
		font-size:12px;
		padding: 0px 0 0px 0px;
	}
	.live_list_ticket{
		font-size: 12px;
	}
	.talent_small_icon{
		width: 36px;
		height: 36px;
	}
	.live_list_date{
		display: none;
	}
}
/*-------------------------------*/
.appe_title{
	text-align:left;
	margin-bottom: 0px;
	margin-top: 0px;
}
.appe_detail{
	text-align:left;
	padding-left:30px;
	padding-bottom:5px;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.appe_detail_img{
	float: left;
	width: 90px;
	border-radius: 8px;
	margin-right: 10px;
}
/*--------------------------------*/
.talent_photoname_list{
	display:flex; flex-wrap: wrap;
//	justify-content: space-around;
//	margin-top: 10px;
//	margin-bottom: 15px;
}
.talent_photoname_list > li{
	position: relative;
	text-align:center;
	line-height:15px;
	width: 150px;
	max-width: 47%;
	margin-bottom: 6px;
	border: 1px solid #fdc;
	border-radius: 20px;
	background: #fffaf0;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
.talent_photoname_list > li > a > div{
	border-radius: 20px;
	padding: 3px;
}
.talent_photoname_list_name{
	font-size:14px;
	width:100%;
}
.talent_photoname_list_name > p{
	font-size:10px;
	line-height: 12px;
}
.talent_photoname_list_attr{
	font-size:13px;
	background-color:#ffffff;
	border-radius: 10px 10px 10px 10px;
	border:1px solid #666666;
	padding:3px;
}
.repeat_mark {
	z-index:40;
	width:26px;
}
.voice_mark {
	position: absolute;
	left:75px;
	top:-23px;
	margin:14px 0 0 52px;
	z-index:40;
	width: 30px;
}
@media screen and (max-width: 750px) {
	.talent_photoname_list{
		display:none;
	}
	.talent_photoname_list > li{
		width: 140px;
	}
	.talent_photoname_list_name{
		font-size:14px;	
	}
}