@font-face {
    font-family: 'simhei';
    src: url('/skin/default/school/font/simhei.ttf');
}
.iconDC {
    font-family: 'simhei';color: #ff0000;font-weight: bold;
}
.iconDC2 {
    font-family: 'simhei';color: #52CC7A;font-weight: bold;
}

.icon-zxzx {
    width: 17px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('/skin/default/school/images/zuixinzixun.png');
    background-size: cover;
}

.icon-zxzx-inter {
    width: 17px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('/skin/default/school/images/zixunKinder.png');
    background-size: cover;
}

.icon-rxzd {
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url('/skin/default/school/images/guihua.png');
    background-size: cover;
}

.icon-rxzd-inter { 
    width: 17px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('/skin/default/school/images/yukeKinder.png');
    background-size: cover;
}

.studyAbroadCard .card {
    padding: 18px 13px;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.studyAbroadCardInter .card_cont {
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    border: none;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.scroll_cont_interKinder .school_head_bar {
    border-bottom: 1px solid #cbd2dd;
}

.studyAbroadCard .card_bg {
    box-shadow: none;
}

.studyAbroadCard .titles {
    display: flex;
    align-items: center;
}

.studyAbroadCard .titles .icon {
    width: 17px;
}

.studyAbroadCard .titles .icon img {
    width: 100%;
}

.studyAbroadCard .titles .tit_text {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.article li .conts_YuYue {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 7px 15px;
}

.article li .conts_YuYue .row {
    align-items: center;
}

.article li .conts_YuYue .picIcon {
    width: 46px;
    /*margin-right: 10px;*/
}

.article li .conts_YuYue .picIcon img {
    width: 100%;
}

.article li .conts_YuYue .text .tit {
    color: #333;
    font-size: 14px;
}

.article li .conts_YuYue .text .date {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: 4px;
    color: #999;
}

.article li .conts_YuYue a {
    color: #e38944;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1;
    padding: 6px 17px !important;
    border: 1px solid #e38944;
}

.article li .conts_YuYue .picIcon a,
.article li .conts_YuYue .text a {
    border: none;
    padding: 0 !important;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    height: 100%;
    font-weight: bold;
}

.article li .conts_YuYue .text a:hover {
    color: #4651a5;
}

.article li .conts_YuYue a:hover {
    background-color: #e38944;
    color: #fff;
}

.article li .conts_YuYue .picIcon a,
.article li .conts_YuYue .text a {
    background-color: transparent;
}

.studyAbroadCard .cardQuestion {
    padding: 0;
}

.studyAbroadCard .cardQuestion .faq_icon {
    margin-right: 6px;
}

.studyAbroadCard .article li .questions .rows {
    align-items: start;
}

.studyAbroadCard .article li .questions .rows h5 {
    line-height: 23px;
}

.studyAbroadCard .article li .questions .rows p {
    -webkit-line-clamp: 4;
    line-height: 23px;
}

.article li:last-child .questions {
    border-bottom: none;
}

.article li .questions {
    display: block;
    border-bottom: 1px dashed #bbaeaa;
    padding: 4px 0;
}

.studyAbroadCard .sidebar .cardQuestion .toggle_btns {
    gap: 0;
}

.studyAbroadCard .sidebar .cardQuestion .toggle_btns .toggle_item {
    border-radius: 7px 7px 0 0;
    border: none;
    padding: 6px 0;
    border-bottom: 1px solid #dfdfde;
}

.cardQuestion .article li:last-child .questions {
    border-bottom: none;
}

.cardQuestion article {
    padding: 0px 8px;
}

.article li .questions .rows {
    display: flex;
    margin: 8px 0;
}

.questionsArt li {
    margin: 0 !important;
}

.article li .questions .rows h5,
.article li .questions .rows p {
    flex: 1;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article li .questions .rows h5 {
    font-size: 14px;
    -webkit-line-clamp: 1;
    font-weight: bold;
}

.article li .questions .rows p {
    color: #666;
    font-size: 12px;
}

.article li .questions .rows .ico_text_block {
    background-color: #079958;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    border-radius: 4px;
    margin-right: 8px;
}

.article li .questions .rows .ico_text_block1 {
    background: #ff6b3b;
}

.studyAbroadCardInter .card {
    flex: 1;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.studyAbroadCardInter .card_row_col {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    margin-top: 10px;
}

.studyAbroadCardInter .card_row_col .interHomeExcel {
    width: 100%;
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td {
    text-align: center;
    padding: 12px;
    border: 1px solid #e3e6ec;
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td:nth-child(1) {
    width: 100px;
    background-color: #f3f4f6;
    font-weight: bold;
    color: #333;
}

.studyAbroadCardInter .study_from .flex-row-center .submitForm {
    background-color: var(--main-c2);
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td p:nth-child(1) {
    margin-left: 0;
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td p {
    margin-left: 30px;
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td p::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    line-height: 20px;
    width: 4px;
    height: 4px;
    background-color: var(--main-c2);
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td strong {
    text-align: left;
    width: 100%;
    font-size: 14px;
    display: block;
    color: var(--main-c2);
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td .enrollmentArea {
    display: flex;
    flex-wrap: wrap;
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td .enrollmentArea .itemLinkArea {
    width: 19%;
    margin: 3px 0.5%;
    border-radius: 4px;
    padding: 3px 0;
    border: 1px solid #e3e6ec;
    color: var(--main-c);
    font-size: 14px;
}

.studyAbroadCardInter .card_row_col .interHomeExcel tr td .enrollmentArea .itemLinkArea:hover {
    background-color: var(--main-c);
    color: #fff;
}

.article li a:hover h3 {
    color: var(--tit_h2_start);
}

.studyAbroadCard .titles h2 {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    font-family: 'syht_bold';
    color: var(--tit_h2_start);
}

.studyAbroadCard .titles .tit_h2_end {
    color: var(--tit_h2_end);
}

.studyAbroadCard .titles .tit_text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #f3d7dc;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.studyAbroadCardInter .titles .tit_text::after {
    background-color: var(--tit-bgc);
}

.toggle_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}

.toggle_btns .toggle_item {
    flex: 1;
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 4px 0;
    background-color: transparent;
    color: #666666;
    font-size: 15px;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
}

.toggle_btns .toggle_active {
    background-color: #e38944;
    color: #fff;
    border: 1px solid #e38944;
    font-weight: bold;
}

.studyAbroadCardInter .toggle_btns .toggle_active {
    background-color: var(--main-c2);
    border-color: var(--main-c2);
}

.card_tit_box {
    align-items: center;
}

.card_tit_box .mores {
    font-size: 14px;
    color: #e37c41;
    height: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.article li {
    margin: 14px 0;
}

.article_m li {
    margin: 12px 0;
}

.article li:nth-child(1) {
    /*margin: 20px 0;*/
}

article .article .pic {
    width: 110px;
    height: 80px;
    border-radius: 3px;
}

.article .pic img {
    width: 100%;
}

.article .text {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:200px;
    /*margin-left: 15px;*/
}

.article .kfr_text {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:180px;
    /*margin-left: 15px;*/
}


.article .text h3 {
    font-size: 15px;
    font-family: 'syht_bold';
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article .text p {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article li a .pic_max {
    width: 100%;
    position: relative;
}

.article li a .pic_max img {
    width: 100%;
}

.article li a .pic_max .mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(14, 45, 99, .6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 5px 12px;
}

.article li:nth-child(1) a {
    padding-left: 0;
}

.article li a .tit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #e1884b;
}

.article li a .tit::before {
    background-color: #ddd;
}

.studyAbroadCardInter .cont {
    height: 100%;
    display: flex;
    flex-direction: column
}

.studyAbroadCardInter .article li a .tit::before {
    width: 5px;
    height: 9px;
    background: transparent;
    background: var(--art-ico);
}

.article li a .titR::before {
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background-color: #999999;
}

.article li a .tit {
    position: relative;
    flex: 1;
    padding-left: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.article li a:hover .tit,
.article li a:hover h3 {
    color: #e38944;
}

.article li a .date {
    color: #999;
    padding-left: 25px;
    font-size: 13px;
}

.article li a .pay_year {
    color: #c52d2d;
    font-weight: bold;
}

.card .more {
    width: 100%;
    display: block;
    background-color: transparent;
    color: #e38944;
    border-radius: 5px;
    border: 1px dashed #e38944;
    text-align: center;
    margin-top: 5px;
    padding: 5px 0;
    font-size: 14px;
}

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

.card .gjcz_more:hover {
    color: #bd5405;
}

.studyAbroadCardInter .card .more {
    border: none;
    background: var(--more-bgi) no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    padding: 6px 0;
    line-height: 1;
}

.card .more_1 {
    background-color: #fff;
    color: #4651a5;
    border-color: #4651a5;
}

.card .more_1:hover {
    color: #fff;
  border: 1px dashed #4651a5;
  background-color: #4651a5;
}

.card .more_2 {
    background-color: #fff;
    color: #4787a7;
    border-color: #4787a7;
}

.card .more_2:hover {
    color: #fff;
  border: 1px dashed #4787a7;
  background-color: #4787a7;
}

.card .more_3 {
    background-color: #fff;
    color: #4652A6;
    border-color: #4652A6;
}

.card .more_3:hover {
    color: #fff;
  border: 1px dashed #4652A6;
  background-color: #4652A6;
}

.card .more_4 {
    background-color: #fff;
    color: #5945A6;
    border-color: #5945A6;
}

.card .more_4:hover {
    color: #fff;
  border: 1px dashed #5945A6;
  background-color: #5945A6;
}

.studyAbroadCard .card .title_1 {
    margin-top: 20px;
}

.studyAbroadCard .card .title_1 h3 {
    display: inline-block;
    position: relative;
    font-family: 'syht_Heavy';
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0;
}

.studyAbroadCard .card .title_1 h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 2px;
    background-color: #e38944;
}

.studyAbroadCard .card .toggle_link {
    width: 100%;
    display: flex;
    margin-top: 9px;
    flex-wrap: wrap;
} 

.studyAbroadCard .card .toggle_link .toggle_link_item {
    width: 24%;
    margin: 5px 0.5%;
    border: 1px solid #e38944;
    text-align: center;
    background-color: #ffffff;
    padding: 3px 0;
    border-radius: 3px;
    font-size: 13px;
    color: #e38944;
    display: flex;
    align-items: center;
}

.studyAbroadCard .card .toggle_link_c1 .toggle_link_item {
    width: 33.33%;
    color: #4665a5;
    border: 1px solid #cfd5e0;
    background-color: #fff;
}

.studyAbroadCard .card .toggle_link_c1 .toggle_link_item {
    width: 31%;

}

.studyAbroadCard .card .toggle_link_c .toggle_link_item {
    justify-content: center;
} 

.studyAbroadCard .card .toggle_link .toggle_link_item:hover {
    background-color: #e38944;
    color: #fff;
}

.studyAbroadCard .card .toggle_link .toggle_link_city:hover {
    background-color: #4651a5;
    color: #fff;
}


.school_head_bar .goto_more:hover {
    opacity: .7;
}

.studyAbroadCard .card .toggle_link_flag .toggle_link_item span {
    line-height: 1;
}

.studyAbroadCard .card .school_logo_link .flag_logo {
    width: 33px;
    height: 33px;
    margin-right: 8px;
    border-radius: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
}

.studyAbroadCard .card .school_logo_link .flag_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studyAbroadCard .card .school_logo_link span {
    flex: 1;
}

.studyAbroadCard .card .toggle_link_flag .toggle_link_item .flag_logoHome {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.studyAbroadCard .card .toggle_link_flag .toggle_link_item .flag_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.study_from {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 24px 20px;
    border-radius: 6px;
    border: 1px solid #e38944;
    padding-bottom: 10px;
    margin: 30px auto 10px;
}

.studyAbroadCardInter .study_from {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.study_from .tit_cont {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40%);
}

.study_from .tit_cont h4 {
    position: relative;
    z-index: 9;
    color: #fff;
    font-family: 'syht_Medium';
    font-size: 16px;
    font-weight: bold;
}

.news_art_box {
    padding: 24px;
}

.news_art_box img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px 0;
}


.news_art_box table {
    width:100% !important;
    border: 1px #999 solid;
}

.news_art_box td {
    border: 1px #999 solid;
}

.news_art_box td {
    line-height: 30px;
    text-align: center;
}

.study_from .tit_cont img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 128%;
    max-width: 130% !important;
}

.study_from .form_row {
    display: flex;
    align-items: center;
}

.study_from .form_row .label {
    display: flex;
    margin-right: 3px;
}

.study_from .form_row .label span {
    color: #e47b42;
}

.study_from .form_row .label p {
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

.study_from .form_block {
    flex: 1;
    display: flex;
    align-items: center;
    /*background-color: #f3f4f7;*/
    padding: 2px 0 2px 6px;
    border-radius: 4px;
    border: 1px solid #cfd5e0;
    margin-bottom: 4px;
}

.study_from .form_block_ipt {
    flex: 1;
    padding-right: 5px;
}

.study_from .form_block_ipt input,
.study_from .form_block_ipt select {
    font-size: 14px;
    width: 100%;
}

.study_from .form_block_ipt select {
    color: #757575;
    cursor: pointer;
}

.study_from .form_block span {
    display: block;
    margin-right: 3px;
    padding-top: 3px;
    color: #e38944;
}

.study_from .flex-row-center {
    margin-top: 10px;
}

.study_from .flex-row-center .submitForm {
    background-color: #e47b42;
    color: #fff;
    padding: 6px 28px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 13px;
}

.study_from .flex-row-center input[type='radio'] {
    accent-color: #e46e3e;
}

.study_from .flex-row-center label {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

.school_container {
    margin-top: 40px;
    margin-bottom: 20px;
}

.school_container>.main {
    border: 1px solid #cfd5e0;
    border-radius: 13px;
}

.school_container .main .title_h2 {
    display: flex;
    font-size: 28px;
    background-image: var(--tit-bg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 13px 50px 13px 30px;
    transform: translateY(-7px);
    height: 66px;
}

.scroll_cont_interKinder .school_container .main .title_h2 {
    padding: 10px 25px 10px 50px;
    transform: translate(-15px, -7px);
}

.scroll_cont_interKinder .school_container .main .title_h2 h2 {
    color: #5846a5;
}

.scroll_cont_interPrimary .school_container .main .title_h2 h2 {
    color: #fff;
}

.scroll_cont_interPrimary .school_container .main .title_h2 {
    padding: 10px 35px 10px 30px;
}

.mores_svg {
    color: red;
}

.school_head_bar {
    display: flex;
    width: 100%;
    height: 54px;
    border-radius: 13px;
    position: relative;
}

.school_head_bar .goto_more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: flex;
    align-items: center;
}

.school_head_bar .goto_more span {
    color: var(--more-c);
    padding: 0 10px;
    color: var(--more-c);
    border: 1px solid var(--more-c);
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
}

.school_head_bar .goto_more .icon {
    width: 18px;
    margin-left: 2px;
}

.school_head_bar .goto_more .moreIconSvg svg {
    fill: var(--more-c);
}

.school_head_bar .viewMoreChapter {
    display: flex;
    align-items: center;
    color: #e37c41;
    font-size: 16px;
    padding: 0 15px;
}

.studyAbroadCard .title_arts {
    font-size: 32px;
    align-items: self-start;
    color: #0e2d63;
    font-weight: 900;
    text-align: center;
}

.studyAbroadCard .title_artsNews {
    font-size: 28px;
}

.faq_cont .faq_lists {
    margin-top: 12px;
    border-top: 1px solid #d0d5e0;
}

.faq_cont .faq_lists li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dashed #e3e3e7;
}

.school_head_bar .viewMoreChapter .icon {
    width: 16px;
    margin-left: 5px;
}

.faq_cont .faq_lists li a .faq {
    display: flex;
}

.faq_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    color: #fff;
    background-color: var(--q-color);
    text-align: center;
    line-height: 1;
    font-size: 14px;
    padding: 0;
    z-index: 1;
    position: relative;
    /*margin-top: 6px !important;*/
}

.q_icon1 {
    width: 32px;
    height: 32px;
    font-size: 24px;
    margin-top: 6px;
    font-weight: normal;
}

.faq_icon::after {
    content: '';
    position: absolute;
    top: 66%;
    left: 69%;
    border: 7px solid transparent;
    border-top-color: var(--q-color);
    transform: rotate(-46deg);
    z-index: -1;
}

.q_icon1::after {
    top: 74%;
    left: 75%;
}

.title_arts_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_arts_row span {
    margin-left: 9px;
    max-width: calc(100% - 55px);
}

.a_icon {
    background-color: var(--a-color);
}

.title_desc_row_d {
    display: flex;
    justify-content: center;
    margin: 7px 0 12px;
}

.title_desc_row_d .item {
    display: flex;
    align-items: center;
    margin: 0 30px;
    font-size: 14px;
}

.studyAbroadCard .details_cont {
    height: auto;
}

.title_desc_row_d .item .labels {
    color: #999;
}

.art_conts .faq_art {
    padding: 15px 19px;
    background-color: #fef6f0;
    border: 1px solid #f1bb99;
    margin-top: 17px;
    border-radius: 10px;
}

.title_desc_row_d .item p {
    color: #666;
}

.details_cont .art_conts {
    border-top: 1px solid #c8d0da;
}

.art_conts p,
.art_conts strong,
.art_conts .htmlText div {
    color: #666666;
    line-height: 38px;
    font-size: 16px;
        margin-bottom: 10px;
}



.aiconCont {
    margin-top: 3px;
}

.end_line {
    margin-top: 50px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 18px;
    justify-content: center;
}

.end_line::after,
.end_line::before {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #8d8f8e;
}

.end_text {
    /*text-align: center;*/
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.end_line::after {
    margin-left: 18px;
}

.end_line::before {
    margin-right: 18px;
}

.a_icon::after {
    border-top-color: var(--a-color);
}

.faq_cont .faq_lists li a:hover .faq .tit {
    color: #4665a5;
}

.faq_cont .faq_lists li a .faq:nth-child(2) {
    margin-top: 10px;
}

.faq_cont .faq_lists li a .faq .tit,
.faq_cont .faq_lists li a .faq .desc {
    flex: 1;
    line-height: 23px;
    margin-left: 9px;
}

.ihQuestion {
    margin-top: 25px;
}

.ihQuestion .ihq_tit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ihQuestion .ihq_tit .icon {
    display: flex;
    align-items: center;
    width: 132px;
}

.cardFromBorder {
    box-shadow: 0 0 10px rgb(183, 13, 13) !important;
}

.ihQuestion .ihq_tit h4 {
    font-size: 24px;
    margin: 0 17px;
    font-weight: 900;
    color: #333;
}

.ihQuestion .ihq_tit .icon_rev {
    transform: rotate(180deg);
}

.ihQuestion .ihqTitDesc {
    color: #e38944;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.ihQuestion .ihq_tit .icon img {
    width: 100%;
    transform: translateY(-20%);
}

.faq_cont .faq_lists li a .faq .tit {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.faq_cont .faq_lists li a .faq .desc {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newslist .faq_lists li a {
    display: flex;
    padding: 0;
    margin: 15px 0;
    border-bottom: none;
    border-radius: 10px;
}

.newslist .faq_lists li a .pic {
    width: 180px;
    height: 125px;
    border-radius: 10px;
    overflow: hidden;
}

.moreArt {
    align-items: center;
}

.faqDetails .faq_lists {
    border-top: none;
}

.moreArt a {
    width: 46%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
}

.moreArt a:hover {
    color: #cc8741;
}

.newslist .faq_lists li a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newslist .faq_lists li a .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-left: 20px;
}

.radio_From {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    font-size: 0;
    background: url('/skin/default/school/images/icon/radioIco.png') no-repeat;
    background-size: cover;
}

.newslist .faq_lists {
    padding: 5px 0;
}

.newslist .faq_lists li a .right h3 {
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}

.newslist .faq_lists li a .right .desc {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    text-indent: 2em;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.newslist .faq_lists li a:hover {
    background-color: #f0f2f5;
}

.newslist .faq_lists li a:hover>.right h3 {
    color: #4665a5;
}

.newslist .faq_lists li a .right .date {
    color: #ccc;
    font-size: 14px;
}

.school_rec .schRecItem {
    display: flex;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px dashed #c8cfda;
}

.school_rec .schRecItem .Reclogo {
    width: 40px;
}

.school_rec .schRecItem .tit:hover {
    color: #4665a5;
}

.school_rec .linkBtns {
    padding-top: 5px;
    padding-bottom: 0;
}

.school_rec .schRecItem .tit {
    color: #333;
    font-size: 14px;
}

.school_rec .schRecItem .Reclogo img {
    width: 100%;
}

.school_rec .schRecItem .recRight {
    flex: 1;
    margin-left: 11px;
}

.school_rec .schRecItem .recRight .tit {
    font-size: 16px;
    font-weight: bold;
}

.school_container .main .title_h2 h2 {
    font-family: 'syht_Heavy';
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 1;
    font-size: 26px;
    font-weight: bold;
}

.school_container .main .title_h2 .icon {
    width: 28px;
    margin-right: 10px;
}

.school_container .main .title_h2 .icon img {
    width: 100%;
}

.school_head_bar .flex-row-center {
    align-items: normal;
}

.school_container .main .scool_bar_toggle {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.school_container .main .scool_bar_toggle li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    margin-left: 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
    color: #4666a6;
    background-color: #f2f4f9;
}

.sidebar article .article li {
    margin: 8px 0;
}

.sidebar article .article li a .tit {
    padding-left: 8px;
}

.studyAbroadCard .sidebar {
    padding: 0;
    box-shadow: none;
    height: auto;
}

.studyAbroadCard .sidebar .toggle_btns {
    gap: 3px;
}

.card .more {
    padding: 3px 0;
    /*background-color: #fff5ed;*/
}

.studyAbroadCard .sidebar .title_1 {
    margin-top: 0;
    border-bottom: 1px solid #c8cfdb;
}

.studyAbroadCard .sidebar .title_1 h3:last-child::after {
    display: none;
}

.studyAbroadCard .sidebar .title_1 .start {
    display: flex;
}

.studyAbroadCard .sidebar .title_2 h3::after {
    display: block !important;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 2px;
    background-color: #e38944;
}

.studyAbroadCard .sidebar .title_2 h3 span {
    color: #e27b41;
}

.article li:last-child .questions {
    border-bottom: none;
}

.studyAbroadCard .sidebar .title_1 h3 {
    color: #4665a5;
}

.studyAbroadCard .sidebar .title_1 .start h3:last-child {
    color: #e38947;
}

.studyAbroadCard .sidebar .toggle_btns .toggle_item {
    border-radius: 7px;
    color: #4665a5;
    line-height: 1;
    text-align: center;
}

.studyAbroadCard .sidebar .toggle_btns .toggle_active {
    color: #fff;
}

.sidebar .title_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar .title_1 .mores {
    color: #999999;
    font-size: 12px;
    text-align: right;
}

.sidebar .title_1 .mores:hover {
    color: #4665a5;
}

.sidebar .toggle_btns .toggle_item {
    font-size: 14px;
    font-weight: normal;
}

.sidebar .schools_row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 6px;
    margin-top: 12px;
}

.sidebar .schools_row .itemSchool {
    display: flex;
    align-items: center;
    width: calc(50% - 6px);
    border: 1px solid #e3e4e4;
    border-radius: 5px;
    padding: 7px 9px;
}

.sidebar .schools_row .itemSchool p {
    font-size: 14px;
    line-height: 16px;
    color: #2d2d2c;
    flex: 1;
}

.sidebar .schools_row .itemSchool .logoSchool {
    width: 35px;
    margin-right: 5px;
}

.sidebar .schools_row .itemSchool:hover {
    border-color: #4665a5;
}

.sidebar .schools_row .itemSchool:hover p {
    color: #4665a5;
}

.sidebar .schools_row .itemSchool .logoSchool img {
    width: 100%;
}

.sidebar .jianzhangList .itemJz {
    padding: 9px 0;
    border-bottom: 1px dashed #c7cfdb;
}

.sidebar .jianzhangList .itemJz a {
    display: flex;
    align-items: center;
}

.sidebar .jianzhangList .itemJz a .logoJz {
    width: 40px;
    display: flex;
    align-items: center;
    font-size: 0;
}

.sidebar .jianzhangList .itemJz a .logoJz img {
    width: 100%;
}

.sidebar .jianzhangList .itemJz a:hover p {
    color: #4665a5;
}

.sidebar .jianzhangList .itemJz a p {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-left: 5px;
}

.sidebar .jianzhangList .itemJz .viewJz {
    border: 1px solid #e37c41;
    line-height: 1;
    color: #e37c41;
    padding: 5px 8px;
    border-radius: 4px;
}

.sidebar .jianzhangList .itemJz .viewJz:hover {
    color: #fff;
    background-color: #e37c41;
}

@media (min-width: 1200px) {
    .studyAbroadCardFaq .col-md-8 {
        width: 70%;
        padding: 0 10px;
    }

    .studyAbroadCardFaq .col-md-4 {
        padding: 0 10px;
        width: 30%;
    }
}

@media (min-width:992px) {
    .studyAbroadCardFaq .col-md-8 {
        padding: 0 10px;
        width: 70%;
    }

    .studyAbroadCardFaq .col-md-4 {
        padding: 0 10px;
        width: 30%;
    }
}

.scroll_cont_interKinder .school_container .main .scool_bar_toggle li {
    background-color: transparent;
    color: var(--main-c);
}

.scroll_cont_interKinder .school_container .main .scool_bar_toggle li.active {
    position: relative;
    background-color: var(--tit-bgc);
    color: var(--main-c2);
}

.scroll_cont_interPrimary .school_container .main .scool_bar_toggle li.active {
    background-color: transparent;
}

.scroll_cont_interPrimary .main .scool_bar_toggle {
    padding: 0;
}

.scroll_cont_interKinder .school_container .main .scool_bar_toggle li.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: var(--tit-bgc);
}

.scroll_cont_interKinder .school_container .main .scool_bar_toggle li.active::after {
    border-top-color: var(--main-c2);
}

.scroll_cont_interJunior .school_container .main .scool_bar_toggle li.active::after {
    border-top-color: var(--tit-bgc);
}

.scroll_cont_interPrimary .school_container .main .scool_bar_toggle li.active::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    background-color: var(--main-c2);
}

.scroll_cont_interKinder .navbar_cont .navbar_list .item_btn:hover a,
.scroll_cont_interKinder .navbar_cont .navbar_list .item_btn_active a {
    color: var(--main-c);
}

.HotList {
    margin-top: 8px;
    margin-bottom: 20px;
}

.generalArtList {
    padding-bottom: 12px;
    margin-top: 5px;
}

.generalArtList a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 7px 5px;
}


.generalArtList a span {
    flex: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.generalArtList a:hover span {
    color: var(--main-c2);
}

.generalArtList a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin-right: 7px;
    background-color: #d7d9d8;
}

.school_container .main .scool_bar_toggle li.active {
    position: relative;
    color: #fff;
    background-color: #e38944;
    font-weight: bold;
}

.school_container .main .studyAbroadCard {
    margin-top: 20px;
}

.studyAbroadCard .card_art {
    width: 100%;
    background-color: #f3f4f7;
    margin-bottom: 15px;
    border: 1px solid #cfd5e0;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 25px;
}

.studyAbroadCard .row .row .card_art {
    width: 97%;
}

.studyAbroadCard .card_bg_1 {
    background-color: #f2f4f9;
}

.studyAbroadCard .card_bg_2 {
    background-color: #F2F6F9;
}

.studyAbroadCard .card_bg_3 {
    background-color: #F3F4F9;
}

.studyAbroadCard .card_bg_4 {
    background-color: #F3F2FA;
}


.studyAbroadCard .card_art .pic {
    position: relative;
    width: 100%;
    height: 120px;
}

.studyAbroadCard .card_art .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studyAbroadCard .card_art .pic .avatar {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 9;
    top: 100%;
    left: 20px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    transform: translateY(-50%);
}

.studyAbroadCard .card_art .contents {
    padding: 0 8px;
}

.studyAbroadCard .card_art .location {
    align-items: center;
    padding: 5px 0;
}

.studyAbroadCard .card_art .location span {
    color: #999999;
    font-size: 12px;
}

.studyAbroadCard .card_art .location .icon {
    width: 10px;
    margin-right: 8px;
}

.card_tip_list {
    border-bottom: 1px dashed #dfdfe5;
    border-top: 1px dashed #dfdfe5;
    flex-wrap: wrap;
    padding: 10px 0;
}

.card_tip_list .items {
    /*background-color: var(--bg-c);*/
    color: var(--text-c);
    margin-right: 6px;
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 15px;
    margin-bottom: 4px;
}

.tag {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 5px 5px;
    margin-right: 4px;
    border-radius: 2px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-style: normal
}

.tag:last-child {
    margin-right: 0
}

.tag-color {
    color: #175094
}

.tag-color:nth-child(2) {
    color: #458bbe
}

.tag-color:nth-child(3) {
    color: #d37464
}

.tag-color:nth-child(4) {
    color: #6958a3
}

.tag-color:nth-child(5) {
    color: #c15d5d
}

.tag-color:nth-child(6) {
    color: #98592c
}

.tag-color:nth-child(7) {
    color: #5aa48f
}

.tag-color {
    background-color: #f1f2f8
}

.tag-color:nth-child(2) {
    background-color: #ecf1f5
}

.tag-color:nth-child(3) {
    background-color: #f8efed
}

.tag-color:nth-child(4) {
    background-color: #eeebf7
}

.tag-color:nth-child(5) {
    background-color: #f8eded
}

.tag-color:nth-child(6) {
    background-color: #f6efe9
}

.tag-color:nth-child(7) {
    background-color: #e8f5f1
}

.card_tip_list .items:last-child {
    margin: 0;
}

.linkBtns {
    display: flex;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
}

.linkBtns a {
    width: 32%;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 1px solid var(--link-c);
    color: var(--link-c);
}

.linkBtns a:hover {
    background-color: var(--link-c);
    color: #fff;
}

.studyAbroadCard .card_art .title_cards {
    color: #333333;
    font-size: 20px;
    font-family: 'syht_Heavy';
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.studyAbroadCard .card_art .details {
    padding: 13px 0;
    border: 1px dashed #e3e3e8;
    border-left: none;
    border-right: none;
    margin-top: 16px;
}

.studyAbroadCard .card_art .details .recommendList li {
    margin-top: 7px;
}

.studyAbroadCard .card_art .details .recommendList li a {
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.studyAbroadCard .card_art .details .recommendList li a span {
    text-indent: 1em;
    display: block;
}

.studyAbroadCard .card_art .details .recommendList li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    transform: translate(100%, 210%);
    background-color: #e37c41;
}

.studyAbroadCard .card_art .viceTitleMin {
    display: flex;
    margin-bottom: 5px;
}

.studyAbroadCard .card_art .viceTitleMin .icon {
    width: 12px;
    margin-right: 4px;
}

.studyAbroadCard .card_art .viceTitleMin h5 {
    font-size: 16px;
    font-family: 'syht_bold';
}

.studyAbroadCard .card_art .card_footer {
    margin-top: 15px;
}

.studyAbroadCard .card_art .card_footer .card_tip_list {
    margin-top: 10px;
}

.studyAbroadCard .title_school2 {
    display: flex;
}

.studyAbroadCard .title_school2 .icon {
    width: 16px;
    height: 16px;
}

.studyAbroadCard .title_school2 h3 {
    color: #333;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 900;
}


.HotSchoolCard {
    border: 1px solid #ebebeb;
    border-radius: 7px;
    overflow: hidden;
    background-color: #f8fafb;
    margin-bottom: 15px;
}

.HotSchoolCard:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.HotSchoolCard .pic {
    display: block;
    width: 100%;
    height: 110px;
}

.HotSchoolCard .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.HotSchoolCard .info {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.HotSchoolCard .info .avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 7px;
    margin-top: -25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.HotSchoolCard .info .avatar a {
    display: block;
    width: 100%;
    height: 100%;
}

.HotSchoolCard .info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.HotSchoolCard .info .orientation {
    display: flex;
    align-items: center;
}

.HotSchoolCard .info .orientation span {
    color: #999;
    font-size: 12px;
}

.HotSchoolCard .info .orientation .icon {
    margin-right: 9px;
    width: 10px;
}

.HotSchoolCard .content {
    padding: 0 9px;
}

.HotSchoolCard .title_Hot {
    font-size: 16px;
    font-weight: bold;
    padding: 9px;
}

.HotSchoolCard .title_Hot a {
    color: #333333;
}

.HotSchoolCard .title_Hot a:hover {
    color: var(--main-c2);
}

.school_container .studyAbroadCard .titles_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c5ccd9;
}
.school_container .studyAbroadCard .logo_btn_tabDqBox .titles_cont {
    border: none;
}
.logo_btn_tabDqBox .logotabs {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #c5ccd9;
}
.logo_btn_tabDqBox .logotabs .logoBtnTabs {
    color: #555;
    padding: 4px 6px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.school_container .studyAbroadCard .logo_btn_tabDqBox .toggle_titleLogo h2.active {
    border-bottom: none;
    position: relative;
}

.school_container .studyAbroadCard .logo_btn_tabDqBox .toggle_titleLogo h2.active::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 3px;
    border-radius: 3px;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    background-color: #e1894c;
}

.logo_btn_tabDqBox .logotabs .logoBtnTabsActive,
.logo_btn_tabDqBox .logotabs .logoBtnTabs:hover {
    color: #e1894c;
    border-bottom: 2px solid #e1894c;
}

.school_container .studyAbroadCard .titles_cont .mores {
    font-size: 14px;
    color: #e37c41;
}

.school_container .studyAbroadCard .titles_cont .toggle_title {
    display: flex;
}

.school_container .studyAbroadCard .titles_cont h2 {
    font-size: 15px;
    font-weight: bold;
    color: #4767a7;
    padding: 12px 3px;
    font-family: 'syht_bold';
    margin-right: 5px;
    cursor: pointer;
}

.school_container .studyAbroadCard .titles_cont_cz h2 {
    font-size: 15px;
    font-weight: bold;
    color: #4786a7;
    padding: 12px 3px;
    font-family: 'syht_bold';
    margin-right: 5px;
    cursor: pointer;
}

.school_container .studyAbroadCard .titles_cont_gz h2 {
    font-size: 15px;
    font-weight: bold;
    color: #4652A6;
    padding: 12px 3px;
    font-family: 'syht_bold';
    margin-right: 5px;
    cursor: pointer;
}

.school_container .studyAbroadCard .titles_cont_yry h2 {
    font-size: 15px;
    font-weight: bold;
    color: #5945A6;
    padding: 12px 3px;
    font-family: 'syht_bold';
    margin-right: 5px;
    cursor: pointer;
}

.school_container .studyAbroadCard .titles_cont h2.active {
    position: relative;
    border-bottom: 2px solid #e37c41;
}

.school_container .studyAbroadCard .titles_cont h2.active span {
    color: #e38944;
}

.school_container .studyAbroadCard .toggle_btn_tab h2.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #e37c41;
}

.school_container .studyAbroadCard .card {
    padding-top: 5px;
    padding-bottom: 5px;
}

.text_block {
    padding: 10px;
    background-color: #fff;
    margin: 14px 0;
    font-size: 14px;
    color: #4e6ca8;
}

.text_block_cz {
    padding: 10px;
    background-color: #fff;
    margin: 14px 0;
    font-size: 14px;
    color: #4685a5;
}


.text_block_gz {
    padding: 10px;
    background-color: #fff;
    margin: 14px 0;
    font-size: 14px;
    color: #4652A6;
}

.text_block_yry {
    padding: 10px;
    background-color: #fff;
    margin: 14px 0;
    font-size: 14px;
    color: #5945A6;
}


.school_container .studyAbroadCard table {
    background-color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

.school_container .studyAbroadCard table td {
    border: 1px solid #d3d8e3;
    font-size: 14px;
}

.school_container .studyAbroadCard table td:nth-child(1) {
    width: 100px;
}

.school_container .studyAbroadCard table td p {
    padding: 0 10px;
    color: #666666;
    font-size: 14px;
}

.school_container .studyAbroadCard table td p strong {
    font-weight: bold;
    font-family: 'syht_bold';
    color: #e37c41;
}

.school_container .studyAbroadCard table td span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 9px 13px;
}

.school_container .studyAbroadCard table td span::after {
    content: '';
    display: block;
    font-size: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #e37c41;
    margin-left: 4px;
}

.bannerPic img {
    width: 100%;
}

.school_logo_link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
}

.enterSchool_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 28px;
}

.enterSchool_box .enterSchool {
    display: flex;
    border-radius: 40px;
    align-items: center;
    padding: 2px;
    background-color: #e37c41;
}

.enterSchool_box .enterSchoolj .icon {
    width: 46px;
}

.enterSchool_box .enterSchool h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'syht_bold';
    padding: 0 38px 0 55px;
}

.school_logo_link .school_logo_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48.4%;
    margin: 3px 0.8%;
    padding: 10px 8px;
    border: 1px solid #cfd5e0;
    background-color: #fff;
}

.school_logo_link .school_logo_item:hover {
    background-color: #ebe9e9;
}

.school_logo_link .school_logo_item .logos {
    /* background-image: url('/static/images/schoolLogo.png'); */
    padding-right: 8px;
}

.link_nav {
    display: flex;
    align-items: center;
}

.link_nav li a {
    display: block;
    color: #0e2d63;
    padding: 0 30px;
    font-size: 16px;
    border-right: 1px solid #cfd5e0;
    cursor: pointer;
}

.link_nav li a:hover {
    color: #e38944;
}

.link_nav li:last-child a {
    border-right: none;
}

.numTip {
    display: flex;
    align-items: center;
    margin: 11px 0;
}

.numTip .tip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #f58b94;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    margin-right: 10px;
}

.numTip .tip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 5px solid #f58b94;
}

.numTip span {
    font-size: 16px;
    color: #4665a5;
    font-family: 'syht_bold';
}

@media screen and (max-width:1000px) {
    .school_head_bar .goto_more {
        top: 20%;
    }

    .article .text h3 {
        margin-bottom: 5px;
    }

    .school_head_bar .flex-row-center {
        flex-direction: column;
        align-items: flex-start;
    }

    .school_head_bar {
        position: relative;
        height: auto;
    }

    .school_head_bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .school_head_bar {
        height: auto;
    }

    .school_container .main .scool_bar_toggle,
    .link_nav {
        padding: 10px 0;
    }

    .school_head_bar .viewMoreChapter {
        position: absolute;
        right: 10px;
        top: 10%;
    }
}

@media screen and (max-width:600px) {

    .newslist .faq_lists li a .pic {
        width: 135px;
        height: 88px;
        border-radius: 10px;
        overflow: hidden;
    }

    .newslist .faq_lists li a .right {
        margin-left: 8px;
    }

    .newslist .faq_lists li a .right h3 {
        font-size: 16px;
    }

    .newslist .faq_lists li a .right .desc {
        margin: 3px 0;
        line-height: 18px;
        font-size: 12px;
    }

    .ihQuestion .ihq_tit .icon {
        width: 75px;
    }

    .moreArt {
        flex-wrap: wrap;
    }

    .moreArt a {
        width: 100%;
        margin: 3px 0;
    }

    .ihQuestion .ihq_tit h4 {
        margin: 0 8px;
    }

    .newslist .faq_lists li a .right .date {
        font-size: 12px;
    }

    .school_container .main .scool_bar_toggle {
        flex-wrap: wrap;
    }

    .school_container .main .scool_bar_toggle li.active::after {
        display: none;
    }

    .school_container .main .scool_bar_toggle li {
        border: 2px solid var(--main-c);
        border-radius: 4px;
        padding: 4px 20px;
        margin: 5px 8px;
    }

    .school_container .main .scool_bar_toggle li.active {
        border-color: #e37c41;
    }

    .school_container .main .scool_bar_toggle li {
        width: auto;
        font-size: 16px;
    }

    .studyAbroadCard .titles h2 {
        font-size: 20px;
    }

    .card .more {
        padding: 2px 0;
    }
}

@media screen and (max-width:450px) {
    .school_head_bar .goto_more {
        /*top: 50%;*/
    }

    .q_icon1 {
        font-size: 16px;
        width: 24px;
          height: 24px;
    }

.q_icon1::after {
    top: 70%;
    left: 72%;
}

    .studyAbroadCard .title_arts {
        font-size: 22px;
    }

    .studyAbroadCard .title_artsNews {
        font-size: 24px;
    }

    .school_container .main .title_h2 h2 {
        font-size: 18px;
    }

    .title_desc_row_d .item {
        margin: 0 10px;
    }

    .school_container .main .title_h2 {
        height: 45px;
        padding: 5px 30px 5px 15px;
    }

    .school_container .main .title_h2 .icon {
        width: 22px;
    }

    .school_logo_link .school_logo_item .logos {
        transform: scale(.85);
    }

article .article .pic {
    width: 120px;
    width: 120px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    left: 10px;
    position: inherit;
}

.article .text {
    margin-left: 0px;
}


    .article .text h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .article li:nth-child(1) {
        margin: 8px 0 0px;
    }

    .article li {
        margin: 8px 0;
    }

    .school_container .studyAbroadCard .titles_cont h2 {
        font-size: 16px;
    }

    .school_container .studyAbroadCard .titles_cont .mores {
        font-size: 12px;
    }

    .toggle_btns .toggle_item {
        font-size: 15px;
    }

    .article li a .tit {
        font-size: 14px;
    }

    .article-newlist li a .tit {
        font-size: 14px;
    }

    .studyAbroadCard .card_art .title_cards {
        font-size: 18px;
    }

    .enterSchool_box {
        padding: 10px 0 25px;
    }

    .enterSchool_box .enterSchool h3 {
        font-size: 16px;
        padding: 0 20px;
    }

    .enterSchool_box .enterSchool .icon {
        width: 30px;
    }

    .card_tip_list .items {
        font-size: 12px;
        margin-right: 1%;
        padding: 2px 7px;
    }
}

.MentLists .MentListsUl {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    transform: translateX(-10px);
    padding-top: 10px;
}

.MentLists .MentListsUl .item {
    padding: 10px;
    width: 33.33%;
}

.MentLists .MentListsUl .item:hover {
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.MentLists .MentListsUl .item a {
    display: block;
    width: 100%;
}

.MentLists .MentListsUl .item img {
    width: 100%;
    height: 167px;
    border-radius: 10px;
    object-fit: cover;
}

.MentLists .MentListsUl .item p {
    color: #333333;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 7px 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.MentLists .MentListsUl .item a:hover p {
    color: #e37c41;
}

.pages_box {
    padding: 15px 0;
}

.SchoolDynamics .container-left-main {
    background-color: transparent;
    border: 1px solid #cfd5e0;
}

.SchoolDynamics .container-left-main .MentLists .MentListsUl {
    width: 100%;
    transform: translateX(0);
}

.SchoolDynamics .container-left-main .MentLists .MentListsUl .item {
    width: 100%;
}

.art_list li {
    margin-top: 19px;
    background-color: #ffffff;
    border-radius: 10px;
}

.art_list li a {
    display: flex;
    background-color: #f4f3f8;
}

.art_list li a .text {
    padding: 8px 16px;
    flex: 1;
}

.art_list li a .text h3 {
    font-family: 'syht_bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
}

.art_list li a .text p {
    text-indent: 2em;
    color: #999999;
    font-size: 14px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.art_list li a .text .date {
    margin-top: 10px;
    font-size: 14px;
    color: #cccccc;
}

.art_list li a .pic {
    width: 192px;
    height: 118px;
    border-radius: 10px;
    overflow: hidden;
}

.art_list li a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.art_list li a:hover .text h3 {
    color: #e37c41;
}

@media screen and (max-width:1200px) {
    .MentLists .MentListsUl {
        width: 100%;
        transform: translateX(0);
    }
}

@media screen and (max-width:750px) {
    .MentLists .MentListsUl .item {
        width: 50%;
    }

    .art_list li a .pic {
        height: auto;
        width: 30%;
        height: 94px;
    }

    .art_list li a .text {
        padding: 5px 10px;
    }

    .art_list li a .text h3 {
        font-size: 16px;
    }

    .art_list li a .text .date {
        margin-top: 3px;
    }

    .art_list li a .text p {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media screen and (max-width:550px) {
    .MentLists .MentListsUl .item img {
        height: 160px;
    }
}

@media screen and (max-width:450px) {
    .MentLists .MentListsUl .item img {
        height: 120px;
    }
}

@media screen and (max-width:400px) {
    .MentLists .MentListsUl .item img {
        height: 90px;
    }
}

.cardEnrollment ul li {
    display: flex;
    align-items: center;
}

.cardEnrollment ul li .cont_box {
    flex: 1;
}

.cardEnrollment ul li .logo_icon {
    margin-right: 8px;
    width: 66px;
    display: flex;
}

.cardEnrollment ul li .logo_icon a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

.cardEnrollment ul li .logo_icon a:hover {
    background: transparent;
}

.cardEnrollment ul li .logo_icon img {
    width: 100%;
}

.cardEnrollment ul li .cont_box .container_texts {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.cardEnrollment ul li .cont_box .container_texts .item {
    display: flex;
    width: 65%;
    padding-right: 5px;
    margin: 5px 0;
}

.cardEnrollment ul li .cont_box .container_texts .item:nth-child(even) {
    width: 35%;
}

.cardEnrollmentAuto ul li .cont_box .container_texts .item {
    width: 50% !important;
}

.cardEnrollment ul li .cont_box .container_texts .itemMax {
    width: 100%;
}

.cardEnrollment ul li {
    padding: 12px 8px;
    background-color: #f0f2f5;
    border-radius: 5px;
    margin-top: 15px;
}

.cardEnrollment ul li .cols a {
    display: block;
    margin-left: 25px;
    background-color: #fff;
    border: 1px solid #edd5c8;
    color: #e38944;
    padding: 4px 20px;
    border-radius: 5px;
}

.cardEnrollment ul li a:nth-child(2) {
    border: 1px solid #395c98;
    background-color: #395c98;
    color: #fff;
}

.cardEnrollment ul li .cols a {
    margin: 10px 0;
}

.cardEnrollment ul li .cols {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cardEnrollment ul li .cols a:hover {
    background-color: #e38944;
    border: 1px solid #e38944;
    color: #fff;
}

.cardEnrollment ul li .cols a:hover {
    background-color: #c55b5b;
}

.cardEnrollment ul li .item_Max {
    width: 100%;
    display: flex;
    margin-top: 10px;
    gap: 6px;
    flex-wrap: wrap;
}

.cardEnrollment ul li .item_Max a {
    color: #4665a5;
    font-size: 13px;
    margin: 0;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #c4cee0;
    cursor: pointer;
        border-radius: 5px;
}

.cardEnrollment ul li .item_Max a:hover {
    background-color: #4665a5;
    border: 1px solid #4665a5;
    color: #fff;
}

.cardEnrollment ul li .cont_box .title {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.cardEnrollment ul li .cont_box .title .addpress {
    display: flex;
    align-items: center;
    margin-left: 19px;
}

.cardEnrollment ul li .cont_box .title .addpress span {
    font-size: 12px;
}

.cardEnrollment ul li .cont_box .title .icon {
    width: 11px;
    margin-right: 5px;
}

.cardEnrollment ul li .cont_box h3 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cardEnrollment ul li .cont_box h3 a {
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #2d2d2d;
    font-weight: bold;
}

.cardEnrollment ul li .cont_box h3 a:hover {
    color: #4665a5;
}

.cardEnrollment1 ul {
    padding: 0 15px;
}

.cardEnrollment1 ul li .cont_box {
    border-right: 1px solid #cfd5e0;
}

.cardEnrollment1 ul li .cont_box h3 {
    color: #0e2d63;
}

.cardEnrollment1 ul li a {
    margin-right: 25px;
}

.cardEnrollment ul li .cont_box .container_texts .item .label {
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
    width: 73px;
    font-weight: normal;
}

.card_two ul {
    display: flex;
    justify-content: space-between;
}

.card_two ul li {
    width: 49%;
}

.card_two ul li .cont_box h3 {
    color: #0e2d63;
    font-family: 'syht_reg';
    font-size: 16px;
}

.card_two ul li .cont_box .container_texts .item {
    padding-right: 5px;
}

.cardEnrollment ul li .cont_box .container_texts .item span {
    color: #666666;
    font-size: 14px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 2px;
}

.cardEnrollment ul li .cont_box .container_texts .item strong {
    font-size: 14px;
    color: #e13e41;
    font-weight: 900;
    margin-top: 3px;
}

.cardEnrollment ul li .pic {
    width: 220px;
    height: 150px;
    margin-right: 15px;
}

.cardEnrollment ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.cardEnrollment ul li .cont_box .container_texts .item span i {
    font-style: normal;
    color: #e37c41;
}

.cardEnrollment ul li .cont_box .container_texts .flex-row-center {
    align-items: start;
}

.cardEnrollment ul li .cont_box .container_texts .item .enrollTips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    min-width: 60px;
    margin-top: 2px;
    overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.cardEnrollment ul li .cont_box .container_texts .item .enrollTips .tip {
    color: #fff;
    font-size: 12px;
    background-color: var(--bg-c);
    padding: 0 3px;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 12px;
}

.cardEnrollment ul li .cont_box .container_texts .item .enrollTipsText .tip {
    color: var(--text-c);
}

.openDays .main {
    padding: 28px 40px;
    background-color: #f1f2f5;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    margin-bottom: 24px;
}

.openDays .month {
    display: flex;
    gap: 0 9px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.openDays .month li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    background-color: #fff;
    line-height: 1;
    border-radius: 7px;
    font-weight: bold;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .3);
    position: relative;
}

.openDays .month li.active::after {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-top-color: #e37c41;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -2px);
    z-index: 3;
}

.openDays .month li a {
    display: block;
    font-size: 18px;
    color: #c2c2c2;
    padding: 10px 0;
}

.openDays .month li a span {
    font-size: 30px;
}

.openDays .month li.active,
.openDays .month li:hover {
    background-color: #e37c41;
}

.openDays .month li.active a,
.openDays .month li:hover a {
    color: #fff;
}

.openDays .notifi {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background: #fff;
    border-radius: 10px;
    margin: 13px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.openDays .notifi p {
    color: #ff8187;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}

.openDays .notifi .icon {
    width: 22px;
}

.openDays .card {
    padding: 17px 15px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.openDays .card .pic {
    width: 195px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
}

.openDays .card .right {
    flex: 1;
    margin-left: 15px;
}

.openDays .card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.openDays .card .addpress .icon {
    width: 9px;
}

.openDays .card .addpress {
    display: flex;
}

.openDays .card .addpress span {
    color: #999999;
    font-size: 12px;
}

.openDays .card .right .tit {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.openDays .card .right .tit:hover {
    color: #3a5c98;
}

.openDays .card .right .tips_row {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    padding: 10px 11px;
    background-color: rgba(58, 93, 152, .1);
    margin-top: 8px;
}

.openDays .card .right .tips_row .icon {
    width: 13px;
}

.openDays .card .right .tips_row .icon-dz {
    width: 14px;
}

.openDays .card .right .tips_row p {
    line-height: 1;
    margin-left: 9px;
    font-size: 14px;
    color: #4665a5;
    flex: 1;
    font-weight: bold;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.openDays .text {
    margin-top: 10px;
    line-height: 20px;
}

.openDays .text span {
    font-size: 14px;
    color: #666666;
}

.openDays .text a {
    color: #ff8187;
    font-size: 14px;
}

.openDays .text a:hover {
    color: #DD8442;
}

.openDays .text strong {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.openDays a.viewDesc {
    color: #4665a5;
    font-size: 16px;
    padding: 8px 26px;
    display: block;
    line-height: 1;
    margin: 10px 0;
    border: 1px solid #4665a5;
    border-radius: 5px;
}

.openDays a.viewDesc:hover {
    background-color: #4665a5;
    color: #fff;
}


@media screen and (max-width:1000px) {
    .card_two ul li {
        width: 100%;
    }

    .card_two ul {
        flex-wrap: wrap;
    }

    .flex-m-col {
        flex-direction: column;
    }


    .openDays1 .card {
        position: relative;
        height: 260px;
        margin-bottom: 0;
    }

    .openDays .card .right {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .openDays1 .card .right {
        margin-left:7px;
        margin-top: 0;
    }
    .openDays1 .card .pic {
        width: 150px;
        height: 100px;
    }
    .openDays1 .card .right .flex-d {
        position: absolute;
        left: 0;width: 100%;
        flex-direction: column;
        align-items: center!important;
        top: 35%;
        margin-top: 0;
        padding: 0 13px;
    }
    .openDays1 .card .right .flex-d .col {
        width: 100%;
    }

    .openDays .main {
        padding: 15px;
    }
}

@media screen and (max-width:800px) {
    .cardEnrollment ul li {
        flex-wrap: wrap;
    }

    .openDays a.viewDesc {
        font-size: 14px;
        padding: 5px 13px;
    }

    .cardEnrollment ul li a {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .openDays .month li a {
        font-size: 16px;
    }

    .openDays .month li a span {
        font-size: 22px;
    }

    .openDays .notifi p {
        font-size: 14px;
    }

    .openDays .month {
        gap: 5px;
    }

    .openDays .month li {
        flex: none;
        width: calc(20% - 5px);
        box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    }

    .openDays .month li a {
        padding: 3px 0;
        line-height: 1;
    }

    .openDays .month li.active::after {
        display: none;
    }

    .cardEnrollment1 ul li .cont_box {
        border: none;
    }

    .cardEnrollment1 ul li .cont_box h3 {
        width: 100%;
        padding-left: 90px;
    }

    .cardEnrollment1 ul li a {
        margin: 10px 0;
    }

    .cardEnrollment ul li .cont_box h3 {
        font-size: 16px;
        flex: 1;
    }
}

@media screen and (max-width:500px) {
    .openDays .card .pic {
        width: 100%;
        height: 170px;
    }
    .openDays1 .card {
        padding: 0;
    }
    .openDays1 .card .pic {
        width: 100px;
        height: 70px;
    }
    .title_desc_row_d .item {
        margin: 0 5px;
    }
    .openDays1 .card {
        height: 200px;
    }
    .cardEnrollmentAuto ul li .cont_box .container_texts .item {
        width: 100% !important;
    }

    .cardEnrollment ul li {
        flex-direction: column;
    }

    .openDays .card .right .tit {
        font-size: 17px;
    }

        .openDays .card .addpress {
        display: none;
        }

    .openDays .card .right .tips_row p {
        font-size: 14px;
        height: 13px;
    }

    .cardEnrollment ul li .cont_box h3 {
        -webkit-line-clamp: 10;
        text-align: left;
    }

    .cardEnrollment ul li .cont_box .container_texts .item:nth-child(even) {
        width: 100%;
    }

    .studyAbroadCardInter .card_row_col .interHomeExcel tr td .enrollmentArea .itemLinkArea {
        width: 45%;
        margin: 2%;
    }

    .studyAbroadCardInter .card_row_col .interHomeExcel tr td .rows {
        display: inline-block;
        margin-left: 20px;
    }

    .studyAbroadCardInter .card_row_col .interHomeExcel tr td p {
        margin-left: 0px;
        line-height: 25px;
}
        .title_public_07 .row_tit .h3list h3 {
        font-size: 22px;
        }

    .cardEnrollment ul li .item_Max a {
        width: calc(25% - 6px);
        padding: 4px 0;
        text-align: center;
    }

    .cardEnrollment ul li .cont_box .title .addpress {
        width: 80px;
        margin-left: 5px;
    }

    .cardEnrollment ul li .cols {
        margin-top: 10px;
        flex-direction: row;
    }

    .cardEnrollment ul li .cols a {
        margin: 0 5px;
    }

    .cardEnrollment ul li .logo_icon {
        margin-bottom: 15px;
        padding-top: 0;
    }

    .cardEnrollment ul li .cont_box .container_texts .item {
        width: 100%;
    }

    .cardEnrollment ul li .cont_box {
        padding: 0;
    }

    .cardEnrollment1 ul li .cont_box {
        padding: 10px 0;
    }

    .cardEnrollment ul li .pic {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .cardEnrollment ul li .cont_box .container_texts .item .label {
        text-align: left;
        padding-left: 0;
    }

    .cont_m_p {
        padding: 10px;
    }

    .cardEnrollment ul li {
        position: relative;
    }

    .cardEnrollment ul li .logo_icon {
        position: absolute;
        left: 10px;
        top: 14px;
        width: 48px;
        margin: 0;
    }

    .cardEnrollment ul li .cont_box .title {
        height: 50px;
        padding-left: 60px;
    }
}

.title_public_06 {
    margin: 28px;
}

.container_sotr_box {
    background-color: #f3f4f7;
    border-radius: 10px;
    padding: 20px 37px;
}

.container_sotr_box .sotr .sotr_cont {
    display: flex;
    align-items: start;
    padding-top: 10px;
}

.container_sotr_box .sotr .sotr_cont p {
    display: flex;
    align-items: center;
    margin-right: 5px;
    color: #2d4573;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

.container_sotr_box .sotr .sotr_cont p::after {
    content: '>';
    padding-left: 4px;
}

.container_sotr_box .sotr .sotr_cont .sotr_col {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.container_sotr_box .sotr .sotr_cont .sotr_col p {
    height: auto;
    line-height: 15px;
}

.container_sotr_box .sotr .sotr_cont .sotr_col .sotrDesc {
    font-size: 12px;
    color: #999;
}

.container_sotr_box .sotr .sotr_cont ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #e3e3e8;
    overflow: hidden;
    padding-bottom: 10px;
}

.container_sotr_box .sotr .sotr_cont ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 4px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.container_sotr_box .sotr .sotr_cont ul li a {
    color: #333333;
    font-size: 14px;
    display: block;
    padding: 4px 13px;
    line-height: 1;
    border-radius: 4px;
    display: block;
}

.container_sotr_box .sotr .sotr_cont ul li:hover a {
    border: 1px solid #e37c41;
    color: #e37c41;
    position: relative;
    overflow: hidden;
}

.container_sotr_box .sotr .sotr_cont ul li.active::after {
    display: none;
}

.container_sotr_box .sotr .sotr_cont ul li.active a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 8px solid transparent;
    border-bottom-color: #e38944;
    transform: translate(8px, 8px) rotate(135deg);
}

.container_sotr_box .sotr .sotr_cont ul li.active::before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 5px;
    height: 5px;
    background: url('/static/images/duihaomini.png') no-repeat;
    background-size: cover;
    z-index: 1;
    transform: rotate(-20deg);
}

.container_5tr_box .sotr .sotr_cont ul {
    padding: 5px 0;
    border-bottom: 1px dashed #e3e3e8;
}

.container_sotr_box .sotr .sotr_cont ul li::after {
    width: 1px;
    height: 50%;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #cfd5e0;
}

.container_sotr_box .sotr .sotr_cont ul li.active a {
    border: 1px solid #e37c41;
    color: #e37c41;
    position: relative;
    overflow: hidden;
}

.container_sotr_box .sotr .sotr_cont .unfold {
    display: none;
    align-items: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #e37c41;
    cursor: pointer;
}

.container_sotr_box .sotr .sotr_cont .unfold::after {
    content: '';
    display: block;
    margin-left: 3px;
    border: 5px solid transparent;
    border-top-color: #f56767;
    margin-top: 5px;
}

.container_sotr_box {
    margin-bottom: 20px;
}

.container-left-main {
    border: 1px solid #cfd5e0;
    background-color: transparent;
}

.title_gen {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #4665a5;
}

.title_gen .title {
    background-color: #4665a5;
    color: #fff;
    text-align: center;
    padding: 5px 22px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.toggle_btns_genData {
    justify-content: start;
    flex-wrap: wrap;
    border-bottom: none;
}

.toggle_btns_genData .toggle_item {
    background-color: #f3f4f7;
    color: #0e2d63;
    font-size: 14px;
    flex: none;
    width: 23%;
    border-radius: 7px;
    margin: 4px 1%;
    color: #0e2d63;
    font-size: 14px;
    padding: 3px 0;
}

.toggle_btns_genData .toggle_active {
    font-weight: normal;
    background-color: #e37c41;
    color: #fff;
}

.container-left-main {
    padding: 15px;
    border-radius: 10px;
}

.container_sotr_box {
    position: relative;
}

.container_sotr_box .select_box_sotr {
    display: none;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding-top: 5px;
}

.container_sotr_box .select_box_sotr .select_box_cont {
    position: relative;
    width: 90%;
    padding: 10px;
}

.container_sotr_box .select_box_sotr .select_box {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.container_sotr_box .select_box_sotr .select_box .select_scroll {
    overflow-y: scroll;
    max-height: 360px;
}

.container_sotr_box .select_box_sotr .select_box .select_tit {
    padding: 5px 7px;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    font-weight: bold;
}

	.container_sotr_box .select_box_sotr .select_box .select_scroll li {
	    float:left;	
		width: 25%;
		margin: 3% 0 0 5%;
		line-height: 20px;
	}
	.container_sotr_box .select_box_sotr .select_box .select_scroll .select_ul li.active a {
	    color: #fff;
		background: #e38944;
		border-color: #e38944;
	}
	.container_sotr_box .select_box_sotr .select_box .select_scroll .select_ul li a {
		width: 100%;
		border-radius: 4px;
		text-align: center;
		border: 1px solid #e38944;
		background: #fff;
		padding: 5px 0;
		color: #e38944;
	}

.container_sotr_box .select_box_sotr .select_box .select_scroll .select_ul li a {
    display: block;
    padding: 5px 0px;
    color: #e38944;
    font-size: 12px;
}

.container_sotr_box .select_box_sotr .select_box::before,
.container_sotr_box .select_box_sotr .select_box::after {
    content: '';
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    top: 0;
    left: 6%;
    width: 13px;
    height: 13px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.container_sotr_box .select_box_sotr .select_box::after {
    transform: translate(-50%, 0);
    box-shadow: none;
    width: 32px;
}

@media screen and (max-width:650px) {
    .container_sotr_box .sotr .sotr_cont {
        flex-direction: column;
    }

    .container_sotr_box .sotr .sotr_cont p {
        width: 100%;
    }

    .container_sotr_box .sotr .sotr_cont ul li::after {
        display: none;
    }

    .container_sotr_box .sotr .sotr_cont ul {
        width: 100%;
        flex: none;
    }

    .container_sotr_box .sotr .sotr_cont ul li a {
        border: 1px solid #ccc;
    }

    .container_sotr_box {
        padding: 10px;
    }

    .container_sotr_box .sotr .sotr_cont .unfold {
        justify-content: flex-end;
        width: 100%;
    }
}

@media screen and (max-width:780px) {
    .scroll_sort {
        overflow-x: scroll;
        width: 100%;
    }

    .container_sotr_box .sotr .sotr_cont p {
        font-weight: normal;
    }

	.container_sotr_box .select_box_sotr .select_box .select_tit {
	    display:none;	
	} 

    .container_sotr_box .sotr .sotr_cont p::after {
        content: '';
        display: inline-block;
        border: 6px solid transparent;
        border-top: 6px solid #9a9a9a;
        padding-left: 0;
        margin-left: 5px;
        margin-top: 5px;
    }

    .container_sotr_box .scroll_sort .sotr {
        display: flex;
    }

    .container_sotr_box .sotr .sotr_cont ul {
        display: none;
    }

    .container_sotr_box .sotr .sotr_cont .unfold {
        display: none !important;
    }

    .container_sotr_box .sotr .sotr_cont {
        padding: 4px;
    }

    .container_sotr_box .sotr .sotr_cont p {
        border: 1px solid transparent;
        padding: 10px;
        background-color: #f2f2f7;
        height: auto;
        padding: 3px 10px;
    }

    .container_sotr_box .sotr .sotr_cont p.active {
        border: 1px solid #c9c8c8;
    }

    .container_sotr_box .sotr {
        position: relative;
        flex-wrap: wrap;
        display: flex;
        justify-content: start;
    }

    .container_sotr_box .sotr .sotr_cont ul {
        border: none;
        left: 0;
        position: absolute;
    }

    .container_sotr_box {
        background-color: #fff;
    }

    .container_sotr_box .sotr .sotr_cont ul li.active a,
    .container_sotr_box .sotr .sotr_cont ul li:hover a {
        background-color: #263e87;
        color: #fff;
        border: 1px solid #263e87;
    }

    .container_sotr_box .sotr .sotr_cont ul li.active a::after,
    .container_sotr_box .sotr .sotr_cont ul li.active::before {
        display: none;
    }

    .container_sotr_box .sotr .sotr_cont .active {
        background: #ffffff;
    }
}

.card {
    padding: 17px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.article_schools li {
    padding: 10px 0;
    margin: 0 !important;
    border-bottom: 1px dashed #cfd5e0;
}

.article_schools .school_items {
    display: flex;
}

.article_schools .school_items .logo_school {
    width: 58px;
    font-size: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.article_schools .school_items .logo_school img {
    width: 100%;
}

.article_schools .school_items .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article_schools .school_items .right p {
    color: #333333;
    font-size: 16px;
}

.article_schools .school_items .right .flex-row-center {
    flex-wrap: wrap;
    justify-content: start;
}

.article_schools .school_items .right a {
    color: var(--colors);
    border: 1px solid var(--colors);
    padding: 1px 11px;
    font-size: 14px;
    margin-bottom: 4px;
    border-radius: 5px;
    margin-right: 8px;
}

.article_schools .school_items .right a:hover {
    background-color: var(--colors);
    color: #fff;
}

.briefRecSide .school_items .right {
    flex: 1;
}

.briefRecSide .school_items .right h5 {
    color: #666666;
    font-size: 16px;
}

.briefRecSide .school_items .right p {
    font-size: 14px;
    color: #999999;
}

.briefRecSide .school_items .right .flex-d {
    align-items: center;
    margin-top: 5px;
}

.briefRecSide .school_items .right p i {
    color: #e37c41;
    font-style: normal;
}

.briefRecSide .school_items .right a {
    background-color: #e37c41;
    color: #fff;
    padding: 4px 7px;
}

@media screen and (max-width:450px) {
    .card {
        padding: 10px 15px;
    }

    .card {
        margin-bottom: 10px;
    }

    .briefRecSide .school_items .right h5 {
        font-size: 14px;
    }

    .briefRecSide .school_items .right a {
        font-size: 12px;
        padding: 2px 5px;
    }

    .article_schools .school_items .logo_school {
        width: 45px;
    }
}

@media screen and (max-width:1000px) {
    .openDays1 .aboutDescFroms {
        height: auto;
        margin-bottom: 15px;
    }
}