        .study_from {
            width: 100%;
            margin-top: 30px;
        }

        header .header_box nav .nav li a:hover {
            color: #5846a5;
            border-color: #5846a5;
        }

        .school_container .studyAbroadCard .titles_cont h2 {
            color: var(--c-01);
        }

        .school_container .studyAbroadCard .titles_cont h2.active span {
            color: var(--c-02);
        }

        .studyAbroadCard .card_bg_1 {
            background-color: var(--sc-bg01);
        }

        .text_block {
            background-color: var(--sc-bg02);
        }

        .card .titles .mores {
            position: absolute;
            right: -90px;
            top: 50%;
            color: #999999;
            transform: translateY(-50%);
                        font-size: 13px;
        }


        .card .titles .mores:hover {
            color: #c58686;
        }

        .card .more:hover {
            color: #fff;
            background-color: #c48687;
            border: 1px solid #c48687;
        }

        header .header_box .main .logo_text {
            background-color: #5948a2;
        }

.study_from {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 10px 20px 10px 45px;
    padding-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #5846a5;
  padding-bottom: 10px;
  margin: 15px auto 10px;
    margin-top: 15px;
}

.school_container .main .scool_bar_toggle li {
  color: #5846a5;
}

.bklc_list .item .list a {
    height: 22px;
}

.school_card_item .pic img {
    height: 80px;
}      

.school_card_item:hover .title_top h3 {
  color: #5846a5;
}
  @media screen and (max-width:700px) {
            .bklc_list .item {
                width: 50%;
            }
            .bklc_list .item .cols {
                height: 100px;
            }
        }