/* 公共样式表css */


.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.set-middle{
    overflow: hidden;
}
.set-content{
    width:100%;
}

.set-title {
    width: 100%;
    z-index: 99;
}
#pub-header02-1 .set-title ul{
    background-color: #f46c7f;
}
#pub-header02-2 .set-title ul{
    background-color: #2b2b2b;
}
.set-title ul{
    padding: 0 10px;
    margin-bottom: 20px;
    z-index: 99;
}
#pub-header02-1 .set-title ul li{
    border-bottom: 2px solid #f46c7f;
}
.set-title ul li{
    float:left;
    display: block;
    color: #fff;
    position: static;
    box-sizing: border-box;
    cursor:pointer;
    margin-right: 22px;
    text-align: center;
    padding-bottom: 8px;
    font-size: 14px;
    z-index: 99;
    display: block;


}
.set-title .pub-xxk02 ul li{
    margin-right: 109px;
    overflow: hidden;
}
.set-title .pub-xxk02 ul li:hover{
    border-bottom: 2px solid #FFFFFF;
}
.set-title .pub-xxk02 ul li.on{
    border-bottom: 2px solid #FFFFFF;
}
.set-title .pub-xxk02 ul li{
    border-bottom: 2px solid #2b2b2b;
}
.set-title .pub-xxk02 ul li i{
    font-size: 20px;
    float: right;
    color: #FFFFFF;
    margin-left: 2px;
}
.set-title .pub-xxk02 ul li:last-child{
    margin-right: 0;
}
#pub-header02-1 .set-title ul li.on{
    border-bottom: 2px solid #FFFFFF;
}
.set-middle{
    background: #FFFFFF;
}

.set-middle-item{
    overflow: hidden;
}


.set-ali{
    flex: 1;
}
.set-java{
    flex: 1.8;
}

.set-salary{
    flex: 1;
}

.set-more{
    text-align: right;
    flex: 1;
}

.set-more:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    margin-left: 2px;
}