
html,
body, ul, li {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#main {
    /* z-index: 109;*/
    width: 1300px;
    height: auto;
    /*height: 1000px;*/
    border: 0px solid #d2d2d2;
    margin: 0px auto;
}

#xuanzhuan ul li {
    width: 320px;
    /*height: 300px;*/
    float: left;
    position: relative;
    margin: 0 40px;
    cursor: pointer;
    margin-bottom: 20px;
    border:0px solid #4cff00
}

    #xuanzhuan ul li img {
        border-radius: 10px;
        width: 380px;
        height: 280px;
    }

    #xuanzhuan ul li span {
       /* width: 360px;
        height: 250px;*/
        display: block;
        border-radius: 20px;
    }

#xuanzhuan .info {
    width: 220px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    border-top-right-radius: 50px;
    background-color: rgba(215,12,25,0.5);
}

    #xuanzhuan .info a {
        background: #d70c19;
    }

    #xuanzhuan .info h2 {
        text-align: center;
        line-height: 26px;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        margin-top: 5px;
        font-weight:bold;
    }

    #xuanzhuan .info p {
        padding: 0 20px;
        font-size: 12px;
        height: 32px;
        overflow: hidden;
        text-align: center;
    }

    #xuanzhuan .info a {
        display: block;
        width: 100px;
        height: 20px;
        background: #7a3f3a;
        color: #FFF;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
        line-height: 20px;
        margin: 10px auto;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }
