console
<div id="phone">
<div id="note">
<div id="text">
<p><a href="http://www.greatwall-leather.net/" target="_blank">新闻第一资讯</a></p>
</div>
<div id="names">
<div>1、泰国国王普密蓬病情仍不稳定,需依靠呼吸器<br/>
2、日本政要提议靖国神社合祀“叛军”,促天皇参拜<br/>
3、习近平抵达金边开始对柬埔寨王国进行国事访问<br/>
4、菜鸟联盟联合天猫超市、聚划算“迟到就免单”<br/>
5、都市之声野餐音乐节落幕 听音乐品美食践行环保<br/>
</div>
</div>
</div>
</div>
#phone{border:2px solid yellowgreen;
width:268px;
height:260px;}
#names{
display:flex;
justify-content:space-around;
font-size:15px;
}
#text{
margin-left:15px;
margin-right:15px;
border-bottom-width: 2px ;
border-bottom-style :solid;
border-bottom-color:grey;
height:30px;
font-size:28px;
}a:link {background-color:#B2FF99;}
a:visited {background-color:#FFFF85;}
a:hover {background-color:#FF704D;}
a:active {background-color:#FF704D;}