.piaochuang_100zn {
  width: 100%;
}
/*新增*/
.content-list-top>div{
	display:flex;
	align-items: center;
	margin-bottom: 20px;
}
.content-list-top>div>div>input{
	padding-left: 10px;
	color: #DD0000;
	font-weight: 600;
}
.content-list-top>div>div:first-child{
	width: 120px;
	text-align: right;
	font-size: 18px;
	font-family: "微软雅黑",arial;
	margin-right: 15px;
}
.work-list-checkbox{
	display: flex;
}
.work-list-checkbox>div:last-child{
	display: flex;
}
.work-list-checkbox>div:last-child>p{
	padding: 0 15px;
}
.work-list-checkbox>div:last-child>p>span{
	margin-left: 5px;
}
.money-min-max>input{
		width: 150px;
    height: 40px;
    border: 1px solid #efefef;
    cursor: pointer;
}
.search-work{
	background: #DD0000;
	color: white;
	font-size: 15px;
	font-family: "微软雅黑",arial;
	height: 40px;
	line-height: 40px;
	text-align: center !important;
	width: 140px;
	margin: 0 auto;
	border-radius: 5px;
    cursor:pointer;
}
.content_box {
  width: 100%;
  color: #000;
  background-color: #f2f2f2;
  overflow: hidden;
}
.content_box .first {
  width: 1200px;
  height: 440px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content_box .first .first_left {
  position: relative;
  width: 200px;
  padding: 15px 0;
  background-color: #fff;
}
.content_box .first .first_left .banner_left_li {
  height: 25px;
  line-height: 25px;
  padding: 8px 0 8px 30px;
  cursor: pointer;
}
.content_box .first .first_left .banner_left_li:hover {
  background-color: #faeef0;
  color: #dd0000;
}
.content_box .first .first_left .banner_left_li:hover .banner_content {
  display: block;
}
.content_box .first .first_left .banner_left2_p {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.content_box .first .first_left .banner_left2_p a {
  color: #000;
}
.content_box .first .first_left .banner_left2_p a:hover {
  color: #dd0000;
}
.content_box .first .first_left .banner_left2_p .icon-enter {
  position: absolute;
  right: 15px;
}
.content_box .first .first_left .banner_content {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  display: none;
  height: 440px;
  left: 193px;
  padding: 0 20px;
  position: absolute;
  top: -1px;
  width: 420px;
  z-index: 2;
}
.content_box .first .first_left .banner_detail_title {
  border-bottom: 1px solid #f1f1f1;
  color: #666;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  height: 46px;
  letter-spacing: 0.22px;
  line-height: 46px;
  text-align: left;
}
.content_box .first .first_left .banner_detail_all a {
  color: #999;
  float: left;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  letter-spacing: 0.19px;
  text-align: left;
  width: 33%;
  box-sizing: border-box;
  padding-left: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  line-height: 40px;
}
.content_box .first .first_left .banner_detail_all a:hover {
  text-decoration: underline;
}
.content_box .first .first_center {
  width: 715px;
  margin: 0 20px;
}
.content_box .first .first_center .swiper-button-white {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  transition: all 0.4s ease;
}
.content_box .first .first_center .swiper-button-prev {
  left: -47px;
}
.content_box .first .first_center .swiper-button-next {
  right: -47px;
}
.content_box .first .first_center:hover .swiper-button-prev {
  left: 0;
}
.content_box .first .first_center:hover .swiper-button-next {
  right: 0;
}
.content_box .first .swiper-slide {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content_box .first .first_right {
  position: relative;
  width: 248px;
  padding: 20px 20px 30px;
  background-color: #fff;
}
.content_box .first .first_right .headlines {
  font-size: 18px;
}
.content_box .first .first_right .headlines img {
  width: 20px;
  margin-right: 16px;
}
.content_box .first .first_right .notices {
  margin-bottom: 20px;
}
.content_box .first .first_right #news {
  height: 332px;
  overflow: hidden;
}
.content_box .first .first_right .notices_box {
  margin-left: 20px;
}
.content_box .first .first_right .notices_box .notice {
  margin-bottom: 8px;
  list-style: disc;
  font-size: 16px;
  color: #e6a5ab;
}
.content_box .first .first_right .notices_box .notice a {
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content_box .first .first_right .notices_box .notice a:hover {
  color: #dd0000;
}
.content_box .first .first_right .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.content_box .first .first_right .more .icon-enter {
  font-size: 12px;
}
.content_box .second {
  width: 1200px;
  margin: 0px auto;
  margin-top: 0;
}
.content_box .second .banner {
  width: 100%;
  height: 80px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.content_box .third {
  width: 1200px;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_box .third .cards_list {
  margin-top: 40px;
}
.content_box .third .cards_list .company_card {
  display: inline-block;
  width: 185px;
  height: 194px;
  padding: 28px;
  background-color: #fff;
  margin-right: 18px;
  margin-bottom: 18px;
  box-sizing: border-box;
  vertical-align: middle;
}
.content_box .third .cards_list .company_card:nth-child(6n) {
  margin-right: 0;
}
.content_box .third .cards_list .company_card:hover {
  -webkit-box-shadow: #ccc 0 0 7px;
  -moz-box-shadow: #ccc 0 0 7px;
  box-shadow: #ccc 0 0 7px;
}
.content_box .third .cards_list .company_card img {
  width: 100%;
  height: 50%;
  object-fit: contain;
}
.content_box .third .cards_list .company_card .company_name {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #000;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content_box .fourth {
  width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.content_box .fourth .banner {
  width: 595px;
  height: 80px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content_box .fourth .banner:nth-child(2n) {
  margin-right: 0;
}
.content_box .fifth {
  width: 1200px;
  margin: 32px auto;
}
.content_box .fifth .box_head .line {
  width: 948px;
}
.content_box .fifth .jobs_list {
  margin-top: 25px;
}
.content_box .fifth .layui-tab-title {
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}
.content_box .fifth .layui-tab-title .layui-this:after {
  left: 25%;
  top: 8px;
  width: 50%;
}
.content_box .fifth .layui-tab-title li {
  font-size: 22px;
  padding: 0 40px;
  color: #333;
}
.content_box .fifth .layui-tab-content {
  flex-wrap: wrap;
  padding: 0;
}
.content_box .fifth .layui-tab-content .hot_job,
.content_box .fifth .layui-tab-content .emergency_job,
.content_box .fifth .layui-tab-content .latest_job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_box .fifth .layui-tab-content .content_b ul li {
  width: 340px;
  height: 135px;
  margin-bottom: 21px;
  margin-right: 21px;
  padding: 13px 23px;
  background-color: #fff;
}
.content_box .fifth .layui-tab-content .content_b ul li:hover {
  -webkit-box-shadow: #ccc 0 0 7px;
  -moz-box-shadow: #ccc 0 0 7px;
  box-shadow: #ccc 0 0 7px;
}
.content_box .fifth .layui-tab-content .content_b ul li:nth-child(3n) {
  margin-right: 0;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-top {
  border-bottom: 1px dotted #666;
  line-height: 30px;
  padding-bottom: 10px;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-top .job_name {
  color: #000;
  float: left;
  font-weight: 600;
  font-size: 16px;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-top .job_name a {
  display: block;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-top .wage {
  float: right;
  color: #d9011e;
  font-size: 16px;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-logo {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 20px;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-job {
  float: left;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-job .c-b {
  width: 255px;
  height: 20px;
  margin-top: 10px;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-job .c-b .com {
  font-size: 16px;
}
.content_box .fifth .layui-tab-content .content_b ul li .c-job .c-b .com a {
  display: block;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.content_box .fifth .layui-tab-content .no_tips {
  margin-left: 500px;
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.content_box .sixth {
  width: 1200px;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_box .sixth .box_head .line {
  width: 1050px;
  margin-right: 0;
}
.content_box .sixth .service_box {
  display: inline-block;
  width: 388px;
  height: 96px;
  margin-top: 40px;
  background-image: url('../../images/index/intern.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 96px;
}
.content_box .sixth .exam {
  background-image: url('../../images/index/interview.jpg');
}
.content_box .sixth .test {
  margin-left: 18px;
  margin-right: 18px;
  background-image: url('../../images/index/test.jpg');
}
.content_box .sixth .interview {
  background-image: url('../../images/index/intern.jpg');
}
.content_box .seventh {
  width: 1200px;
  margin: 32px auto;
}
.content_box .seventh .title {
  font-size: 20px;
}
.content_box .seventh .partner_box {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content_box .seventh .partner_box .partner {
  display: inline-block;
  width: 470px;
  height: 40px;
  margin-right: 100px;
  background-color: #dd0000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.content_box .seventh .partner_box .partner:last-child {
  margin-right: 0;
}
.content_box .eight {
  width: 1200px;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_box .eight .box_head .line {
  width: 1050px;
  margin-right: 0;
}
.content_box .eight .box {
  width: 525px;
  padding: 20px 30px;
  margin-top: 30px;
  background-color: #fff;
}
.content_box .eight .box .box-title {
  width: 100%;
  font-size: 16px;
}
.content_box .eight .box .box-title img {
  width: 20px;
  margin-right: 10px;
}
.content_box .eight .box .box-content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content_box .eight .box .box-content img {
  width: 170px;
  height: 170px;
  margin-right: 30px;
}
.content_box .eight .box .box-content .news {
  width: 330px;
}
.content_box .eight .box .box-content .news .new-item {
  line-height: 40px;
  font-size: 16px;
  color: #000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content_box .eight .box .box-content .news .new-item span {
  font-weight: 400 !important;
}
.content_box .eight .box .box-content .news .new-item:hover {
  color: #dd0000;
}
.content_box .eight .box .box-more {
  display: block;
  width: 100%;
  text-align: right;
  color: #999;
}
.content_box .eight .box:last-child {
  margin-left: 30px;
}
.content_box .nine {
  width: 1200px;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.content_box .nine .banner-list.special_list {
  margin-top: 30px;
  overflow: hidden;
}
.content_box .nine .banner.special_item {
  width: 288px;
  height: 248px;
  margin-right: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
  padding-top: 44px;
  background-color: #fff;
  float: left;
}
.content_box .nine .banner.special_item:hover {
  -webkit-box-shadow: #ccc 0 0 7px;
  -moz-box-shadow: #ccc 0 0 7px;
  box-shadow: #ccc 0 0 7px;
}
.content_box .nine .banner.special_item .special_img_box {
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #faf3fa;
}
.content_box .nine .banner.special_item .special_img {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content_box .nine .banner.special_item .special_title {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  padding: 0 24px;
  text-align: center;
  margin-top: 24px;
  box-sizing: border-box;
}
.content_box .nine .banner.special_item .substring2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content_box .nine .banner.special_item:nth-child(4n) {
  margin-right: 0;
}
.content_box .nine .box_head .line {
  width: 1050px;
  margin-right: 0;
}
.content_box .box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_box .box_head .red_block {
  width: 10px;
  height: 20px;
  margin-right: 20px;
  background-color: #dd0000;
}
.content_box .box_head .title {
  font-size: 20px;
}
.content_box .box_head .line {
  width: 960px;
  height: 1px;
  background-color: #ccc;
  margin-left: 40px;
  margin-right: 34px;
}
.content_box .box_head .other {
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
.content_box .image-links {
  width: 1200px;
  margin: 32px auto;
  border-radius: 5px;
  overflow: hidden;
}
.content_box .image-links a {
  display: block;
  width: 100%;
}
.content_box .image-links a img {
  width: 100%;
}

