/* ?￥?????¨?μa�??¨?ˉ?|?|?’a�|*/
.detail_teacherbox {}

.detail_teacherbox .sz-con {
    margin-top: 57px;
    border-bottom: 2px solid #0B54AE;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(1, 117, 182, 0.2);
    padding: 23px;
    background: url(../images/add_szbg.png);
    background-size: 100% 100%;
}

.detail_teacherbox .sz-con .pic1 {
    width: 209px;
}

.detail_teacherbox .sz-con .pic1 img {
    display: block;
    max-width: 100%;
}

.detail_teacherbox .sz-con .pic1 img {
    margin: 0 auto;
}

.detail_teacherbox .sz-r {
    flex: 1;
    min-width: 0;
    padding-left: 0;
}

.detail_teacherbox .sz-ty {
    overflow: hidden;
}

.detail_teacherbox .sz-ty h3 {
    font-size: 24px;
    font-weight: bold;
}

.detail_teacherbox .sz-ty>div {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.detail_teacherbox .sz-ty>div p {
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
    display: block;
}

.detail_teacherbox .sz-ty>div p:nth-child(1) {}

.detail_teacherbox .sz-ty>div p:nth-child(2) {
    width: 50%;
    /* float: left; */
}

.detail_teacherbox .sz-ty>div p:nth-child(3) {
    width: 50%;
}

.detail_teacherbox .sz-ty>div p:nth-child(4) {}

.detail_teacherbox .sz-d {
    position: relative;
    z-index: 1;
}

.detail_teacherbox .sz-box {
    margin-top: 52px;
}

.detail_teacherbox .sz-box h4 {
    font-size: 0;
    margin-bottom: 30px;
    background: #F4F6F6;
    padding: 12px 18px;
}

.detail_teacherbox .sz-box h4 span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    background: url(../images/add_szzs.png) no-repeat left center;
    background-size: 14px auto;
    padding-left: 24px;
}

.detail_teacherbox .sz-box p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.detail_teacherbox .sz-box p.z {
    text-align: center;
}

.detail_teacherbox .sz-box .tz {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.detail_teacherbox .sz-box .tz img {
    display: block;
    max-width: 48%;
}


.detail_teacherbox .sz-p p {}

.detail_teacherbox .sz-p p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 900px) {
    .detail_teacherbox .sz-con {
        margin-top: 25px;
        display: block;
    }

    .detail_teacherbox .sz-con .pic1 {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .detail_teacherbox .sz-r {
        float: none;
    }

    .detail_teacherbox .sz-ty h3 {
        text-align: center;
        margin-top: 20px;
    }

    .detail_teacherbox .sz-ty>div {
        margin-top: 0;
    }

    .detail_teacherbox .sz-box h4 {
        margin-bottom: 10px;
        padding: 5px 10px;
    }

    ..detail_teacherbox .sz-box h4 span {}

    .detail_teacherbox .sz-ty>div p {
        overflow: auto;
        white-space: normal;
        text-overflow: initial;
    }

    .detail_teacherbox .sz-box {
        margin-top: 20px;
    }
}

/*???￠a�??￥?ˉ??*/
.detail_dzldtit {
    margin: 50px auto;
}

.detail_dzldtit h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: #333333;
}

.detail_dzldlist {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.detail_dzldbox .leader-info {
    width: 48%;
    padding: 10px;
    border-radius: 5px;
}

.detail_dzldbox .leader-info h2 {
    margin: 0;
    background: #EDF3FF;
    font-weight: bold;
    line-height: 40px;
    color: #204999;
    font-size: 20px;
    padding: 5px 20px;
}

.leader-infonr {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    color: #666;
}

.detail_dzldbox .leader-info .leader-infonr span {
    color: #204999;
    font-weight: bold;
    display: block;
    width: 85px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
    flex-shrink: 0;  /* 禁止标签宽度被压缩 */
}

.detail_dzldbox .leader-info p {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.detail_dzldbox .leader-info .title {
    color: #000;
    /* padding: 0 10px; */
    /* font-size: 18px; */
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width:900px) {
    .detail_dzldtit {
        margin: 30px auto;
    }

    .detail_dzldlist {
        display: block;
    }

    .detail_dzldbox .leader-info {
        padding: 0
    }

    .detail_dzldbox .leader-info {
        width: 100%;
    }

    .detail_dzldbox .leader-info h2 {
        font-size: 18px;
        padding: 5px 10px;
    }

    .detail_dzldbox .leader-info .title {
        font-size: 18px
    }

    .leader-infonr {
        font-size: 14px;
        line-height: 24px;
    }

    .detail_dzldbox .leader-info .leader-infonr span {
        font-size: 14px;
        line-height: 24px;
        width: 75px;
    }

    .detail_dzldbox .leader-info p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* ?|a�￠a?￠?￥?????￥?????￥??a�￠ */
.detail_teacherlist {}

.teacher_list_item {
    height: auto;
    /* overflow: hidden; */
    padding: 40px 40px 40px 40px;
    border: #dfecfc 1px solid;
    margin-top: 60px;
    position: relative;
}

.teacher_list_item .tcsection {}

.teacher_list_item .teacher_list_item_title {
    font-size: 22px;
    /* font-weight: bold; */
    position: relative;
    margin: 0 auto;
    position: absolute;
    top: -25px;
    left: 0;
    background: url(../images/add_szmltitbg.png) right center no-repeat;
    height: 51px;
    line-height: 50px;
    padding: 0px 20px;
    color: #fff;
    background-size: 100% 100%;
}

.teacher_list_item .tcsection-title {
    font-size: 22px;
    font-weight: bold;
}

.teacher_list_item .tcsection-title h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto 30px auto;
}

.teacher_list_item .tcsection-title h1 span {
    color: #0052b9;
}

.teacher_list_item .tcsection h2 {
    border-bottom: #e2e5ec 1px solid;
    font-size: 17px;
    font-weight: bold;
    line-height: 46px;
    position: relative;
}

.teacher_list_item .tcsection h2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 17px;
    background: #204999;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}

.teacher_list_item .tcsection h2 span {
    background: #ebf1fc;
    display: table;
    padding: 0 20px;
    /* font-weight: normal; */
}

.teacher_list_item .tcsection ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
}

.teacher_list_item .tcsection li {
    width: 20%;
    line-height: 40px;
    padding: 5px;
    background: url(../images/add_jsmlico.png) left center no-repeat;
    padding-left: 15px;
}

.teacher_list_item .tcsection li a {
    color: #666666;
}

.teacher_list_item .tcsection li:hover a {
    color: #0052b9
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 900px) {
    .teacher_list_item .teacher_list_item_title {
        font-size: 16px;
        font-weight: bold;
        line-height: 42px;
        height: 42px;
    }

    .teacher_list_item {
        padding: 30px 15px;
    }

    .teacher_list_item .tcsection li {
        width: 33%;
        line-height: 30px;
    }

    .teacher_list_item .tcsection h2 {
        line-height: 40px;
        font-size: 16px;
    }

    .teacher_list_item .tcsection h2 span {}
}

/* detail_history */
.detail_history {
    margin: 20px auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.detail_history_item {}

.detail_history_item .detail_history_item_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: normal;
    color: #204999;
    margin: 20px auto;
    display: flex;
    align-content: center;
    align-items: center;
}

.detail_history_item .detail_history_item_title img {
    height: 15px;
    margin-left: 25px;
    width: 60%;
}

.detail_history_item .detail_history_item_title h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: normal;
    color: #204999;
    position: relative;
    background: url(../images/add_lstit1.png) left center no-repeat;
    padding-left: 65px;
    background-size: 45px 45px;
    position: relative;
    display: block;
}

