/* 公共样式表css */


html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}


li {
    list-style: none;
}

a {
    color: #666;
}


.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix { width:96%; height:40px; background:#259e94; margin:auto
}

/* 必要布局样式css */
body{

}
.set-content{
    height: 100%;
    width: 100%;
    margin:0 auto;
}

.set-title {
    width: 100%;
    height: 40px;
    display: flex;
    z-index: 9999;
}

.set-title ul li{
    float:left;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 42px;
    color: #fff;
    position: static;
    background: rgba(255,255,255,.1);
    box-sizing: border-box;
    border-right: solid 1px #fff;
    cursor: pointer;
    width:50%;
    cursor:pointer;
}

.set-title ul .on{
    background: #7dbac9;
}

.set-middle{
    background:#FFF;
    height:310px;

    padding: 15px 17px 0 19px;
}











 @media only screen and (max-width: 640px){
	.set-middle{
    background:#FFF;
    height:310px;

    padding: 15px 15px 0 8px;
}

 
	 }


.set-middle-item{

}

.set-middle-image img{
    display: block;
    float: left;
    cursor: pointer;
}

.set-middle-list ul li{
    display: flex;
    color: #666;
    font-size: 13px;
    height: 43px;
    line-height: 43px;

    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;
}