dl.sjlm {
    clear: both;
    background: #fff;
    width: 261px;
    padding: 10px 0;}
dl.sjlm  dd {
    padding-left: 30px;
    line-height: 40px;}
dl.sjlm dd a {
    color: #666;}
dl.sjlm dd:hover a,dl.sjlm dd.dq a {
    color: #01b553;
    padding: 0 !important;
    border: none !important;}.ldlist {
    clear: both;
    padding: 30px 0;}
.person-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;}
.person-info .ldimgbox {
    position: relative;
    margin-right: 30px;}
.info-details .zw {
    color: #01b553;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;}
.info-details p {
    line-height: 40px;
    font-size: 18px;
    color: #333;}
.info-details p span {
    color: #000;}
.person-info img {
    width: 150px;
    height: auto;}
.person-info .ldimgbox .name-tag {
    background: #ffa500;
    color: white;
    padding: 5px 10px;
    margin-top: 10px;
    width: fit-content;
    position: absolute;
    bottom: 10px;
    z-index: 9;
    font-size: 16px;
    min-width: 80px;
    text-align: center;}.select{     margin-bottom: 20px;   position: relative;}
.select:hover{ background:#5a6278 ;}
.select dt{
    height:40px;
    display:inline-block;
    border:1px solid #ffffff;
    line-height:40px;
    font-size: 14px;
    cursor:pointer;
    text-indent: 10px;
    width:230px;
    color: #ffffff;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    position:relative;
    z-index:99;}
.select dd{
    position:absolute;
    left:0;   
    bottom:0;
    border:1px solid #cccccc;
    background:#fff;
    display:none;
    font-size: 14px;
    z-index: 99;}
.select dd ul{
    width:190px;background:#f3f3f3;height:200px; overflow-y: scroll;
    max-height:250px;}
.select dd ul li a{
    line-height:40px;
    display:block;
    padding:0 8px;
    color: #333333;}
.select dd ul li a:hover{
    background:#cccccc;}
