﻿/*图片新闻切换css*/
#focus {
    width: 548px;
    height: 343px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

    #focus ul {
        height: 90px;
        position: absolute;
    }

        #focus ul li {
            float: left;
            width: 548px;
            height: 343px;
            overflow: hidden;
            position: relative;
        }

            #focus ul li div {
                position: absolute;
                overflow: hidden;
            }

    #focus .btnBg {
        position: absolute;
        width: 548px;
        height: 20px;
        left: 0;
        bottom: 0;
    }

    #focus .btn {
        position: absolute;
        width: 548px;
        height: 10px;
        padding: 5px 10px;
        right: 0;
        bottom: 10px;
        text-align: right;
    }

        #focus .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 25px;
            height: 10px;
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: #FFF;
        }

.syqiehuan p {
    width: 547px;
    height: 50px;
    line-height: 50px;
    background: #333;
    opacity: 0.8;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    font-size: 18px;
    text-indent: 20px;
}