﻿/*焦点图*/
    .focus {
        position: relative;
        width: 310px;
        height: 230px;
        background-color: #000;
        margin-left: 2px;
        margin-right: 3px;
        overflow: hidden;
        /* border: 1px solid #ccc; */
        float: left;
    }

    .focus img {
        width: 310px;
        height: 230px;
    }

    .focus .shadow .title {
        width: 100%;
        height:20px;
        padding-left: 20px;
        padding-top: 20px;
    }

    .focus .shadow .title a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: bolder;
        overflow: hidden;
    }

    .focus .btn {
        position: absolute;
        bottom: 30px;
        left: 510px;
        overflow: hidden;
        zoom: 1;
        border: 1px solid #fff
    }

    .focus .btn a {
        position: relative;
        display: inline;
        width: 13px;
        height: 13px;
        border-radius: 7px;
        margin: 0 5px;
        color: #B0B0B0;
        font: 12px/15px "\5B8B\4F53";
        text-decoration: none;
        text-align: center;
        outline: 0;
        float: left;
        background: #D9D9D9;
    }

    .focus .btn a:hover,
    .focus .btn a.current {
        cursor: pointer;
        background: #fc114a;
    }

    .focus .fPic {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 210px;
    }

    .focus .D1fBt {
        overflow: hidden;
        zoom: 1;
        height: 16px;
        z-index: 10;
    }

    .focus .shadow {
        /* width: 100%; */
        position: absolute;
        bottom: 0;
        left: 0px;
        z-index: 201;
        height: 30px;
        line-height: 30px;
        display: block;
    }

    .focus .shadow a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        overflow: hidden;
        margin-left: 10px;
        /* text-align: center; */
        font-family: "\5FAE\8F6F\96C5\9ED1";
    }

    .focus .fcon {
        position: relative;
        width: 100%;
        float: left;
        display: none;
        height: 230px;
        background: #fff;
    }

    .focus .fcon img {
        display: block;
    }

    .focus .fbg {
        bottom: 0;
        right: 0px;
        position: absolute;
        height: 30px;
        text-align: center;
        z-index: 200;
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
        width: 100%;
    }

    .focus .fbg div {
        overflow: hidden;
        zoom: 1;
        height: 14px;
        position: absolute;
        right: 5px;
        top: 10px;
    }

    .focus .D1fBt a {
        position: relative;
        display: inline;
        width: 9px;
        height: 9px;
        border-radius: 5px;
        margin: 0 3px;
        color: #fff;
        font: 12px/15px "\5B8B\4F53";
        text-decoration: none;
        text-align: center;
        outline: 0;
        float: left;
        background: #D9D9D9;
    }

    .focus .D1fBt .current,
    .focus .D1fBt a:hover {
        background: #900;
    }

    .focus .D1fBt img {
        display: none
    }

    .focus .D1fBt i {
        display: none;
        font-style: normal;
    }