﻿#NewsPic
{
    position: relative;
    width: 100%; /*357px;*/
    height: 230px;
    overflow: hidden;
}

    #NewsPic a
    {
        visibility: hidden;
        display: none;
        overflow: visible;
        border: 0;
        text-decoration: none;
    }

        #NewsPic a.cur
        {
            visibility: visible;
            display: block;
        }

    #NewsPic .Picture
    {
        position: absolute;
        left: 0;
        top: 0;
    }

    #NewsPic .Nav {
        position: absolute;
        height: 13px;
        line-height: 14px;
        /* bottom: 0; */
        margin-top: 2%;
        right: 0;
        margin-top: 62%;
        /* margin-left: 77%; */
        margin-right: 10px;
        z-index: 50;
    }

        #NewsPic .Nav span
        {
            font-size: 12px;
            font-weight: 400;
            color: #FFF;
            float: right;
            display: block;
            width: 24px;
            text-align: center;
            background: #000;
            border-left: solid 1px #FFF;
            cursor: pointer;
        }

            #NewsPic .Nav span.Normal
            {
                color: #FFF;
                background: #000;
                filter: Alpha(opacity=50);
                opacity: .5;
            }

            #NewsPic .Nav span.Cur
            {
                background: #ce0609;
                color: #FFF;
            }

#NewsPicTxt {
    position: relative;
    width: 97%;
    height: 40px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    background-color: rgba(66, 61, 61,0.5);
    margin: 0 auto;
    margin-top: -13%;
}
    #NewsPicTxt a {
        margin-left: 2%;
        text-align: left;
        line-height: 40px;
        color: white;
        width: 70%;
        display: block;
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #NewsPicTxt a:link, #NewsPicTxt a:visited {
        text-decoration: none;
    }

#NewsPicTxt a:hover {
    color: #f33;
}

#NewsPic img
{
    vertical-align: top;
    border: 0;
    width:97%; /*357px;*/
    margin-left:1.5%;
    margin-top:1.5%;
    
    
}
