﻿
/* float-news */
.float-news, .float-open {
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    border-left: 0 none;
    display: inline-block;
    font-size: 16px;
    border-radius:3px
}

.float-news {
    height: 355px;
    left: 0px;
    padding: 8px;
    width: 280px;
    z-index: 100;
    bottom: 60px;
    _margin-top: 117px;
}

.float-open {
    height: 41px;
    left: -70px;
    /*padding: 4px 4px 4px 6px;*/
    width: 41px;
    z-index: 99;
    bottom: 60px;
    _margin-top: 206px;
}

.float-news, .float-open {
    position: fixed;
    *zoom: 1;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

.float-close {
        background: url(/image/nav-close.png) no-repeat left top;
    overflow: hidden;
    height: 41px;
    opacity: .6;
    filter: alpha(opacity=60);
    position: absolute;
    right: 9px;
    text-indent: 100%;
    top: 10px;
    white-space: nowrap;
    width: 41px;
    background-size: 100%;
}

.open-btn {
    background: url(/image/ml-open-demo.png) no-repeat center;
    display: block;
    overflow: hidden;
    height: 41px;
    text-indent: 100%;
    white-space: nowrap;
    width: 41px;
}

    .float-close:hover, .open-btn:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.newslista h3 {
    color: #333;
    border-bottom: 4px solid #F2F2F2;
    font-size: 26px;
    height: 54px;
    line-height: 54px;
    font-family: Microsoft Yahei,simsun,arial,sans-serif;
}

.newslista ul {
    margin-top: 10px;
}

.newslista li {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px #ccc dotted;
}

    .newslista li a {
        color: #404040;
    }

    .newslista li span {
        position: absolute;
        right: 0;
        color: #ccc;
    }

    .newslista li:last-child {
        border-bottom: 0;
    }
