<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
margin: 0;
padding: 0;
}
.box {
width: 601px;
height: 314px;
margin: 150px 30%;
padding: 5px;
border: 1px solid blue;
}
.inner {
width: 601px;
height: 314px;
overflow: hidden;
position: relative;
}
.inner ul {
list-style: none;
width: 1000%;
position: absolute;
top: 0;
left: 0;
}
img {
vertical-align: top;