
.matrixL{
    position: relative;
    min-height: calc(100% - 55px);
}



.matrixL ul{
    padding-bottom: 60px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
.matrixL li{
    width: 327px;
    height: 184px;
    background: #ddd;
    overflow: hidden;
    margin-top: 15px;
    margin-right: 9px;
    font-size: 16px;
    position: relative;
}
.matrixL li:nth-child(3n){
    margin-right: 0;
}
.matrixL .poster{
    width: 100%;
    height: 100%;
}
.matrixL .poster-small{
    position: absolute;
    z-index: 2;
    width: 64px;
    height: 64px;
    left:50%;
    margin-left: -32px;
    top: 32px;
    border-radius: 100%;
}
.matrixL .bottom{
    position: absolute;
    width: 100%;
    height: 54px;
    bottom: 0;
    background: #f2f1f0;
    opacity: .8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 11px 0;*/
    overflow: hidden;
    font-size: 0;

    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:center;
}
.matrixL .dep{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 100%;
}
.matrixL .content{
    display: inline-block;
    vertical-align: top;
    width: 270px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}
.matrixL .title{
    font-size: 18px;
    color: #46798e;
    margin-bottom: 6px;
    line-height: 18px;
}
.matrixL .info{
    font-size: 14px;
    line-height: 14px;
    color: #46798e;
}
.matrixL .copy-right{
    position: absolute;
    width: 100%;
    bottom:0;
    font-size:12px;
    line-height: 16px;
    color:#b9b9b9;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 14px;
}
.matrixL .copy-right a{
    color: #b9b9b9;
    text-decoration: none;
}
.matrixL .copy-right img{
    display: inherit;
    margin-top: -1px;
    vertical-align: middle;
    border: 0;
}
.matrixL .copy-right a:hover{
    color: #b9b9b9;
    text-decoration: underline;
}

/*ie9 hack*/
.matrixL ul{
    font-size: 24px\9;
}
.matrixL .bottom{
    height: 40px\9;
    padding-top: 10px\9;
    padding-bottom: 10px\9;
    -webkit-box-sizing: content-box\9;
    -moz-box-sizing: content-box\9;
    box-sizing: content-box\9;
    text-align: center\9;
}
.matrixL li{
    display: inline-block\9;
}
