/*  主要样式 */

.box20250509114910837_wk {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: -300px;
}
.box20250509114910837 {
    /* width: 80rem; */
    display: flex;
    justify-content: space-around;
    background: #b3a281;
    border-radius: 5px;
    padding: 15px;
    flex-direction: column;
    min-height: 79px;
    border: 1px #bbbbbb solid;
    /* border-right: none; */
}
/*3.3rem*/
 .box20250509114910837_one {
    float:left;
}
/*这一级是导航*/
 .box20250509114910837_one_title {color: #fff;text-align: left;}
.box20250509114910837_one_title a {
    /*line-height:4.8rem;*/
    font-size: 16px;
    display:block;
    text-decoration:none;
    /*margin:0px;*/
    color: #fff;
    padding: 0 9px;
    line-height: 36px;
}
.box20250509114910837_one_title a:hover {
    color:#fff;
    transition: 0.3s all;
    /* background-color:#000; */
    border-radius: 50px;
}
/*展开和标志当前栏目时的状态*/

/*.open .box20250509114910837_one_title a,.cur .box20250509114910837_one_title a {color: #d5414d;}*/
 .open .box20250509114910837_one_title a {
    color: #fff;
}
 .open .box20250509114910837_one_title a:hover {
    color: #fff;
}
/*设置a的定位，给我们自己编写的下划线一个定位参考*/
 .box20250509114910837_one a {
    position:relative;
}

