*{
	margin: 0;
	padding: 0;
}
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
body{
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}





/* --------------------------------------公共样式表css --------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */

.set-content{
    width: 100%;
    margin:0 auto 40px;
    overflow: hidden;
    
    
}
.set-title {
	width: 100%;
	display: block;
    z-index: 9999;
    
}
.set-middle{
	width: 100%;
}
.set-title ul{
	margin: 0 auto;
	width:100%;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.set-title ul li{
    text-align: center;
    line-height: 40px;
    color: #333333;
    cursor:pointer;
    font-size: 15px;
 	float: left;
 	width: 160px;
 	height: 40px;
   
}
.RePro_detail{
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}
.set-title ul li.on{
    color: #017acb;
    font-weight: bold;
    
}

.set-middle{
    
}

.set-middle-list ul{
	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;
}
.set-middle ul.set-middle-item{
	overflow: hidden;
	margin-right: 10px;
	
}

.set-middle-item{
	overflow: hidden;
}
.set-middle-item li{
	float: left;
	width:33%;
	margin: 0 auto 20px;
}
.set-middle-img{
	width: 80%;
	margin: 0 auto;
}
.set-middle-img img{
	display: block;
	width: 100%;
	
}
.set-middle-text h2{
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	padding-top: 8px;
	color: #848484;
}
.set-middle-item li:hover h2{
	color: #848484;
}