.tab-head span {
    margin-left: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}

.tab-head span:first-child {
    margin-left: 0px;
}

.tab-head span.active {
    border-bottom: 2px solid var(--el-color-primary);
}

.search-report-input {
    position: absolute;
    right: 0px;
    top: 0px;
}

.carousel-row img {
    width: 100%;
    height: 280px;
}

.carousel-row .align-stretch {
    height: 280px;
}

.carousel-row .carousel-view-report {
    position: absolute;
    left: 32px;
    bottom: 32px;
}

.layui-carousel .indicator {
    position: absolute;
    right: 32px;
    bottom: 32px;
}

.layui-carousel .indicator span {
    margin: 0 10px;
    position: relative;
    top: 1px;
}

.layui-carousel .indicator .layui-edge-right {
    border-left-color: var(--el-color-primary);
    cursor: pointer;
}

.layui-carousel .indicator .layui-edge-left {
    border-right-color: var(--el-color-primary);
    cursor: pointer;
}

.layui-carousel .carousel-summary {
    height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}

.report-content .report-pub span {
    margin-right: 10px;
}

.report-content .report-pub span:first-child:before {
    margin-right: 0px;
    border: 0;
}

.report-content .report-pub span:before {
    content: "";
    height: 14px;
    border-left: 1px solid #B0B0B0;
    margin-right: 10px;
    opacity: .5;
}

.report-content .report-pub button {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.report-content .content-box p {
    margin-bottom: 20px;
}

.report-content .content-box p img {
    max-width: 100%;
    text-align: center;
}

.report-recommend .title {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.query-row {
    padding-left: 70px;
    position: relative;
}

.query-row span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.query-row span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    cursor: auto;
}

.layui-card-header {
    line-height: 26px;
    height: 56px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}

.resource-content {
    padding: 60px 10px;
}

.resource-content p {
    height: 74px;
    overflow: hidden;
}

.resource-content h3 {
    height: 32px;
    overflow: hidden;
}

.recommendation-card p {
    height: 72px;
    overflow: hidden;
}
.recommendation-card h3 {
    height: 32px;
    overflow: hidden;
}