凤凰网
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>凤凰网</title>
<style type="text/css">
* {
font-family: SimSun, Arial;
padding: 0;
margin: 0;
border: none;
}/*页面初始话*/
body {
font-size: 12px;
font-family: SimSun, Arial;
}/*设置页面所有文字大小和类型*/
ul {
list-style: none;
}
img {
border: none;
text-decoration: none;
display: block;
}
a {
color: #004276;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #F00;
}
a img, :link img, :visited img{
border: 0;/*设置图像任何状态下都没有边框*/
}
.fl{
float: left;
}
.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.Box{
margin: 0 auto;
width: 370px;
}
.title{
background: url(15.png) no-repeat left center;
line-height: 38px;
padding-top: 18px;
font-size: 16px;
font-weight: bold;
color: #2b2b2b;
}
h2{
line-height: 40px;
height: 40px;
padding-top: 8px;
}
h2 a{
font-size: 16px;
font-weight: bold;
color: #004276;
}
.BoxPic{
width: 120px;
height: 118px;
margin-top: 7px;
margin-right: 13px;
overflow: hidden;
}
.BoxTxt{
width: 224px;
}
.BoxTxt ul li a{
font-size: 14px;
line-height: 26px;
}
h3{
height: 26px;
padding-left: 13px;
background: url(110.png) no-repeat left center;
padding-top: 9px;
}
h3 a{
line-height: 26px;
font-size: 14px;
font-weight: bold;
}
.BoxConBig ul li{
height: 26px;
padding-left: 13px;
background: url(110.png) no-repeat left center;
}
.BoxConBig ul li a{
font-size: 14px;
line-height: 26px;
}
</style>
</head>
<body>
<div class="Box">
<div class="title"><a href="#">智库</a>•凤凰号</div>
<h2><a href="#">大咖云集!2018凤凰国际论坛邀您与世界对话</a></h2>
<div class="BoxCon clearfix">
<div class="BoxPic fl"><a href="#"><img src="11.jpeg" width="120" height="118"></a></div>
<div class="BoxTxt fl">
<ul>
<li><a href="#">年内国际油价会有大突破么?</a></li>
<li><a href="#">中国年轻人比美国同龄人还能花钱</a></li>
<li><a href="#">捧回诺贝尔经济学奖的大佬是谁</a></li>
<li><a href="#">诺贝尔经济学奖对中国有何启发</a></li>
<li><a href="#">关爱地球,我们的生活够环保吗?</a></li>
</ul>
</div>
</div>
<div class="BoxConBig">
<h3><a href="#">罗马垃圾围城引发的纷争</a></h3>
<ul>
<li><a href="#">又香又糯啥原理?告诉你东北大米为什么好吃</a></li>
<li><a href="#">穿得太奢侈要被?五百年前的欧洲人在想啥</a></li>
<li><a href="#">凤凰国际智库发布千人专家数据库</a></li>
<li><a href="#">海外动乱频发,中企安全保护如何吸取成功经验?</a></li>
<li><a href="#">企业家首先要思考发展的战略和资源</a></li>
</ul>
</div>
</div>
</body>
</html>
输出效果:

浙公网安备 33010602011771号