<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* video_category
----------------------------------------------- */
#video-category .video-list {
 padding-top:20px;
 zoom:1;
 overflow:hidden;
 width: 100%;
}
#video-category .video-list .item {
 margin-bottom: 20px;
}
#video-category .video-list .item:hover{
 border-bottom: 4px solid #d70000;
}
#video-category .video-list .item .img img {
 width: 100%;
}
#video-category .video-list .item .title {
 background-color: #ddd;
 width: 100%;
 padding:10px 10px;
 
 text-align:center;
}
/* video
----------------------------------------------- */
#video {
 padding: 20px 0;
}
#video h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
 text-align:center;
}
#video h3 {
 padding: 20px 0 10px 0;
 color: #333;
 font-weight: bold;
 font-size: 16px;
 border-bottom: 1px solid #CBD1D3;
 margin-bottom: 20px;
}
#video .video {
 margin-bottom: 20px;
 border-radius: 10px;
}
#video .video .video-js {
 width:100%;
 height:520px;
}
@media (max-width: 992px) {
 #video .video .video-js {
  height:220px;
 }
}
#video .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
 text-align:center;
}
#video .content {
 color: #666666;
 line-height: 180%;
}
#video .content img {
 max-width: 100%;
}</pre></body></html>