@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.con_box {
    width: 18.66rem;
    margin: 0 auto;
    background: #fff;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.content {
    position: relative;
    display: flex;
}

.work_box {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 0.2rem;
}

.box_con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0.8rem;
    justify-content: center;
}

.work_box ul {
    display: flex;
    margin-top: 0.15rem;
    width: 2rem;
    justify-content: center;
}

.work_box li {
    display: flex;
    margin-bottom: 0.25rem;
}

.work_box li.font_1 a {
    color: #0f51ae;
    font-size:0.18rem;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.work_box li div {
    text-align: right;
    display: flex;
}

.work_box li span {
    text-align: right;
}

.img_con{
    display: flex;
    flex-direction: column;
    margin-right: 0.2rem;
}
.img_box {
    display: inline-block;
    width: 2rem;
    border: 1px solid #dedede;
}

.img_box img {
    width: 100%;
    display: block;
}
.same_con {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
.con_1 {
    display: flex;
    /*width: 100%;*/
    flex-direction: column;
    margin-bottom: 0.15rem;
}
.con1_blank {
    margin-right: 0.5rem;
}
.title_font {
    width: 100%;
    font-size: 0.26rem;
    color: #000;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.teacher_slide {
    background: url(../img/teacher_bg.png) center no-repeat;
    background-size: contain;
    flex-shrink: 0;
    width: 2.6rem;
    height: 2.08rem;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.teacher_slide:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}
.teacher_slide .item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.teacher_slide .item .teacher_con {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teacher_slide .item .teacher_con .photo_img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 3px solid #e3a21c;
    overflow: hidden;
    margin-top: -0.7rem;
}
.teacher_slide .item .teacher_con .photo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teacher_slide .item .teacher_con .title {
    display: flex;
    color: #000;
    margin: 0 0.25rem;
    flex-direction: column;
    align-items: center;
}
.teacher_slide .item .teacher_con .title h3 {
    font-size: 0.24rem;
    margin: 0.15rem 0 0.15rem;
    font-weight: normal;
}