.banner{
	width: 100%;
	height: 320px;
	background: url(../images/job.jpeg)no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;

	color: #aaa;
	background-color: #fff;
	padding-top: 40px;
}
.right-ad{
	/* height: 40px; */
	text-align: center;
	border: solid 1px #fff;
	color: red;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
}
#clock{
	    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}
.tcard{
	height: 160px;
	text-align: center;
	background: url('../images/qyjob.jpg') no-repeat center center fixed;
	background-attachment: inherit;
	background-size: 100% 100%;
	background-position: center;
	padding: 20px 0px;
}
.title{
	text-align: center;
    color: #fff;
    padding: 40px;
    border-top: solid 1px #fff;
	/* border-top: none; */
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {color: green;}
}

/* Standard syntax */
@keyframes mymove {
    50% {color: orange;}
}
.job-title{
	padding: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.job-title span{
	font-size: 16px;
	font-weight: 600;

}
.job-title-right{
	padding-top: 20px;
}
.job-category{
	padding: 20px;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
}
.job-content{
	padding: 0px 20px;
	height: 125px;
	color: #999;
	overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.job-list-panel-bh{
	box-shadow: 5px 5px 5px  #888888;
	padding:0px 1px;
}
.job-condition{
	padding:5px 20px;
}
.job-date{
	padding: 5px 20px 10px 20px;
}
.job-hunter{
	background-color: #fff;
	
}
.article-job-hr{
	padding: 30px;
}
.article-enterprise{
	padding: 20px;
}
.acticle-banner{
	height: 200px;
	background-color: #cccccc;
	padding: 30px;
}
.article-content{
	padding: 50px;
}
.mbx-nav{
	padding: 20px;
	background-color: #EEEEEE;
}