.video-profile {
	margin-top: 30px;
}

#video-header {
	padding: 0;
}

.text-mainTitle {
	font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
}

.snap-list .text-mainTitle:hover {
	color: red;
}

#listNews_items .item:hover {
	color: red;
}

#listNews_items .item {
	cursor: pointer;
}

.video-profile button {
	color: white;
    padding: 5px 10px 5px 10px;
    border: none;
    border-radius: 4px;
    background: rgb(215, 163, 114);
}

#about_content {
	width: 100%;
	height: 80px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;  /*限制在一个块元素显示的文本的行数*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#videoCover {
	cursor: pointer;
}

#videoPlayer {
	display: none;
	height: 100%;
	width: 100%;
}

.video-media {
	height: 270px;
}

.profile-media {
	border: 1px solid #ccc;
	padding: 20px;
	max-height: 270px;
}

.video-text,
.video-media,
.profile-text,
.profile-media {
	margin-top: 15px;
}

.profile-media p {
	margin-top: 10px;
}

.video-text, .profile-text {
	margin-left: 0px;
	margin-right: 0px;
}

.snap-list {
	margin-top: 60px;
}

.snap-list .snap-header, .list-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.sns {
	margin-top: 45px;
}

.sns img {
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    margin-top: 15px;
}

#listNews_items .item {
	margin-bottom: 6px;
}

#segment-line {
	height: 1px;
	width: 80px;
	margin-left: 15px;
	background: red;
	margin-top: -16px;
	margin-bottom: 14px;
}