

/* 必要布局样式css */
.xuanxk{ margin-top:25px;float: left;    width: 100%;}
.set-content{
    height: 100%;
    /*width: 582px;*/
    margin:0 auto; /*margin-top:-82px;*/ margin-bottom:40px;
}

.set-title {
    width: 100%;
    height: 42px;
    display: flex;
    z-index: 9999;
}

.set-title ul li{
    float:left;
    display: block;
    text-align: center;
    height:42px;
    line-height: 42px;
    color: #fff;
    position: static;
    background: #0062a5;
    box-sizing: border-box;
    cursor: pointer;
    width: 158px; 
	margin:0 2px;
    cursor:pointer;    font-size: 17px;
}

.set-title ul .on{
    background:#0487e0;
	height: 50px; 
	margin-top:-8px;
	padding-top:8px;
	font-weight: 700;
}

.set-middle{
    background: #FFF;
    /*height: 376px;*/
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 17px 0 19px;
	border-top: 3px solid #0487e0;
}

.set-middle-item{margin-left: -18px;}

.set-middle-image img{
    display: block;
    float: left;
    cursor: pointer;
}

.set-middle-list ul li{
    display: flex;
    color: #fff;
    font-size: 13px;
    height: 43px;
    line-height: 43px;
    border-bottom: solid 1px #4fc0c8;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 5px 0 2px;
}

.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;
}
@media (max-width:767px){
.col-md-12{ padding-left:0px; padding-right:0px;}
.set-middle-item {
    margin-left: -40px;
}
.set-middle {
    background: #FFF;
    /* height: 376px; */
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 0px 0 0px;
    border-top: 3px solid #0487e0;
}
.clearfix{ margin-left:-40px;}
	.set-title ul li {
    float: left;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    position: static;
    background:#0062a5;
    box-sizing: border-box;
    cursor: pointer;
    width: 80px;
    cursor: pointer;
    font-size: 13px;margin: 0 1px;
}
.xuanxk {
   /* background: #d1d1d1;*/
    margin-top: 20px;
}
	
	}