@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
}
.wad_2{
    max-width: 100%;
    display: flex;
    align-items: center;
    background: #f0f0f0;
}
.con_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.3rem;
}
.zg_container{
    display: flex;
    margin: 0.5rem 0;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
.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%;
    margin-bottom: 0.5rem;
}

.zg_box a {
    font-size: 0.32rem;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 1.39rem;
    align-items: center;
}
.zg_box a:hover{
    text-decoration: underline;
    color: #e3a21c;
}
.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;
}