/* Banner图片居中样式 */
.job-banner {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.job-banner .img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.job {
	margin: 6.25rem 0;
}

.job hgroup.content {
	margin-bottom: 7.5rem;
}

.job hgroup.content>h2 {
	margin-bottom: 2.875rem;
	font-size: 1.625rem;
	line-height: 2rem;
	color: #096c38;
}

.job hgroup.content>h4 {
	line-height: 1.75rem;
}

.job-idea>li {
	width: 31.25%;
	padding: 2.5rem 1.875% 1.625rem;
	margin-right: 3.125%;
	border-radius: 1.125rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 1.125rem;
}

.job-idea>li>h3 {
	font-size: 1.625rem;
	margin-bottom: 1.125rem;
}

.job-idea>li>p {
	height: 13rem;
	line-height: 1.625rem;
}

.job-idea>li>p::-webkit-scrollbar {
	width: 3px;
}

.job-idea>li>p::-webkit-scrollbar-thumb {
	background-color: #fff;
}

.job-idea>li>p::-webkit-scrollbar-track {
	background-color: #096c38;
}


/**/

.job-tab {
	margin-top: 5rem;
	border-bottom: 1px solid #dbdbdb;
}

.job-tab>li {
	line-height: 2.5rem;
}

.job-list-item {
	position: relative;
	padding: 0 4.75rem;
	margin: 1.25rem 0;
	border: 1px solid transparent;
	border-radius: 1.875rem;
	background: #fff;
}

.job-list-item>ul>li {
	line-height: 2.5rem;
}

.job-list-item>i {
	position: absolute;
	right: 7.3125%;
	top: .25rem;
	font-size: 1.875rem;
	color: #b7b7b7;
}

.job-list-item>i {
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	transition: transform .3s;
}

.job-list-item.active>i {
	top: 1.1rem;
	color: #096c38;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(1800deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.job-list-item .item-content {
	display: none;
}

.item-content>* {
	padding: 0 3.125%;
}

.item-content * {
	font-size: .875rem;
	color: #333;
}

.item-content>ul {
	padding: 1.875rem 3.125%;
	border-top: 1px solid #d0d0d0;
}

.item-content>ul>li {
	float: left;
	margin-right: 7.875%;
}

.job-list-item>ul>li:first-child {
	padding-left: 3.125%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-list-item>ul>li:nth-child(2) {
	padding-left: 8.125%;
}

.job-list-item>ul>li:nth-child(3) {
	text-align: center;
	padding-left: 2%;
}

.job-list-item>ul>li:last-child {
	text-align: right;
	padding-right: 5%;
}

.item-content>h3 {
	line-height: 2.375rem;
	background-color: #f9f9f9;
}

.item-content>ol>li {
	line-height: 2.5rem;
}

.item-content>a {
	width: 13.125rem;
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0;
	margin: 1.25rem 0 2.625rem 5.625rem;
	text-align: center;
	background-color: #096c38;
	color: #fff;
	border-radius: 4px;
}

.item-content>a>span {
	margin-left: 11px;
}

.job-list-item.active {
	box-shadow: 0px 2px 14px 0px rgba(9, 108, 56, 0.35);
}

.job-list-item.active>ul>li {
	line-height: 4rem;
}

.join-recruit .join-form input,
.join-recruit .join-form textarea {
	background: #eee;
	border-radius: 0;
}

@media only screen and (min-width: 767px) {
	.job hgroup.content {
		padding: 0 6.25rem;
	}
	.job-list-item:hover {
		border-color: #2aa75c;
	}
	.job-list-item:hover>i {
		color: #096c38;
	}
	.job-list-item:hover>ul>li {
		color: #096c38;
	}
	.job-idea>li:hover{
		background-image: url(../images/idea-bg.png) !important;
	}
}

@media only screen and (max-width: 767px) {
	.job-list-item {
		padding: 0;
	}
	.item-content>ul>li {
		margin-bottom: 10px;
	}
	.job-list-item>i {
		right: 0;
	}
	.job-idea{
		height: 20.6rem;
		overflow-y: hidden;
	    overflow-x: auto;
	    white-space: nowrap;
	}
	.job-idea::-webkit-scrollbar {/*滚动条整体样式*/
	   height: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
	   background: #ddd;
	   border-radius: 20px;
	}
	.job-idea::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	    border-radius: 20px;
	    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	    background: #096c38;
	 }
	.job-idea>li{
		float: inherit;
		display: inline-block;
		width: 86%;
		white-space: normal;
	}
	.job-tab>li:nth-child(3),.job-list-item>ul>li:nth-child(3){width: 20%;}
	.job-tab>li:nth-child(4),.job-list-item>ul>li:nth-child(4){width: 30%;}
	.job-list-item>ul>li:nth-child(2){
		padding-left: 0;
		text-align: center;
	}

}