.module.information > h5.tl span::before {
    background: url(https://res.variflight.com/www_carnoc/zt/ealipo/images/atlas.jpg) no-repeat;
    background-size: 100% 100%;
}
.directory-wrap div.headline:last-child {
    padding-bottom: 20px;
}
.directory-wrap div.subhead.last-subhead {
    padding-bottom: 48px;
}
.last-subhead {
    padding-bottom: 48px;
}
.module.information > h5.tl {
    margin-bottom: 0;
}
.atlas {
    margin-left: -20px;
}
.atlas .item-atlas {
    width: 283px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 8px #cdd1d5;
}
.atlas .item-atlas .item-atlas-cover {
    width: 100%;
    height: 202px;
    overflow: hidden;
    background-size: cover;
}
.atlas .item-atlas .title {
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding: 14px;
    height: 30px;
    overflow: hidden;
}
.image-magnify-wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
}
.image-magnify-wrap img {
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1000;
    cursor: zoom-out;
}
.desc{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    text-align: justify;
}


.item-materials .list{
    /* max-height: 325px; */
    overflow: hidden;
}
.item-materials .showMore{
    cursor: pointer;
    color: #999;
    color: #2486ff;
    font-size: 14px;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgb(255 254 254 / 80%)));
    background: -o-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -ms-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
}

.desc{
    line-height: 26px;
    position: relative;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.desc .more{
    position: absolute;
    right:0; 
    bottom:0;
    background: #fff;
    padding: 0 0 0 10px;
}






