.xp_subject_banner.swiper-container{
	width: 100%;
	position: relative;
	height: 500px;
	overflow: hidden;
}
.xp_subject_banner img{
	width: 1100px;
	max-height: 500px;
	min-height: 500px;
	object-fit: cover;
}
.xp_subject_banner h2{
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 1100px;
	background-color: rgba(0, 0, 0, 0.4);
}
.xp_subject_banner a{
	color: #ffffff;
}
.xp_zthd_pagination{
	position: absolute;
	z-index: 20;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
.xp_zthd_pagination .swiper-pagination-switch{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0 10px;
	cursor: pointer;
}
.xp_zthd_pagination .swiper-active-switch {
	cursor: default;
	background: #00457E;
}
.xp_subject_bg{
	height: auto;
	background: url(../images/xp_video_hot_bg.jpg) no-repeat center top;
	overflow: hidden;
	padding-bottom: 10px;
}
.xp_subject_bg2{
	height: auto;
	background: #f9f9f9;
	overflow: hidden;
	padding-bottom: 10px;
}
.xp_subject_con{
	height: auto;
}
.xp_subject_con ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.xp_subject_con ul li{
	width: 210px;
	height: 160px;
}
.xp_subject_con ul li img{
	width: 100%;
	max-height: 110px;
	min-height: 110px;
	object-fit: cover;
}
.xp_subject_con h3{
	padding-top: 12px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xp_subject_con2{
	height: auto;
}
.xp_subject_con2 ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.xp_subject_con2 ul li{
	width: 210px;
	height: 340px;
}
.xp_subject_con2 ul li img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.xp_subject_con2 h3{
	padding-top: 12px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xp_drama_title{
	position: relative;
}
.xp_drama_more{
	position: absolute;
	right: 0;
	top: 30px;
}
.xp_subject_con3{
	height: auto;
}
.xp_subject_con3 ul{
	display: flex;
	flex-direction: row;
	justify-content: flex-start ;
	align-items: center;
	flex-wrap: wrap;
}
.xp_subject_con3 ul li{
	width: 260px;
	height: 120px;
	margin-right: 20px;
}
.xp_subject_con3 ul li:nth-child(4n){
	margin-right: 0;
}
.xp_subject_con3 ul li img{
	width: 100%;
	height: 65px;
	object-fit: cover;
}
.xp_subject_con3 h3{
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
.xp_time_container{
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	position: relative;
}
.xp_time_container::after {
	width: 100%;
	height: 1px;
	display: block;
	background-color: #dbdbdb;
	content: '';
	position: absolute;
	top: 81px;
}
#xp_timeline{
	margin: 0 auto;
	width: 1100px;
	height: auto;
	overflow: hidden;
	position: relative;
}
#xp_timeline #next, #xp_timeline #prev{
	top: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	display: block;
	z-index: 2;
	background-color: rgba(204, 204, 204, 0.7);
	border-radius: 50%;
	cursor: pointer;
}
#xp_timeline #prev{
    left: 0;
}
#xp_timeline #prev::before{
	content: '<';
	display: block;
	font-size: 40px;
	position: absolute;
	top: -8px;
	left: 3px;
}
#xp_timeline #next{
	right: 0;
}
#xp_timeline #next::before{
	content: '>';
	display: block;
	font-size: 40px;
	position: absolute;
	top: -8px;
	right: 3px;
}
#xp_timeline #next:hover, #xp_timeline #prev:hover{
	background-color: #999999;
}
#xp_timeline #dates{
	height: 120px;
	z-index: 1;
	position: relative;
	white-space: nowrap;
}
#xp_timeline #dates li{
	display: inline-block;
	width: 217px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#xp_timeline #dates li a{
	cursor: pointer;
    display: block;
}
#xp_timeline #dates li.selected a{
	color: #67bae6;
}
#xp_timeline #dates li.selected a .xp_big_circle{
	background: #b0d9ef;
}
#xp_timeline #dates li.selected a .xp_small_circle{
	border: 1px solid #8bc5e8;
	background: #b0d9ef;
}
#xp_timeline #dates li.selected a div i{
	background: #6babd3;
}
#xp_timeline #dates li span{
	display: block;
}
#xp_timeline #dates li .xp_big_circle{
	z-index: 3;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin-top: 23px;
	background: #cacaca;
}
#xp_timeline #dates li .xp_small_circle{
	margin-top: 6px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #979797; ;
	border-radius: 14px;
	padding: 3px;
	box-sizing: border-box;
	background: #cacaca;
}
#xp_timeline #dates li div i{
	display: block;
    width: 10px;
    height: 10px;
    background-color: #777777;
    border-radius: 5px;
}

#xp_timeline #issues{
	height: auto;
    overflow: hidden;
}
#xp_timeline #issues .xp_detail_cont{
	display: none;
	height: auto;
	overflow: hidden;
}
