.header_wrapper {
	background: #fdfdfd;
}

/* .content_wrapper {
	background: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 20px;
} */

.content {
	width: 1200px;
	margin: auto;
}

.list_box1 {
	background: #fff;
	position: relative;
}

.details {
	padding: 35px 30px 24px;
	border-bottom: 1px solid #F5F5F5;
}

.list_tab {
	border-bottom: 2px solid #1787fb;
}

.list_tab div {
	float: left;
	padding: 11px 25px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}

.list_tab .tab_active {
	background: #1787fb;
	color: #ffffff;
}

.details_left {
	float: left;
}

.details_right {
	float: right;
}

.list_img {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 20px;
	margin-top: 0;
}

.list_img img {
	width: 90px;
	height: 90px;
	border-radius: 4px;
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04) */
}

.list_text {
	float: left;
}

.list_text .title .c_name {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	max-width: 720px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.list_text .title .setmeal_icon2 {
	float: left;
	width: 19px;
	height: 30px;
	margin-left: 10px;
	background: url("../../../images/details_icon_1.png") 0 center no-repeat;
}

.list_text .title .setmeal_icon {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

.list_text .title .setmeal_icon img {
	display: block;
    position: absolute;
    left: 0;
    top: 28%;
    width: 30px;
    height: 30px;
    margin-top: -7px;
}

.list_text .title .title_btn {
	float: left;
	width: 40px;
	height: 30px;
	margin-left: 10px;
	background: url("../../../images/details_icon_sd.png") 0 center no-repeat;
}

.list_text .title {
	font-size: 22px;
	color: #333333;
	margin-bottom: 10px;
}

.authentication_model {
	margin-top: 14px;
	font-size: 13px;
}

.authentication_model span {
	display: inline-block;
	color: #FF6B08;
	border: 1px solid #FF6B08;
	padding: 0 5px 0 17px;
    border-radius: 3px;
    height: 28px;
    background: url("../../../images/company/audit_icon.png") 5px 7px no-repeat;
    background-size: 12px 13px;
    line-height: 28px;
}

.authentication_model span.authentication_address {
	color: #34BA86;
	border: 1px solid #34BA86;
	margin-left: 10px;
	background: url("../../../images/company/address_icon.png") 5px 7px no-repeat;
    background-size: 12px 13px;
}

.authentication_model span.no_authentication_address {
	color: #cccccc;
	border: 1px solid #cccccc;
	background: url("../../../images/company/audit_icon_no.png") 5px 7px no-repeat;
    background-size: 12px 13px;
}

.title a {
	font-size: 26px;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
}

.setmeal_icon2 {
	width: 19px;
	height: 15px;
}

.list_text .details_list {
	margin-left: -13px;
	position: absolute;
	right: 13px;
	top: 79px;
}

.list_text .title_btn {
	padding: 2px 8px;
	color: #ffffff;
	background: #d8ab6a;
	font-size: 12px;
	border-radius: 8px;
	display: inline-block;
}

.details_list li {
	height: 46px;
	float: left;
	text-align: center;
	/* border-left: 1px solid #f3f3f3; */
	padding: 0 24px;
}

.details_list .borderNone {
	border-left: none;
}

.item_num {
	font-size: 26px;
	color: #ff6600;
}

.item_text {
	font-size: 14px;
	color: #999999;
}

.details_right .details_btn {
	width: 170px;
	padding: 10px 40px;
	font-size: 16px;
	background: #1787fb;
	color: #fff;
	border-radius: 5px;
	margin: 0 0 18px;
	position: relative;
	text-align: center;
	cursor: pointer;

}

.details_right .details_btn.cancel {
	background: #909399;
	color: #fff;
}

.margin_right {
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #E5E5E5;
	padding: 5px 10px;
	border-radius: 2px;
}

.margin_right img {
	display: inline-block;
	width: 12px;
	height: 12px;
}

.warning_box {
	box-sizing: border-box;
	padding: 10px 30px;
	background: #fff;
	font-size: 12px;
}

.warning_box .warning_txt {
	width: 60%;
	float: left;
	color: #3590FF;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
	background: linear-gradient(to right, #F1F7FF, #ffffff);
}

.warning_box .warning_txt .report_btn {
	color: #FF6B08;
	border-bottom: 1px solid #FF6B08;
	cursor: pointer;
}

.warning_box .lately_data {
	width: 30%;
	float: right;
	color: #999999;
	text-align: right;
	height: 25px;
	line-height: 25px;
}

.warning_box .lately_data .lately_time {
	margin-right: 20px;
}

.authenticationIcon {
	display: grid;
	place-items: center;
	height: 25px;
	background: #DBECFF;
	width: 60px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}

.authenticationIcon img {}

.title_item1 {
	background: url("../../../images/company/border-bg.png") 0 bottom no-repeat;
	background-size: 100% 3px;
	padding-bottom: 1px;
}

.right_title {
	color: #999;
	font-size: 12px;
	margin-bottom: 37px;
}

.right_num {
	margin-left: 48px;
}

.right_operation {
	text-align: center;
	color: #666;
	font-size: 12px;
}

.share {
	padding-left: 19px;
	background: url("../../../images/details_icon_3.png") no-repeat;
	cursor: pointer;
}

.report {
	margin-left: 30px;
	padding-left: 19px;
	background: url("../../../images/details_icon_4.png") no-repeat;
	cursor: pointer;
}

.list_box2 {
	padding-top: 10px;
}

.box2_left {
	float: left;
	width: 920px;
	margin-right: 10px;
}

.box2_right {
	float: right;
	width: 270px;
}

.introduce {
	padding: 30px 30px 0;
}

.introduce_title {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.title_margin1 {
	margin-bottom: 30px;
}

.introduce_con {
	font-size: 14px;
	color: #333333;
	line-height: 23px;
	position: relative;
	max-height: 205px;
	overflow: hidden;
	word-break: break-all;
	padding-bottom: 30px;
}

.introduce_con.all {
	max-height: max-content;
}

.introduce_con p {
	color: #666;
	font-size: 14px;
	white-space: pre-line;
}

.introduce_btn {
	padding: 11px 0;
	text-align: center;
	font-size: 14px;
	color: #999999;
	background: #f3f3f3;
	cursor: pointer;
	margin: 20px 0 30px 0;
}

.introduce_btn img {
	vertical-align: 2px;
}

.company_img {
	padding: 0px 30px 60px;
}
.company_img .el-carousel__arrow--left{
	background: rgba(0,0,0,.4);
}

.company_img .el-carousel__arrow--right{
	background: rgba(0,0,0,.4);
}

.company_imgList {
	position: relative;
	height: 130px;
	margin: 30px 0 20px 0;

}

.company_con {
	height: 130px;
}

.company_con li {
	float: left;
	width: 180px;
	height: 120px;
	margin-right: 15px;
}

.company_con li img {
	width: 180px;
	height: 120px;
	border-radius: 3px;
}

.pre {
	width: 30px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0px;
	line-height: 130px;
	text-align: center;
	font-size: 28px;
	color: #bdbdbd;
	cursor: pointer;
}

.next {
	width: 30px;
	height: 130px;
	position: absolute;
	right: 0;
	top: 0px;
	line-height: 130px;
	text-align: center;
	cursor: pointer;
	font-size: 28px;
	color: #bdbdbd;
}

.con_box {
	height: 130px;
}
.address_con {
	padding: 0 30px 30px 30px;
	background: #ffffff;
}

.address_bg{
	width: 100%;
	position: relative;
}

.adress_detail{
	position: absolute;
    background: url("../../../images/company/tac.png") no-repeat;
    top: 25px;
    left: 180px;
    width: 460px;
    height: 150px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 52px;
	cursor: pointer;
}
.adress_detail p{
	text-align: left;
    box-sizing: border-box;
    padding-left: 110px;
    font-weight: bold;
	width: 84%;
}

.adress_detail p:nth-child(2){
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

.address_title {
	font-size: 14px;
    color: #333333;
    margin: 26px 0 15px;
}

.address_title img {
	vertical-align: -2px;
}

.address_title span.address_link{
	color: #167EFF;
	cursor: pointer;
	margin-left: 5px;
}

.address_bg .rt_btn{
	position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 80px;
    right: 255px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding-top: 8px;
	cursor: pointer;
}


.map {
	height: 300px;
	margin: 20px 0;
}

.company {
	background: #fff;
}

.interest {
	background: #fff;
	margin-top: 10px;
	overflow: hidden;
}

.interest_title {
	padding: 26px 30px 20px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #f3f3f3;
}

.interest_title a {
	display: inline-block;
	float: right;
	color: #999;
	font-size: 13px;
	padding: 5px 0;
	font-weight: normal;
	cursor: pointer;
}

.company_list {
	padding: 23px 0;
	width: 460px;
	float: left;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	cursor: pointer;
}

.interest_img {
	float: left;
	margin: 0 20px;
	width: 74px;
	height: 74px;
}

.interest_img img {
	width: 74px;
	height: 74px;
}

.interest_text {
	float: left;
}

.text1 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 18px;
	display: block;
}

.text1.c_name {
	display: block;
	max-width: 336px;
}

.text2 {
	color: #666666;
	font-size: 12px;
	margin-bottom: 13px;
}

.text2_border {
	position: relative;
	margin-right: 15px;
}

.text2_border::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 12px;
	right: -10px;
	background: #EFEFEF;
	top: 2px;
}

.text2_border:last-child::after {
	content: "";
	width: 0;
	height: 0;
}

.text3 {
	color: #666666;
	font-size: 12px;
}

.border {
	width: 1px;
	height: 131px;
	background: #f3f3f3;
	float: left;
}

.information {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.information span {
	width: 3px;
	height: 14px;
	background: #FF6600;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 12px;
	border-radius: 3px;
}

.information_margin {
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}

.information a {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #1787fb;
	padding: 5px 0;
	cursor: pointer;
}

.information_list {
	font-size: 14px;
	color: #666666;
	margin-bottom: 18px;
}

.information_list li {
	margin-bottom: 9px;
	width: 230px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.information_list img {
	vertical-align: -2px;
	margin-right: 20px;
	margin-left: 15px;
}

.right_box1 {
	padding: 20px 0;
	background: #fff;
	margin-bottom: 10px;
}

.right_box2 {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 0 20px;
	background: #fff;
}

.introduce .welfare_list {
	padding: 0 0 15px 0;
}

.introduce .welfare_list span {
	display: inline-block;
	color: #595959;
	padding: 6px 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	background: #F6F6F6;
	border-radius: 3px;
}

.introduce .welfare_list button {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	color: #e6a75d;
	background: #fdf6ec;
	border: 1px solid #faecd8;
	margin-right: 7px;
	margin-bottom: 10px;
	cursor: pointer;
}

.right_box3 {
	margin-top: 10px;
	text-align: center;
	background: #fff;
}

.right_box5 {
	margin-top: 10px;
	padding: 20px;
	background: #ffffff;
}

.right_box5 p.warning {
	text-align: left;
	font-size: 12px;
	color: #9FA19F;
}

.right_box5 p.warning_title {
	color: #4B4B4B;
	font-size: 16px;
	margin-bottom: 8px;
}

.right_box5 p.warning_item {
	color: #9FA19F;
	height: 22px;
	line-height: 22px;
}

.right_box5 p.warning_item span.warning_btn {
	color: #FF6600;
	margin-left: 2px;
}

.code_text {
	margin-top: 23px;
}

.code_text.no_pt {
	margin-top: 0;
}

.code_text.mar_bt_5 {
	margin-bottom: 5px;
}

.right_box3 p {
	color: #999;
	font-size: 12px;
}

.right_box3 img {
	width: 122px;
	height: 122px;
}

.bottom_title {
	float: right;
	color: #999;
	font-size: 12px;
	padding: 10px 20px;
	/* background: #fbfcfe; */
}

.bottom_title span {
	float: right;
	color: #34BA86;
	cursor: pointer;
	margin-left: 6px;
}

.bottom_title span:hover {
	text-decoration: underline
}

.njl .job_title {
	margin-bottom: 12px;
}

.njl .job_salary {
	margin-bottom: 10px;
}

.njl .job_list {
	padding: 28px 30px 25px;
}

.right_box1 .job_list {
	padding: 0;
	box-sizing: border-box;
	border-bottom: none;
	max-height: 480px;
}
.job_list_scroll{
	overflow-y: scroll;
}

.right_box1 .job_item {
	padding: 15px 20px 10px;
	box-sizing: border-box;
}
.right_box1 .job_item:hover{
	background: #fbfbfb;
}
.right_box1 .job_item:hover .job_name{
	color: #157EFF;
}

.right_box1 .job_item span {
	display: block;
}

.right_box1 .job_item span.job_name {
	color: #595959;
	font-size: 14px;
	height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right_box1 .job_item span.job_wage_text {
	color: #FF6600;
	font-size: 14px;
}

.right_box1 .job_item span.job_company_name {
	font-size: 12px;
	color: #aeaeae;
}

.right_box4 {
	margin-top: 10px;
	padding: 20px 0 0px;
	background: #ffffff;
}

.right_code_box {
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
}

.right_code_box img {
	width: 95px;
	height: 95px;
	float: left;
}

.img_margin {
	margin: 17px 0;
}

.right_code_box p {
	float: left;
	font-size: 12px;
	width: 50%;
	line-height: 20px;
	text-align: left;
	margin: 42px 0 0 12px;
	color: #808080;
}

.right_code_box p span {
	font-size: 15px;
	font-weight: bold;
	color: #222;
}

.el-car-item {
	width: 100%;
	display: flex;
	align-items: center;
}

.el-car-item .top-img {
	width: 32%;
	height: 180px;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 8px;
}
.periphery_title{
	padding: 30px 30px 30px;
}
.periphery_title span.active {
	background: url("../../../images/company/border-bg.png") 0 bottom no-repeat;
	background-size: 100% 3px;
	padding-bottom: 1px;
}
.periphery_list{
	padding-bottom: 0;
}
.periphery_list .list_box{
	padding-bottom: 20px;
}
.periphery_list .list_box a {
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	 width: auto;
	cursor: pointer;
	margin-right: 15px;
}

.warn_txt{
	text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.box2_right .code_text1{
	color: #999;
	font-size: 12px;
	line-height: 22px;
	margin-left: 10px;
	width: 162px;
}

.qz .ruqun{
	width: 237px;
	height: 31px;
	border: 1px solid #1787FB;
	border-radius: 4px;
	text-align: center;
	line-height: 50%;
	margin-top: 17px;
	cursor: pointer;
}
.qz .ruqun span{
	width: 55px;
	height: 14px;
	font-size: 14px;
	font-weight: 400;
	color: #1787FB;
	line-height: 29px;
}
.company_list{
	background: #fff;
	margin-top: 10px;
}
/*求职群*/
.qz{
	width: 270px;
	height: 156px;
	padding: 22px 16px;
	background-color: #fff;
	margin-top: 10px;
}

.dialog-footer .qrcode{
	width: 183px;
	height: 184px;
}
.customClass{
	width: 240px;
	height: 260px;
	background: #FFFFFF;
	border-radius: 8px;
}
.customClass .qrcode{
	width:184px ;
	height: 184px;
	margin: 0 auto;
}
.customClass .qrcode img{
	width: 100%;
	height: 100%;
}
.customClass .el-dialog__header{
	font-weight: bold;
	padding-top: 24px;
}
.customClass .el-dialog__headerbtn{
	top: 10px;
}
.customClass .el-dialog__body{
	padding: 0;
}
.qz img{
	width: 66px;
	height: 66px;
}
.qzs{
	font-size: 16px;
	font-weight: 400;
	color: #1787FB;
	cursor: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.qzsp{
	font-size: 12px;
	font-weight: 400;
	color: #9FA19F;
	line-height: 20px;
}
.clearfix .risk{
	width: 272px;
	height: 170px;
	background: #FFFFFF;
	line-height: 24px;
	padding: 24px 17px;
	margin-top: 10px;
}
.clearfix .risk p{
	font-size: 12px;
	color: #9FA19F;
}
.know{
	width: 220px;
	height: 38px;
	background: #FF6600;
	border-radius: 2px;
	border-color: #FF6600;
}
.know:hover {
	background: #FF6600;
	border-color: #FF6600;
	color: #fff;
}

.clearfix .risk .ts{
	margin-bottom: 10px;
	font-weight: 400;
	color: #4B4B4B;
	font-size: 16px;
	padding-left: 20px;
	background: url("../../../images/risk.png") no-repeat left center;
}
.clearfix .risk p span{
	color: #FF6600;
	cursor:pointer;
}
.centerDialogVisible{
	width: 373px;
	height: 200px;
	background: #FFFFFF;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 500;
	color: #282828;
}
.centerDialogVisible .el-dialog__header{
	font-weight: bold;
	font-size: 20px;
	color: #282828;
}

.centerDialogVisible .txt p{
	line-height: 24px;
}
.centerDialogVisible .el-dialog__header{
	padding-bottom: 15px;
}
.centerDialogVisible .el-dialog__footer{
	padding: 0;
}
.centerDialogVisible .el-dialog__body{
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	padding: 0 30px 18px;
}
.riskClass{
	border-radius: 8px;
}
.riskClass .el-dialog__header{
	color: #282828;
	font-size: 20px;
	font-weight: bold;
}
.riskClass .el-dialog__body{
	padding-bottom: 0;
	padding-right: 21px;
}
.riskClass  .el-dialog__footer{
	padding: 0;
	padding-bottom: 24px;
	padding-top: 27px;
}

.risk_box{
	height: 443px;
	overflow-y: auto;
	padding-right: 10px;
}
.risk_box .p1{
	color: #3C3C3C;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}
.risk_box .p2{
	color: #727272;
	font-size: 14px;
	line-height: 26px;
}

.no_content {
	height: 245px;
	border-radius: 6px;
	background: url(../../../images/tpl/show/companyshow/no_content.png) no-repeat center 15px;
	box-sizing: border-box;
	padding-top: 118px;
}

.no_content .no_content-p {
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #878787;
	line-height: 25px;
	text-align: center;
	padding-top: 20px;
}
.seeMore{
	font-size: 14px;
	color: #878787;
	float: right;
	margin-left: 5px;
	font-weight: initial;
	cursor: pointer;
}
.listsNew{
	overflow: hidden;
	margin-top: 25px;
}
.listsNew .itemNew{
	float: left;
	width: 110px;
	height: 110px;
	border-radius: 3px;
	background: #eee;
	margin-right: 40px;
	margin-bottom:20px;
}

.employer_list {
	width: 172px;
	height: 150px;
}

.employer_list .img {
	display: block;
	width: 96px;
	height: 96px;
	border: 1px solid #e4e4e4;
	margin: 25px auto 15px;
	border-radius: 1px;
}

.employer_list .img img {
	width: 94px;
	height: 94px;
	border-radius: 1px;
}

.employer_list {
	text-align: center;
}

.employer_list a {
	font-size: 12px;
	color: #666666;
}

.employer_list .c_name {
	display: block;
	width: 160px;
	height: 16px;
	margin: 0 auto;
}

.employer_list:last-child {
	border: none;
}

.employer_list p {
	padding: 0 20px 18px 0;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
}