<script>
var video = document.getElementById('video');
video.addEventListener('play', function() {
console.log('视频开始播放');
});
video.addEventListener('pause', function() {
console.log('视频暂停');
});
</script>
Note:
* The HTML code includes a container with a header, resource list, video player, and interactive section.
* The CSS styles the HTML elements with a clean and modern design.
* The JavaScript code is used to demonstrate video playback control using the `play` and `pause` events.
* Keywords used: "企业视频制作", "corporate video production", "视频资源", "video resources", "视频播放控制", "video playback control".