html,
body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: '微软雅黑';
	font-size: 12px;
	background: url('../image/bg.png') no-repeat top center;
	background-size: cover
}

a {
	color: #ffffff;
	text-decoration: none !important;
}

a:focus,
a:hover {
	text-decoration: none !important;
}

.box {
	width: calc(100% - 100px);
	padding: 0px 50px 30px 50px;
	position: relative;
}

.xinicon {
	width: 168px;
	position: absolute;
	bottom: 30px;
	right: 15px;
	z-index: -1
}

.header {
	width: 100%;
	padding-top: 20px;
	display: grid;
	grid-template-columns: 5fr 2fr;
	grid-gap: 0 30px;
}

.header_left {
	font-size: 26px;
	color: #FFFFFF;
	/* font-weight: 600; */
	cursor: default;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 0 30px;
}

.header_left_btn {
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 8px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
}

.header_left_btn_icon {
	width: 28px;
	height: 16px;
	margin-right: 15px;
}

.header_right {
	padding-left: 20px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 500;
	display: grid;
	grid-template-columns: auto 1px auto 1fr;
	line-height: 40px;
	grid-gap: 0 20px;
}
.header_right_time{
	font-size:14px;
}
.header_right_item {
	opacity: 0.3;
	cursor: pointer;
}

.header_right_item:hover {
	opacity: 1;
}

.header_right_item_active {
	opacity: 1 !important;
}

.header_right_line {
	background: #ffffff;
	opacity: 0.3;
	height: 20px;
	margin-top: 10px;
}

.middle {
	width: 100%;
	margin-top: 20px;
	display: grid;
	grid-template-columns: 5fr 2fr;
	grid-gap: 0 30px;
}
.middle_left{
	width:100%;
	overflow:hidden;
}
.middle_left_videoBox {
	position: relative;
}

.middle_left_video {
	width: 100%;
	/* height: 650px; */
	/* background: #000 */
}
.prism-player{
	background:none!important;
}
.middle_left_bottom {
	margin-top: 10px;
	width: 100%;
	padding: 10px 0px 0px 0;
	background-image: linear-gradient(180deg, rgb(27, 35, 79) 15%, rgba(0, 64, 88, 0) 100%);
	border-radius: 20px;
}

.middle_left_zhibo {
	width: calc(100% - 40px);
	/* padding-bottom: 10px; */
	margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 0px 50px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: default;
}

.middle_left_zhibo_date {
	font-size: 22px;
}

.middle_left_zhibo_title_item {
	float: left;
	line-height: 36px;
	border: 0.5px solid rgba(255, 255, 255, 0.3);
	border-radius: 7px;
	padding: 0 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 500;
}

.middle_left_zhibo_title_item_active {
	background: #2D488A;
	border: 0.5px solid rgb(14, 17, 40) !important;
	color: #FFF !important;
}

.middle_left_zhibo_title_empty {
	clear: both;
}

.swiper-container {
	width: 100%;
}

.middle_left_time {
	width: calc(100% - 40px);
	padding: 20px 20px 0px 20px;
	position: relative;
	overflow: hidden;
}

.middle_left_time_icon {
	width: 10px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.middle_left_time_left {
	left: 5px;
	background: url('../image/left.png') no-repeat top left;
}

.middle_left_time_right {
	right: 5px;
	background: url('../image/right.png') no-repeat top left;
}

.swiper-slide {
	background: none !important;
	border-radius: 10px;
}

.middle_left_time_item {
	border-radius: 10px;
	line-height: 20px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: default;
	background: rgb(27, 34, 79);
	padding: 10px;
	width: 100%;
	text-align: left;
	cursor: pointer;
}

.middle_left_time_item_top {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 0 20px;
	font-size: 14px;
	color: #FFFFFF;
}

.middle_left_time_item_top_status {
	color: rgba(255, 255, 255, 0.5)
}

.middle_left_time_item_top_status_active {
	color: #0EFFD1 !important;
}

.middle_left_time_item_bottom {
	font-size: 16px;
	color: #FFFFFF;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-top: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 3px;
}

.middle_right {
	    padding: 24px;
	    box-sizing: border-box;
	    height: 100%;
	    background-image: linear-gradient(180deg, rgb(29, 35, 81) 15%, rgba(0, 64, 88, 0) 100%);
	    border-radius: 20px;
	    font-size: 18px;
	    color: #FFFFFF;
	    width: 100%;
	    overflow: hidden;
}

.middle_right_title {}

.middle_right_content {
	margin-top: 20px;
}

.middle_right_content_li {
	line-height: 25px;
	display: flex;
	cursor: default;
}

.middle_right_content_li_active {
	color: #0EFFD1 !important;
}

.middle_right_content_li_right_zhuchi {
	color: #ffffff;
}

.middle_right_content_li_right_zhuchi_name {
	opacity: 0.5;
}

.middle_right_content_li_left {
	width: 120px;
}

.middle_right_content_li_right {
	flex: 1;
	padding-left: 40px;
	padding-bottom: 25px;
	position: relative;
}

.middle_right_content_li:not(:last-child) .middle_right_content_li_right:before {
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.middle_right_content_li_right:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #ffffff;
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 2;
	border-radius: 10px;
}

.middle_right_content_li_active .middle_right_content_li_right:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #06E1B7 !important;
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 3;
	border-radius: 10px;
}

.swiper-container {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
