.bgal .section-title span,
.gtxz .section-title span {
    color: #376aff;
}

.screening {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 10px;
}

.screening-title {
    font-size: 16px;
    line-height: 2;
    color: #727a8e;
    flex-shrink: 0;
    width: 85px;
}

.screening-body {
    display: flex;
    flex-wrap: wrap;
}

.screening-body a {
    color: #0b1636;
    font-size: 16px;
    line-height: 2;
    padding: 0 20px;
}

.screening-body .active {
    color: #fff;
    background: #376aff;
    border-radius: 16px;
}

.screening-body .active b {
    font-weight: normal;
}

.bgal-item {
    width: calc(100% - 20px);
    margin: 10px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.53);
    transition: all 0.6s ease-in-out;
}

.bgal-item:hover {
    margin-top: 0px;
    margin-bottom: 20px;
}

.bgal-header {
    height: 220px;
    background-size: cover;
    transition: all 0.6s ease-in-out;

    display: flex;
    justify-content: center;
    align-items: center;
}

.bgal-header img {
    width: auto;
    height: 100px;
    margin-bottom: 20px;
    transition: all 0.6s ease-in-out;
}

.bgal-item:hover .bgal-header img {
    opacity: 0;
}

.bgal-content {
    background: #fff;
    margin-top: -20px;
}

.bgal-item .ywms-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.bgal-item .ywms-list .ywms-item {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #2c82ff;
    padding: 0 10px;
    border-radius: 8px;
    background: #e0ecff;
    margin: 2px;
}

.bgal-item .ywms-list .ywms-item:nth-child(2n) {
    background: #e0f3ff;
    color: #2cafff;
}

.bgal-content h3 {
    color: #2f3031;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bgal-item .tdsz-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: rgba(224, 243, 255, 0.42);
    padding: 10px;
    margin-bottom: 20px;
}

.bgal-item .tdsz-item span {
    color: #2c82ff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.bgal-item .tdsz-item p {
    color: #727a8e;
    font-size: 14px;
}

.bgal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bgal-footer .ljzx {
    color: #317af7;
    font-size: 14px;
    font-weight: 400;
}

.bgal-footer .ljzx img {
    width: 18px;
    height: 18px;
}

.bgal-footer .ljxq {
    font-size: 14px;
    color: #317af7;
    font-weight: 400;
}

.gtxz {
    background: url(../images/index/gtxz_gbbg.png) no-repeat;
    background-size: auto;
    background-position: center;
    padding-bottom: 40px;
}

.gtxz-marquee {
    height: 80px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.gtxz-marquee-list {
    display: flex;
    align-items: center;
}

.gtxz-marquee-item {
    width: 220px;
    height: 80px;
    margin-right: 10px
}

.gtxz-marquee-container .gtxz-marquee:first-child,
.gtxz-marquee-container .gtxz-marquee:last-child {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1366px) {
    .screening-body a{
        font-size: 14px;
    }
}

/* 移动端 */
@media (max-width: 992px) {
    .bgal-content h3 {
        font-size: 20px;
    }

    .bgal-item .tdsz-item p {
        font-size: 12px;
    }
}