为什么我设置了line_height却不能垂直居中?
<div class="news">
<div class="title"><h2 class="title_left">新闻中心</h2><a href="news.html"><span classs="title_right">More>></span></a></div><!--title结束-->
<div class="pic_news">
<img src="images/news.jpg"/>
<h2>520慕女神喊你来表白!</h2>
<p>活动时间5月20日-5月25日<br/>获奖公布时间:5月26日<br/>Learn More>></p>
</div><!--pic_news结束-->
.news
{
width:340px;
border:1px solid #e8e8e8;
}
.course
{
width:410px;
border:1px solid #e8e8e8;
margin:0 7px;
background-color:#393CCD;
}
.sidebar
{
width:230px;
background-color:#42B57E;
}
.news,.course,.sidebar
{
height:250px;
float:left;
}
.title
{
height:35px;
border-bottom:2px solid #e8e8e8;
}
.title_left
{
width:70%;
font-family:"微软雅黑";
font-size:14px;
font-weight:bold;
color:#786f66;
float:left;
line-height:35px;
padding-left:20px;
}
.title_right
{
width:20%;
float:left;
line-height:35px;
}