.technology .tr-story__index ul.col3 li.col a span {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    transition: background 0.3s ease;
}

.technology .bl-techno-question-head h1.bl-techno-question-head-title {
    margin: 50px 0 6px;
    color: #1d3994;
    font-size: 36px;
}
.bl-techno-question-head .bl-techno-question-head-subtitle {
    display: block;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.bl-techno-question-pageheader {
    margin: 25px 0 30px;
}

.bl-techno-question-list {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.2em 0;
    margin: 0;
}
.bl-techno-question-list dt {
    font-weight: bold;
}
.bl-techno-question-list dd {
    margin: 0;
}
.bl-techno-question h3 {
    text-align: left !important;
    margin: 0px 0 8px !important;
    color: #1d3994;
    font-size: 18px !important;
}
.bl-techno-question-item {
    margin: 0 0 30px;
}
.bl-techno-question-item span {
    font-weight: bold;
}
.bl-techno-question-item p {
    margin: 0;
}
.bl-techno-question-item-caption {
    display: block;
    text-align: left;
    margin: 8px 0 0;
    font-size: 12px;
}
.ly-techno-question {
    margin: 60px 0 80px;
}
.bl-techno-question {
    display: flex;
    gap: 40px;
}
.bl-techno-question .bl-techno-question-img {
    flex: 0 0 260px
}
.bl-techno-question .bl-techno-question-body {
    flex: 1;
}

.ly-techno-question-link {
    display: flex;
    gap: 50px;
}
.bl-techno-question-link {
    width: 100%;
    border: 1px solid #B0B0B0;
    transition: opacity 0.3s ease;
}

.bl-techno-question-link:hover {
    text-decoration: none;
    opacity: 0.6;
}

.bl-techno-question-link-head {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./../images/bnr_static_electricity.png");
    width: 100%;
    height: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bl-techno-question-link--instrumentation .bl-techno-question-link-head {
    background-image: url("./../images/bnr_instrumentation.png");
}
.bl-techno-question-link--clean_room .bl-techno-question-link-head {
    background-image: url("./../images/bnr_clean_room.png");
}
.bl-techno-question-link-head span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.bl-techno-question-link-body {
    padding: 16px 20px 20px;
}
.bl-techno-question-link-title {
    margin: 0 0 5px;
    color: #1d3994;
    font-size: 20px;
    font-weight: bold;
}
.bl-techno-question-link-subtitle {
    margin: 0;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.bl-techno-question-content {
    margin: 0 0 80px;
    padding-top: 25px;
    border-top: 1px solid #333;
}
.bl-techno-question-content h2 {
    text-align: left !important;
    margin: 0 0 20px !important;
    font-size: 20px !important;
}

dl.bnav {
    background: #e8efff;
    border-radius: 8px;
    padding: 40px;
}
dl.bnav dd {
    margin-left: 0.5em;
}
.top-col2 {
    width: 960px !important;
}
 .top-col2::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.top-col2 .col {
    width: 460px;
    float: left;
}
dl.bnav dd ul>li::before {
    content: "\0025b6\00fe0e";
    font-size: 0.6em;
    padding-right: 0.5em;
}
dl.bnav dd ul>li a {
    color: #333;
}

@media (max-width: 600px) {

    .technology .bl-techno-question-head h1.bl-techno-question-head-title {
        margin: 20px 0 6px;
        font-size: 26px;
    }
    .bl-techno-question-head .bl-techno-question-head-subtitle {
        font-size: 18px;
    }
    .ly-techno-question {
        margin: 0px 0 40px;
        padding-top: 20px;
    }
    .bl-techno-question {
        flex-direction: column;
        gap: 30px;
    }
    .bl-techno-question h3 {
        font-size: 16px !important;
    }

    .ly-techno-question-link {
        flex-direction: column;
        gap: 30px;
    }
    .bl-techno-question-link-head span {
        font-size: 20px;
    }
    .bl-techno-question-link-body {
        padding: 16px 20px 20px;
    }
    .bl-techno-question-link-title {
        font-size: 18px;
    }
    .bl-techno-question-link-subtitle {
        font-size: 15px;
        line-height: 1.5;
    }
    .bl-techno-question-link-head {
        height: 90px;
    }

    .bl-techno-question-content h2 {
        font-size: 18px !important;
    }

    .bl-techno-question-content {
        margin: 0;
        padding-bottom: 60px;
    }
}