.otherbox .otherbox_content{
    display: flex;
    justify-content: space-between;
}
.otherbox .otherbox_content .left_content,
.otherbox .otherbox_content .right_content{
    width: 27%;
    z-index: 999999;
}
.otherbox .otherbox_content .middle_content{
    width: 46%;
    display: flex;
    justify-content: center;
    position: relative;
}
.otherbox .otherbox_content .left_content{
    margin-left: 3%;
}
.otherbox .otherbox_content .middle_content{
    margin-left: -3%;
    margin-right: -3%;
}
.otherbox .otherbox_content .right_content{
    margin-right: 3%;
}
.otherbox .otherbox_content .left_content .left_menus,
.otherbox .otherbox_content .right_content .right_menus{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}
.otherbox .otherbox_content .right_content .right_menus{
    align-items: flex-start;
}
.otherbox .otherbox_content .left_content .left_menus :nth-of-type(2),
.otherbox .otherbox_content .left_content .left_menus :nth-of-type(3){
    margin-right: 30%;
}
.otherbox .otherbox_content .right_content .right_menus :nth-of-type(2)
{
    margin-left: 30%;
}
.otherbox .otherbox_content .right_content .right_menus :nth-of-type(3)
{
    margin-left: 30%;
}
.otherbox .otherbox_content .left_content .left_menus .menus_item{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}
.otherbox .otherbox_content .right_content .right_menus .menus_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.otherbox .otherbox_content .left_content .left_menus .menus_item a{
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
}
.otherbox .otherbox_content .right_content .right_menus .menus_item a{
    color: #000;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 400;
}
.otherbox .otherbox_content .middle_content .middle_bg{
    width: 100%;
    height: 100%;
    
}
.otherbox .otherbox_content .middle_content .photo{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.otherbox .otherbox_content .middle_content .p-list{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 76%;
    height: 76%;
    display: block;
    animation: scaleIn 0.3s linear;
}

.otherbox .otherbox_content .right_desc,
.otherbox .otherbox_content .left_desc{
    width: 100%;
    height: 100%;
    display: none;
    animation: scaleIn 0.3s linear;
}
.otherbox .otherbox_content .right_desc{
    padding-left: 20%;
}
.otherbox .otherbox_content .left_desc{
    padding-right: 20%;
}
.otherbox .otherbox_content .right_desc .case-text-list,
.otherbox .otherbox_content .left_desc .case-text-list
{
    position: relative;
    /*margin: 50% auto;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.otherbox .otherbox_content .right_desc .case-text-list .fir,
.otherbox .otherbox_content .left_desc .case-text-list .fir{
    font-size: 26px;
    color: #333333;
    font-weight: 700;
    line-height: 30px;
}
.otherbox .otherbox_content .left_desc .case-text-list .fir{
    color: #fff;
}
.otherbox .otherbox_content .right_desc .case-text-list .sec,
.otherbox .otherbox_content .left_desc .case-text-list .sec{
    font-size: 14px;
    color: #999;
}
.otherbox .otherbox_content .right_desc .case-text-list .des,
.otherbox .otherbox_content .left_desc .case-text-list .des{
    font-size: 16px;
    color: #595757;
    line-height: 29px;
    margin-top: 15%;
    margin-bottom: 10%;
    font-weight: 300;
        display: -webkit-box;
  -webkit-box-orient: vertical; /* 使容器按垂直方向布局 */
  -webkit-line-clamp: 8; /* 显示的行数 */
  overflow: hidden; /* 隐藏超出部分的内容 */
  text-overflow: ellipsis; /* 当内容溢出时显示省略号 */
  word-break: break-word; /* 允许单词在需要的地方断开，避免溢出 */
}
.otherbox .otherbox_content .left_desc .case-text-list .des{
    color: #fff;
}
.otherbox .otherbox_content .right_desc .case-text-biao,
.otherbox .otherbox_content .left_desc .case-text-biao{
    padding-left: 55px;
}
.otherbox .otherbox_content .right_desc .case-text-biao i,
.otherbox .otherbox_content .left_desc .case-text-biao i{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #c9defc;
    left: 16px;
    top: 4px;
}

.otherbox .otherbox_content .right_desc .case-text-biao i:after,
.otherbox .otherbox_content .left_desc .case-text-biao i:after{
    content:"";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #2f7ef0;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.otherbox .otherbox_content .left_desc .case-text-biao i:after{
    background: #fff;
}
.otherbox .otherbox_content .right_desc .case-text-biao i:before,
.otherbox .otherbox_content .left_desc .case-text-biao i:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
    height: 67px;
    width: 1px;
    background: #2f7ef0;
}
.otherbox .otherbox_content .left_desc .case-text-biao i:before{
    background: #fff;
}