#teamJ{
    position: relative;
}
#teamJ .manbox{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#teamJ .dowmmfo h3{
    padding: 50px;
    text-align: center;
}
#teamJ .manbox .manlist{
    display: flex;
    flex-direction: row;
    width: calc(50% - 22px);
    margin: 10px 10px;
    border: #b9b9b96e 1px solid;
    border-radius: 15px;
}
#teamJ .manbox .manlist:hover img{
}
.bantext .belive{
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    border-top: #d5d5d5 1px solid;
    border-bottom: #d5d5d5 1px solid;
    margin-bottom: 30px;
}
#teamJ .teamJimg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56%;
}
#teamJ .teamJtext{
    padding: 15px;
    width: 40%;
}
#teamJ .Jtetiele{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: #afafaf82 1px solid;
    transition: unset;
}
#teamJ .manbox .manlist:hover .Jtetiele{
    color: #9e7a30;
}
#teamJ .Jtetiele h2{
    font-size: 35px;
    line-height: 100%;
}
#teamJ .Jtetiele h3{
    font-size: 22px;
}
#teamJ .teamJimg img{
    width: 400px;
}
.mmwbox{
    position: relative;
    display: flex;
    padding: 17px 0;
    margin-bottom: 50px;
    justify-content: space-around;
}
.mmwbox .leftJbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    /* border-right: #dddddd 1px solid; */
    margin-right: 20px;
}
.mmwbox .leftJbox .gantext{
    font-size: 49px;
    text-transform: uppercase;
}
.mmwbox .rightJbox{}
.wenJ{
    position: relative;
    display: flex;
}
.wenJ .leftJJ{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.wenJ .leftJJ h3{
    font-size: 26px;
    font-weight: 600;
    color: #9d7a30;
}
.wenJ .downtenJ2{
    padding: 20px 0;
}
.wenJ .downtenJ2 .Jadbox{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.wenJ .downtenJ3{
    margin-top: 20px;
}
.wenJ .downtenJ2 .Jadbox p{
    display: flex;
    width: 44%;
    padding: 30px 10px;
    border: #e2e2e2 1px solid;
    margin: 7px 7px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wenJ .rightJJ{
    display: flex;
    flex-direction: column;
    width: 50%;
}
@media screen and (max-width: 1460px) {
	#teamJ .manbox .manlist{
        margin: 0 3px;
        width: calc(33.3% - 6px);
    }
    #teamJ .teamJimg img{
    width: 330px;
}
}
@media screen and (max-width: 980px) {
    #teamJ .manbox{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #teamJ .teamJimg , #teamJ .teamJtext{
    width: 100%;
}
    #teamJ .manbox .manlist{
        width: calc(100% - 0px);
        margin: 10px 0;
        display: flex;
        flex-direction: column;
    }
    #teamJ .teamJtext{
    padding: 10px 8px;
    width: 90%;
}
}
@media screen and (max-width: 580px){
    .mmwbox{
        display: flex;
        flex-direction: column;
    }
    .mmwbox .leftJbox{
        padding-right: 0;
        margin-right: 0;
    }
    .mmwbox .leftJbox .gantext{
        font-size: 21px;
        margin-bottom: 40px;
    }
    .wenJ{
        display: flex;
        flex-direction: column;
    }
    .wenJ .leftJJ{
        width: 100%;
    }
    .wenJ .downtenJ2 .Jadbox p{
        width: 36%;
    }
    .wenJ .rightJJ{
        width: 100%;
    }
    #teamJ .dowmmfo h3{
    padding: 28px 0;
}
}