#title-after-banner {
	text-align: center;
	margin-bottom: 10px;
}

#title-after-banner .container {
	position: relative;
	background: #f5f5f5;
	max-width: 1060px;
	padding-top: 70px;
	padding-bottom: 20px;
}

#title-after-banner h1 {
	font-weight: 700;
	font-size: 24px;
	color: #4a4a4a;
	margin-bottom: 12px
}

#title-after-banner h4 {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px;
	color: #333;
	text-transform: uppercase
}

#title-after-banner.type-2 {
	padding: 50px 0;
	margin: 0;
}

#title-after-banner.type-2 .container {
	padding: 0;
}

#title-after-banner.type-2 .container:before {
	display: none
}

#title-after-banner.type-2 h1 {
	font-size: 24px
}

#title-after-banner.type-2 h4 {
	font-size: 20px
}

@media screen and (max-width:1300px) {
	#title-after-banner {
		margin: 0 15px 15px
	}
}


#load-more {
	text-align: center;
}

#load-more a {
	display: block;
	height: 40px;
	background: #f1f1f1;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
}

#load-more a i {
	display: inline-block;
	vertical-align: middle;
	background: url("../images/refresh.png") no-repeat center;
	width: 20px;
	height: 20px;
}

#load-more a i.active {
	-webkit-animation: rotate 1000ms linear infinite normal;
	-moz-animation: rotate 1000ms linear infinite normal;
	-o-animation: rotate 1000ms linear infinite normal;
	-ms-animation: rotate 1000ms linear infinite normal;
	animation: rotate 1000ms linear infinite normal
}

#load-more a[data-disable='true'] {
	pointer-events: none
}

#load-more-2 {
	margin-top: 100px;
}

#load-more-2 a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100px;
	text-align: center;
	color: #666;
}

#load-more-2 a i {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background: url("../images/down-2.png") no-repeat center;
}

#load-more-2 a i.active {
	-webkit-animation: down 1000ms linear infinite normal;
	-moz-animation: down 1000ms linear infinite normal;
	-o-animation: down 1000ms linear infinite normal;
	-ms-animation: down 1000ms linear infinite normal;
	animation: down 1000ms linear infinite normal
}

#load-more-2 a i:before {
	content: "";
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #dadbdd;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	z-index: -1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}

#load-more-2 a i:hover,#load-more-2 a i.active {
	background: url("../images/down-2-white.png") no-repeat center;
}

#load-more-2 a i:hover:before,#load-more-2 a i.active:before {
	background: #bb0d12;
	border: 1px solid #bb0d12
}

@-moz-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}





	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes down {
	0% {
		background-position: center 0
	}

	100% {
		background-position: center 22px
	}
}

@-webkit-keyframes down {
	0% {
		background-position: center 0
	}

	100% {
		background-position: center 22px
	}
}

@-o-keyframes down {
	0% {
		background-position: center 0
	}

	100% {
		background-position: center 22px
	}
}

@keyframes down {
	0% {
		background-position: center 0
	}

	100% {
		background-position: center 22px
	}
}


#job-banner {
	margin-bottom: 45px;
}

#job-banner img {
	display: block;
	width: 100%
}


#job-search {
	margin-bottom: 40px;
	font-size: 18px;
}

#job-search .container {
	max-width: 1270px
}

#job-search form {
	position: relative;
	border: 1px solid #c64f4a;
	padding: 0 185px 0 120px;
}

#job-search form input {
	width: 100%;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 24px;
	padding: 15px
}

#job-search form .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	text-align: center;
	border-right: 1px solid #dbdbdb;
	line-height: 24px;
	padding: 15px 0
}

#job-search form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 185px;
	height: 100%;
	color: #fff;
	background: #c64f4a;
	font-size: 24px;
	line-height: 24px;
	padding: 15px 0;

	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	-ms-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

#job-search form button img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px
}

#job-search form button:hover {
	background: #c7000c
}


#job-list {
}

#job-list .box {
	background: #fff;
}

#job-list .top {
	background: #f1f1f1;
	color: #333;
	font-size: 18px;
	line-height: 20px
}

#job-list .name,#job-list .num,#job-list .address,#job-list .date {
	float: left;
	width: 22%;
	padding: 20px 0;
	text-align: center
}

#job-list .name {
	padding-left: 50px;
	text-align: left
}

#job-list .arrow {
	float: left;
	width: 12%;
	text-align: center;
}

#job-list .arrow i {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background: url("../images/down.png") no-repeat center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out
}

#job-list .article {
	border-bottom: 1px solid #dbdbdb;
	font-size: 16px;
}

#job-list .article .clearfix {
	cursor: pointer
}

#job-list .article.active .arrow i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#job-list .content {
	position: relative;
	display: none;
	background: #f1f1f1;
	border: 1px solid #dbdbdb;
	border-bottom: 0;
	padding: 15px 50px 30px;
	color: #666;
}

#job-list .content .txt {
	font-size: 16px;
	margin-bottom: 20px;
	padding-top: 20px;
	font-weight: 700;
}

#job-list .content h3 {
	font-weight: 400;
	position: relative;
	padding-left: 22px;
}

#job-list .content h3:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #c64f4a;
	position: absolute;
	top: 7px;
	left: 0;
}

#job-list .content p {
	text-indent: 0
}

#job-list .content .btn {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: 155px;
	height: 36px;
	line-height: 22px;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #c64f4a;
}

#job-list .content .btn:hover {
	background: #c7000c
}

#job-list #load-more a {
	margin-top: 55px;
}




.entry-content,.wp-editor {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.entry-content a,.wp-editor a {
	color: #c7000c
}

.entry-content h1,.wp-editor h1,.entry-content h2,.wp-editor h2,.entry-content h3,.wp-editor h3,.entry-content h4,.wp-editor h4,.entry-content h5,.wp-editor h5,.entry-content h6,.wp-editor h6,.entry-content p,.wp-editor p,.entry-content ul,.wp-editor ul,.entry-content ol,.wp-editor ol,.entry-content blockquote,.wp-editor blockquote {
	margin-bottom: 10px;
}

.entry-content p,.wp-editor p {
	text-indent: 2em;
}

.entry-content ul,.wp-editor ul {
	padding-left: 10px;
	list-style-type: disc;
	margin-left: 10px
}

.entry-content ol,.wp-editor ol {
	padding-left: 10px;
	list-style-type: decimal;
	margin-left: 10px
}

.entry-content li,.wp-editor li {
	position: relative
}

.entry-content hr,.wp-editor hr {
	border: 0;
	border-top: 1px solid #ececec
}

.entry-content ol ol,.wp-editor ol ol,.entry-content ul ol,.wp-editor ul ol {
	list-style-type: lower-latin;
	margin-top: 10px
}

.entry-content blockquote p,.wp-editor blockquote p {
	margin-bottom: 0
}

.entry-content a,.wp-editor a {
	color: mainColor
}

.entry-content h1,.wp-editor h1 {
	font-size: 38px
}

.entry-content h2,.wp-editor h2 {
	font-size: 36px
}

.entry-content h3,.wp-editor h3 {
	font-weight: 700
}

.entry-content h4,.wp-editor h4 {
	font-size: 24px;
	font-weight: 700;
}

.entry-content h4.title,.wp-editor h4.title {
	text-align: center;
	color: mainColor;
	font-weight: 700
}

.entry-content h5,.wp-editor h5 {
	font-size: 20px
}

.entry-content table,.wp-editor table {
	width: 100%
}


