/*图片列表*/
.picture .list{
    position: relative;
    cursor: pointer;
    margin-bottom: 35px;
}
.picture .list .img{
    height: 246px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    z-index: 0;
}
.picture .list .img img{
    height: 100%;
    max-width: inherit;
}
.picture .list table{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    transition: all .5s ease-in;
}
.picture .list table img{
    height: auto!important;
}
.picture .list table p{
    color: #ffffff;
    font-size: 18px;
}
.picture .list h4{
    display: block;
    width: 80%;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    background: #999999;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.picture .list:after{
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #999999;
    position: absolute;
    right: 0;
    bottom: 0;
}

.picture .list:hover table{
    top: 0;
}
.picture .list:hover h4{
    background: #b14939;
}
.picture .list:hover:after{
    background: #b14939;
}

/*校友列表*/
.list_wz li{
    line-height: 24px;
    padding: 15px 0 15px 24px;
    overflow: hidden;
    background: url("../images/frame/xy_0.png")no-repeat left center;
    border-bottom: 1px dashed #e9e9e9;
    margin-bottom: 15px;
}
.list_wz li a{
    display: inline-block;
    max-width: 80%;
    float: left;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_wz li span{
    float: right;
    color: #999999;
    font-size: 14px;
}




@media screen and ( max-width: 1200px ){
    /*图片列表*/
    .picture{
        padding: 0 10px;
    }

    .picture .list{

    }
    .picture .list .img{

    }
    .picture .list .img img{

    }
    .picture .list table{

    }
    .picture .list table img{

    }
    .picture .list table p{

    }
    .picture .list h4{

    }
    .picture .list:after{

    }

    .picture .list:hover table{
        height: 100%;
    }
    .picture .list:hover h4{
    }
    .picture .list:hover:after{

    }

    /*校友列表*/
    .list_wz li{
        margin-bottom: 0;
        padding: 10px 0 10px 15px;
    }
    .list_wz li a{
        max-width: 78%;
    }
    .list_wz li span{

    }











}