#teamJ{
    position: relative;
}
#teamJ .manbox{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#teamJ .manbox .manlist{
    display: flex;
    width: calc(100% - 53px);
    margin: 10px 25px;
    border: #b9b9b96e 1px solid;
    border-radius: 15px;
    align-items: center;
}
#teamJ .manbox .manlist:hover img{
  -moz-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  -o-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
#teamJ .teamJimg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 600px;
}
#teamJ .teamJtext{
    padding: 15px;
    width: 63%;
}
#teamJ .Jtetiele{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: #afafaf82 1px solid;
    transition: unset;
}
.itmm{
    padding: 0px 0 10px;
    border: #1466b1 1px solid;
    margin-bottom: 10px;
}
.itmm p{
    position: relative;
    padding: 10px;
}
.itmm p .fa{
    margin-right: 5px;
}
.itmm p:after {
    content: "";
    border-color: #6e6e6e;
    border-top-style: dotted;
    border-top-width: 1px;
    position: absolute;
    bottom: 0;
    width: 96%;
    left: 2%;
}

.itmm .barbar{
    padding: 10px 10px;
    background: #3764a7;
    color: #ededed;
    font-size: 20px;
}
#teamJ .manbox .manlist:hover .Jtetiele{
    color: #6dd0cd;
}
#teamJ .Jtetiele h2{
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 9px;
}
#teamJ .Jtetiele h3{
    font-size: 22px;
}
#teamJ .teamJimg img{
    width: 100%;
    max-width: 90%;
    margin: 5%;
}
@media screen and (max-width: 1460px) {
	#teamJ .manbox .manlist{
        margin: 10px 3px;
        width: calc(100% - 6px);
    }
    #teamJ .teamJimg img{
    width: 330px;
}
}
@media screen and (max-width: 980px) {
    #teamJ .manbox{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #teamJ .manbox .manlist{
        width: calc(100% - 10px);
        margin: 10px 0;
        display: flex;
        flex-direction: column;
    }
  #teamJ .teamJimg{
    width: 100%;
}
    #teamJ .teamJtext{
    padding: 10px 8px;
    width: calc(100% - 16px);
}
}