/*新增封面3图模式*/
.newsdata_list .news_article_3 {
    height: 150px;
    border-bottom: 2px dotted #eee;
    padding: 15px 0;
    background: #fff;
    position: relative;
}
.newsdata_list .news_title_3{
    margin: 0 0 5px 0;
    font-weight: bold;
}
.newsdata_list .news_title_3 h3 a {
    color: #404040;
    text-decoration: none;
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
}
.newsdata_list .news_article_3 .na_pic_3 {
    float: left;
    _display: inline;
    display: block;
    width: 156px;
    height:90px;
    overflow: hidden;
    position: relative;

}

.newsdata_list .news_article_3 .na_pic_3 img {
    width: 156px;
    height: 90px;
}
.newsdata_list .news_article_3 .link {
    float: left;
    _display: inline;
    font: normal 12px/16px "SimSun";
    color: #dd2727;
    padding: 3px 7px;
    border: 1px solid #dd2727;
    text-decoration: none;
}
.na_detail_3{
    position:absolute;
    bottom:8px;
    left:0;
    width:670px;
}
.newsdata_list .news_article_3 .keywords {
    float: left;
    _display: inline;
    padding-left: 15px;
    overflow: hidden;
}
.newsdata_list .news_article_3 .keywords a {
    display: inline-block;
    margin: 0 5px;
}
.newsdata_list .news_article_3 .keywords .xhw {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.newsdata_list .news_article_3 .keywords .xhw img {
    width: 18px;
    height: 18px;
}
.newsdata_list .news_article_3 .na_detail_3 .times {
    color: #999;
    font-size: 12px;
}
.newsdata_list .news_article_3 .keywords .view {
    width: 20px;
    height: 13px;
    background: url(https://hs.cnfol.com/uk/Imgs/Reception/view.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.marginLeft{
    margin-left:15px;
}
