﻿
#hotpic { overflow: hidden; margin: 0 auto;float:right;width:670px;height:525px;}
#NewsPic {
    position: relative;
    width: 670px;
    height: 525px;
    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: 15px; line-height: 14px; bottom: 25px; right: 0; }
#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; margin-right:5px;}
/*#NewsPic .Nav span.Normal { color: #FFF; background: #000; filter: Alpha(opacity=50); opacity: .5; }
#NewsPic .Nav span.Cur { background: #ce0609; color: #FFF; }*/
#NewsPic .Nav span.Normal { background: transparent; width:8px;height:8px;border-radius:8px;border:1px solid white; margin-top:3px;}
#NewsPic .Nav span.Cur { background: #fff; width:12px;height:12px;border-radius:12px;border:1px solid white; }
#NewsPicTxt {
    position: absolute;
    width: 670px;
    height: 65px;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    background-color: rgba(0,0,0,0.5);
    line-height: 65px;
    margin-top: -65px;
}
    #NewsPicTxt a:link, #NewsPicTxt a:visited {
        text-decoration: none;
        color: white;
        margin-left:15px;
    }
    #NewsPicTxt a:hover {
        /*color: #dc0000;*/
        color: #02a6ff;
    }
#NewsPic img {vertical-align: top; border: 0; width: 670px; height: 525px; 
}
