@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: 13.66rem;
    margin: 0 auto;
}
.zg_container{
    display: flex;
    flex-wrap: wrap;
    width: 13.66rem;
    margin: 0.4rem 0;
    gap: 0.57rem;
    justify-content: space-between;
}
.zg_box div {
    width: 2.2rem;
    height: 0.85rem;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/jg_bg.png) center no-repeat;
    background-size: 100% 100%;
}

.zg_box div a {
    font-size: 0.20rem;
    color: #fff;
    display: flex;
    line-height: 0.85rem;
    justify-content: center;
}

.zg_box div img {
    display: inline-block;
    width: 100% 100%;
}
.zg_box .current a{
    color: #f8b62c;
    background: url(../img/jg_bg2.png) center no-repeat;
    background-size: 100% 100%;
}
.zg_box:hover a{
    color: #f8b62c;
    background: url(../img/jg_bg2.png) center no-repeat;
    background-size: 100% 100%;
}
.zg_title h3{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0.1rem;
}
.zg_title p{
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
}
.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;
}