/*healthy-news*/
.news-tab{
    position: relative;
    display: inline-block;
    margin-left: 44px;
    vertical-align: -3px;
}
.news-tab li{
    padding: 4px 0;
    font-size: 14px;
    line-height: 14px;
    margin-right: 34px;
    cursor: pointer;
    float: left;
}
.news-tab .newsact{
    border-bottom: 2px solid #508edb;
}
.news-picture{
    width: 934px;
    height: 234px;
    float: left;
    border-right: 1px solid #ddd;
}
.news-picture .news-img{
    width: 292px;
    height: 140px;
}
.news-picture ul li{
    width: 292px;
    float: left;
    margin: 17px -5px 12px 17px;
}
.news-picture h1{
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    color: #000;
    width: 292px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.statistics{
    font-size: 12px;
    color: #666;
}
.statistics .time{
    font-size: 12px;
    color: #666;
}
.heart{
    font-size: 12px;
    color: #666;
    margin-right: 24px;
    display:inline-block;
}
.heart em{
    background: url(../../images/index/header.png) no-repeat 0 -106px;
    display:inline-block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-right: 8px;
    vertical-align: -1px;
}
.eyes{
    font-size: 12px;
    color: #666;
    display:inline-block;
}
.eyes em{
    background: url(../../images/index/header.png) no-repeat 0 -126px;
    display:inline-block;
    width: 18px;
    height: 16px;
    margin-left: 6px;
    margin-right: 8px;
    vertical-align: -5px;
}
.news-box{
    float: right;
    width: 235px;
    padding: 0 14px;
    overflow: hidden;
}
.news-box h1{
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    margin-bottom: 10px;
}
.news-list ul li{
    height: 34px;
    line-height: 34px;
    width: 227px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list ul li a{
    font-size: 12px;
    color: #333;
}
.news-list ul li a:hover{
    color: #508edb;
}