.banner {
  width: 100%;
}
	.Main_Container .Left_List {
		width:45%;
		padding-right:5%;
	}
.Main_Container .Left_List, .Main_Container .Right_Video {
	float: left;
	width: 50%;
}
	.Main_Container .NewsLine {
		font-family: Microsoft YaHei;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		color: #000000;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		line-height:28px;
		margin-top:16px;
		cursor:pointer;
	}
	.Main_Container .NewsLine .text {
		text-overflow: ellipsis;
		overflow: hidden;
		word-wrap: normal;
		white-space: nowrap;
		display: inline-block;
		width: 90%;
	}
/*
	.Main_Container .NewsLine .date {
		width: 15%;
		float: right;
		font-family: Microsoft YaHei;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
		color: rgba(0, 0, 0, 0.4);
		margin-top:6px;
	}

*/
.Main_Container {
	overflow: hidden;
	margin-top: 40px;
}
	.Main_Container .title {
		font-size: 24px;
		line-height: 32px;
		font-weight: 600;
		color: #EA5504;
		border-left: 4px solid #ea5504;
		padding-left: 16px;
	}
.video {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	z-index: 999;
	display:none;
}
	.video span {
		cursor: pointer;
		border: 5px solid #fff;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 50px;
		top: 75px;
		border-radius: 50%;
		z-index:9999999
	}
		.video span::before, .video span::after {
			position: absolute;
			content: " ";
			left: 10%;
			top: calc(50% - 2.5px);
			height: 4px;
			background: #fff;
			width: 80%;
		}
	.video span::after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}

	.video span::before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
	video {
		display: block;
		margin: 100px auto;
	}