.detail_history_item .detail_history_item_txt {}

.detail_history_item .detail_history_item_txt p {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: normal;
    color: #333333;
    text-indent: 2em;
}

.detail_history_item .detail_history_item_content {
    padding: 10px 0;
    height: auto;
    overflow: hidden;
}

.detail_history_item .detail_history_item_content ul {}

.detail_history_item .detail_history_item_content li {
    margin: 0 auto;
    padding: 20px 20px;
    position: relative;
    transition: all 0.3s;
}

.detail_history_item .detail_history_item_content .hs_txt:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 36px;
    width: 1px;
    height: 100%;
    background: #204999;
}

.detail_history_item .detail_history_item_content li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.detail_history_item .detail_history_item_content li a {}

.detail_history_item .detail_history_item_content li .hs_year {
    font-family: Bebas;
    font-size: 36px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: normal;
    color: #204999;
    position: relative;
    padding-right: 25px;
}

.detail_history_item .detail_history_item_content li .hs_year:before {
    content: "年";
    position: absolute;
    right: 0;
    bottom: -6px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    color: #4C4C4C;
}

.detail_history_item .detail_history_item_content li:last-child .hs_txt:before {
    display: none
}

.detail_history_item .detail_history_item_content li .hs_txt {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: normal;
    color: #333333;
    margin-left: 35px;
    position: relative;
    background: url(../images/add_lssjnad.png) left 6px no-repeat;
    padding-left: 55px;
    transition: all 0.3s
}

.detail_history_item .detail_history_item_content li .hs_txt p {}

.detail_history_item .detail_history_item_content li .hs_txt span {
    color: #0052b9;
}

.detail_history_item .detail_history_item_content li:hover {
    background: rgba(185, 198, 223, 0.2);
    transition: all 0.3s;
}

.detail_history_item .detail_history_item_content li:hover .hs_txt {
    color: #0052b9;
    transition: all 0.3s;
}

/* detail_history_item2 */
.detail_history_item2 {}

.detail_history_item2 .detail_history_item_content li .hs_txt span {
    color: #000 !important;
    font-weight: bold;
}

.detail_history_item2 .detail_history_item_content li .hs_year:before {
    display: none
}

.detail_history_item2 .detail_history_item_content li .hs_year {
    padding-right: 0;
}

.detail_history_item2 .detail_history_item_content li:hover .hs_txt {
    color: #000;
}

.detail_history_item2 .detail_history_item_title h2 {
    background: url(../images/add_lstit11.png) left center no-repeat;
}

@media screen and (max-width: 900px) {
    .detail_history_item .detail_history_item_title {
        margin: 10px auto;
    }

    .detail_history_item .detail_history_item_txt p {
        font-size: 16px;
        line-height: 24px;
    }

    .detail_history_item .detail_history_item_title h2 {
        font-size: 18px;
        background-size: 25px;
        height: 30px;
        line-height: 30px;
        padding-left: 44px;
    }

    .detail_history_item .detail_history_item_title img {
        display: none;
    }

    .detail_history_item .detail_history_item_content li .hs_year {
        font-size: 22px;
        padding-right: 20px;
    }

    .detail_history_item .detail_history_item_content li .hs_year:before {
        font-size: 14px;
    }

    .detail_history_item .detail_history_item_content li {
        padding: 20px 0;
    }

    .detail_history_item .detail_history_item_content li .hs_txt {
        font-size: 16px;
        line-height: 24px;
        margin-left: 10px;
        padding-left: 35px;
    }

}