@charset "UTF-8";
/* line 2, ../sass/company-album.scss */
.citation-div {
    font-size: 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 50px;
    margin-top: 50px;
}

/* line 8, ../sass/company-album.scss */
.citation {
    display: inline-block;
    width: 270px;
    height: 250px;
    margin: 25px 20px 0 10px;
    font-size: 14px;
}
/* line 15, ../sass/company-album.scss */
.citation .img-div {
    width: 270px;
    height: 210px;
    line-height: 190px;
    font-size: 0;
    /* 解决图片垂直垂直居中bug */
    border: 1px solid #efefef;
    box-shadow: -3px 0 3px #efefef, 3px 0 3px #efefef, 0 -3px 3px #efefef, 0 3px 3px #efefef;
    /*底边阴影*/
}
/* line 28, ../sass/company-album.scss */
.citation .img-div img {
    width: 100%;
}
/* line 32, ../sass/company-album.scss */
.citation p {
    line-height: 40px;
    color: #848e94;
    text-align: center;
}

/* line 39, ../sass/company-album.scss */
.album_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(78, 86, 91, 0.9);
    z-index: 999;
    display: none;
}
/* line 49, ../sass/company-album.scss */
.album_layer .content {
    width: 800px;
    height: 600px;
    margin: 0 auto;
}
/* line 54, ../sass/company-album.scss */
.album_layer .content .close {
    font-size: 22px;
    line-height: 35px;
    text-align: right;
}
/* line 58, ../sass/company-album.scss */
.album_layer .content .close a {
    color: #fff;
}
/* line 60, ../sass/company-album.scss */
.album_layer .content .operate {
    position: absolute;
    top: 45%;
    left: -90px;
}
/* line 65, ../sass/company-album.scss */
.album_layer .content .opt-next {
    left: 820px;
}
