代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>开班信息</title>
<style type="text/css">
*{
margin: 0;
padding: 0;
}
.big{
width: 310px;
height: 479px;
background-color: white-gray;
margin: 0 auto;
}
.box1{
border-top: green solid 2px;
width: 300px;
height: 38px;
background-color: gray;
margin: 4px;
float: right;
}
p.left{
color: black;
width:16px;
float:left
}
p a{
color: red;
text-align: none
}
.box2{
width: 300px;
height: 427px;
border: gray solid 1px;
margin: 4px;
overflow: hidden;
zoom:1;
}
li a{
color: red;
text-align: none
}
</style>
</head>
<body>
<div class="big">
<div class="box1">
<p style="background-color: black width:16px">     近期开班         
<a class="right" href="#">18年面授开班计划</a>
</p>
</div>
<div class="box2">
<br>
<div>
<p style="background-color: black width:14px">
         人工智能+Python-高薪就业班
</p>
<ul>
<li>   开班时间:
<a href="#">2018-04-08</a>       <a href="#">预约报名</a></li>
<li>   开班时间:
<a href="#">2018-03-23</a>  <a href="#">无座,名额爆满</a>
</li>
<li>   开班时间:2018-01-23        开班盛况</li>
<li>   开班时间:2017-12-20        开班盛况</li>
<li>   开班时间:2017-11-18        开班盛况</li>
</ul>
</div>
<br>
<hr>
<br>
<div>
<p style="background-color: black width:14px">
         Android开发+测试-高薪就业班
</p>
<ul>
<li>   开班时间:
<a href="#">2018-04-26</a>       <a href="#">预约报名</a></li>
<li>   开班时间:2018-03-23        开班盛况</li>
<li>   开班时间:2017-1-23          开班盛况</li>
<li>   开班时间:2017-12-10        开班盛况</li>
</ul>
</div>
<br>
<hr>
<br>
<div>
<p style="background-color: black width:14px">
         大数据软件开发-青芒工作室
</p>
<ul>
<li>   开班时间:
<a href="#">2018-04-26</a>     <a href="#">预约报名</a></li>
<li>   开班时间:2017-1-23        开班盛况</li>
</ul>
</div>
</div>
</body>
</html>