@charset "UTF-8";
/* line 2, ../sass/aptitude.scss */
.citation-div {
    font-size: 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 50px;
}

/* line 7, ../sass/aptitude.scss */
.citation {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 245px;
    margin: 50px 0 0 0;
    font-size: 14px;
}
/* line 15, ../sass/aptitude.scss */
.citation .bg {
    height: 215px;
    padding-top: 6px;
    background: url("images/aptitude-bg.png") no-repeat -7px 0px;
}
/* line 20, ../sass/aptitude.scss */
.citation .bg .img-div {
    width: 220px;
    height: 180px;
    line-height: 180px;
    margin: 0 auto;
    font-size: 0;
    /* 解决图片垂直垂直居中bug */
    text-align: center;
    overflow: hidden;
}
/* line 29, ../sass/aptitude.scss */
.citation .bg .img-div img {
    width: 100%;
}
/* line 34, ../sass/aptitude.scss */
.citation p {
    color: #848e94;
    text-align: center;
}

/* line 40, ../sass/aptitude.scss */
.honor_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
/* line 48, ../sass/aptitude.scss */
.honor_layer .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #4e565b;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
/* line 58, ../sass/aptitude.scss */
.honor_layer .content {
    position: relative;
    width: 800px;
    height: 600px;
    margin: 20px auto 0 auto;
    color: #fff;
    text-align: right;
}
/* line 66, ../sass/aptitude.scss */
.honor_layer .content .close {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
/* line 71, ../sass/aptitude.scss */
.honor_layer .content .img-div {
    height: 500px;
    line-height: 500px;
    overflow: hidden;
    font-size: 0;
    /* 解决图片垂直垂直居中bug */
    text-align: center;
}
/* line 78, ../sass/aptitude.scss */
.honor_layer .content .img-div img {
    max-width: 800px;
    max-height: 500px;
}
/* line 83, ../sass/aptitude.scss */
.honor_layer .content .des p {
    float: right;
    display: inline;
    width: 50%;
    line-height: 45px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* line 93, ../sass/aptitude.scss */
.honor_layer .content .des p:first-child {
    float: left;
    text-align: left;
}
/* line 98, ../sass/aptitude.scss */
.honor_layer .content .operate {
    position: absolute;
    top: 45%;
    left: -90px;
}
/* line 103, ../sass/aptitude.scss */
.honor_layer .content .opt-next {
    left: 820px;
}
