.resumelist, .joblist {
	overflow: hidden
}

#homebody h3{
	border-left: 3px solid #ff6600;
	padding-left: 10px;
	margin-bottom: 15px;
	position: relative;
}

#homebody h3 a{font-size:16px; position: absolute; right:0; color:#8eae2b}

.job {
	border: 1px solid #EAEEED;
	padding: 10px;
	margin-bottom: 15px;
	color: #666;
	background: #fff;
	position: relative;
}
.job .tagicon{position: absolute; left:20px; top:20px}

.job:hover, .resume:hover {
   box-shadow: 0 0 5px rgba(118, 139, 191, .25);
}


.jobname {
	font-size: 20px;
	color: #333
}

.jobname span {
	font-size: 18px;
	color: #ff6600;
	float: right
}

.jobinfo {
	color: #999;
	margin-bottom: 5px
}

.jobinfo span {
	font-size: 16px;
	color: #ff6600
}

.jobcontact span {
	float: right;
	font-size: 12px
}

.jobdetailed {
	border-bottom: 1px dotted #eee;
	padding-bottom: 5px;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jobcontact {
	padding-top: 5px
}

.jobcontact img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	box-shadow: 0 4px 10px #b6b6b6;
}

.resume, .job {
	box-sizing: border-box;
	float: left;
	width: 49%;
	min-height: 135px;
}

.resume:nth-of-type(even) {
	margin-left: 2%
}

.job:nth-of-type(even) {
	margin-left: 2%
}

.resume {
	display: flex;
	border: 1px solid #EAEEED;
	padding: 10px;
	align-items: center;
	margin-bottom: 15px;
	background: #fff;
	position: relative;
}

.resume .tagicon{position: absolute; left:120px; top:20px}


#homeslide{ background: #303334}
#homeslide .swiper-wrapper{max-width: 1920px; margin: 0px auto}

.avatars {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-right: 15px;
	box-shadow: 0 4px 10px #b6b6b6;
}

.resume>div {
	flex: 1;
	color: #666
}

.resume>div>div {
	color: #999;
}

.resume>div>div img {
	width: 22px;
	height: 20px;
}

.resume>div>div span {
	color: #666
}

.resume .name {
	font-size: 20px;
	color: #333
}

.resume .rtime {
	color: #ff6600;
	float: right
}

.label {
	color: #999;
	font-weight: normal;
}

.morebox {
	width: 200px;
	display: block;
	border: 1px solid #ff9900;
	padding: 6px 10px;
	margin: 20px auto;
	margin-bottom: 50px;
	color:#ff9900;
	text-align: center
}
.morebox:hover{background: #ff9900; color: #fff}

#hotswiper {
	height: 240px;
	margin-bottom: 20px
}
#hotswiper {padding: 10px 6px}

#hotswiper .name {
	font-size: 20px;
	margin: 5px 0
}

#hotswiper .swiper-slide {
	text-align: center;
	border: 1px solid #EAEEED;
	padding: 10px;
	background: #fff;
	height: 220px
}
#hotswiper .swiper-slide:hover {
	box-shadow: 0 0 15px rgba(118, 139, 191, .25);
}


.yix{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
	color: #ccc
}
.refreshtime{color: #ff9900}

#hotswiper .swiper-slide img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	box-shadow: 0 4px 10px #b6b6b6;
}

.hot-next, .hot-prev {
	background: rgba(204, 204, 204, 0.3);
	width: 20px;
	height: 80px;
	margin-top: -40px;
}

.hot-next {
	right: 6px
}

.hot-prev {
	left: 6px
}

.hot-next:before {
	content: " ";
	display: block;
	height: 10px;
	width: 10px;
	margin-top: 34px;
	margin-left: 4px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.hot-prev:before {
	content: " ";
	display: block;
	height: 10px;
	width: 10px;
	margin-top: 34px;
	margin-left: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-135deg);
}
 
#hot-pagination {
	bottom: 0px
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f90;
}


#pagination{left:80%}

#myTab{background: #f8f8f8}
#myTab li{float: left; font-size:1.2em;}
#myTab li a{ padding-left:25px; padding-right: 25px;}
#myTab li a:hover{background: none; color: #ff9900}
#myTab .active{border-bottom: 1px solid #ff9900}
#myTab .active a{color:#ff9900; background: #fff;}
.tab-pane {padding: 10px; color: #666}
.newslist div{position: relative; margin: 10px auto}
.newslist div span{position: absolute; right:0}

.ryx{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}