@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.wad_2{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #f0f0f0;
    margin-top: 0.3rem;
}
.con_box {
    width: 100% !important;
    max-width: 14.66rem;
    margin: 0 auto;
    /*min-height: 5.5rem;*/
}
.zg_container{
    display: flex;
    justify-content: space-between;
    width: 14.66rem;
    margin: 1rem 0;
}
.zg_box {
    width: 3.08rem;
    height: 1.39rem;
    display: block;
    position: relative;
    background: url(../img/jg_bg.png) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
}
.zg_box:hover {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}
.zg_box a {
    font-size: 0.32rem;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 1.39rem;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.zg_box:hover a{
    color: #e3a21c;
    transition: all 0.3s ease-in-out;
}
.zg_box div img {
    display: inline-block;
    width: 100% 100%;
}

.teacher_box{
    max-width: 13.66rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0.3rem 0 0.15rem;
    flex-direction: column;
}
.top_con{
    padding: 0.3rem 0.6rem 0.6rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    width: 13.66rem;
    margin-bottom: 0.15rem;
}
.top_con .img_bg{
    width: 2rem;
}.top_con .img_bg img{
    display: inline-block;
    width: 100%;
}
.top_con .text_con{
    width: 10rem;
    color: #000;
}
.top_con .text_con .name{
    line-height: 0.35rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #dddddd;
}
.top_con .text_con .name h3{
   font-size: 0.24rem;
   font-weight: normal;
}
.top_con .text_con .name span{
    font-size: 0.16rem;
    padding-left: 0.2rem;
}
.top_con .text_con .name p{
    font-size: 0.16rem;
}
.top_con .text_con .gw_box{
    margin-top: 0.1rem;
}
.top_con .text_con .gw_box P{
    color: #333;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.top_con .text_con .gw_box > p:first-child{
    color: #f8b62c;
    font-size: 0.16rem;
    line-height: 0.3rem;
}