.square {
    /*width: 140px;*/
    line-height: 50px;
    text-align: center;
    /*background: linear-gradient(to right, #09A6D6, #1572CE);*/
    color: #1687BF;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.25rem;
}

.one {
    width: 190px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 100px;
    left: -25px;
}

.one::after {
    content: "";
    position: absolute;
    height: 88px;
    width: 2px;
    left: 95px;
    bottom: -90px;
    background: radial-gradient(circle at center, #50ABDD, transparent);
}

.two {
    position: absolute;
    top: 210px;
    left: 120px;
    width: 260px;
    display: flex;
    align-items: center;
}

.two::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    background: radial-gradient(circle at center, #50ABDD, transparent);
    top: 27px;
    left: -40px;
}

.two::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 600px;
    background: radial-gradient(circle at center, #50ABDD, transparent);
    bottom: -40px;
    right: 0;
}

/*.three {*/
/*    position: absolute;*/
/*    left: -295px;*/
/*    bottom: -340px;*/
/*}*/

/*.three::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 40px;*/
/*    width: 2px;*/
/*    background: radial-gradient(circle at center, #50ABDD, transparent);*/
/*    top: -40px;*/
/*    left: 80px;*/
/*}*/

/*.four {*/
/*    position: absolute;*/
/*    bottom: -340px;*/
/*    left: 295px;*/
/*}*/

/*.four::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 40px;*/
/*    width: 2px;*/
/*    background: radial-gradient(circle at center, #50ABDD, transparent);*/
/*    top: -40px;*/
/*    left: 80px;*/
/*}*/

.bz-item {
    position: relative;
    line-height: 40px;
    margin-bottom: 20px;
}

.bz-item::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 300px;
    background: radial-gradient(circle at center, #50ABDD, transparent);
    bottom: -15px;
    left: 0;
}


.show-name {
    margin: 0 8px;
    cursor: pointer;
}


.position-name {
    position: relative;
    width: 130px;
}

.ls-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.d-group {
    font-size: 20px;
    color: #50ABDD;
    font-weight: 600;
}

.position {
    margin: 16px 0;
    /*position: absolute;*/
    /*width: 305px;*/
    list-style: none;
    padding: 0;
}

.item-group::after {
    content: none;
}

.position-img {
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

.position-gw {
    margin: 0 18px;
    color: #1687BF;
    /*font-weight: 700;*/
    font-size: 1.125rem
}

.boos {
    width: 190px;
    /*text-align: center;*/
}

.boos::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 2px;
    left: 70px;
    background: radial-gradient(circle at center, #50ABDD, transparent);
    top: 55px;
}

.position-name:hover .focus-introduce {
    /*visibility: visible;*/
    display: inline-block;
    z-index: 9;
    /*animation: fly-in 1s forwards*/
}

.focus-introduce {
    /*visibility: hidden;*/
    display: none;
}

.position-name:hover .show-name {
    background: #4AB3DD;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
}

.introduce {
    position: absolute;
    left: 130px;
    width: 240px;
    top: 0px;
    background: #4AB3DD;
    opacity: 0.93;
    color: #fff;
    padding: 0 8px;
    box-shadow: 4px 4px 6px 2px #2483B2;
    font-size: 16px;
    line-height: 2;
}

.introduce-right{
    position: absolute;
    right: 320px;
    width: 260px;
    top: 0px;
    background: #4AB3DD;
    opacity: 0.93;
    color: #fff;
    padding: 0 8px;
    box-shadow: 4px 4px 6px 2px #2483B2;
    font-size: 16px;
    line-height: 2;
}

.two-position {
    display: inline-block;
}

.two-position:hover .show-name {
    background: #4AB3DD;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
}

.two-position:hover .focus-introduce {
    display: inline-block;
}

.two-introduce {
    position: absolute;
    left: 250px;
    width: 235px;
    bottom: 10px;
    background: #4AB3DD;
    opacity: 0.93;
    color: #fff;
    padding: 0 8px;
    box-shadow: 4px 4px 6px 2px #2483B2;
    font-size: 16px;
    line-height: 2;
    text-align: left;
}

.ldtz-position{
    display: flex;
    justify-content: center;
    font-size: 1.125rem;
    color: #565A5B;
    margin: 2rem auto 4rem auto;
}

.ldtz-position-title{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1e4fa8;
    margin-bottom: 40px;
}

.ldtz-position-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,#2f6bff,#8bb6ff);
    margin: 12px auto 0;
    border-radius: 2px;
}

.ldtz-position-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 6px 20px rgba(30,80,180,0.08);
    transition: 0.25s;
    cursor: pointer;
    position: relative;
    margin-bottom: 16px;
    padding-right: 3.25rem;
}

.ldtz-position-item:hover{
    box-shadow: 0 6px 20px rgba(30,80,180,0.2);
    transform: translateY(-2px);
    transition: 0.25s;
    color: #1e4fa8;
}
.ldtz-position-item:last-child:hover{
    color: #565A5B;
}

/* 右侧箭头 */
.ldtz-position-item::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #2f6bff;
    border-top: 1px solid #2f6bff;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.25s;
}
.ldtz-position-item:last-child:after{
    border-right: 1px solid #666;
    border-top: 1px solid #666;
}

/* hover 动效 */
.ldtz-position-item:hover::after {
    right: 18px;
    border-color: #1e4fa8;
}
.ldtz-position-item:last-child:hover::after {
    border-color: #666;
}


