

.drop-down-item{
     position:absolute;
      background-color: #fff;
      box-shadow: 0px 20px 20px 0px rgb(39 2 0 / 10%);
     
}
.drop-down-item > li{
    line-height: 63px;
    width:151px;   
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-bottom:1px solid #999;
   
}
.drop-down-item > li:nth-last-of-type(1){
    border:none;
}

.branch-office-box{
    width:1200px;
    padding-bottom:40px;
    margin:0 auto;
    display: flex;
}
.branch-office-box > .main-left{
    width:294px;
    height:688px;
   
}
.branch-office-box > .main-right{
    width:780px;
    height:50px;
    margin-left:100px;
}
.img-list{
    margin-top:36px;
}
.main-left-img-list{
    height:343px;
    width:290px;
   
}
.main-left-img-list > img{
    width:100%;
    height:100%;
}
.img-list-item{
   width:100%;
   height:90px;
   display: flex;
   align-items: center;
   margin-bottom:15px;
}
.list-item-word{
    margin-left:4%;
    word-break: break-all;
    width:45%;
    line-height: 17px;
}
.img-box{
    width:50%;
    height:100%;
}
.img-box > img{
    width:100%;
    height:100%;
}
/* .location-img{
    width:9px;
    height:12px;
    margin-right:5px;
} */
.main-right-title-box{
    display: flex;
    align-items: center;
}
.main-right-title > .title{
   
    font-size: 16px;
    margin-bottom:8px;
}
.location-word{
    border-bottom:1px solid #d84251;
    line-height: 18px;
    margin-left:5px;
}
.main-right-word{
    width:760px;
}
.main-right-word > ul{
    margin-top:30px;
}
.main-right-word > ul > li{
    line-height: 18px;
}

.main-right-word > ul > li:nth-of-type(1){
    font-size: 14px;
    margin-bottom:5px;
}
.prize{
    margin-top:20px;
    margin-bottom:20px;
}