.mescroll {
    position: fixed;
    top: 2.7rem;
}
#dataList li{
    background: #fff;
    padding: 0.27rem 0.27rem 0.27rem 1.2rem;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    margin-bottom: 0.27rem;
    background:#fff url(../images/hddt_icon.png) no-repeat 0.27rem 0.27rem;
    background-size: 0.67rem 0.67rem;
}
#dataList li a{
    display: block;
    width: 100%;
    height: 100%;
}
#dataList li .baseName{
    font-size: 0.43rem;
    line-height: 0.6rem;
    font-weight: bold;
    margin-bottom: 0.27rem;
}
#dataList li .publishTime{
    background: url(../images/index_date.png) no-repeat left 0.33rem;
    background-size: 0.32rem 0.32rem;
    border-top: 1px solid #eee;
    padding: 0.33rem 0 0 0.45rem;
    font-size: 0.32rem;
    color: #999999;
}