* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	font-family: Arial, "Microsoft YaHei", "微软雅黑";
}

body {
	font-size: 14px;
	color: #fff;
	scroll-behavior: smooth;
	background-color: #1e1e1e;
}

ul,
li {
	list-style: none;
}

.main {
	width: 1180px;
	margin: 0 auto;
}

.copyright {
	float: left;
	padding: 0 0 12px 0;
	width: 100%;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.video-panel {
    float: left;
    width: 100%;
    padding: 48px 0 0;
}

.video-item {
    float: right;
    width: 200px;
    height: 550px !important;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
	background-color: rgba(255, 255, 255, .05);
}

.video-item li {
    width: 200px;
    cursor: pointer;
    border-bottom: 1px solid #010101;
	padding: 16px 20px;
	line-height: 24px;
	color: rgba(255, 255, 255, .6);
}

.video-item li.current {
    background-color: #06406e;
	color: #fff;
}

.video-item li:hover {
    background-color: #14bacf;
	color: rgba(255, 255, 255, .85);
}

.video-source {
    float: left;
    width: 980px;
    height: 550px;
}

.video-item::-webkit-scrollbar-track {
    border-radius: 6px;
}

.video-item::-webkit-scrollbar {
    width: 6px;
}

.video-item::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #000000;
}