/*公共头部*/
.module_item_hd{
    border-bottom:2px solid;
    padding-bottom:14px;
    overflow:hidden;
    position:relative;
    z-index:10;
}
.module_item_hd h2{
    float:left;
    font:normal 24px/26px "Hiragino Sans GB","Microsoft Yahei",Arial,sans-serif;
}
.module_item_hd h2 a{
    color:#1e76a8;
}
.module_item_hd .vote{
    float:right;
    line-height:16px;
    color:#ff6612;
    margin-top:10px;
}
.module_item_hd .more{
    float:right;
    line-height:16px;
    color:#666;
    margin-top:10px;
}
.module_item_hd .vote .icon{
    display:inline-block;
    width:12px;
    height:14px;
    background:url(../../images/pages/module_icon.png) -133px -132px;
    margin-right:4px;
    vertical-align:middle;
}
