.exambg{
    width: 19.20rem;
    height: 3.6rem;
    background-image: url("/static/img/exambg.png") ;
    background-repeat: no-repeat;
    background-size: 100% 3.6rem;
}
/* h2{
    text-align: center;
}
h3{
    text-indent: 2em;
} */
/* .container p{
    font-size: 20px;
    line-height: 35px;
    text-indent: 2em;
} */
.img{
    width: 6.23rem;
    padding-top: 2.6rem;
    margin-left: 6.3rem;

}
.img img{
    width: 100%;
    height: auto;
}
.employcontanier{
    width: 100%;
    margin: 0 auto;
}
.employtitle{
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.employbox{
    width: 95%;
    margin: 0 auto;
}
.employflex{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.employitem{
    width: 15%;
    text-align: center;
    background-color: #fff;
    color:#a3a3a3;
}
.employimg{
    width: 50%;
    margin: 0 auto;
}
.employimg img{
    width: 100%;
    height: auto;
}
.mt10{
    margin-top: 10px;
}
.mtb10{
    margin: 20px auto;
    
}
