
        
        .container {
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: left;
        }
        
       .httdjk{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
        }
        
        .httdjk_bt {
            font-size: 2.5rem;
            font-weight: 700;
            color: #e94560;
            margin-bottom: 10px;
        }
        
        .tagline {
            font-size: 1.2rem;
            color: #999999;
            opacity: 0.9;
        }
        
        .main-content {
	width: 100%;
	height: auto;
        }
        
        .video-section {
	flex: 1;
	min-width: 500px;
	width: 68%;
	
	float: left;
        }
		      .main-content-sidebar {
	width: 30%;
	float: right;
	border: 1px dashed #CCCCCC;
	height:640px;
        }
        
        .video-container {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }
        
        .video-info {
            padding: 20px;
            background: #fff;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
        }
        
        .video-title {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: #16213e;
        }
        
        .video-meta {
            display: flex;
            justify-content: space-between;
            color: #777;
            font-size: 0.9rem;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
	  .video-meta li{
	float: left;
	width: 100%;

	text-decoration: none;
	list-style-type: none;
        }
		        .video-meta li span{
	float: left;
	width: 300px;
		font-family: "新宋体";
	font-size: 14px;
	line-height: 36px;
        }
        
        .video-description {
            color: #555;
            line-height: 1.7;
        }
        
        .video-js {
	width: 100%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow: hidden;
	height: 500px;
        }
        
        .sidebar {
	width: 100%;
	min-width: 1000px;
	margin-top: 12px;
	float: left;
        }
        
        .section-title {
	font-size: 1.4rem;
	color: #666666;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e94560;
	margin-top: 20px;
        }
        
        .related-videos {
            display: block;
            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }
        
        .video-card {
	background: #0f3460;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	color: white;
	float: left;
	width: 317px;
	margin-right: 8px;
	margin-left: 8px;
	height: 320px;
        }
        
        .video-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }
        
        .card-thumb {
            width: 100%;
            height: 180px;
            object-fit: cover;
            display: block;
        }
        
        .card-body {
            padding: 10px;
        }
        
        .card-title {
            font-size: 0.9rem;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 1.4;
            height: 2.8em;
        }
        
        .card-meta {
            font-size: 0.75rem;
            color: #c3c7dd;
        }
        
        .actions {
            display: flex;
            gap: 15px;
            margin: 25px 0;
        }
		
		
				
		
		
		
       /** 顶一下 **/
      .btn {
            padding: 12px 25px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            font-size: 1rem;
        }
        
        .btn-primary {
            background: #e94560;
            color: white;
            flex: 1;
        }
        
        .btn-secondary {
            background: #0f3460;
            color: white;
            flex: 1;
        }
        
        .btn:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }
        
        
        @media (max-width: 1000px) {
            .main-content {
                flex-direction: column;
            }
            
            .sidebar {
                width: 100%;
            }
            
            .related-videos {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }
        }
        
        /* Custom video.js theme */
        .video-js .vjs-big-play-button {
            background: rgba(233, 69, 96, 0.7);
            border: none;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            line-height: 80px;
        }
        
        .video-js .vjs-play-progress {
            background-color: #e94560;
        }
        
        .video-js .vjs-control-bar {
            background: rgba(15, 52, 96, 0.9);
        }

		 .footer{
	float: left;
	width: 100%;
	margin-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.footer .foot1{
	float: left;
	width: 100%;
	text-align: center;
}
.footer .foot1 ul{
	height: 26px;
	text-align: center;
	float: left;
	padding-right: 20%;
	padding-left: 20%;
}
.footer .foot1 ul li{
	float: left;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
}
.footer .foot1 ul li a{
	float: left;
	height: 26px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 26px;
	color: #666666;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
.footer .bq{
	width: 1000px;
	float: left;
	text-align: center;
}
.footer .bq span{
	width: 100%;
	text-align: center;
	height: 26px;
}
.fo{
	text-align: center;
	height: 26px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.fo a{
	text-align: center;
	height: 26px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.footer .bq p{
	width: 100%;
	text-align: center;
	height: 26px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.foot{
	width: 1000px;
	float: left;
	text-align: center;
	margin-bottom: 18px;
}
.foot p{
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}