@charset "utf-8";
/* CSS Document */
    body{ background-color:#2A2A2A}
    *{
        margin: 0px;
        padding: 0px;
        font-family: "微软雅黑";
        list-style: none;
    }
    a{
        text-decoration: none;
    }
    .pic{
        overflow: hidden;/*隐藏溢出*/
        width: 100%;
        height: 100%;
        margin: 0 auto;

    }
    .pic ul li{
        float: left;
    }
   
    .txt{
        background-color: #000;
        background: rgba(0, 0, 0, .5);
    }
    .txt .p1{
        float: left;
        color: #fff;
        font-size: 22px;
        width: 23px;
        padding: 25px 10px 0 25px;
        font-weight: bold;
    }
    .txt .p2{
        float: left;
        color: #fff;
        font-size: 13px;
        width: 13px;
        padding: 85px 25px 0 30px;
    }