.xp_artist_container{
	height: auto;
	overflow: hidden;
}
.xp_artist_conleft{
	width: 780px;
	height: 440px;
	float: left;
	position: relative;
	overflow: hidden;
}
.xp_artist_conleft img{
	width: 780px;
	max-height: 440px;
	min-height: 440px;
	object-fit: cover;
}
.xp_artist_conleft a{
	color: #ffffff;
}
.xp_artist_conleft h2{
	font-weight: normal;
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 780px;
	background-color: rgba(0, 0, 0, 0.4);
}
.xp_artisthd_pagination{
	position: absolute;
	z-index: 20;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
.xp_artisthd_pagination .swiper-pagination-switch{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0 10px;
	cursor: pointer;
}
.xp_artisthd_pagination .swiper-active-switch {
	cursor: default;
	background: #00457E;
}
.xp_artist_conright{
	width: 300px;
	float: right;
}
.xp_artist_conright h6{
	font-size: 18px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: radial-gradient(circle, #e91c0b, #cb1401);
}
.xp_artist_conright h6 a{
	color: #ffffff;
}
.xp_artist_conright ul{
	padding-top: 15px;
	height: auto;
}
.xp_artist_conright ul li{
	text-align: justify;
	font-size: 19px;
	font-weight: bold;
	line-height: 39px;
	padding-left: 3px;
	height: 69px;
	margin-bottom: 16px;
	/*background: url(../images/xp_video_play.png) no-repeat left 2px;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制显示两行 */
	overflow: hidden; /* 隐藏溢出的文本 */
}
.xp_artist_interview{
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.xp_artist_interview ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.xp_artist_interview ul li{
	overflow: hidden;
	background: #ffffff;
	width: 250px;
	box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.2);
}
.xp_artist_interview ul li img{
	width: 100%;
	max-height: 180px;
	min-height: 180px;
	object-fit: cover;
}
.xp_artist_interview ul li p{
	height: 40px;
	padding: 10px;
	line-height: 20px;
	font-size: 16px;
	background: #ffffff;
}
.xp_artist_special_bg{
	height: auto;
	overflow: hidden;
	background: url(../images/xp_artist_special_bg.jpg) no-repeat center top;
}
.xp_artist_special{
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.xp_artist_special .xp_arrow_left{
	position: absolute;
	background: url(../images/xp_left.png) no-repeat center;
	width: 33px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
	left: 50px;
	z-index: 100;
}
.xp_artist_special .xp_arrow_right{
	position: absolute;
	background: url(../images/xp_right.png) no-repeat center;
	width: 33px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
	right: 50px;
	z-index: 100;
}
.xp_more {
	position: absolute;
	top: 77px;
	right: 50px;
	margin-top: -49px;
	color: #ffffff;
	padding: 3px 10px;
	background: #00457E;
	z-index: 100;
}
.xp_artist_special_con{
	height: 460px;
	overflow: hidden;
}
.xp_artist_special_cl{
	width: 700px;
	float: left;
}
.xp_artist_special_cl img{
	width: 100%;
	max-height: 460px;
	min-height: 460px;
	object-fit: cover;
}
.xp_artist_special_cr{
	width: 400px;
	height: 460px;
	background: #f9f9f9;
	float: right;
}
.xp_artist_special_cr h4{
	height: 60px;
	padding: 50px 20px 20px 50px;
	line-height: 30px;
	font-size: 20px;
}
.xp_artist_special_cr p{
	width: auto;
	padding: 20px 50px 20px 20px;
	margin-left: 30px;
	line-height: 30px;
	background: #f9f9f9;
	text-align: justify;
}
.xp_artist_special_cr .xp_more_left{
	background: #ffffff;
	height: 50px;
}
.xp_artist_column_bg{
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
	padding-bottom: 50px;
}
.xp_artist_column{
	height: auto;
}
.xp_artist_column_con ul{
	height: auto;
}
.xp_artist_column_con ul li{
	margin-right: 10px;
	float: left;
	width: auto;
}
.xp_artist_column_con ul li:last-child
{
	margin-right: 0;
}
.xp_artist_column_con .xp_column_header{
	width: 160px;
	float: left;
}
.xp_column_header img{
	width: 100%;
	max-height: 300px;
	min-height: 300px;
	object-fit: cover;
}
.xp_artist_column_con ul li:first-child .xp_column_content{
	display: block;
}
.xp_artist_column_con .xp_column_content{
	padding: 25px;
	width: 380px;
	height: 250px;
	background: #ffffff;
	float: left;
	display: none;
}
.xp_column_content h4{
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}
.xp_column_content h5{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
}
.xp_column_content p{
	line-height: 32px;
}
.xp_artist_list{
	height: auto;
	overflow: hidden;
	width: 1920px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.xp_artist_list ul{
	width: 4000px;
	overflow: hidden;
	height: 320px;
	position: relative;
}
.xp_artist_list ul li{
	float: left;
	margin-left: 15px;
	width: 225px;
	box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.2);
	border-left: 2px solid #003333;
}
.xp_artist_list ul li img{
	width: 225px;
	min-height: 230px;
	max-height: 230px;
	object-fit: cover;
}
.xp_artist_list .xp_artist_list_title{
	border-left: 5px solid #67bae6;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.xp_artist_list a{
	color: #000033;
}
