 .pos {
    font: normal 12px/20px 'MicroSoft YaHei';
    color: #666;
    padding-top: 12px;
}
    .main {
    width: 880px;
    float: left;
}
.wrap {
    width: 1200px;
    margin: 15px auto;
    overflow: hidden;
}
        .news_headline{ padding:10px 0}
.news_headline h3{ height:40px; font:normal 18px/40px 'MicroSoft YaHei'; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.news_headline a h3{ color:#333}
.news_headline a:hover h3{ color:#f33; text-decoration:underline;}
.news_info{ overflow:hidden}
.news_pic{ width:120px; height:90px; overflow:hidden; float:left}
.news_info section{ width:450px; float:right}
.news_info section p{ /*height:48px;*/ font:normal 12px/24px 'MicroSoft YaHei'; color:#666; padding-top:5px; overflow:hidden;padding-right:23px;}
.news_info section i{ font:normal 14px/24px 'MicroSoft YaHei'; color:#999; padding-top:8px; display:inline-block}
.news_info section i.on{ color:#f33}

.all_news{}
.all_news li{ padding:10px 0 20px 0; border-top:1px solid #eee;}
.all_news li h3{ height:40px; font:normal 18px/40px 'MicroSoft YaHei'; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.all_news li a h3{ color:#333}
.all_news li a:hover h3{ color:#f33; text-decoration:underline;}
.all_news .news_pic{ width:180px; height:135px;}
.all_news .news_info section{ width:680px;}
.all_news .news_info section i{ padding-top:2px;margin-top: 13px;}
.news_app{ height:40px; padding-top:10px; overflow:hidden}
.news_app img{ width:40px; height:40px; margin-right:10px;}
.m_link{ width:1200px; margin:5px auto;}
.m_link a{ background:#fff; font:normal 14px/28px 'MicroSoft YaHei'; color:#333; border:1px solid #333; padding:0 8px; margin:10px 10px 0 0; display:inline-block}
.m_link a:hover{ color:#24CD77; border:1px solid #24CD77;}
.m_link a.on{ background:#24CD77; border:1px solid #24CD77; color:#fff}
.bgw{
    background-color: white;
}

.news_info section i.tag{
    position: absolute;
    margin-top: 0px;
    margin-left: 10px;

}

 .news_info section i.tag a {
 display: inline-block;
    height: 24px;
    width: 64px;
    background-color: #ececec;
    color: #a5a5a5;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    border-radius: 12px;
    margin-right: -2px;
    margin-left: 2px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    margin-top: 12px;
    font-size: 10px;
}

