:root {
    --page-font-size: 18px;
}
span{
    cursor: pointer;
}
.newsInfo_box2{
    width: 227px;
    height: 100%;
    margin: 0 auto;
}
.newsInfo_box2_top{
    display: block;
    width: 100%;
    height: 227px;
    margin: 5px  0;
}
.newsInfo_box2_text{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #8E8E8E;
}
.newsInfo_box2_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wb{
    width: 37px;
    height: 31px;
    margin-left: 10px;
    cursor: pointer;
    background: url("../img/news/wb.png") no-repeat;
    background-size: 100% 100%;
}
.wx{
    cursor: pointer;
    margin-left:10px;
    width: 37px;
    height:31px;
    background: url("../img/news/wx.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.wx:hover::after{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-width: 8px 6px 6px  6px ;
    border-style: solid;
    border-color: transparent transparent #eee transparent ;
}
.wx:hover .wx_code{
    display: block;
}
.wx_code{
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 40px;
    width:200px;
    height:192px;
    box-sizing: border-box;
    border: 1px solid #eee;
    z-index: 3;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.wx_code_top{
    width: 100%;
    height: 26px;
    line-height:26px;
    font-size: 12px;
    background-color: #f3f3f3;
    color: #777;
    text-align: center;
}
.wx_code_text{
    width: 100%;
    font-size: 12px;
    color: #777;
    text-align: center;
}
.wx_code_main{
    width:100px;
    height: 100px;
    margin: 10px auto;
    box-sizing: border-box;
    display: block;
}
.next{
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.next>div{
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
}
.next>div:nth-child(1){
    margin-top: 50px;
}
.next>div>span{
    margin-left: 10px;
}
.recruitInfo_box_title{
    font-weight: bold!important;
}
.recruitInfo_box_content span{
    font-size: var(--page-font-size)!important;
}
.recruitInfo_box_content p{
    font-size: var(--page-font-size)!important;
}
table{
    margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
    .recruitInfo{
        padding-bottom: 1.2rem; /* 60px/50 */
        padding-top: 0.96rem; /* 48px/50 */
        overflow-x: hidden;
    }
    .recruitInfo_content{
        margin-top: 0.74rem; /* 37px/50 */
    }
    .recruitInfo_box{
        width: 6.87rem;
        /*margin:0.39rem auto 0 auto;*/
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        font-weight: bold;
        font-size: 0.36rem; /* 18px/50 */
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 0.22rem; /* 11px/50 */
        border-bottom: 0.02rem solid #CDCDCD; /* 1px/50 */
        padding-bottom: 0.28rem; /* 14px/50 */
    }
    .recruitInfo_box_item_box{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0.1rem; /* 5px/50 */
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 0.24rem; /* 12px/50 */
        color: #6D6D6D;
        flex: 1;
    }
    .recruitInfo_box_text2{
        margin-top: -0.06rem; /* -3px/50 */
    }
    .recruitInfo_box_content{
        margin-top: 0.48rem; /* 24px/50 */
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 0.56rem; /* 28px/50 */
    }
    p{
        margin-bottom: 0.08rem; /* 4px/50 */
    }
    .recruitInfo_box1{
        width:78%;
        min-height: 1.92rem; /* 96px/50 */
        height: 100%;
        background: #F5F5F5;
        margin:0.5rem auto 0 auto; /* 25px/50 */
        box-sizing: border-box;
        padding:0.28rem 0.24rem  0.28rem 0.28rem; /* 14px 12px 14px 14px/50 */
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 0.24rem; /* 12px/50 */
        color: #424242;
        margin-left: 0.08rem; /* 4px/50 */
    }
    .recruitInfo_box1_item{
        width: 100%;
        margin-top: 0.2rem; /* 10px/50 */
    }
    .recruitInfo_box1_item_left{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .fileImg{
        width: 0.48rem; /* 24px/50 */
        height: 0.48rem; /* 24px/50 */
    }
    .fileText{
        font-weight: 400;
        font-size: 0.24rem; /* 12px/50 */
        color: #424242;
        margin-left: 0.28rem; /* 14px/50 */
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 0.24rem; /* 12px/50 */
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text:nth-child(n+2){
        margin-left: 0.4rem; /* 20px/50 */
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 100%;
        margin:0.66rem auto 0 auto; /* 33px/50 */
        padding-left: 0.46rem; /* 23px/50 */
        font-weight: 400;
        font-size: 0.28rem; /* 14px/50 */
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 90%;
        margin:0.4rem auto 0 auto; /* 20px/50 */
        box-sizing: border-box;
    }
    .recruitInfo_box3_item{
        height: 1.52rem; /* 76px/50 */
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 0.28rem; /* 14px/50 */
        color: #616060;
        border-bottom: 0.02rem solid #CBCBCB; /* 1px/50 */
        box-sizing: border-box;
        padding: 0 0.52rem 0 0.12rem; /* 0 26px 0 6px/50 */
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 0.02rem solid #CBCBCB; /* 1px/50 */
    }
    .recruitInfo_box3_item span:nth-child(2){
        color: #1A70B4;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 3.2rem; /* 160px/50 */
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    .newsInfo_box2_bottom{
        display: none
    }
    .newsInfo_box2_text{
        font-size: 0.24rem; /* 12px/50 */
    }
    .newsInfo_box2{
        width: 100%;
    }
    .newsInfo_box2_top{
        width: 2.28rem; /* 114px/50 */
        height: 2.28rem; /* 114px/50 */
        margin:  0.2rem auto; /* 10px/50 */
    }
    .recruitInfo_box_content img{
        max-width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    span>img{
        max-width: 100%!important;
        height: auto!important
    }
}
@media only screen and (min-width: 1024px)and (max-width: 1280px) {
    .breadcrumb_left{
        margin-left: 70px;
    }

    .recruitInfo{
        margin-bottom: 240px;
    }
    .recruitInfo_content{
        margin-top: 57px;
    }
    .recruitInfo_box{
        width: 840px;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 20px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 12px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box1{
        width: 840px;
        min-height: 94px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:14px 50px  0 50px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .recruitInfo_box1_item_left{
        min-width: 122px;
        height: 30px;
    //background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .fileImg{
        width: 16px;
        height: 16px;
    }
    .fileText{
        font-weight: 400;
        font-size: 14px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: space-between;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 12px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 840px;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 14px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 840px;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 14px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 123px 0 50px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 200px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    .recruitInfo_box_content img{
        max-width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1500px) {
    .breadcrumb_left{
        margin-left: 70px;
    }

    .recruitInfo{
        padding-bottom: 150px;
    }
    .recruitInfo_content{
        margin-top: 61px;
    }
    .recruitInfo_box{
        width: 80%;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 14px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box1{
        width: 80%;
        min-height: 144px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:32px 77px  0 77px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }
    .recruitInfo_box1_item_left{
        min-width: 187px;
        height: 46px;
    //background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .fileImg{
        width: 23px;
        height: 23px;
    }
    .fileText{
        font-weight: 400;
        font-size: 16px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: space-between;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 14px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 80%;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 18px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 80%;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 189px 0 76px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 150px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    .recruitInfo_box_content img{
        max-width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }

}
@media only screen and (min-width: 1201px) and (max-width: 1700px) {
    .breadcrumb_left{
        margin-left: 140px;
    }

    .recruitInfo{
        padding-bottom: 150px;
    }
    .recruitInfo_content{
        margin-top: 61px;
    }
    .recruitInfo_box{
        width: 1285px;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 14px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box1{
        width: 1285px;
        min-height: 144px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:32px 77px  0 77px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }
    .recruitInfo_box1_item_left{
        min-width: 187px;
        height: 46px;
         //background: #FFFFFF;
        display: flex;
        align-items: center;
        padding-left: 40px;
        cursor: pointer;
    }
    .fileImg{
        width: 23px;
        height: 23px;
    }
    .fileText{
        font-weight: 400;
        font-size: 16px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: flex-end;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 14px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 1285px;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 18px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 1285px;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 189px 0 76px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 400px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    .recruitInfo_box_content img{
        max-width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }

}
@media only screen and (min-width: 1701px)  {

    .recruitInfo{
        padding-bottom: 150px;
    }
    .recruitInfo_content{
        margin-top: 56px;
    }
    .recruitInfo_box{
        width: 1285px;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 14px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box_content img{
        max-width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    .recruitInfo_box1{
        width: 1285px;
        min-height: 144px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:32px 77px  0 77px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }
    .recruitInfo_box1_item_left{
        min-width: 187px;
        height: 46px;
        //background: #FFFFFF;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding-left: 40px;
    }
    .fileImg{
        width: 23px;
        height: 23px;
    }
    .fileText{
        font-weight: 400;
        font-size: 16px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: flex-end;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 14px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 1285px;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 18px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 1285px;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 189px 0 76px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 500px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
}
