/* 新版个人中心UI */
.icon.icon-2x {
  font-size: 24px;
}
.icon.icon-3x {
  font-size: 36px;
}
.icon.icon-4x {
  font-size: 48px;
}
.icon.icon-5x {
  font-size: 60px;
}
.icon.icon-6x {
  font-size: 72px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
input {
  outline: none;
}
.hide {
  display: none;
}
a {
  color: #333;
}
.text-primary {
  color: #E50011;
}
.text-danger {
  color: #f5544c;
}
.text-muted {
  color: #606266 !important;
}
.text-warning {
  color: #EF7D0D;
}
.text-normal {
  color: #c9c8c8;
}
.w-260 {
  width: 260px !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-wrapper {
  height: auto !important;
}
.mt-sm {
  margin-top: 15px !important;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.list-inline > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "";
}
.qus-tabs .list-inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.qus-tabs .list-inline > li + li:before {
  padding: 0;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.select:hover {
  border-color: #c0c4cc;
}
.select:focus {
  border-color: #E50011;
}
.progress {
  height: 20px;
  margin: 20px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.progress-bar {
  float: left;
  width: 0;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.sr-only {
  position: absolute;
  height: 100%;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}
.btn-container {
  margin: 15px 0;
  padding-top: 0;
  padding-bottom: 0;
  *zoom: 1;
}
.btn-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.btn-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn-container .btn-inline {
  float: left;
}
.btn-container .btn-inline a {
  padding: 5px 12px;
}
.btn-container .btn-inline a:first-child {
  margin-left: 0;
}
.btn-container .btn-inline a i {
  vertical-align: top;
}
.btn-container .right-element {
  float: right;
  margin: 0;
}
.btn-container .right-element * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.btn-container .right-element li {
  margin-left: 10px;
}
.btn-container .right-element li select {
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  width: 152px;
  height: 34px;
  color: #787878;
  padding-left: 5px;
}
/* 分页 */
.breadcrumb {
  height: 36px;
  line-height: 36px;
  margin: 10px 0;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
}
.breadcrumb label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.breadcrumb ol {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 0;
}
.breadcrumb ol li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.breadcrumb ol li + li:before {
  padding: 0 5px;
  color: #333;
  content: ">";
  font-size: 12px;
  font-family: "SimSun";
}
.breadcrumb ol li a {
  color: #333 !important;
}
.breadcrumb ol li span {
  color: #999 !important;
}
.breadcrumb ol .active a {
  color: #333;
}
.consult-side {
  background-color: #fff;
}
.education {
  font-size: 15px;
}
.education .separator {
  color: #ddd;
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: 3px;
}
.empty-container {
  padding: 40px 0;
  text-align: center;
}
.empty-container img {
  width: 130px;
}
.empty-container p {
  margin-top: 10px;
  font-size: 14px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
/* 原common-1200 css修复 begin*/
.ctl {
  min-height: 40px;
  background: #fff;
  overflow: hidden;
}
.pages {
  text-align: center;
  padding: 20px 5px 10px 0;
  background-color: #fff;
}
.pages li {
  height: auto;
  margin: 0;
}
.pages * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.pages a[href] {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
  min-width: 12px;
  padding: 0 10px;
  margin: 0 1px;
  height: 28px;
  line-height: 26px;
  font-family: 'Tahoma';
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #666666;
  font-size: 14px;
}
.pages a:hover {
  background: #E50011;
  color: #fff;
  text-decoration: none;
}
.pages .hidden {
  display: none;
}
.pages ul li {
  height: auto;
}
.pages .selected a {
  margin: 0;
  background-color: #E50011;
  color: #fff;
  border: 1px solid #E50011;
}
.pages .pageinfo {
  margin-left: 10px;
  display: inline;
}
.pageinfo {
  font-family: '宋体';
}
.css-public-page .userindex-page .container .content {
  position: relative;
  margin-top: 0;
}
.css-public-page .userindex-page .container .upload-ins {
  display: none;
}
.css-public-page .userindex-page .container .content .choose-links2 {
  border: none;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group {
  *zoom: 1;
  padding: 0 15px;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group::before {
  content: "";
  display: block;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group .list-group-item {
  padding: 0;
  width: 25%;
  float: left;
  background-color: #fff;
  position: relative;
  border: none;
  min-height: 136px;
  margin-top: 15px;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group .list-group-item a {
  margin: 5px;
  height: 84px;
  overflow: hidden;
  color: #555;
  box-shadow: 0 0 10px 0 #999;
  border-radius: 10px;
  display: table;
  width: 96%;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group .list-group-item a label {
  width: 100px;
  position: absolute;
  left: 15px;
  top: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group .list-group-item a small {
  font-size: 14px;
  height: 114px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group .list-group-item a:hover {
  background-color: #E50011;
  box-shadow: 0 0 10px 0 #999;
  color: #fff;
}
.css-public-page .userindex-page .container .content .choose-links2 .list-group .list-group-item a:hover .fa {
  color: #fff;
}
/* 全局百分比 */
.percent10 {
  width: 10% !important;
}
.percent15 {
  width: 15% !important;
}
.percent20 {
  width: 20% !important;
}
.percent30 {
  width: 30% !important;
}
.percent40 {
  width: 40% !important;
}
.percent50 {
  width: 50% !important;
}
.percent60 {
  width: 60% !important;
}
.percent70 {
  width: 70% !important;
}
.percent80 {
  width: 80% !important;
}
.percent90 {
  width: 90% !important;
}
.percent100 {
  width: 100% !important;
}
.query-container {
  padding: 15px 0;
  background-color: #fff;
  *zoom: 1;
}
.query-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.query-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.query-container .css-form {
  width: 100%;
}
.query-container .css-form .form-content {
  padding: 0;
}
.query-container .css-form .form-content.query-table {
  display: table;
  table-layout: fixed;
}
.query-container .css-form .form-content.query-table .row {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding-right: 15px;
  min-width: 130px;
}
.query-container .css-form .form-content.query-table .row .selectDiv {
  width: 100%;
}
.query-container .css-form .form-content.query-table .row .selectDiv select {
  float: left;
}
.query-container .css-form .form-content.query-table .row .selectDiv.full-width {
  width: 100%;
  margin-right: 10px;
}
.query-container .css-form .form-content.query-table .row .selectDiv .schItem {
  padding: 0 10px;
  border: 1px solid #dcdfe6;
}
.query-container .css-form .form-content.query-table .row .selectDiv .schItem:hover {
  border-color: #c0c4cc;
}
.query-container .css-form .form-content.query-table .row .txt {
  width: 100%;
  color: #999;
}
.query-container .css-form .form-content.query-table .row .txt.full-width {
  width: 100% !important;
  margin-right: 10px;
}
.query-container .css-form .form-content.query-table .row .txt.schIpt {
  float: none;
  width: auto !important;
}
.query-container .css-form .form-content.query-table .row .txt.schIpt i {
  color: #999;
}
.query-container .css-form .form-content.query-table .row .txt[title] {
  color: #999;
}
.query-container .css-form .form-content.query-table .row .input-container {
  width: 100%;
}
.query-container .css-form .form-content.query-table .row .input-container .select {
  width: 100%;
}
.query-container .css-form .form-content.query-table .row .input-container.iconelement i.icon {
  right: 12px;
  margin: 0;
}
.query-container .css-form .form-content.query-table .row .input-container.before-icon i.icon {
  position: absolute;
  left: 8px;
  right: auto;
  top: 0;
  font-size: 20px;
  height: 100%;
  margin-top: 0;
  cursor: pointer;
  line-height: 38px;
}
.query-container .css-form .form-content.query-table .row .input-container.before-icon i.icon:hover {
  color: #E50011;
}
.query-container .css-form .form-content.query-table .row .input-container.before-icon input {
  padding-left: 30px;
  padding-right: 10px;
}
.query-container .css-form .form-content.query-table .row.actions {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  padding-right: 0;
}
.query-container .css-form .form-content.query-table .row.actions a,
.query-container .css-form .form-content.query-table .row.actions button {
  margin-left: 10px;
  display: inline;
}
.query-container .css-form .form-content.query-table .row.actions a:first-child,
.query-container .css-form .form-content.query-table .row.actions button:first-child {
  margin-left: 0;
}
.query-container .btn-inline {
  white-space: nowrap;
  margin: 0;
}
.query-container .btn-inline .btn.btn-md {
  padding: 11px 20px;
}
.query-container.query-style-compact {
  padding: 0;
}
.action-list {
  padding-bottom: 15px;
  *zoom: 1;
}
.action-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.action-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.action-list .btn {
  margin-right: 8px;
  float: left;
}
.action-list .btn i {
  vertical-align: bottom;
  margin-right: 3px;
}
.action-list .link {
  float: right;
  line-height: 32px;
}
.simple-version {
  width: 32px;
  position: absolute;
  right: -32px;
  top: 200px;
}
.simple-version a {
  width: 100%;
  display: block;
  white-space: normal;
  font-size: 14px;
  text-align: center;
  padding: 15px 8px;
  line-height: 18px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .mn.z.view.view2 .nctwp .nct .form.pageFormContent.dialogForm .row {
  margin-bottom: 0;
}
body .mn.z.view.view2 .nctwp .nct .form.pageFormContent.dialogForm .messageBox .moresetting {
  width: 80%;
  margin-left: 20%;
}
body .mn.z.view.view2 .nctwp .nct .form.pageFormContent.dialogForm .row select {
  width: 100% !important;
}
.main-content .main-content {
  padding-bottom: 0 !important;
}
body .sites-2019-container .jobslist-container {
  width: 985px;
  float: right;
}
body .sites-2019-container .jobslist-container .main-content {
  float: none;
}
body .sites-2019-container .jobslist-container .main-content .job-search-list {
  width: auto;
}
body .sites-2019-container .jobslist-container .main-content .job-search-list .selector {
  overflow: visible;
  border: 1px solid #fff;
}
body .sites-2019-container .jobslist-container .main-content .job-search-list .selector .group > ul {
  width: 816px;
}
body .sites-2019-container .jobslist-container .main-content .job-search-list .selector .group .smart-linkage {
  height: 24px;
  line-height: 24px;
  z-index: 1000;
}
body .sites-2019-container .jobslist-container .main-content .job-search-list .selector .group .smart-linkage > input {
  height: 100%;
  border: none;
  outline: none;
  padding-left: 12px;
  cursor: pointer;
  color: #333;
}
body .sites-2019-container .jobslist-container .main-content .job-search-list .selector .group .smart-linkage > input:hover {
  border: none;
}
body .sites-2019-container .jobslist-container .main-content .job-search-list .selector .group .smart-linkage > input:focus {
  border: none;
}
body .sites-2019-container .jobslist-container .main-content .job-search-list .selector .group .smart-linkage .dropdown-menu-container {
  top: 30px;
}
.cw .wp .regForm {
  width: 100%;
}
.cw .wp .sidebar-main .regForm {
  margin-top: 0;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .radiobox {
  float: left;
  width: 80%;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .radiobox .checkbox-list-container {
  width: 100%;
  align-items: center;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .checkbox-list-container {
  align-items: center;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .checkbox-list-container label {
  min-width: 0 !important;
  width: auto !important;
  margin-left: 5px;
  line-height: normal !important;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .form-upload-container {
  width: 80% !important;
  float: left;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .auto {
  width: 800px;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .auto .label {
  margin-right: 0;
  text-align: right;
  padding-right: 15px;
  justify-content: flex-end;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .form-upload-container .Upload-multiplepic {
  margin-left: 0;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .form-upload-container .Upload-multiplepic .img_a {
  margin-left: 0;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .editor-container textarea {
  border: 1px solid #dcdfe6;
  border-radius: 0;
  padding: 10px;
}
.cw .wp .sidebar-main .regForm .css-form .form-content .picture-upload .diagram-img {
  margin-left: 0;
}
.sidebar-main .regForm .row .Validform_checktip {
  margin-left: 20%;
}
.sidebar-main .regForm .row .Validform_checktip {
  width: 80%;
}
.css-procedure {
  border-bottom: none;
  padding: 0;
  margin: 15px 0;
}
.css-procedure ul {
  font-size: 0;
  margin: 30px auto 15px;
  *zoom: 1;
}
.css-procedure ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-procedure ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-procedure ul li {
  float: left;
  font-size: 14px;
  height: auto;
  text-align: center;
  position: relative;
}
.css-procedure ul li:first-child .lightline {
  width: 50%;
}
.css-procedure ul li:last-child .line {
  width: 50%;
}
.css-procedure ul li .line {
  width: 50%;
  height: 3px;
  background-color: #bdbdbd;
}
.css-procedure ul li .lightline {
  width: 50%;
  height: 3px;
  background-color: #E50011;
}
.css-procedure ul li .left {
  position: absolute;
  left: 0;
  top: 12px;
}
.css-procedure ul li .right {
  position: absolute;
  right: 0;
  top: 12px;
}
.css-procedure ul li .active {
  background-color: #E50011;
  border-color: #E50011;
  color: #fff;
}
.css-procedure ul li span {
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #fff;
  z-index: 1;
  border: 2px solid #BDBDBD;
  border-radius: 50%;
  font-size: 14px;
  color: #A8A8A8;
}
.css-procedure ul li p {
  height: auto;
  padding-top: 10px;
  line-height: 16px;
}
.cs-userindex .cs-info {
  *zoom: 1;
  padding: 15px 0 30px;
}
.cs-userindex .cs-info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.cs-userindex .cs-info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cs-userindex .cs-info .Unreadmsg-box {
  display: inline-block;
}
.cs-userindex .cs-info .Unreadmsg-box .Unreadmsg {
  top: 33px;
  right: 25px;
}
.cs-userindex .cs-info .cs-userimg {
  width: 93px;
  height: 93px;
  margin-right: 20px;
  float: left;
  border-radius: 50%;
}
.cs-userindex .cs-info .cs-text {
  width: 720px;
  float: left;
}
.cs-userindex .cs-info .cs-text .cs-welcome {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bolder;
  font-size: 24px;
}
.cs-userindex .cs-info .cs-text ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 0 7px;
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  width: 30%;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cs-userindex .cs-info .cs-text ul li span {
  color: #000;
}
.cs-userindex .cs-info .cs-text ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.cs-userindex .cs-info + .cs-numlist {
  margin-top: 0;
}
.cs-userindex .cs-numlist {
  height: 110px;
  border: none;
}
.cs-userindex .cs-numlist ul {
  *zoom: 1;
  letter-spacing: -5px;
  background-color: #F9FBFD;
  border: 1px solid #eee;
}
.cs-userindex .cs-numlist ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.cs-userindex .cs-numlist ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cs-userindex .cs-numlist ul li {
  margin: 0;
  padding: 0;
  line-height: 32px;
  height: auto;
  border: none;
  width: 20%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  font-size: 14px;
  letter-spacing: -4px;
}
.cs-userindex .cs-numlist ul li:before {
  content: "";
  height: 38px;
  background-color: #eee;
  width: 1px;
  color: #eee;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.cs-userindex .cs-numlist ul li:first-child {
  border: none;
}
.cs-userindex .cs-numlist ul li:first-child .num {
  border-color: #2B84E2;
  color: #2B84E2;
}
.cs-userindex .cs-numlist ul li:first-child:before {
  display: none;
}
.cs-userindex .cs-numlist ul li:nth-child(2) .num {
  border-color: #44CAB4;
  color: #44CAB4;
}
.cs-userindex .cs-numlist ul li:nth-child(3) .num {
  border-color: #3BABF2;
  color: #3BABF2;
}
.cs-userindex .cs-numlist ul li:nth-child(4) .num {
  border-color: #2EDB8F;
  color: #2EDB8F;
}
.cs-userindex .cs-numlist ul li:nth-child(5) .num {
  border-color: #42D5D5;
  color: #42D5D5;
}
.cs-userindex .cs-numlist ul li img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin-right: 10px;
  vertical-align: top;
  letter-spacing: 0px;
}
.cs-userindex .cs-numlist ul li .num {
  width: 53px;
  height: 53px;
  line-height: 44px;
  font-weight: bolder;
  border-radius: 50%;
  border: 5px solid #ddd;
  margin: 0 auto;
  letter-spacing: 0px;
  font-size: 20px;
}
.cs-userindex .cs-numlist ul li a {
  padding: 17px 25px;
  color: #333;
  letter-spacing: 0px;
  vertical-align: middle;
  width: 99%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.cs-userindex .cs-numlist ul li p {
  line-height: 14px;
  margin-top: 8px;
}
.cs-userindex .cs-caption {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.cs-userindex .cs-caption:first-child {
  margin-top: 0;
}
.cs-userindex .cs-caption .txt {
  color: #E50011;
  border-bottom: 2px solid #E50011;
  padding: 10px 15px;
  font-size: 16px;
}
.cs-userindex .cs-caption .more {
  height: 42px;
  font-size: 14px;
  line-height: 42px;
}
.cs-userindex .cs-caption .more i.icon {
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-left: 2px;
}
.cs-userindex .cs-content .cs-listcon ul li {
  *zoom: 1;
  border: none;
  margin-top: 15px;
  padding: 0;
}
.cs-userindex .cs-content .cs-listcon ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.cs-userindex .cs-content .cs-listcon ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cs-userindex .cs-content .cs-listcon ul li .panel {
  margin: 0;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-heading {
  background-color: #FBFBFB;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-heading .txt {
  font-size: 13px;
  float: left;
  vertical-align: middle;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body {
  *zoom: 1;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body .title {
  float: left;
  width: 240px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  display: table;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body .title * {
  display: table-cell;
  vertical-align: middle;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body .info {
  float: left;
  width: 375px;
  padding: 0 0 0 45px;
  margin: 0;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body .info p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 0;
  margin-top: 2px;
  color: #737373;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body .status {
  float: left;
  font-size: 14px;
  padding: 12px 0 0 45px;
  color: #444;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body .link {
  float: right;
  font-size: 14px;
  padding: 12px 0 0 45px;
}
.cs-userindex .cs-content .cs-listcon ul li .panel .panel-body.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.vip-photos {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
}
.vip-photos .cs-content {
  padding: 15px;
  font-size: 14px;
}
.vip-photos .cs-content .upload-file {
  width: 278px;
  height: 183px;
  position: relative;
  border: 1px dashed #ddd;
  font-size: 14px;
  color: #9f9f9f;
  text-align: center;
  padding-top: 50px;
}
.vip-photos .cs-content .upload-file:hover {
  border-color: #E50011;
}
.vip-photos .cs-content .upload-file i.icon {
  font-size: 22px;
  display: block !important;
  position: static !important;
}
.vip-photos .cs-content .upload-file p {
  font-size: 12px;
  padding-top: 5px;
}
.vip-photos .cs-content .upload-file p.tit {
  font-size: 14px;
}
.vip-photos .cs-content .upload-file .input-file {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
}
.vip-photos .cs-content .uploaded-list {
  *zoom: 1;
}
.vip-photos .cs-content .uploaded-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.vip-photos .cs-content .uploaded-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vip-photos .cs-content .uploaded-list > li {
  width: 278px;
  height: 183px;
  margin: 15px 22px 0 0;
  border: 1px dashed #ddd;
  float: left;
  position: relative;
  cursor: pointer;
}
.vip-photos .cs-content .uploaded-list > li:hover {
  border-color: #E50011;
}
.vip-photos .cs-content .uploaded-list > li:hover i.icon {
  display: block;
}
.vip-photos .cs-content .uploaded-list > li a,
.vip-photos .cs-content .uploaded-list > li img {
  display: block;
  width: 100%;
  height: 100%;
}
.vip-photos .cs-content .uploaded-list > li i.icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.vip-photos .cs-content .uploaded-list > li i.icon:hover {
  color: #f5544c;
}
.vip-photos .cs-content .uploaded-list > li .videoplay {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.css-commonpage {
  width: 95%;
  margin: 0 auto;
  margin-top: 15px;
}
.css-commonpage .cs-caption {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0;
  line-height: 40px;
  margin-top: 15px;
  font-size: 14px;
}
.css-commonpage .cs-caption .txt {
  color: #E50011;
  border-bottom: 2px solid #E50011;
  padding: 10px 15px;
  font-size: 16px;
}
.css-commonpage .cs-caption .more {
  font-size: 14px;
}
.css-commonpage .cs-caption .more i.icon {
  font-size: 18px;
}
.css-commonpage .cs-caption ul {
  *zoom: 1;
}
.css-commonpage .cs-caption ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-commonpage .cs-caption ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-commonpage .cs-caption ul li {
  float: left;
}
.css-commonpage .cs-caption ul li .txt {
  border-bottom: none;
  color: #333;
}
.css-commonpage .cs-caption ul li.current .txt {
  border-bottom: 2px solid #E50011;
  color: #E50011;
}
.css-commonpage .cs-content .cs-listcon ul li {
  *zoom: 1;
  border: none;
  margin-top: 15px;
  padding: 0;
}
.css-commonpage .cs-content .cs-listcon ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-commonpage .cs-content .cs-listcon ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-commonpage .cs-content .cs-listcon ul li .panel {
  margin: 0;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-heading {
  background-color: #FBFBFB;
  height: 39px;
  padding-top: 0;
  padding-bottom: 0;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-heading .txt {
  font-size: 12px;
  float: left;
  vertical-align: middle;
  line-height: 39px;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-heading .right-txt {
  float: right;
  font-size: 12px;
  line-height: 39px;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body {
  *zoom: 1;
  padding: 15px;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .title {
  float: none;
  width: 100%;
  height: 24px;
  line-height: 23px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 6px;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .title .title-text {
  display: table;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .title .title-text * {
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .info {
  float: left;
  width: 750px;
  padding: 0 0 0 0;
  margin: 0;
  *zoom: 1;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .info p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 0;
  margin-top: 2px;
  color: #737373;
  width: 50%;
  float: left;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .status {
  float: left;
  font-size: 14px;
  padding: 12px 0 0 15px;
  color: #444;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .link {
  float: right;
  font-size: 14px;
  padding: 0 0 0 0;
  display: table;
  height: 44px;
  width: 100px;
  text-align: right;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .link * {
  vertical-align: middle;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body .link a {
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.css-commonpage .cs-content .cs-listcon ul li .panel .panel-body.p-0 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .title {
  width: 300px;
  height: 46px;
  margin: 0;
  float: left;
  overflow: hidden;
  border: none;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .title .title-text {
  display: table;
  height: 46px;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .title .title-text * {
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .info {
  width: 340px;
  float: left;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .info p {
  width: 100%;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .status {
  width: 160px;
  float: left;
  padding-top: 0;
  min-height: 46px;
  display: table;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .status p {
  margin-top: 2px;
  display: table-cell;
  height: 46px;
  vertical-align: middle;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .status.rows {
  display: block;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .status.rows p {
  display: block;
  line-height: 22px;
}
.css-commonpage .cs-content .cs-listcon.line ul li .panel .panel-body .link a {
  display: block;
}
.css-commonpage .cs-content .cs-listcon.whole ul li {
  border: 1px solid #ddd;
  border-bottom: none;
  border-top: none;
  margin-top: 0;
  padding: 0;
}
.css-commonpage .cs-content .cs-listcon.whole ul li .panel-default {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.css-commonpage .cs-content .cs-listcon.whole ul li .panel-default .panel-body .title {
  padding-left: 0;
  border-bottom: none;
}
.css-commonpage .cs-content .cs-listcon.whole ul li:first-child {
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.css-commonpage .cs-content .cs-listcon.whole ul li:last-child {
  border-bottom: 1px solid #ddd;
}
.css-commonpage .cs-content .cs-listcon.whole ul li:last-child .panel-default {
  border: none;
}
.contor {
  overflow: hidden;
  margin-bottom: 10px;
}
.contor.open {
  height: auto;
}
.contor + .shrink {
  line-height: 24px;
  right: 15px;
  top: 0;
  color: #999;
}
.contor + .shrink:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background: url(../i/icon_down_orange.png) no-repeat;
  top: -2px;
  position: relative;
}
.contor + .shrink.js-open {
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #E50011;
  font-size: 16px;
}
.contor + .shrink.open:after {
  background: url(../i/icon_down_orange.png) 0 -6px no-repeat;
}
.css-liveinfo {
  font-size: 14px;
  background-color: #fff;
}
.css-liveinfo .title-text {
  padding: 15px;
}
.css-liveinfo .panel .panel-heading span {
  border-left: 3px solid #E50011;
  padding-left: 6px;
  height: 16px;
  display: block;
  line-height: 16px;
  font-size: 14px;
}
.css-liveinfo .panel .panel-body {
  padding-top: 0;
}
.css-liveinfo .panel .panel-body p {
  margin-bottom: 10px;
}
.linkinline-container {
  padding: 50px 0;
}
.linkinline-container ul {
  width: 695px;
  margin: 0 auto;
  *zoom: 1;
}
.linkinline-container ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.linkinline-container ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.linkinline-container ul li {
  float: left;
  width: 295px;
  height: 278px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  margin: 0 0 0 35px;
  text-align: center;
}
.linkinline-container ul li:hover {
  border-color: #E50011;
}
.linkinline-container ul li a {
  display: block;
  color: #000;
  height: 100%;
  overflow: hidden;
}
.linkinline-container ul li i.icon {
  display: block;
  margin: 40px 0 0 0;
  font-size: 50px;
  color: #333;
}
.linkinline-container ul li h4 {
  font-size: 22px;
  font-weight: normal;
}
.linkinline-container ul li p {
  padding: 0 20px;
  margin-top: 15px;
  font-size: 14px;
  color: #5C5C5C;
  line-height: 20px;
}
.linkinline-container ul li p a {
  cursor: pointer;
}
/* end */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #2676D2;
  border-color: #2676D2;
}
.btn.btn-primary:focus {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
.btn.btn-danger {
  color: #fff;
  background-color: #E50011;
  border-color: #E50011;
}
.btn.btn-danger:hover {
  background: #c20310;
  border-color: #c20310;
  color: #fff;
}
.btn.btn-danger:focus {
  background: #c20310;
  border-color: #c20310;
  color: #fff;
}
.btn.btn-danger.plain {
  color: #E50011 !important;
  background: #fef0f0 !important;
  border-color: #fbc4c4 !important;
}
.btn.btn-danger.plain:hover {
  background: #E50011;
  border-color: #E50011;
  color: #fff;
}
.btn.btn-danger.plain.active {
  background: #E50011;
  border-color: #E50011;
  color: #fff;
}
.btn.btn-danger.plain.focus {
  background: #E50011;
  border-color: #E50011;
  color: #fff;
}
.btn.btn-orange {
  color: #fff;
  background-color: #E50011;
  border-color: #E50011;
}
.btn.btn-orange:hover {
  background: #c20310;
  border-color: #c20310;
  color: #fff;
}
.btn.btn-orange:focus {
  background: #c20310;
  border-color: #c20310;
  color: #fff;
}
.btn.btn-orange.plain {
  color: #E50011 !important;
  background: #fef0f0 !important;
  border-color: #fbc4c4 !important;
}
.btn.btn-orange.plain:hover {
  background: #E50011;
  border-color: #E50011;
  color: #fff;
}
.btn.btn-orange.plain.active {
  background: #E50011;
  border-color: #E50011;
  color: #fff;
}
.btn.btn-orange.plain.focus {
  background: #E50011;
  border-color: #E50011;
  color: #fff;
}
.btn.btn-md {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.btn.btn-sm {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}
.btn.btn-mini {
  padding: 5px 8px;
  font-size: 12px !important;
  border-radius: 4px;
}
.btn.btn-tianyancha {
  padding: 5px 8px !important;
  font-size: 12px;
  float: none;
  height: auto !important;
  line-height: normal !important;
  vertical-align: top;
  margin: 2px 0 0 10px;
  display: inline-block;
}
.input-container {
  width: 80%;
  float: left;
}
.input-container input,
.input-container select {
  width: 100%;
}
.css-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #606266;
  table-layout: fixed;
}
.css-table table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}
.css-table.text-center * {
  text-align: center;
}
.css-table.table-md table tbody tr td {
  padding: 20px 10px;
}
.css-table.table-normal {
  border: 1px solid #eee;
}
.css-table.table-normal thead tr,
.css-table.table-normal thead th {
  border: none;
}
.css-table.table-normal tbody tr,
.css-table.table-normal tbody td {
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.css-table.table-normal.table-border-top-dashed {
  border: none;
}
.css-table.table-normal.table-border-top-dashed table tbody tr {
  border-top: 1px dashed #ddd;
}
.css-table.table-normal.table-border-top-dashed table tbody tr:first-child {
  border-top: none;
}
.css-table.table-normal.table-border-top-dashed table tbody tr td {
  border: none;
}
.css-table.table-auto thead tr,
.css-table.table-auto thead th {
  white-space: normal;
}
.css-table.table-auto tbody tr,
.css-table.table-auto tbody td {
  white-space: normal;
}
.css-table.table-interval tbody td {
  padding: 10px;
}
.css-table.table-arow tbody tr td .cell {
  height: 22px;
}
.css-table thead {
  background-color: #f5f7fa;
}
.css-table thead tr th {
  padding: 10px;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  border: 1px solid #ebeef5;
  font-weight: bolder;
}
.css-table thead tr th .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  line-height: 23px;
  padding-left: 0;
  padding-right: 0;
}
.css-table tbody {
  overflow: hidden;
}
.css-table tbody tr {
  background-color: #fff;
}
.css-table tbody tr td {
  transition: background-color 0.25s ease;
  padding: 10px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
  border: 1px solid #ebeef5;
  white-space: nowrap;
  overflow: hidden;
}
.css-table tbody tr td a,
.css-table tbody tr td span {
  height: 20px;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #4B4B4B;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.css-table tbody tr td.actions .cell a {
  margin: 0 0 0 10px;
  float: left;
}
.css-table tbody tr td.actions .cell a:first-child {
  margin-left: 0;
}
.css-table tbody tr td .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 100%;
}
.css-table tbody tr td .cell a[href] {
  color: #1472DF;
}
.css-table tbody tr td .cell .cell-info {
  padding: 10px 0;
}
.css-table tbody tr td .cell .cell-info .name {
  *zoom: 1;
  height: 24px;
  overflow: hidden;
}
.css-table tbody tr td .cell .cell-info .name:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-table tbody tr td .cell .cell-info .name:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-table tbody tr td .cell .cell-info .name .link {
  font-size: 16px;
  vertical-align: top;
  max-width: 65%;
  float: left;
  line-height: 24px;
  color: #1472DF;
}
.css-table tbody tr td .cell .cell-info .name .xins {
  font-size: 14px;
  vertical-align: top;
  float: left;
  padding-left: 10px;
  line-height: 26px;
}
.css-table tbody tr td .cell input {
  width: 100%;
  border: 1px solid #fff;
}
.css-table tbody tr td .cell input:hover {
  border-color: #ddd;
}
.css-table tbody tr td .cell input:focus {
  border-color: #E50011;
}
.css-table tbody tr td .cell select {
  width: 100%;
  border: 1px solid #fff;
}
.css-table tbody tr td .cell select:hover {
  border-color: #ddd;
}
.css-table tbody tr td .cell select:focus {
  border-color: #E50011;
}
.css-table tbody tr td .cell .info-text > a {
  font-size: 16px;
}
.css-table tbody tr td .cell .info-text ul {
  padding-top: 5px;
}
.css-table tbody tr td .cell .info-text ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.css-table tbody tr td .cell .info-text ul li + li:before {
  content: "|";
  color: #ccc;
  padding: 0 6px;
}
.css-table tbody tr td div.middle-container {
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.css-table tbody tr td div.middle-container a {
  font-size: 13px;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.css-table tbody tr td div.middle-container a:hover {
  color: #1890ff;
}
.css-table tbody tr td div.middle-container.middle-cloumns {
  line-height: normal;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  /*纵向排列*/
  white-space: nowrap;
}
.css-table tbody tr td div.middle-container.middle-cloumns div {
  line-height: normal;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  height: 45px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  /*垂直居中*/
  -webkit-align-items: center;
}
.css-table tbody tr td div.middle-container.middle-cloumns div:first-child {
  height: 45px;
  padding: 7px 0;
  overflow: hidden;
}
.css-table tbody tr td div.middle-container.middle-cloumns div:first-child div {
  padding: 0;
  height: 100%;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.css-table tbody tr td div.middle-container.middle-cloumns div span {
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  height: auto;
}
.css-table tbody tr td div.middle-container.middle-input {
  line-height: 45px;
  text-align: center;
  border: 1px solid #e5e6e7;
  border-left: none;
  border-top: none;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  display: flex;
  align-items: center;
}
.css-table tbody tr td div.middle-container.middle-input input[type="checkbox"] {
  margin: 0 auto;
}
.css-table tbody tr.expired * {
  color: #929292;
}
.css-table tbody tr.expired .actions .cell a[href].text-primary {
  color: #E50011 !important;
}
.css-table .job-list {
  border-bottom: none;
  min-height: auto;
}
.css-alert {
  border: 1px solid #dcdddd;
  border-radius: 3px;
  width: 95% !important;
  margin: 0 auto !important;
  padding: 15px;
  color: #222;
  font-size: 14px;
  position: relative !important;
  min-height: 42px;
  margin-bottom: 15px;
}
.css-alert.alert-sm {
  padding: 10px 15px;
  min-height: 0;
  left: 0;
  top: 0;
  margin-bottom: 15px;
}
.css-alert.alert-sm .collapse {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  cursor: pointer;
}
.css-alert.alert-sm .collapse i.icon {
  margin: 0 5px;
  color: #555;
}
.css-alert.alert-sm .collapse:hover {
  color: #E50011;
}
.css-alert.alert-sm .collapse:hover i.icon {
  color: #E50011;
}
.css-alert.alert-xs {
  padding: 3px 15px;
  min-height: 0;
  left: 0;
  margin-bottom: 15px;
}
.css-alert.danger {
  border-color: #f5544c;
  background-color: #FFF2F2;
}
.css-alert.danger i.icon {
  color: #f5544c;
}
.css-alert.warning {
  border-color: #FFE58F;
  background-color: #FFFBE6;
}
.css-alert.warning i.icon {
  color: #FFE58F;
}
.css-alert.primary {
  border-color: #91D5FF;
  background-color: #E6F7FF;
}
.css-alert.primary i.icon {
  color: #0B95F9;
}
.css-alert .status-icon {
  float: left;
  vertical-align: middle;
  font-size: 30px;
}
.css-alert .alert-result {
  *zoom: 1;
  position: relative;
  color: #555;
}
.css-alert .alert-result:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-alert .alert-result:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-alert .alert-result .title {
  height: 28px;
  line-height: 28px;
}
.css-alert .alert-result .title i.icon {
  float: left;
}
.css-alert .alert-result .title strong {
  color: #000;
}
.css-alert .alert-result .result-txt {
  float: left;
  padding-left: 35px;
}
.css-alert .alert-result .result-txt ol {
  padding-left: 16px;
}
.css-alert .alert-result .status-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.css-alert .alert-result.tips .status-icon {
  float: left;
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  color: #FFB012;
}
.css-alert .alert-result.tips .result-txt {
  padding-left: 0;
}
.css-alert .collapse {
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 14px;
  cursor: pointer;
}
.css-alert .collapse i.icon {
  margin: 0 5px;
  color: #555;
}
.css-alert .collapse:hover {
  color: #E50011;
}
.css-alert .collapse:hover i.icon {
  color: #E50011;
}
.css-form {
  width: 90%;
  margin: 0 auto;
  /* 针对原始结构的优化 begin */
  /* 针对原始结构的优化 end */
}
.css-form .form-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
}
.css-form .form-title span {
  color: #000;
  font-size: 18px;
}
.css-form .form-title .collapse {
  float: right;
  color: #777;
}
.css-form .form-title .collapse i.icon {
  margin: 0 5px;
}
.css-form .form-title .collapse:hover {
  color: #E50011;
  cursor: pointer;
}
.css-form .container {
  padding: 0 15px;
  *zoom: 1;
}
.css-form .container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .row {
  margin-bottom: 0;
  width: 100%;
}
.css-form .row .label {
  width: 20%;
  float: left;
  line-height: normal;
  margin: 0;
  padding-right: 15px;
}
.css-form .row .label::before {
  content: " ";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.css-form .row .label span {
  vertical-align: middle;
}
.css-form .row .selectDiv {
  float: left;
  width: 80%;
  margin-bottom: 0;
}
.css-form .row .selectDiv select {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box;
}
.css-form .row .selectDiv select:hover {
  border-color: #c0c4cc;
}
.css-form .row .selectDiv select:focus {
  border-color: #E50011;
}
.css-form .row .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
}
.css-form .row .txt:hover {
  border-color: #c0c4cc;
}
.css-form .row .txt.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .row .txt.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .row .txt.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .row .txt-view {
  background-color: #fff !important;
  border: none !important;
}
.css-form .row .txtarea {
  border: 1px solid #dcdfe6;
  width: 80%;
  min-height: 80px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.css-form .row .txtarea:hover {
  border-color: #c0c4cc;
}
.css-form .row .txtarea:focus {
  border-color: #E50011;
}
.css-form .row .txtarea.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .row .txtarea.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .row .txtarea.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .row .input-container {
  width: 80%;
  float: left;
}
.css-form .row .input-container input,
.css-form .row .input-container select,
.css-form .row .input-container textarea {
  width: 100%;
}
.css-form .row .input-container.iconelement {
  position: relative;
}
.css-form .row .input-container.iconelement input {
  padding-right: 30px;
}
.css-form .row .input-container.iconelement i.icon {
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 24px;
  height: 100%;
  margin-top: 0;
  line-height: 38px;
  cursor: pointer;
}
.css-form .row .input-container.iconelement i.icon:hover {
  color: #E50011;
}
.css-form .row .input-container.iconelement i.icon.icon-xiangxiajiantou {
  font-size: 12px;
}
.css-form .row .input-container.iconelement i.icon.icon-xiangshangjiantou {
  font-size: 12px;
}
.css-form .row .input-container.multiple-elements {
  position: relative;
  display: table;
}
.css-form .row .input-container.multiple-elements i.icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  height: 100%;
  margin-top: 0;
  line-height: 38px;
  cursor: pointer;
}
.css-form .row .input-container.multiple-elements i.icon:hover {
  color: #E50011;
}
.css-form .row .input-container.multiple-elements .txt {
  padding-right: 30px;
}
.css-form .row .input-container.multiple-elements .auto-content {
  position: relative;
  display: table-cell;
}
.css-form .row .input-container.multiple-elements .input-addition {
  width: 1%;
  height: 38px;
  right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.css-form .row .input-container.multiple-elements .input-addition * {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.css-form .row .input-container.multiple-elements .input-addition .verificationcode-img {
  border: 1px solid #ddd;
  height: 38px !important;
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  max-width: none;
  cursor: pointer;
}
.css-form .row .input-container.multiple-elements .input-addition .selectDiv {
  background-color: #FAFAFA;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ddd;
  border-left: none;
  float: none;
  white-space: nowrap;
  min-width: 80px;
}
.css-form .row .input-container.multiple-elements .input-addition .selectDiv select {
  width: 100%;
  height: 36px;
  border: none;
  background: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
  white-space: nowrap;
}
.css-form .row .input-container.multiple-elements .input-addition .check {
  background-color: #FAFAFA;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #ddd;
  border-left: none;
  padding: 0 18px;
  line-height: 36px;
  *zoom: 1;
}
.css-form .row .input-container.multiple-elements .input-addition .check:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .row .input-container.multiple-elements .input-addition .check:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .row .input-container.multiple-elements .input-addition .check input {
  float: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
}
.css-form .row .input-container.multiple-elements .input-addition .text {
  height: 100%;
  border: 1px solid #ddd;
  border-left: none;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
}
.css-form .row .input-container.multiple-elements .input-addition .btn {
  height: 38px;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.css-form .auto {
  width: 100%;
}
.css-form .auto .label {
  width: 20%;
}
.css-form .auto .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
}
.css-form .row {
  *zoom: 1;
}
.css-form .row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .Validform_checktip {
  margin: 0 0 0 20%;
  width: 80%;
  min-height: 20px;
  background: none;
  padding: 0;
  line-height: 20px;
}
.css-form .Validform_right {
  margin: 0 0 0 20%;
  width: 80%;
  color: #67C23A;
}
.css-form .form-content {
  padding: 25px 15px;
  *zoom: 1;
}
.css-form .form-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .form-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .form-content .row {
  *zoom: 1;
  margin-bottom: 0;
}
.css-form .form-content .row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .form-content .row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .form-content .row .label {
  width: 20%;
  float: left;
  line-height: normal;
  display: table;
  height: 38px;
  text-align: right;
  margin: 0;
  padding-right: 15px;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.css-form .form-content .row .label .middle-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.css-form .form-content .row .label span {
  vertical-align: middle;
}
.css-form .form-content .row .label .fn-tip {
  vertical-align: middle;
}
.css-form .form-content .row .selectDiv {
  float: left;
  width: 80%;
  margin-bottom: 0;
}
.css-form .form-content .row .selectDiv select {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.css-form .form-content .row .selectDiv select:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .row .selectDiv select:focus {
  border-color: #E50011;
}
.css-form .form-content .row .selectDiv select.Validform_error {
  background: none;
  border-color: #f5544c;
}
.css-form .form-content .row .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0 10px;
}
.css-form .form-content .row .txt:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .row .txt.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .txt:focus {
  border-color: #E50011;
}
.css-form .form-content .row .txt.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .txt.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .form-content .row .txtarea {
  border: 1px solid #dcdfe6;
  width: 80%;
  min-height: 80px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.css-form .form-content .row .txtarea:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .row .txtarea:focus {
  border-color: #E50011;
}
.css-form .form-content .row .txtarea.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .txtarea.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .txtarea.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .form-content .row .input-container {
  width: 80%;
  float: left;
}
.css-form .form-content .row .input-container input,
.css-form .form-content .row .input-container select,
.css-form .form-content .row .input-container textarea {
  width: 100%;
}
.css-form .form-content .row .input-container.iconelement {
  position: relative;
}
.css-form .form-content .row .input-container.iconelement input {
  padding-right: 30px;
}
.css-form .form-content .row .input-container.iconelement i.icon {
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 24px;
  height: 100%;
  margin-top: 0;
  cursor: pointer;
  line-height: 38px;
}
.css-form .form-content .row .input-container.iconelement i.icon:hover {
  color: #E50011;
}
.css-form .form-content .row .input-container.iconelement i.icon.icon-xiangxiajiantou {
  font-size: 12px;
  right: 8px;
}
.css-form .form-content .row .input-container.iconelement i.icon.icon-xiangshangjiantou {
  font-size: 12px;
  right: 8px;
}
.css-form .form-content .row .check-container {
  width: 80%;
  float: left;
  height: 38px;
}
.css-form .form-content .row .check-container label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  margin-left: 10px;
  height: 100%;
  line-height: 38px;
}
.css-form .form-content .row .check-container label:first-child {
  margin-left: 0;
}
.css-form .form-content .row .check-container input {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.css-form .form-content .row .checkbox-list-container {
  width: 80%;
  float: left;
}
.css-form .form-content .row .checkbox-list-container label {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  margin-left: 0;
  height: 100%;
  line-height: 38px;
}
.css-form .form-content .row .checkbox-list-container label:first-child {
  margin-left: 0;
}
.css-form .form-content .row .checkbox-list-container input {
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: 5px;
}
.css-form .form-content .auto {
  width: 100%;
}
.css-form .form-content .auto .label {
  width: 20%;
}
.css-form .form-content .auto .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
}
.css-form .form-content .form-twocolumns {
  *zoom: 1;
}
.css-form .form-content .form-twocolumns:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .form-content .form-twocolumns:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .form-content .form-twocolumns .row {
  width: 50%;
  float: left;
  padding: 0;
}
.css-form .form-content .form-twocolumns .row .label {
  width: 40%;
}
.css-form .form-content .form-twocolumns .row .input-container {
  width: 60%;
}
.css-form .form-content .form-twocolumns .row .input-container .txt {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .input-container .selectDiv {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .input-container .selectDiv select {
  width: 100% !important;
}
.css-form .form-content .form-twocolumns .row .input-container .txtarea {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .input-container .selector-input {
  width: 100%;
  line-height: 36px;
}
.css-form .form-content .form-twocolumns .row .selectDiv {
  width: 60%;
}
.css-form .form-content .form-twocolumns .row .selectDiv select,
.css-form .form-content .form-twocolumns .row .selectDiv .chosen-container {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .major-div {
  width: 60%;
  height: 38px;
  float: left;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 38px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major:focus {
  border: 1px solid #E50011;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major input {
  width: 100%;
  padding: 0 15px;
  border: none;
  background-color: #fff;
  text-align: left;
}
.css-form .form-content .form-twocolumns .row .txt {
  width: 60%;
}
.css-form .form-content .form-twocolumns .row .Validform_checktip {
  width: 60%;
  margin-left: 40%;
}
.css-form .form-content .css-alert {
  width: 100%;
}
.css-form .form-content .Validform_checktip {
  margin: 0 0 0 20%;
  width: 80%;
  min-height: 20px;
  background: none;
  padding: 0;
  line-height: 20px;
}
.css-form .form-content .Validform_right {
  margin: 0 0 0 20%;
  width: 80%;
  color: #67C23A;
}
.css-form .form-footer {
  padding-bottom: 30px;
  background-color: #fff;
}
.css-form .form-footer * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 7px;
  vertical-align: middle;
}
.css-form .form-footer a {
  margin-top: 15px;
  line-height: 40px;
}
#job-choose {
  background-color: #fff;
}
#job-choose .css-table {
  width: 98%;
  margin: 0 auto;
  overflow-x: scroll;
  overflow: auto;
}
#job-choose .css-table table {
  table-layout: auto;
}
#job-choose .css-table table tbody tr td .cell input {
  width: auto;
}
/* 注册表单 begin*/
.css-form .form-content .form-tips {
  margin-left: 20%;
  padding-bottom: 20px;
  font-size: 14px;
  color: #5C5C5C;
}
.css-form .form-content .row .picture-upload {
  float: left;
}
.css-form .form-content .row .picture-upload .css-tips {
  width: 530px;
  min-height: 80px;
  border: 1px solid #91D5FF;
  float: left;
  margin-left: 10px;
  border-radius: 3px;
  background-color: #E6F7FF;
  padding: 13px;
  font-size: 14px;
  color: #626161;
  padding: 15px;
}
.css-form .form-content .row .picture-upload .css-tips i {
  color: #0B95F9;
}
.css-form .form-content .row .picture-upload .upload-img {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.css-form .form-content .row .picture-upload .upload-img .icon {
  font-size: 30px;
  margin-right: 0;
}
.css-form .form-content .row .picture-upload .upload-img p {
  line-height: 10px;
}
.css-form .form-content .row .picture-upload .upload-img .upload-inst {
  padding-top: 10px;
  background-color: #E5E5E5;
  width: 80px;
  height: 80px;
}
.css-form .form-content .row .picture-upload .upload-img .up-img {
  width: 80px;
  height: 80px;
}
.css-form .form-content .row .com-picture-upload {
  float: left;
  width: 620px;
}
.css-form .form-content .row .com-picture-upload .upload-container {
  margin-bottom: 15px;
}
.css-form .form-content .row .com-picture-upload .upload-container .upload-inst {
  width: 202px;
  height: 153px;
  background-color: #E5E5E5;
  text-align: center;
  padding: 50px 0;
  border-radius: 3px;
  float: left;
  margin-right: 30px;
}
.css-form .form-content .row .com-picture-upload .upload-container .upload-inst i {
  font-size: 35px;
}
.css-form .form-content .row .com-picture-upload .upload-container .upload-inst p {
  font-size: 14px;
}
.css-form .form-content .row .com-picture-upload .upload-container .upload-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.css-form .form-content .row .com-picture-upload .upload-container .upload-img img {
  width: 202px;
  height: 153px;
}
.css-form .form-content .row .com-picture-upload .css-tips {
  width: 100%;
  margin-left: 0;
  border: 1px solid #91D5FF;
  float: left;
  border-radius: 3px;
  background-color: #E6F7FF;
  padding: 13px;
  font-size: 14px;
  color: #626161;
  padding: 10px 15px;
}
.css-form .form-content .row .com-picture-upload .css-tips i {
  color: #0B95F9;
}
.css-form .form-content .row .textarea {
  width: 80%;
  float: left;
  border-color: #dcdfe6;
  font-size: 14px;
}
.css-form .form-content .row .mail-vercode .btn {
  border-radius: 0;
}
.css-form .form-content .row .form-submit .btn {
  width: 241px;
}
.sidebar-main .examine-box {
  width: 705px;
  margin: 50px auto;
  border: 1px solid #E5E5E5;
  padding: 50px 35px;
  border-radius: 8px;
  text-align: center;
}
.sidebar-main .examine-box .examine-left {
  text-align: center;
  width: 60%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.sidebar-main .examine-box .examine-left i {
  font-size: 50px;
  color: #116DD8;
}
.sidebar-main .examine-box .examine-left h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar-main .examine-box .examine-left p {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 22px;
}
.sidebar-main .examine-box .examine-left a {
  margin: 10px 0;
  display: block;
}
.sidebar-main .examine-box .examine-right {
  padding: 25px 0;
  width: 180px;
  height: 210px;
  background: url(../i/border.png) no-repeat;
  margin-left: 50px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.sidebar-main .examine-box .examine-right img {
  width: 121px;
  height: 121px;
}
.sidebar-main .examine-box .examine-right p {
  width: 125px;
  text-align: center;
  margin: 5px auto;
  font-size: 12px;
}
.mail-success {
  width: inherit;
  margin: 0 auto;
  background-color: #fff;
  min-height: 600px;
  position: relative;
}
.mail-success .success-tips {
  width: 486px;
  min-height: 241px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
  text-align: center;
  padding: 35px 0;
}
.mail-success .success-tips i {
  font-size: 54px;
}
.mail-success .success-tips p {
  color: #242424;
  font-size: 20px;
}
.mail-success .success-tips a {
  margin-top: 15px;
  display: block;
}
.mail-success .success-tips .target-link a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #1466C7;
}
.mail-success .success-tips .text-normal {
  font-size: 14px;
  color: #5F5F5F !important;
  margin-top: 15px;
}
.warning-box .success-tips {
  padding: 25px 0;
}
.password-content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 50px;
}
.password-content ul li {
  float: left;
  width: 295px;
  height: 278px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  margin: 0 35px;
  text-align: center;
}
.password-content ul li .icon {
  display: block;
  margin: 30px 0 5px 0;
  font-size: 70px;
  color: #333;
}
.password-content ul li h4 {
  font-size: 15px;
  font-weight: normal;
}
.password-content ul li p {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #5C5C5C;
  line-height: 20px;
}
.password-content ul li p a {
  cursor: pointer;
}
.css-form .form-content .row .picture-upload {
  float: left;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.css-form .form-content .row .picture-upload .diagram-img {
  float: left;
  width: 80px;
  height: 100px;
  text-align: center;
}
.css-form .form-content .row .picture-upload .diagram-img img {
  height: 70px;
  width: 100%;
  display: inline-block;
  border-radius: 3px;
}
.css-form .form-content .row .picture-upload .diagram-img i {
  margin-left: 5px;
}
.css-form .form-content .row .picture-upload .css-tips {
  width: 678px;
  min-height: 70px;
  border: 1px solid #91D5FF;
  float: left;
  margin-left: 10px;
  border-radius: 3px;
  background-color: #E6F7FF;
  padding: 13px;
  font-size: 14px;
  color: #626161;
  padding: 12px;
}
.css-form .form-content .row .picture-upload .css-tips i {
  color: #0B95F9;
}
.css-form .form-content .row .picture-upload .upload-img {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  text-align: center;
  float: left;
  cursor: pointer;
  margin-right: 15px;
}
.css-form .form-content .row .picture-upload .upload-img img.upload-img[src=""] {
  display: none;
}
.css-form .form-content .row .picture-upload .upload-img img.upload-img[src*="attachment"] {
  display: block;
}
.css-form .form-content .row .picture-upload .upload-img .icon {
  font-size: 30px;
  margin-right: 0;
}
.css-form .form-content .row .picture-upload .upload-img p {
  line-height: 10px;
}
.css-form .form-content .row .picture-upload .upload-img .upload-inst {
  padding: 10px 0;
  background-color: #FCFCFC;
  width: 80px;
  height: 80px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  color: #787878;
  cursor: pointer;
}
.css-form .form-content .row .picture-upload .upload-img .upload-inst p {
  margin-top: 5px;
}
.css-form .form-content .row .picture-upload .upload-img .up-img {
  width: 80px;
  height: 80px;
}
.css-form .form-content .row .com-picture-upload {
  float: left;
  width: 80%;
}
.css-form .form-content .row .com-picture-upload .css-alert {
  width: 100% !important;
}
.css-form .form-content .row .com-picture-upload .upload-img {
  float: left;
  margin-right: 30px;
}
.css-form .form-content .row .com-picture-upload .upload-img img {
  width: 202px;
  height: 153px;
}
.css-form .form-content .row .com-picture-upload .upload-container {
  margin-bottom: 15px;
}
.css-form .form-content .row .com-picture-upload .upload-container .upload-inst {
  width: 202px;
  height: 153px;
  background-color: #FCFCFC;
  text-align: center;
  padding: 47px 0;
  border-radius: 3px;
  float: left;
  margin-right: 30px;
  border: 1px solid #E5E5E5;
  color: #9F9F9F;
  cursor: pointer;
}
.css-form .form-content .row .com-picture-upload .upload-container .upload-inst i {
  font-size: 35px;
  margin-bottom: 5px;
  display: block;
}
.css-form .form-content .row .com-picture-upload .upload-container .upload-inst p {
  font-size: 14px;
}
.css-form .form-content .row .com-picture-upload .upload-container .diagram-img {
  float: left;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  background-color: #FCFCFC;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  width: 202px;
  height: 153px;
  border-radius: 3px;
}
.css-form .form-content .row .com-picture-upload .upload-container .diagram-img img {
  display: block;
  width: 180px;
  height: 123px;
  margin: 0 auto;
  margin-bottom: 2px;
}
.css-form .form-content .row .com-picture-upload .upload-container .diagram-img a {
  color: #787878;
  display: block;
  cursor: pointer;
}
.css-form .form-content .row .com-picture-upload .upload-container .diagram-img a i {
  font-weight: bold;
  margin-left: 2px;
}
.css-form .form-content .row .com-picture-upload .css-tips {
  width: 100%;
  margin-left: 0;
  border: 1px solid #91D5FF;
  float: left;
  border-radius: 3px;
  background-color: #E6F7FF;
  padding: 13px;
  font-size: 14px;
  color: #626161;
  padding: 10px 15px;
}
.css-form .form-content .row .com-picture-upload .css-tips i {
  color: #0B95F9;
}
/* 注册表单 end*/
.floating-frame {
  width: 104px;
  height: 66px;
  background: #2575D2;
  border-radius: 4px;
  position: absolute;
  right: -135px;
  top: 68%;
  text-align: center;
}
.floating-frame p {
  color: #fff;
  text-align: center;
}
.floating-frame i {
  color: #fff;
  font-size: 25px;
  margin-top: 2px;
  display: inline-block;
}
/* .layui-layer-content {
    img {
        height        : 28px;
        width         : 28px;
        vertical-align: middle;
    }
} */
.w-180 {
  width: 180px;
}
.w-220 {
  width: 220px;
}
.w-235 {
  width: 235px;
}
.w-230 {
  width: 230px;
}
.w-250 {
  width: 250px;
}
.w-270 {
  width: 270px;
}
.w-360 {
  width: 360px;
}
.w-380 {
  width: 380px;
}
.w-390 {
  width: 390px;
}
.w-395 {
  width: 395px;
}
.w-875 {
  width: 875px;
}
.sidebar-right {
  margin-top: 0;
}
.sidebar-right .alert p {
  margin-bottom: 5px;
  line-height: 20px;
}
.sidebar-main .examine-box {
  width: 705px;
  margin: 50px auto;
  border: 1px solid #E5E5E5;
  padding: 50px 35px;
  border-radius: 8px;
}
.sidebar-main .examine-box .examine-left {
  text-align: center;
  width: 60%;
}
.sidebar-main .examine-box .examine-left i {
  font-size: 50px;
  color: #116DD8;
}
.sidebar-main .examine-box .examine-left h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sidebar-main .examine-box .examine-left p {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 22px;
}
.sidebar-main .examine-box .examine-left a {
  margin: 15px 0;
  display: block;
}
.sidebar-main .examine-box .examine-right {
  padding: 30px 0;
  width: 180px;
  height: 210px;
  background: url(../i/border.png) no-repeat;
  margin-left: 50px;
  text-align: center;
}
.sidebar-main .examine-box .examine-right img {
  width: 121px;
  height: 121px;
}
.sidebar-main .examine-box .examine-right p {
  width: 125px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
}
.password-content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 50px;
}
.password-content ul li {
  float: left;
  width: 295px;
  height: 278px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  margin: 0 35px;
  text-align: center;
}
.password-content ul li .icon {
  display: block;
  margin: 30px 0 5px 0;
  font-size: 70px;
  color: #333;
}
.password-content ul li h4 {
  font-size: 15px;
  font-weight: normal;
}
.password-content ul li p {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #5C5C5C;
  line-height: 20px;
}
.password-content ul li p a {
  cursor: pointer;
}
.icon {
  margin: 0;
}
.text-orange {
  color: #FE7C49 !important;
}
.btn-default {
  border: 1px solid #2575D2 !important;
}
.text-center {
  text-align: center !important;
}
.student-center .cs-info .cs-userimg {
  float: left;
}
.student-center .cs-info .cs-text {
  padding-left: 20px;
}
.student-center .cs-info .cs-text .cs-welcome {
  color: #0068DE;
  font-weight: 400;
}
.student-center .cs-info .cs-text ul li {
  border-left: none;
  width: 32%;
  color: #666666;
  padding: 0;
  font-size: 14px;
}
.student-center .cs-info .cs-text ul li span {
  color: #2B2B2B;
}
.student-center .joblist-normal ul {
  margin-top: 15px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 0 20px;
}
.student-center .joblist-normal ul li {
  *zoom: 1;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}
.student-center .joblist-normal ul li::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.student-center .joblist-normal ul li:last-child {
  border-bottom: none;
}
.student-center .joblist-normal ul li .title {
  float: left;
  width: 285px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
}
.student-center .joblist-normal ul li .title a {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.student-center .joblist-normal ul li .title span {
  font-size: 14px;
  margin-right: 5px;
  color: #666666;
}
.student-center .joblist-normal ul li .info {
  float: left;
  width: 375px;
  padding: 0 0 0 45px;
  margin: 0;
}
.student-center .joblist-normal ul li .info a {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.student-center .joblist-normal ul li .info p {
  padding: 0;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.student-center .joblist-normal ul li .time {
  float: right;
  font-size: 14px;
  padding: 15px 0 0 45px;
  color: #666666;
}
.zp-details {
  background-color: #fff;
}
.zp-details .title-message {
  float: left;
  height: 90px;
  width: 56%;
}
.zp-details .operation {
  text-align: right;
  float: right;
}
.zp-details .operation .btn {
  margin: 0 0 0 10px !important;
}
.zp-details .operation .btn .collected {
  font-size: 15px;
  vertical-align: baseline;
}
.zp-details .operation .btn i {
  vertical-align: top;
}
.zp-details .operation .btn-default {
  color: #1472DF;
}
.common-view-tips {
  background-color: #f8f7f5;
  padding: 10px 0;
}
.common-view-tips .css-alert {
  width: 100% !important;
}
.zp-list {
  margin: 0 !important;
}
.zp-list .recruit-container .ms-room {
  float: right;
  width: 200px;
  text-align: right;
  margin-bottom: 5px;
}
.zp-list .recruit-container .ms-room img {
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.zp-list .recruit-container .ms-room span {
  height: 20px;
  vertical-align: middle;
  font-size: 16px;
}
.zp-list .recruit-container .ms-room .btn {
  color: #fff;
  float: none;
  line-height: 20px;
  text-align: right;
  padding: 8px 30px;
}
.zp-list .recruit-container .send-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 15px;
  border: 1px solid #037CEC;
  background-color: #037CEC;
  min-width: 65px;
  padding: 2px;
  color: #fff;
}
.zp-list .recruit-container .recruit-condetail {
  background: #f8f8f8;
}
.zp-list .recruit-container .recruit-condetail .bg-img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.zp-list .recruit-container .recruit-condetail .banner {
  min-width: auto;
  width: 100%;
  min-height: 250px;
  background: url(../i/pic.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  padding: 45px 20px;
  margin-top: 0;
  float: none;
  position: relative;
  height: auto;
}
.zp-list .recruit-container .recruit-condetail .banner h5 {
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zp-list .recruit-container .recruit-condetail .banner ul li {
  font-size: 16px;
  min-height: 30px;
  line-height: 30px;
  height: auto;
}
.zp-list .recruit-container .recruit-condetail h5 {
  background-color: #F3F3F3;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.zp-list .recruit-container .recruit-condetail .reruit-nav {
  background-color: #fff;
  padding: 20px;
}
.zp-list .recruit-container .recruit-condetail .reruit-nav .reruit-box {
  background-color: #E2F3FB;
  width: 750px;
  border-radius: 30px;
  color: #333;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.zp-list .recruit-container .recruit-condetail .reruit-nav p {
  display: inline-block;
  margin-bottom: 0;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
}
.zp-list .recruit-container .recruit-condetail .reruit-nav p span {
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}
.zp-list .recruit-container .recruit-condetail .reruit-nav p i {
  vertical-align: sub;
  margin: 0 5px;
  font-size: 24px;
}
.zp-list .recruit-container .recruit-condetail .reruit-nav p img {
  width: 25px;
  height: 23px;
  vertical-align: middle;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail {
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 15px;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail .viewHead {
  border-bottom: 1px solid #E5E5E5;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail h4 {
  font-size: 18px;
  padding: 10px 0;
  color: #333;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail .wlo-line {
  width: 100%;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail ul {
  padding: 10px 50px;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail ul li {
  width: 50%;
  float: left;
  padding: 5px 0;
  color: #333;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail .redetail-btn {
  text-align: center;
  padding: 10px 0 20px 0;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail .redetail-btn a {
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 10px;
}
.zp-list .recruit-container .recruit-condetail .recruit-detail .more-btn img {
  width: 20px;
  vertical-align: middle;
}
.zp-list .recruit-container .recruit-condetail .recruit-list {
  padding: 10px 15px;
  background-color: #fff;
}
.zp-list .recruit-container .recruit-condetail .recruit-list .interview h5 {
  float: left;
  background-color: transparent;
}
.zp-list .recruit-container .recruit-condetail .recruit-list .interview a {
  float: right;
  width: 129px;
  height: 36px;
  line-height: normal;
  padding: 7px 20px;
}
.zp-list .recruit-container .recruit-condetail .recruit-list .query-container {
  background-color: #F6F8FA;
  padding: 20px;
}
.zp-list .recruit-container .recruit-condetail .recruit-list .query-container .css-form .text-input {
  width: 40%;
}
.zp-list .recruit-container .recruit-condetail .list-content {
  margin-right: -10px;
  *zoom: 1;
}
.zp-list .recruit-container .recruit-condetail .list-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.zp-list .recruit-container .recruit-condetail .list-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zp-list .recruit-container .recruit-condetail .list-content li {
  width: 25%;
  float: left;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail {
  position: relative;
  margin: 10px 10px 0 0;
  border: 1px solid #E5E5E5;
  padding-bottom: 20px;
  height: 289px;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 10px;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading a {
  display: flex;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading img {
  width: 54px;
  height: 54px;
  vertical-align: middle;
  position: static;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading .head-left {
  width: 205px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  color: #333;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading .head-left-title {
  font-size: 16px;
  color: #333333;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading .head-left .single {
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  max-height: 56px;
  overflow: hidden;
  line-height: 24px;
  position: relative;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading .head-left .key-corp {
  width: max-content;
  font-size: 11px;
  border: 1px solid #ff1a31;
  color: #ff1a31;
  display: inline-block;
  border-radius: 2px;
  line-height: 17px;
  padding: 0 2px;
  height: 18px;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading .head-left .v-tag {
  position: relative;
  top: -2px;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .heading .head-left .v-tag img {
  height: 18px;
  position: static;
  width: auto;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist {
  padding: 10px 10px 0 10px;
  color: #333;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist .line {
  position: relative;
  margin-bottom: 8px;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist .line::before {
  top: 7px;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist .line p {
  font-size: 14px;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist .line .text-group {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist .line .text-group .is_full {
  display: inline-block;
  padding: 0 2px;
  background-color: #ffebee;
  border: 1px solid #f44336;
  border-radius: 4px;
  color: #d32f2f;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  margin-left: 4px;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist .line .text-group h4 {
  padding-right: 0 !important;
  max-width: 55%;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist .line h4 {
  font-size: 14px;
  color: #333;
  padding-right: 90px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .Joblist .line .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #2575D2;
  border-radius: 13px;
  font-size: 12px;
  padding: 6px 12px;
  width: 70px;
  height: 26px;
  color: #2575D2;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .view-more {
  position: absolute;
  bottom: 0px;
  color: #2575D2;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  background-color: #F6F8FA;
  text-align: center;
  width: 100%;
  right: 0;
}
.zp-list .recruit-container .recruit-condetail .list-content li .thumbnail .view-more span {
  font-size: 16px;
}
.zp-list .recruit-container .jobfair-content {
  color: #333;
  padding: 25px;
  background-color: #fff;
}
.zp-list .recruit-container .jobfair-content h5 {
  margin-bottom: 15px;
}
.zp-list .recruit-container .jobfair-content ul {
  padding: 0 18px;
}
.zp-list .recruit-container .jobfair-content ul li {
  border-bottom: 1px dashed #ddd;
  padding-top: 15px;
  position: relative;
}
.zp-list .recruit-container .jobfair-content ul li .list-left a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
}
.zp-list .recruit-container .jobfair-content ul li .list-left p {
  margin-bottom: 10px;
}
.zp-list .recruit-container .jobfair-content ul li .list-right {
  text-align: center;
}
.zp-list .recruit-container .jobfair-content ul li .list-right a {
  position: static;
  margin: 3px 5px 25px 0;
}
.zp-list .recruit-container .jobfair-content ul li .list-right p {
  text-align: left;
  color: #4A4A4A;
}
.zp-list .recruit-container .jobfair-content ul li .info {
  padding: 10px;
}
.zp-list .recruit-container .jobfair-content ul li .info p {
  line-height: 22px;
}
.zp-list .recruit-conlist ul li {
  width: 33.333%;
  float: left;
}
.zp-list .recruit-conlist ul li .list-container {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px;
  height: 440px;
  position: relative;
}
.zp-list .recruit-conlist ul li .list-container img {
  width: 100%;
  height: 165px;
  vertical-align: middle;
}
.zp-list .recruit-conlist ul li .list-container .title-state {
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 0;
}
.zp-list .recruit-conlist ul li .list-container .start-color {
  background-color: #5CB48A;
}
.zp-list .recruit-conlist ul li .list-container .end-color {
  background-color: #5C5C5C;
}
.zp-list .recruit-conlist ul li .recurit-info {
  padding-top: 5px;
}
.zp-list .recruit-conlist ul li .recurit-info .recurit-top {
  padding: 5px 15px 10px 15px;
  border-bottom: 1px solid #ddd;
  height: 85px;
}
.zp-list .msroom-page .mini-program-alertbox {
  padding: 15px;
  border: 1px solid #eee;
  width: 215px;
  height: 155px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -100px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #555;
}
.zp-list .msroom-page .mini-program-alertbox .btn {
  display: block;
  margin: 10px auto 15px;
  text-align: center;
  font-size: 18px;
  background-color: #f26222;
  color: #fff;
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-radius: 20px;
  padding: 0;
}
.zp-list .msroom-page .mini-program-alertbox .esc_btn {
  position: absolute;
  right: 4px;
  top: 3px;
  cursor: pointer;
}
body[data-page="largefairs/view"] .wp,
body[data-page="largefairs/view"] .css-out-content {
  width: auto !important;
}
.jobfair_container {
  position: relative;
}
.jobfair_container .banner {
  min-height: 250px;
  width: 100% !important;
  min-width: 1200px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  overflow: hidden;
  position: relative;
}
.jobfair_container .banner .bannerlog {
  width: 100%;
  min-height: 200px;
  padding-bottom: 40px;
}
.jobfair_container .banner .titleBox {
  color: #fff;
  padding-top: 67px;
  width: 1070px;
  text-align: center;
  position: absolute;
}
.jobfair_container .banner .titleBox .text-t {
  font-size: 40px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px !important;
}
.jobfair_container .banner .titleBox .text-t span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jobfair_container .banner .titleBox .text-b {
  padding-top: 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .jobfair_container .banner .titleBox .text-t {
    height: 83px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1820px) {
  .jobfair_container .banner .titleBox {
    padding-top: 57px;
  }
  .jobfair_container .banner .titleBox .text-t {
    height: 85px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1680px) {
  .jobfair_container .banner .titleBox .text-t {
    height: 75px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1580px) {
  .jobfair_container .banner .titleBox {
    padding-top: 50px;
  }
  .jobfair_container .banner .titleBox .text-t {
    height: 72px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1480px) {
  .jobfair_container .banner .titleBox .text-t {
    height: 63px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1420px) {
  .jobfair_container .banner .titleBox {
    padding-top: 46px;
  }
  .jobfair_container .banner .titleBox .text-t {
    height: 63px;
    margin-bottom: 20px;
  }
  .jobfair_container .banner .titleBox .text-t span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .jobfair_container .banner .titleBox {
    padding-top: 40px;
  }
  .jobfair_container .banner .titleBox .text-t {
    height: 66px;
    margin-bottom: 20px;
  }
  .jobfair_container .banner .titleBox .text-t span {
    font-size: 22px;
  }
  .jobfair_container .banner .titleBox .text-b {
    font-size: 14px;
  }
}
.jobfair_container .banner .txt-scroll-default {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.jobfair_container .banner .txt-scroll-default .str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jobfair_container .banner .txt-scroll-default .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.jobfair_container .banner .txt-scroll-default .scrollbox {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.2s;
}
.jobfair_container .banner .txt-scroll-default .scrollbox .listContainer {
  display: flex;
}
.jobfair_container .banner .txt-scroll-default .scrollbox .listContainer .item {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-left: 70px;
  width: auto !important;
  border: none;
  justify-content: center;
  position: relative;
  height: 24px;
  margin-bottom: 10px;
}
.jobfair_container .banner .txt-scroll-default .scrollbox .listContainer .item img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.jobfair_container .banner .txt-scroll-default .scrollbox .listContainer .item span {
  font-size: 12px;
  color: #fff;
  padding: 0 20px 0 45px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jobfair_container .banner .txt-scroll-default .scrollbox .left .item {
  margin-right: 0;
  margin-left: 170px;
}
.jobfair_container .census_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 10px 80px;
  margin: -50px auto;
  z-index: 99;
  position: relative;
}
.jobfair_container .census_container .census_list {
  display: flex;
  border-bottom: 1px dashed #DCDCDC;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 15px;
}
.jobfair_container .census_container .census_list .el-col .census_num {
  font-weight: bold;
  color: #FC6C38;
  font-size: 20px;
}
.jobfair_container .census_container .census_list .el-col .census_title {
  color: #313131;
  font-size: 14px;
}
.jobfair_container .census_container .census_btn {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobfair_container .census_container .census_btn .btn {
  width: 150px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 21px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.jobfair_container .census_container .census_btn .btn span {
  font-size: 14px;
}
.jobfair_container .census_container .census_btn .btn .icon {
  margin-right: 5px;
}
.jobfair_container .census_container .census_btn .student {
  color: #167CF3;
  border-color: #167CF3;
}
.jobfair_container .census_container .census_btn .student:hover {
  background-color: #167CF3;
  color: #fff;
}
.jobfair_container .census_container .census_btn .student:hover .icon {
  color: #fff;
}
.jobfair_container .census_container .census_btn .student .icon {
  font-size: 24px;
}
.jobfair_container .census_container .census_btn .company {
  color: #FC6C38;
  border-color: #FC6C38;
}
.jobfair_container .census_container .census_btn .company:hover {
  background-color: #FC6C38;
  color: #fff;
}
.jobfair_container .census_container .census_btn .company:hover .icon {
  color: #fff;
}
.jobfair_container .census_container .census_btn .company .icon {
  font-size: 20px;
}
.jobfair_container .census_container .census_link {
  position: absolute;
  right: -90px;
  display: flex;
  flex-flow: column;
  top: 90px;
}
.jobfair_container .census_container .census_link .link_item {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 10px;
}
.jobfair_container .census_container .census_link .link_item .iconBox {
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #1A84FF, #623DFF);
  border-radius: 25px;
  line-height: 50px;
}
.jobfair_container .census_container .census_link .link_item .iconBox .icon {
  color: #fff;
  font-size: 25px;
}
.jobfair_container .census_container .census_link .link_item .title {
  color: #595959;
  font-size: 12px;
  padding-top: 5px;
}
.jobfair_container .census_container .census_link .company .iconBox {
  background: linear-gradient(180deg, #F5742E, #FA4848);
}
.jobfair_container .hall_container {
  width: 1200px;
  margin: 60px auto;
  background-color: #fff;
  position: relative;
}
.jobfair_container .hall_container .hall_tab {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  padding-top: 5px;
}
.jobfair_container .hall_container .hall_tab .tab-item {
  color: #2E2D2D;
  font-size: 18px;
  padding: 11px 20px;
  margin: 0 20px;
}
.jobfair_container .hall_container .hall_tab .active {
  color: #006DEC;
  border-bottom: 2px solid #006DEC;
}
.jobfair_container .hall_container .query-container {
  margin: 0 20px;
}
.jobfair_container .hall_container .query-container .css-form {
  padding: 15px;
  background-color: #F6F8FA;
}
.jobfair_container .hall_container .query-container .css-form .actions {
  color: #2676D2;
}
.jobfair_container .hall_container .query-container .css-form .actions .btn {
  border-radius: 3px;
}
.jobfair_container .hall_container .query-container .css-form .actions .btn-default {
  color: #2676D2;
}
.jobfair_container .jobfair_hall {
  border-radius: 2px;
  padding: 10px 20px;
  width: 1200px;
  background-color: #fff;
}
.jobfair_container .jobfair_hall .hall_content {
  position: relative;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul {
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul::after {
  display: none;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li {
  width: 278px;
  min-height: 283px;
  border: 1px solid #E5E5E5;
  margin-bottom: 15px;
  margin-right: 15px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail {
  height: 100%;
  position: relative;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a {
  display: flex;
  align-items: center;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a .logo {
  width: 54px;
  height: 54px;
  border-radius: 5px;
  border: 1px solid #F7F7F7;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a .logo img {
  width: 100%;
  height: 100%;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a .head-left {
  width: 205px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  color: #333;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a .head-left-title {
  font-size: 16px;
  color: #333333;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a .head-left .single {
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  max-height: 56px;
  overflow: hidden;
  line-height: 24px;
  position: relative;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a .head-left .key-corp {
  width: max-content;
  font-size: 11px;
  border: 1px solid #ff1a31;
  color: #ff1a31;
  display: inline-block;
  border-radius: 2px;
  line-height: 17px;
  padding: 0 2px;
  height: 18px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a .head-left .v-tag {
  position: relative;
  top: -2px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .heading a .head-left .v-tag img {
  height: 18px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .list {
  padding: 10px 10px 10px;
  height: 166px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .list .item {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .list .item .text {
  flex: auto;
  margin-right: 2px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .list .item .text .text-group {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .list .item .text .text-group .is_full {
  display: inline-block;
  padding: 0 2px;
  background-color: #ffebee;
  border: 1px solid #f44336;
  border-radius: 4px;
  color: #d32f2f;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  margin-left: 4px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .list .item .text h4 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 70%;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .list .item .btn-default {
  border-color: #AAAAAA !important;
  color: #5A5A5A;
  border-radius: 13px;
  width: 70px;
  height: 26px;
  line-height: 22px;
  padding: 0%;
  font-size: 12px;
  flex: none;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .list .item .btn-default:hover {
  background-color: #006DEC;
  color: #fff;
  border-color: #006DEC !important;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .footerBox {
  height: 40px;
  background: #F6F8FA;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .footerBox .videobtn {
  width: 114px;
  height: 26px;
  background: #006DEC;
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .footerBox .videobtn img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .footerBox .videobtn .icon {
  margin-right: 5px;
}
.jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li .thumbnail .footerBox .view-more {
  font-size: 14px;
  color: #006DEC;
}
.jobfair_container .applicant_hall {
  padding: 0 20px 20px 20px;
}
.jobfair_container .applicant_hall .applicant-item ul {
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}
.jobfair_container .applicant_hall .applicant-item ul li {
  border: 1px solid #E5E5E5;
  width: 278px;
  min-height: 245px;
  background: #FFFFFF;
  padding: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail {
  height: 100%;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .heading {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .heading a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .heading a .head-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .heading a .head-right .name {
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .heading a .head-right span {
  color: #606060;
  font-size: 14px;
  margin-bottom: 3px;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .heading a .head-right span i {
  margin: 0 5px;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .heading a .logo img {
  width: 46px;
  border-radius: 50%;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .text {
  color: #606060;
  font-size: 14px;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .text p {
  margin-bottom: 5px;
  display: flex;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .text p span {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 70%;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .footerBox {
  width: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .footerBox .btn {
  font-size: 14px;
  border-radius: 16px;
  width: 115px;
  height: 32px;
  padding: 0;
  line-height: 30px;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .footerBox .btn-resume {
  border: 1px solid #006DEC;
  color: #006DEC;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .footerBox .btn-resume:hover {
  background-color: #006DEC;
  color: #fff;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .footerBox .btn-invitation {
  color: #FC6C38;
  border: 1px solid #FC6C38;
}
.jobfair_container .applicant_hall .applicant-item ul li .thumbnail .list .footerBox .btn-invitation:hover {
  background-color: #FC6C38;
  color: #fff;
}
.jobfair_container .empty-container {
  margin: 0 auto;
}
.jobfair_container .details_hall {
  padding: 20px;
}
.jobfair_container .negotiation_hall {
  position: absolute;
  right: -105px;
  top: 0;
  display: flex;
  flex-flow: column;
  width: 80px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.jobfair_container .negotiation_hall .head {
  background-color: #2290F7;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 25px;
  line-height: 25px;
}
.jobfair_container .negotiation_hall .content {
  display: flex;
  flex-flow: column;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 0;
  position: relative;
}
.jobfair_container .negotiation_hall .content .item {
  display: flex;
  flex-flow: column;
  border: none;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  padding-top: 15px;
}
.jobfair_container .negotiation_hall .content .item img {
  width: 25px;
}
.jobfair_container .negotiation_hall .content .item span {
  font-size: 12px;
  color: #2A2A2A;
  margin-top: 5px;
}
.jobfair_container .negotiation_hall .content .item .dot {
  top: 6px;
  right: 20px;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #FF0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobfair_container .negotiation_hall .content .item .dot span {
  color: #fff;
  font-size: 12px;
  margin-top: 0;
}
.jobfair_container .negotiation_hall .content .item:last-child {
  margin-bottom: 0;
}
.jobfair_container .negotiation_hall .switch-box {
  padding: 10px 20px 10px;
}
.jobfair_container .negotiation_hall .switch-box .switch-item {
  text-align: center;
  color: #787878;
  cursor: pointer;
}
.jobfair_container .negotiation_hall .switch-box .switch-item span {
  font-size: 12px;
}
.jobfair_container .negotiation_hall .switch-box .switch-item .icon {
  font-size: 12px;
}
@media (max-width: 1400px) {
  .jobfair_container .census_container {
    width: 1000px;
  }
  .jobfair_container .hall_container {
    width: 1000px;
  }
  .jobfair_container .jobfair_hall {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jobfair_container .jobfair_hall .hall_content {
    width: 100%;
  }
  .jobfair_container .jobfair_hall .hall_content .exhibitors-item {
    width: 100%;
  }
  .jobfair_container .jobfair_hall .hall_content .exhibitors-item ul {
    width: 100%;
  }
  .jobfair_container .jobfair_hall .hall_content .exhibitors-item ul li {
    width: 229px;
    margin-left: 15px;
    margin-right: 0;
  }
}
.common-view {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  padding-top: 0;
  *zoom: 1;
}
.common-view:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .banner {
  position: relative;
  height: auto;
  min-width: auto;
}
.common-view .banner .bannerlog {
  width: 100%;
}
.common-view .banner .titleBox {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 22px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.common-view .banner .titleBox .text-t {
  margin-bottom: 40px;
  font-size: 36px;
}
.common-view .banner .titleBox .text-b {
  font-size: 16px;
  font-weight: normal;
}
.common-view h5 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bolder;
}
.common-view .maininfo .info table {
  width: 100% !important;
}
.common-view .details-title {
  padding: 25px 30px 15px 30px;
  position: relative;
  background-color: #fff;
}
.common-view .details-title .info-left {
  width: 100%;
  height: auto;
  position: relative;
  *zoom: 1;
}
.common-view .details-title .info-left:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-title .info-left:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-title .info-left.flex-info {
  display: flex;
}
.common-view .details-title .info-left.flex-info .title-message {
  width: auto;
}
.common-view .details-title .info-left.flex-info .title-message h5 {
  float: left;
  width: calc(100% - 110px);
}
.common-view .details-title .info-left.flex-info .title-message {
  flex: 1;
}
.common-view .details-title .info-left.flex-info .operation {
  flex: auto;
  min-width: 120px;
}
.common-view .details-title .info-left .title-message {
  float: left;
  height: auto;
  max-width: 70%;
  position: relative;
  width: auto;
}
.common-view .details-title .info-left .title-message h5 {
  font-size: 22px;
  color: #383838;
  margin-bottom: 0;
  font-weight: 400;
  max-width: 800px;
  float: none;
  display: inline-block;
}
.common-view .details-title .info-left .title-message h5 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 510px;
  display: inline-block;
  vertical-align: middle;
}
.common-view .details-title .info-left .title-message .message-info {
  padding-top: 29px;
  font-size: 16px;
  width: 100%;
  float: left;
}
.common-view .details-title .info-left .title-message .expired_time {
  color: #666666;
  font-size: 12px;
}
.common-view .details-title .info-left .name {
  display: block;
  font-size: 16px;
  width: 100%;
  float: left;
}
.common-view .details-title .info-left .job {
  border-radius: 18px;
  padding: 0;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.common-view .details-title .info-left .job li {
  margin: 0;
  float: left;
  color: #666666;
  line-height: 25px;
  text-align: center;
  margin-left: 30px;
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.common-view .details-title .info-left .job li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.common-view .details-title .info-left .job li span {
  color: #2575D2;
  font-size: 18px;
  vertical-align: top;
  font-weight: bolder;
}
.common-view .details-title .info-left .job li p {
  font-size: 12px;
  color: #7F7F7F;
}
.common-view .details-title .info-left .comicon {
  width: 80px;
  height: 80px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin-top: 0;
}
.common-view .details-title .info-left .comicon img {
  width: 47px;
  height: 48px;
  margin: 15px auto;
}
.common-view .details-title .info-left .unit-info {
  float: left;
  margin-top: 0;
  margin-left: 20px;
}
.common-view .details-title .info-left .unit-info .title h5 {
  font-size: 22px;
  color: #383838;
  float: left;
  padding-top: 0;
  font-weight: normal;
  margin-bottom: 0;
  max-width: 540px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.common-view .details-title .info-left .unit-info .title a {
  display: inline-block;
  padding: 0 8px;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
}
.common-view .details-title .info-left .unit-info ul {
  *zoom: 1;
  margin-top: 10px;
  width: 100%;
  float: left;
}
.common-view .details-title .info-left .unit-info ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-title .info-left .unit-info ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-title .info-left .unit-info ul li {
  float: left;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.common-view .details-title .info-left .unit-info ul li::before {
  content: "";
  position: absolute;
  height: 31px;
  width: 1px;
  background-color: #CDCDCD;
  left: 0px;
  top: 8px;
}
.common-view .details-title .info-left .unit-info ul li:first-child {
  padding-left: 0;
}
.common-view .details-title .info-left .unit-info ul li:first-child::before {
  display: none;
}
.common-view .details-title .info-left .unit-info ul li p {
  font-size: 12px;
}
.common-view .details-title .info-left .unit-info ul li p:first-child {
  font-size: 16px;
}
.common-view .details-title .info-left .operation {
  text-align: right;
  float: right;
}
.common-view .details-title .info-left .operation .btn {
  margin: 0 0 0 10px !important;
}
.common-view .details-title .info-left .operation .btn .collected {
  font-size: 15px;
  vertical-align: baseline;
}
.common-view .details-title .info-left .operation .btn i {
  vertical-align: top;
}
.common-view .details-title .info-left .operation .btn + .share {
  padding-top: 15px;
}
.common-view .details-title .info-left .operation .share {
  float: none;
  padding-top: 0;
  color: #666;
  line-height: 33px;
}
.common-view .details-title .info-left .operation .share ul li {
  vertical-align: middle;
  margin-left: 15px;
}
.common-view .details-title .info-left .operation .share ul li .share-link {
  margin-left: -10px;
}
.common-view .details-title .info-left .operation .btn-default {
  color: #1472DF;
}
.common-view .details-title .info-left .operation .statusimg-container {
  position: absolute;
  right: -3px;
  top: -15px;
}
.common-view .details-title .info-left .operation .statusimg-container img {
  width: 80px;
}
.common-view .details-title .info-left .operation a + .share {
  padding-top: 15px;
}
.common-view .details-title .info-right {
  height: 30px;
}
.common-view .details-title .info-right .tips {
  border-color: #FFE58F;
  background-color: #FFFBE6;
  display: block;
  padding: 0 10px;
}
.common-view .details-title .info-right .tips i.icon {
  color: #FFE58F;
}
.common-view .details-title .info-right .share {
  float: right;
  height: 30px;
  line-height: 30px;
  color: #666;
  padding-top: 5px;
}
.common-view .details-title .info-right .share ul {
  *zoom: 1;
}
.common-view .details-title .info-right .share ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-title .info-right .share ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-title .info-right .share ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.common-view .details-title .info-right .share ul li .share-link {
  display: inline-block;
  vertical-align: bottom;
}
.common-view .details-title .info-right .share ul li .share-link .icon {
  vertical-align: middle;
  color: #7C7C7C;
  font-size: 20px;
  cursor: pointer;
}
.common-view .details-title .info-right .share ul li .share-link .icon:hover {
  color: #E50011;
}
.common-view .details-title .info-right .tips {
  color: #666666;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.common-view .details-title .info-right .tips i {
  vertical-align: top;
  margin-right: 3px;
}
.common-view .details-list {
  padding: 20px 30px;
  padding-bottom: 0;
  background-color: #fff;
}
.common-view .details-list ul {
  margin-bottom: 30px;
}
.common-view .details-list ul:last-child {
  margin-bottom: 0;
}
.common-view .details-list ul li {
  float: left;
  width: 50%;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.common-view .details-list ul li span {
  color: #333333;
  margin-left: 5px;
}
.common-view .details-list ul li.full-width {
  width: 100%;
}
.common-view .details-mge {
  padding: 20px 30px;
}
.common-view .details-table {
  padding: 0 30px 20px 30px;
}
.common-view .details-table .css-table table .cell {
  text-align: left;
}
.common-view .details-tab {
  border-bottom: 1px solid #E5E5E5;
  margin: 20px 30px 0px 30px;
}
.common-view .details-tab ul {
  *zoom: 1;
  height: 40px;
}
.common-view .details-tab ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-tab ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-tab ul li {
  float: left;
}
.common-view .details-tab ul li a {
  color: #3B3B3B;
  font-size: 16px;
  height: 40px;
  line-height: 35px;
  padding: 0 15px;
  display: inline-block;
}
.common-view .details-tab ul li a:hover {
  color: #1466C7;
}
.common-view .details-tab ul li .current {
  color: #1466C7;
  border-bottom: 2px solid #1466C7;
}
.common-view .application-form {
  width: 100%;
  padding: 20px 30px;
}
.common-view .application-form ul {
  *zoom: 1;
}
.common-view .application-form ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .application-form ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .application-form ul li {
  float: left;
  width: 50%;
  border: 1px solid #EEEEEE;
  margin-bottom: -1px;
  height: 45px;
}
.common-view .application-form ul li span {
  font-size: 14px;
  color: #333333;
  text-align: left;
  padding: 0 10px;
  display: inline-block;
}
.common-view .application-form ul li:nth-child(even) {
  border-left: none;
}
.common-view .application-form ul li {
  display: table;
  line-height: 20px !important;
}
.common-view .application-form ul li div {
  display: table-cell;
  vertical-align: middle;
  width: 74%;
  overflow: hidden;
}
.common-view .application-form ul li .T {
  width: 25% !important;
  background-color: #F7F7F7;
}
.common-view .application-form ul li span {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.common-list {
  *zoom: 1;
}
.common-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-list .subnav {
  background-color: #fff;
  width: 180px;
  height: 291px;
  box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.18);
  border-radius: 2px;
  float: left;
  margin-right: 10px;
}
.common-list .subnav ul {
  padding: 0 10px;
  float: left;
  width: 100%;
}
.common-list .subnav ul li {
  height: 40px;
  line-height: 40px;
}
.common-list .subnav ul li a {
  color: #333333;
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px solid #F0F0F0;
  display: block;
}
.common-list .subnav ul li a:hover {
  color: #1466C7;
}
.common-list .subnav ul .current a {
  color: #1466C7;
}
.common-list .css-list {
  margin-top: 10px;
  background-color: #fff;
}
.common-list .css-list ul {
  padding: 20px;
}
.common-list .css-list ul li {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  border-bottom: 1px dashed #E5E5E5;
}
.common-list .css-list ul li span {
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list .css-list ul li a {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list .css-list ul .title {
  background-color: #F7F7F7;
  border: none;
}
.common-list .css-list ul .title span {
  color: #454545;
  font-size: 14px;
  font-weight: bold;
}
.common-list .job-search-list .selector {
  background-color: #fff;
  padding: 0 15px 15px;
}
.common-list .job-search-list .selector .group {
  margin: 5px 0 0 5px;
  *zoom: 1;
}
.common-list .job-search-list .selector .group label {
  float: left;
  height: 24px;
  line-height: 24px;
  color: #353535;
  font-size: 14px;
}
.common-list .job-search-list .selector .group > ul {
  float: left;
  overflow: hidden;
  width: 88%;
}
.common-list .job-search-list .selector .group > ul li {
  float: left;
  margin-left: 8px;
  height: 24px;
  line-height: 24px;
}
.common-list .job-search-list .selector .group > ul li a {
  color: #333;
  padding: 2px 4px;
  font-size: 14px;
}
.common-list .job-search-list .selector .group > ul .current a {
  background-color: #037BEB;
  color: #fff;
}
.common-list .job-search-list .selector .group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-list .job-search-list .selector .group .view-all {
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.common-list .job-search-list .selector .group .whole {
  height: 100% !important;
}
.common-list .job-search-list .selector .group .smart-linkage input {
  background-color: #fff;
  border: none;
  outline: none;
  padding: 5px 0px;
}
.common-list .job-search-list .query-container {
  background-color: #fff;
  padding: 0 20px 20px 20px;
}
.common-list .job-search-list .query-container.query-style-compact {
  padding: 0;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con {
  border: 1px solid #ddd;
  padding: 10px 0;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con:focus {
  border: 1px solid #E50011;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row {
  border-left: 1px solid #F2F2F5;
  font-size: 13px;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row:first-child {
  border-left: none;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row select {
  border: none;
  color: #61687c;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row .txt {
  border: none;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row .btn {
  border-radius: 0;
  margin-left: 15px;
  width: 90px;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row .selectDiv {
  height: 20px;
  line-height: 20px;
  padding-right: 10px;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row.actions {
  border: none;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row.actions .btn {
  height: 44px;
  line-height: 20px;
  border: none;
  margin: -10px 0 -10px 15px;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row .input-container.before-icon i.icon {
  top: -8px;
  left: 14px;
}
.common-list .job-search-list .query-container.query-style-compact .search-form-con .row .input-container.before-icon input {
  padding-left: 42px;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table {
  width: 100%;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table .row {
  margin-right: 0;
  padding-right: 0;
  width: 15%;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table .row .selectDiv {
  position: relative;
  width: 80%;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table .row .selectDiv select {
  border: none;
  width: 100%;
  appearance: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url(../images/arrow.png) no-repeat scroll right center transparent;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table .row .selectDiv select::-ms-expand {
  display: none;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table .row .selectDiv i.icon {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  line-height: 42px;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table .row .txt {
  border: none;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table .row.clear {
  text-align: right;
}
.common-list .job-search-list .query-container.query-jobfilter .query-table .row.clear .btn {
  border: none;
  font-size: 12px;
  padding-right: 0;
}
.common-list .job-search-list .query-container.query-float .row {
  float: left;
}
.common-list .smart-linkage .smart-linkage-search-input {
  padding: 5px 27px !important;
}
.common-list .job-box {
  margin-top: 10px;
}
.common-list .job-box > ul {
  background-color: #fff;
  border-bottom: 1px dashed #dedede;
}
.common-list .job-box > ul li {
  padding: 20px;
  border-top: 1px dashed #dedede;
  position: relative;
}
.common-list .job-box > ul li:first-child {
  border-top: none;
}
.common-list .job-box > ul li .right {
  float: right;
  width: 63px;
  height: 63px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  text-align: center;
}
.common-list .job-box > ul li .right img {
  width: 37px;
  height: 38px;
  margin: 11px auto;
}
.common-list .job-box > ul li .left {
  width: 825px;
}
.common-list .job-box > ul li .left .job {
  *zoom: 1;
}
.common-list .job-box > ul li .left .job:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-list .job-box > ul li .left .job:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-list .job-box > ul li .left .job .company {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 345px;
  float: right;
  text-align: left;
}
.common-list .job-box > ul li .left .job .company a {
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #2575D2;
}
.common-list .job-box > ul li .left .job .company div {
  width: 400px;
  height: 27px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list .job-box > ul li .left .job .company div ul {
  margin-top: 10px;
  width: 100%;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list .job-box > ul li .left .job .company div ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-list .job-box > ul li .left .job .company div ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-list .job-box > ul li .left .job .company div ul li {
  padding: 0;
  float: left;
  border-right: 1px solid #666666;
  line-height: 15px;
  padding: 0 10px;
  border-top: none;
  font-size: 14px;
  color: #666666;
}
.common-list .job-box > ul li .left .job .company div ul li:first-child {
  padding-left: 0;
}
.common-list .job-box > ul li .left .job .company div ul li:last-child {
  border-right: none;
}
.common-list .job-box > ul li .left .job .name {
  font-size: 16px;
  padding-right: 0;
  width: 370px;
  float: left;
  margin-bottom: 5px;
}
.common-list .job-box > ul li .left .job .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2575D2;
  font-size: 18px;
  max-width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.common-list .job-box > ul li .left .job .name span {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}
.common-list .job-box > ul li .left .job .time {
  float: left;
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
.common-list .job-box > ul li .left .job .salary {
  width: 445px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list .job-box > ul li .left .job .salary p {
  float: left;
  font-size: 18px;
  color: #FE7C49;
  margin-top: 3px;
}
.common-list .job-box > ul li .left .job .salary ul {
  float: left;
  padding: 0;
  margin-top: 8px;
  *zoom: 1;
}
.common-list .job-box > ul li .left .job .salary ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-list .job-box > ul li .left .job .salary ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-list .job-box > ul li .left .job .salary ul li {
  float: left;
  border-top: none;
  padding: 0;
  border-right: 1px solid #666666;
  color: #666666;
  line-height: 12px;
  padding: 0 10px;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
}
.common-list .job-box > ul li .left .job .salary ul li:last-child {
  border-right: none;
}
.common-list .job-box > ul li .selected-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
.common-list .job-box > ul li .selected-status.hover-job {
  background: url("../i/job-site-sprite.png") no-repeat left top;
  background-position: -47px 0px;
}
.common-list .job-box > ul li .selected-status.selected-job {
  background: url("../i/job-site-sprite.png") no-repeat left top;
  background-position: -47px -34px;
}
.common-list .job-box .job-action-container {
  width: 100%;
  background-color: #fff;
  height: 68px;
  line-height: 34px;
  padding: 17px 15px;
  *zoom: 1;
}
.common-list .job-box .job-action-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-list .job-box .job-action-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-list .job-box .job-action-container label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.common-list .job-box .job-action-container label input {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.common-list .job-box .job-action-container .left {
  float: left;
}
.common-list .job-box .job-action-container .left li {
  float: left;
  margin-right: 25px;
  color: #777;
  font-size: 14px;
}
.common-list .job-box .job-action-container .left li .icon {
  font-size: 20px;
  color: #999;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.common-list .job-box .job-action-container .left li a {
  color: #777;
}
.common-list .job-box .job-action-container .right {
  float: right;
}
.common-list .job-box .job-action-container .right .pages {
  padding-top: 0;
}
.common-list .job-box .action-container {
  position: sticky;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 68px;
  line-height: 34px;
  padding: 17px 15px;
  box-shadow: 0 -2px 18px 0 rgba(0, 0, 0, 0.08);
  *zoom: 1;
}
.common-list .job-box .action-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-list .job-box .action-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-list .job-box .action-container label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.common-list .job-box .action-container label input {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.common-list .job-box .action-container .left {
  float: left;
}
.common-list .job-box .action-container .left li {
  float: left;
  margin-right: 25px;
  color: #777;
  font-size: 14px;
}
.common-list .job-box .action-container .left li .icon {
  font-size: 20px;
  color: #999;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.common-list .job-box .action-container .right {
  float: right;
}
.common-list .job-box .action-container .right .pages {
  padding-top: 0;
}
.common-list .sidebar-list {
  margin-top: 0;
}
.common-list .sidebar-list ul {
  padding: 0 30px 0 30px;
}
.common-list .sidebar-list ul li .right {
  border: none;
  width: auto;
  text-align: right;
}
.common-list .sidebar-list ul li .right span {
  display: block;
  color: #666666;
  font-size: 14px;
}
.common-list .sidebar-list ul li .right .btn {
  padding: 7px 10px;
  margin-bottom: 10px;
}
.common-list .sidebar-list ul li .left .job .name {
  width: 800px;
}
.common-list .sidebar-list ul li .left .job .name a {
  max-width: 545px;
}
.common-list .sidebar-list ul li .left .job .name span {
  font-size: 18px;
}
.common-list .sidebar-list ul li .left .salary {
  width: 800px !important;
}
.common-list .sidebar-list ul li .left .salary ul li:first-child {
  padding-left: 0;
}
.common-list .jobsannounced-list ul {
  padding-top: 0;
  padding-bottom: 0;
}
.common-list .jobsannounced-list ul li {
  padding: 10px 0;
}
.common-list .jobsannounced-list ul li .right {
  height: 32px;
  line-height: 32px;
}
.common-list .jobsannounced-list ul li .right .btn {
  margin-bottom: 0;
}
.common-list .jobsannounced-list ul li .left .job .name {
  width: 700px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list .jobsannounced-list ul li .left .job .name a {
  width: 100%;
  display: block;
  font-size: 14px;
}
.common-list .info-list {
  width: 1010px;
  float: left;
}
.common-list .info-list .query-container {
  background-color: #fff;
  padding: 15px 20px;
}
.common-list .info-list .query-container .row label {
  height: 25px;
  line-height: 25px;
  color: #666666;
  font-size: 14px;
  display: inline-block;
}
.common-list .info-list .query-container .row .iconelement .icon {
  left: 10px;
  right: unset !important;
  font-size: 20px !important;
  color: #DCDCDC;
}
.common-list .info-list .query-container .row .iconelement input {
  padding-left: 30px;
}
.common-list .info-list .query-container .text-input {
  width: 45% !important;
}
.common-list .info-list .query-container .text-input .txt {
  width: 97%;
}
.common-list .info-list .query-container .btn-inline {
  margin-top: 25px;
}
.common-list .info-list .query-container .btn-inline .btn {
  padding: 10px 23px;
}
.zq-notice .operation .btn {
  width: 120px;
  height: 40px;
}
.zq-notice .operation .btn i {
  vertical-align: top;
}
.zw-details {
  background: unset;
}
.zw-details .operation .resume {
  color: #666666;
  padding: 0;
  margin-left: 10px;
}
.zw-details .details-title {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.zw-details .details-title .info-left h5 {
  font-size: 30px;
  font-weight: 400;
}
.zw-details .details-title .info-left h5 span {
  font-weight: normal;
}
.zw-details .details-title .info-left h5 .salary {
  font-size: 18px;
  margin-left: 10px;
}
.zw-details .details-title .info-left h5 .education {
  font-size: 16px;
}
.zw-details .details-address {
  padding: 0 30px 20px 30px;
}
.zw-details .details-address .address-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.zw-details .details-address .address-container > p {
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  font-size: 15px;
  border-bottom: 1px solid #ecedef;
  color: #62687a;
}
.zw-details .details-address .address-container > p i.icon {
  padding-right: 6px;
  color: #B9BCC5;
  vertical-align: top;
  line-height: 50px !important;
}
.zw-details .details-address .address-container .map-container img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
.zw-details .details-address .address-container .map-container .view-map-btn {
  background: url("../i/map-icon.png") no-repeat 8px center #fff;
  padding: 2px 10px 2px 40px;
  font-size: 13px;
  height: 30px;
  line-height: 26px;
  color: #414a60;
}
.zw-details .maininfo {
  width: 875px;
  background-color: #fff;
  float: left;
}
.zw-details .maininfo .query-container {
  padding: 15px 20px 0 20px;
}
.zw-details .siderinfo {
  float: left;
  width: 320px;
  background-color: #fff;
  margin-left: 5px;
}
.zw-details .siderinfo .sider-title {
  font-weight: bold;
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
}
.zw-details .siderinfo .sider-title:after {
  content: "";
  width: 190px;
  height: 1px;
  position: absolute;
  background-color: #E5E5E5;
  top: 15px;
  right: 0px;
}
.zw-details .siderinfo .unit-info {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
}
.zw-details .siderinfo .unit-info .title {
  display: flex;
  flex-direction: column;
}
.zw-details .siderinfo .unit-info .info p {
  padding: 0;
}
.zw-details .siderinfo .unit-info .info .item {
  margin-bottom: 5px;
  position: relative;
  border: none;
}
.zw-details .siderinfo .unit-info .info .item .label {
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  vertical-align: top;
  color: #666;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.zw-details .siderinfo .unit-info .info .item span {
  min-height: 20px;
  line-height: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  color: #000;
  font-size: 14px;
  vertical-align: top;
  width: 65%;
  word-break: break-all;
  word-wrap: break-word;
}
.zw-details .siderinfo .unit-info .other {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}
.zw-details .siderinfo .unit-info .other > p {
  font-weight: bold;
  position: relative;
  font-size: 18px;
}
.zw-details .siderinfo .unit-info .other > p::after {
  content: "";
  width: 190px;
  height: 1px;
  position: absolute;
  background-color: #E5E5E5;
  top: 15px;
  right: 0px;
}
.zw-details .siderinfo .unit-info .other a {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #E5E5E5;
  width: 100%;
  display: block;
  font-size: 13px;
  color: #333333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.zw-details .siderinfo .unit-info .other a i {
  position: absolute;
  right: 0;
  color: #595959;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.zw-details .siderinfo .unit-info .other .album {
  width: 265px;
  padding-top: 20px;
}
.zw-details .siderinfo .unit-info .other .album .royalSlider {
  height: 167px;
  width: 100%;
}
.zw-details .siderinfo .unit-info .other .album .royalSlider a {
  height: auto;
  border-bottom: none;
}
.zw-details .siderinfo .unit-info .other .video {
  padding-top: 20px;
  width: 265px;
  height: 190px;
  border: none;
}
.zw-details .siderinfo .unit-info .company-log {
  border: 1px solid #E5E5E5;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 5px;
}
.zw-details .siderinfo .unit-info .company-log img {
  width: 47px;
  height: 48px;
}
.zw-list .main-content {
  float: left;
}
.zw-list .job-search-list .search-tab {
  height: 28px;
  line-height: 28px;
}
.zw-list .job-search-list .search-tab a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  width: 64px;
  height: 28px;
  line-height: 28px;
}
.zw-list .job-search-list .search-tab .active {
  background-color: #2575D2;
  color: #fff;
}
.zw-list .job-search-list .searchbox {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 10px;
  *zoom: 1;
}
.zw-list .job-search-list .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.zw-list .job-search-list .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zw-list .job-search-list .searchbox ul {
  float: right;
  width: 100%;
}
.zw-list .job-search-list .searchbox ul li {
  height: 38px;
  float: left;
  position: relative;
}
.zw-list .job-search-list .searchbox ul li input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  padding: 0 10px;
  color: #787878;
  font-size: 14px;
  padding-left: 30px;
  outline: none;
}
.zw-list .job-search-list .searchbox ul li input:hover {
  border-color: #c0c4cc;
}
.zw-list .job-search-list .searchbox ul li input:focus {
  border-color: #E50011;
}
.zw-list .job-search-list .searchbox ul li .btn {
  width: 75px;
  height: 38px;
  border-radius: 0;
}
.zw-list .job-search-list .searchbox ul .search-btn {
  margin-top: 0;
}
.zw-list .job-search-list .searchbox ul .keywords {
  width: 91%;
  position: relative;
  margin-right: 10px;
}
.zw-list .job-search-list .searchbox ul .keywords .icon {
  position: absolute;
  top: 4px;
  left: 10px;
  color: #DCDCDC;
  font-size: 20px;
}
.zw-list .job-search-list .searchbox .query-table .row label {
  font-size: 14px;
}
.breadcrumb {
  border-radius: 2px;
}
.breadcrumb ol li + li:before {
  display: none;
}
.breadcrumb li {
  color: #333;
  font-size: 14px;
  vertical-align: initial;
  margin: 0 2px;
}
.breadcrumb li i {
  font-size: 12px;
  color: #868585;
  font-weight: bold;
}
.breadcrumb .active {
  color: #868585;
}
.student-resume .cs-userindex {
  *zoom: 1;
}
.student-resume .cs-userindex:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.student-resume .cs-userindex:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.student-resume .cs-userindex .view {
  width: 840px;
}
.student-resume .cs-userindex .operation-btn {
  font-size: 14px;
  text-align: center;
}
.student-resume .cs-userindex .operation-btn i {
  vertical-align: middle;
}
.student-resume .r-update {
  text-align: left;
  margin-bottom: 10px;
}
.student-resume .r1 {
  height: 187px;
}
.student-resume .r1 .usr-info {
  padding-top: 0;
  height: 187px;
  *zoom: 1;
  border-bottom: 1px solid #E5E5E5;
}
.student-resume .r1 .usr-info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.student-resume .r1 .usr-info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.student-resume .r1 .usr-info ul {
  *zoom: 1;
}
.student-resume .r1 .usr-info ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.student-resume .r1 .usr-info ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.student-resume .r1 .usr-info ul li {
  float: left;
  width: 33.333%;
  font-size: 14px;
}
.student-resume .r1 .usr-info ul li span {
  width: auto;
  color: #666666;
}
.student-resume .r1 .usr-info ul li i {
  color: #2B2B2B;
}
.student-resume .r1 .usr-info ul .r-update {
  height: 35px;
  line-height: 35px;
  margin-top: 0;
}
.student-resume .r1 .usr-info ul .r-update span {
  color: #666666;
}
.student-resume .r1 .usr-info .name {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.student-resume .r1 .usr-info .name span {
  font-size: 24px;
  margin-right: 5px;
}
.student-resume .r1 .usr-info .name .icon {
  font-size: 20px;
  margin: 0 5px;
}
.student-resume .r1 .usr-info .name .icon-nv1 {
  color: #F45196;
}
.student-resume .r1 .usr-info dt {
  width: 710px;
  height: 197px;
}
.student-resume .r1 .usr-info dd {
  width: 88px;
  height: 197px;
}
.student-resume .r1 .usr-info dd .usr-avatar {
  position: relative;
  height: 130px;
}
.student-resume .r1 .usr-info dd .usr-avatar a {
  width: 88px;
  border: none;
}
.student-resume .r1 .usr-info dd .usr-avatar a img {
  width: 100%;
  height: 86px;
  margin-top: 33px;
}
.student-resume .r1 .usr-info dd .usr-avatar a span {
  position: absolute;
  top: 0;
  width: 100%;
  color: #3E3E3E;
  padding-left: 0;
  text-align: center;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.student-resume .resume-item .r-title {
  background-color: unset;
  padding: 0;
  height: auto;
  line-height: 20px;
}
.student-resume .resume-item .r-title span {
  border-left: 2px solid #1466C7;
}
.student-resume .resume-item .r-title a {
  background-color: #fff;
}
.css-common-subnav .subNav .curr a {
  color: #2575D2;
}
.css-common-subnav .subNav li {
  height: 34px;
}
.css-common-subnav .subNav li a {
  color: #333;
  font-size: 14px;
}
.userTab li {
  width: 88px;
}
.userTab li .curr {
  width: 87px;
}
body .infoBox .infoList li {
  font-size: 14px;
}
.Unreadmsg-box {
  display: inline-block;
}
.Unreadmsg-box .Unreadmsg {
  top: 33px;
  right: 25px;
}
body .css-recruit.css-recruit-normal {
  width: 100%;
}
body .css-recruit.css-recruit-normal .css-alert {
  width: 100% !important;
}
body .css-recruit.css-recruit-normal .css-list {
  border: none;
}
body .css-recruit.css-recruit-normal .css-list .css-title {
  background-color: #f5f7fa;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  text-align: left;
  font-weight: bolder;
  height: auto;
  line-height: normal;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
body .css-recruit.css-recruit-normal .css-list .css-title > li {
  display: table-cell;
  padding: 10px;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  border: 1px solid #ebeef5;
  font-weight: normal;
  height: auto;
  line-height: normal;
  width: 100%;
  float: none;
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  height: 23px !important;
}
body .css-recruit.css-recruit-normal .css-list .css-content {
  background-color: #fff;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  text-align: left;
  font-weight: bolder;
  height: auto;
  line-height: normal;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: none;
  margin-top: -1px;
  border-collapse: collapse;
  border-spacing: 0;
}
body .css-recruit.css-recruit-normal .css-list .css-content > li {
  display: table-cell;
  padding: 10px;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  border: 1px solid #ebeef5;
  font-weight: normal;
  height: auto;
  line-height: normal;
  width: 100%;
  float: none;
  margin: 0;
}
body .css-recruit.css-recruit-normal .css-list .css-content > li input {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  line-height: 23px;
  margin: 0;
  float: none;
  width: 100%;
  font-weight: normal;
  background: none;
}
body .css-recruit.css-recruit-normal .css-list .css-content > li input.Validform_error {
  background: none;
  padding-left: 0;
  border: 1px solid #ff0000;
}
.interview .form-content .title {
  margin-bottom: 20px !important;
  text-align: center;
  font-size: 16px;
}
.interview .form-content .row {
  margin-bottom: 15px;
}
.interview .form-content .row label {
  width: 30% !important;
}
.interview .form-content .row .txt {
  width: 70%;
}
.usr-avatar span {
  width: 112px;
  bottom: -2px;
}
.css-structure {
  padding: 0 0 25px 0;
}
.css-structure .btn-container {
  margin: 0 15px;
}
.css-structure .btn-container .btn-inline {
  margin: 0;
}
.css-structure form {
  width: 100%;
}
.css-structure .query-flex {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 15px;
}
.css-structure .query-flex .btn-inline a {
  padding: 8px 12px;
}
.css-structure .query-flex .query-container {
  padding: 0;
}
.css-structure .query-flex .query-container .form-content {
  width: 100%;
  padding-left: 20px;
}
.css-structure .query-flex .query-container .form-content .select {
  border: 1px solid #dcdfe6;
  width: 100%;
}
.cw {
  padding: 0;
}
input[readonly].readonly {
  color: #999;
  -webkit-text-fill-color: #999;
  -webkit-opacity: 1;
  opacity: 1;
  background-color: #eee;
}
input[disabled="disabled"] {
  color: #999;
  -webkit-text-fill-color: #999;
  -webkit-opacity: 1;
  opacity: 1;
  background-color: #eee;
}
select[readonly],
select.readonly {
  color: #999;
  -webkit-text-fill-color: #999;
  -webkit-opacity: 1;
  opacity: 1;
  background-color: #eee;
}
.sites-2019-container .css-commonpage {
  width: auto;
  padding-top: 25px;
}
.share-details .share-container {
  float: right;
  width: auto;
  text-align: right;
}
.share-details .share-container span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.share-details .share-container .share-link {
  display: inline-block;
}
.share-details .share-container .share-link a {
  font-size: 20px;
  color: #7C7C7C;
  cursor: pointer;
  margin-left: 5px;
}
.share-details .share-collection-btn {
  position: absolute;
  right: 25px;
  top: 20px;
}
.share-details .aInfo {
  padding-left: 0;
  padding-top: 10px;
}
.share-details .aInfo span {
  font-size: 14px;
}
.company-joblist {
  padding: 0 30px;
}
.css-interval {
  height: 10px;
  background-color: #f8f7f5;
}
.css-placeholder {
  background: none !important;
  border: none !important;
  opacity: 0 !important;
  z-index: -1;
  position: relative;
}
body #selector-options-wrap .lv1 {
  height: 22px;
  line-height: 18px;
}
body #selector-selected-wrap {
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
body .aire {
  background-color: #fff !important;
  color: #E50011 !important;
  margin: 0 0 0 8px !important;
  height: auto !important;
  padding: 0 !important;
  font-size: 14px;
}
body .aire:first-child {
  margin: 0 !important;
}
.en .simple-version {
  width: 48px;
  position: absolute;
  right: -48px;
}
/* 小于1000 屏幕适配 */
@media (max-width: 980px) {
  .css-public-page .userindex-page .container .content {
    width: 600px !important;
  }
  .css-public-page .userindex-page .container .content .container {
    width: 100% !important;
  }
  .container {
    width: 800px;
  }
  .css-form .form-content .form-twocolumns .row {
    width: 100%;
  }
}
.css-logo-bg .css-logo img {
  width: 1200px;
}
.css-wrapper .css-navbar .css-navlist {
  width: 1200px;
}
.css-recruit-normal label {
  position: static !important;
}
.resume .resume-video {
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 5px 5px;
  border-radius: 5px;
}
.resume .resume-video .video-cover {
  float: left;
  width: 120px;
  height: 80px;
}
.resume .resume-video .video-cover img {
  width: 100%;
  height: 100%;
}
.resume .resume-video .video-name {
  float: left;
  padding-left: 12px;
  width: 150px;
  padding-top: 20px;
}
.resume .resume-video p {
  margin-bottom: 20px;
}
.resume .resume-video p a {
  color: #333;
}
.submit_form .fileTable button {
  margin-top: 10px;
  background-color: #1573b5;
  color: #fff !important;
  border: 1px solid #1573b5;
}
/* 弹框优化 */
.aui_state_lock {
  border-radius: 4px;
}
.aui_state_lock .aui_title {
  background-color: #f7f7f7 !important;
  color: #000 !important;
  font-size: 14px !important;
}
.aui_state_lock .aui_titleBar {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  padding: 0 10px;
  background-color: #f7f7f7 !important;
}
.aui_state_lock .aui_titleBar .aui_close {
  text-indent: 0 !important;
  background: none !important;
  font-size: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  color: #000 !important;
}
.aui_state_lock .aui_outer {
  box-shadow: none;
}
.aui_state_lock .aui_nw,
.aui_state_lock .aui_n,
.aui_state_lock .aui_ne {
  background: none !important;
  background-color: #f7f7f7 !important;
  display: none !important;
}
.aui_state_lock .aui_inner {
  background-color: #f7f7f7 !important;
}
.aui_state_lock .aui_w,
.aui_state_lock .aui_c,
.aui_state_lock .aui_e {
  background: none !important;
  background-color: #fff !important;
}
.aui_state_lock .aui_sw,
.aui_state_lock .aui_s,
.aui_state_lock .aui_se {
  background: none !important;
  background-color: #fff !important;
  display: none !important;
}
.aui_state_lock .aui_icon {
  background-color: #fff;
}
.aui_state_lock .aui_w,
.aui_state_lock .aui_e {
  display: none !important;
}
.css-footer table,
.footer table,
.css-footer tr,
.footer tr,
.css-footer td,
.footer td,
.css-footer th,
.footer th {
  border: none !important;
}
.neida-container {
  position: relative;
}
.neida-container .common-list .job-box .list li {
  display: flex;
}
.neida-container .common-list .job-box .list li .right {
  float: none;
}
.neida-container .common-list .job-box .list li .left {
  flex: 1;
  margin-left: 15px;
}
.neida-container .common-list .job-box .list li .left .job .company {
  width: auto;
  max-width: 100%;
  float: none;
}
.neida-container .common-list .job-box .list li .left .job .company a {
  margin-bottom: 0;
}
.neida-container .side-right {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.neida-container .side-right .item-logo {
  width: 30px;
  height: 30px;
}
.neida-container .side-right-item {
  align-items: center;
  display: flex;
  background-color: #fff;
  padding: 15px 10px;
  cursor: pointer;
  box-shadow: inset 0 0 1px #afadad;
  flex: 1;
}
.neida-container .side-right-item .text {
  text-align: left;
  margin-left: 8px;
}
.neida-container .side-right-item .text span {
  font-size: 16px;
  font-weight: bold;
}
.neida-container .side-right-item .text p {
  font-size: 14px;
}
.neida-container .empty-container {
  min-height: 370px;
}
.neida-container .container.cl #mn {
  min-height: 370px;
}
.breadcrumb .unitbtn {
  height: 25px;
  padding: 0 5px;
  font-size: 12px;
  width: 85px;
  line-height: 25px;
  background-color: #388dee;
  color: #fff;
  border-color: #388dee;
}
.breadcrumb .unitbtn a {
  color: #fff;
}
#ui-datepicker-div.ui-datepicker {
  padding: 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background-color: #f7f7f7;
  border: none;
  height: 40px;
  padding: 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 8px !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-state-hover {
  border: none !important;
  background: none !important;
  color: #0068DE;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  height: 100%;
  line-height: 40px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  border: none;
  text-align: center;
  height: 28px;
  margin-right: 5px;
  width: 40%;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  border: none;
  text-align: center;
  height: 28px;
  margin-left: 5px;
  width: 40%;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar {
  padding: 10px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #f7f7f7;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead th {
  font-size: 12px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border: none;
  background: none;
  text-align: center;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  color: #007fff;
  background: none;
}
/* 公共配色库 */
/* jysd-form 修复 */
/* 第一版 临时处理 begin */
/* 单位标签 begin*/
.bg-img {
  max-width: 100%;
}
.side-right {
  position: absolute;
  top: 0%;
  margin-top: 0px;
  right: 0;
  z-index: 1000;
}
.side-right ul li {
  width: 80px;
  height: 80px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-right ul li:hover {
  background-color: #E50011;
}
.side-right ul li:hover a {
  color: #fff;
}
.side-right ul li .ewmbox {
  position: absolute;
  width: 151px;
  height: 170px;
  left: -147px;
  bottom: -90px;
  display: none;
}
.side-right ul li .ewmbox img {
  width: 100%;
  height: 100%;
}
.side-right ul .wx:hover .ewmbox {
  display: block;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.mt10 {
  margin-top: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tag-box {
  border: 1px solid #ddd;
  float: left;
  font-size: 14px;
  min-height: 50px;
  overflow-y: auto;
  padding: 8px;
  resize: none;
  width: 320px;
}
.tag-box span {
  border: 1px solid #eee;
  padding: 0 5px;
  margin: 0 0 5px 5px;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.tag {
  padding: 20px 0 5px 250px;
  width: 80%;
}
.tag li {
  display: inline-block;
  margin-bottom: 10px;
}
.tag li a.btn-white {
  border: 1px solid #029bde;
  border-radius: 4px;
  padding: 6px 10px;
}
.tag li a.btn-white .fa {
  color: #029bde;
  padding-left: 5px;
}
/* 单位标签 end */
#website-dialog .website-dialog-header {
  background-color: #E50011 !important;
}
#website-dialog .website-dialog-button {
  color: #E50011 !important;
}
.reservation-box {
  margin-top: 10px;
}
.content-style .reservation-box table tbody tr td {
  padding: 10px;
}
.cs-userindex {
  float: right;
  width: 985px;
  background-color: #fff;
}
.cs-userindex .cs-caption {
  *zoom: 1;
}
.cs-userindex .cs-caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.cs-userindex .cs-caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cs-userindex .cs-caption .more {
  float: right;
}
.cs-userindex .cs-caption .txt {
  float: left;
}
.cs-userindex .vip-photos {
  background-color: #fff;
}
.input-container {
  width: 320px;
  float: left;
}
.input-container input,
.input-container select,
.input-container textarea {
  width: 100%;
}
.input-container.iconelement {
  position: relative;
}
.input-container.iconelement input {
  padding-right: 30px;
}
.input-container.iconelement i.icon {
  position: absolute;
  right: 9px;
  top: 0;
  font-size: 24px;
  height: 100%;
  margin-top: 0;
  line-height: 38px;
  cursor: pointer;
}
.input-container.iconelement i.icon:hover {
  color: #E50011;
}
.input-container.iconelement i.icon.icon-xiangxiajiantou {
  font-size: 12px;
}
.input-container.iconelement i.icon.icon-xiangshangjiantou {
  font-size: 12px;
}
.input-container.multiple-elements {
  position: relative;
  display: table;
}
.input-container.multiple-elements i.icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  height: 100%;
  margin-top: 0;
  line-height: 38px;
  cursor: pointer;
}
.input-container.multiple-elements i.icon:hover {
  color: #E50011;
}
.input-container.multiple-elements .txt {
  padding-right: 30px;
}
.input-container.multiple-elements .auto-content {
  position: relative;
  display: table-cell;
}
.input-container.multiple-elements .input-addition {
  width: 1%;
  height: 38px;
  right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.input-container.multiple-elements .input-addition * {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.input-container.multiple-elements .input-addition .verificationcode-img {
  border: 1px solid #ddd;
  height: 100%;
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  max-width: none;
  cursor: pointer;
}
.input-container.multiple-elements .input-addition .verificationcode-img + a {
  line-height: 38px;
  vertical-align: top;
  padding-left: 5px;
}
.input-container.multiple-elements .input-addition .selectDiv {
  background-color: #FAFAFA;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ddd;
  border-left: none;
  float: none;
  white-space: nowrap;
  min-width: 80px;
}
.input-container.multiple-elements .input-addition .selectDiv select {
  width: 100%;
  height: 36px;
  border: none;
  background: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
  white-space: nowrap;
}
.input-container.multiple-elements .input-addition .check {
  background-color: #FAFAFA;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #ddd;
  border-left: none;
  padding: 0 18px;
  line-height: 36px;
  *zoom: 1;
}
.input-container.multiple-elements .input-addition .check:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.input-container.multiple-elements .input-addition .check:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.input-container.multiple-elements .input-addition .check input {
  float: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
}
.input-container.multiple-elements .input-addition .text {
  height: 100%;
  border: 1px solid #ddd;
  border-left: none;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
}
.input-container.multiple-elements .input-addition .btn {
  height: 38px;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.input-container.multiple-elements .input-addition .btndisabled {
  background-color: #fff !important;
  color: #333 !important;
}
/* 第一版 临时处理 end */
/* common-1200 样式移植 */
.mn.z.view.view2 {
  float: none !important;
}
.mn {
  background-color: #fff;
}
.mn.css-common-view {
  padding: 10px 20px;
}
.mn.css-common-view .ct {
  padding-top: 0;
  margin-top: 0;
}
.mn.css-common-view .ct .aTitle {
  font-size: 22px;
}
.mn.css-common-view .ct .subtitle {
  *zoom: 1;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  padding: 0 10px;
}
.mn.css-common-view .ct .subtitle:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.mn.css-common-view .ct .subtitle:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mn.css-common-view .ct .subtitle .share-container .share-link {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.mn.css-common-view .ct .subtitle .share-container .share-link a:hover {
  color: #E50011;
}
/* 移植黑龙江代码 begin */
* {
  margin: 0;
  padding: 0;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "SimSun", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
body {
  height: 100%;
  min-height: 100%;
  background-color: #f9f9f9;
}
body .wrapper .out-content .main-content .sites-container .list-page .query-wrapper {
  margin-top: 0;
}
body .laydate-day-mark::after {
  background: none;
}
body .aui_inner {
  background-color: #fff;
}
body .aui_inner .aui_dialog .aui_main {
  min-height: 48px;
  padding: 10px 0 10px 10px;
  border: none !important;
}
body .status-text {
  border-radius: 0 !important;
  background-color: #fff !important;
  border: 1px solid #ddd;
  min-width: 10px;
  padding: 0px 2px !important;
  font-size: 12px !important;
  height: 18px !important;
  line-height: 18px !important;
  vertical-align: top !important;
  white-space: nowrap;
  text-align: center !important;
  margin: 3px 4px 4px 0 !important;
  text-shadow: none !important;
  font-weight: normal !important;
  width: auto !important;
  position: relative;
  top: 0;
  display: inline !important;
}
body .status-text.status-ding {
  color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  right: auto !important;
  float: none !important;
}
body .status-text.status-yijuban {
  color: #e6a23c !important;
  border: 1px solid #e6a23c !important;
  float: none !important;
}
body .status-text.status-timeout {
  color: #ccc !important;
  border: 1px solid #ccc !important;
  float: none !important;
}
body .status-text.status-xin {
  color: #67c23a !important;
  border: 1px solid #67c23a !important;
  float: none !important;
}
body .aui_main {
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 400px;
  padding: 0;
}
body .aui_icon {
  background-color: #fff;
}
body .form {
  margin: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #E50011;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.table-bordered {
  border: 1px solid #eee;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eee;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
table {
  border-collapse: collapse;
}
table.text-center th {
  text-align: center;
  font-weight: bolder;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Validform_error {
  color: #ff0000 !important;
}
.list-inline {
  list-style: outside none none;
  margin-left: -5px;
  padding-left: 0;
  font-size: 0;
}
.list-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  *zoom: 1;
  width: 100%;
}
.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat-x;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn.btn-default {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.btn.btn-default:hover {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #333;
}
.btn.btn-default:focus {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #333;
}
.btn.btn-orange {
  background-color: #E50011;
  border: 1px solid #E50011;
  color: #fff;
}
.btn.btn-orange:hover {
  color: #fff;
  background-color: #c71320;
  border: 1px solid #c71320;
}
.btn.btn-orange:focus {
  color: #fff;
  background-color: #c71320;
  border: 1px solid #c71320;
}
.btn.btn-yellow {
  background-color: #f26222;
  border: 1px solid #f26222;
  color: #fff;
}
.btn.btn-yellow:hover {
  color: #fff;
  background-color: #f26222;
  border: 1px solid #f26222;
}
.btn.btn-yellow:focus {
  color: #fff;
  background-color: #f26222;
  border: 1px solid #f26222;
}
.btn.btn-disabled {
  background-color: #ccc !important;
  border: 1px solid #ccc !important;
  color: #666 !important;
  cursor: not-allowed;
}
.btn.btn-disabled:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #666;
}
.btn.btn-disabled:focus {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #666;
}
.btn.btn-primary {
  background-color: #E50011;
  border: 1px solid #E50011;
  color: #fff;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #c71320;
  border: 1px solid #c71320;
}
.btn.btn-primary:focus {
  color: #fff;
  background-color: #c71320;
  border: 1px solid #c71320;
}
.btn.btn-success {
  background-color: #22ac38;
  border: 1px solid #22ac38;
  color: #fff;
}
.btn.btn-success:hover {
  color: #fff;
  background-color: #019919;
  border: 1px solid #019919;
}
.btn.btn-success:focus {
  color: #fff;
  background-color: #019919;
  border: 1px solid #019919;
}
.btn-block {
  display: block;
  width: 100%;
}
a.btn-block {
  width: auto;
}
.text-primary {
  color: #08c;
}
.text-danger {
  color: #ff0000;
}
.text-success {
  color: #22ac38;
}
.text-orange {
  color: #E50011;
}
.pull-right {
  float: right;
}
.b-b-e {
  border-bottom: 1px solid #eee;
}
.btn-inline {
  margin: 15px 0;
}
.btn-inline .btn {
  margin: 0 5px;
}
.btn-inline .btn:first-child {
  margin-left: 0;
}
.bg {
  background-color: #fff;
}
.w-50 {
  width: 50px;
}
.w-60 {
  width: 60px;
}
.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-90 {
  width: 90px;
}
.w-100 {
  width: 100px;
}
.w-110 {
  width: 110px;
}
.w-120 {
  width: 120px;
}
.w-130 {
  width: 130px;
}
.w-140 {
  width: 140px;
}
.w-150 {
  width: 150px;
}
.w-160 {
  width: 160px;
}
.w-170 {
  width: 170px;
}
.w-200 {
  width: 200px;
}
.w-260 {
  width: 260px;
}
.w-280 {
  width: 280px;
}
.w-300 {
  width: 300px;
}
.w-350 {
  width: 350px;
}
.w-400 {
  width: 400px;
}
.w-450 {
  width: 450px;
}
.w-500 {
  width: 500px;
}
.w-550 {
  width: 550px;
}
.w-600 {
  width: 600px;
}
.w-650 {
  width: 650px;
}
.w-700 {
  width: 700px;
}
.w-800 {
  width: 800px;
}
.w-900 {
  width: 900px;
}
.w-1000 {
  width: 1000px;
}
.w-1100 {
  width: 1100px;
}
html {
  height: 100%;
  min-height: 100%;
}
.wrapper {
  min-height: 100%;
  margin: auto;
  /* background: url("../i/index-bg.png") #f9f9f9 repeat-x; */
}
.main-content {
  padding: 0;
  *zoom: 1;
}
.main-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .wrapper {
  height: 100%;
}
* html .out-content {
  height: 1%;
}
.css-header {
  padding-top: 36px;
  height: 120px;
}
.css-header .container {
  height: 100%;
  /* background: url("../i/header-bg.png") no-repeat; */
  position: relative;
}
.css-header .logo {
  padding: 19px 0;
  *zoom: 1;
}
.css-header .logo:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-header .logo:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-header .logo .description {
  border-left: 1px solid #333;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 18px;
  font-size: 23px;
  font-family: "Microsoft YaHei";
}
.css-header .logo a {
  color: #333;
  float: left;
  display: block;
}
.css-header .logo a img {
  max-height: 81px;
  display: block;
}
.css-header .logo a .text {
  font-size: 30px;
}
.css-header .logo .description {
  border-left: 1px solid #333;
  font-family: "Microsoft YaHei";
  font-size: 23px;
  margin-left: 15px;
  padding-left: 15px;
  float: left;
}
.css-header .login {
  position: absolute;
  right: 0;
  top: 10px;
  height: 100px;
  *zoom: 1;
}
.css-header .login:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-header .login:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-header .login li {
  margin-left: 50px;
  float: right;
}
.css-header .login li a {
  color: #fc4e00;
  font-size: 20px;
  padding-left: 30px;
}
.css-header .login li a:hover {
  color: #E50011;
}
.css-header .login img {
  width: 100px;
  display: block;
}
.header {
  padding-top: 36px;
  border-bottom: 2px solid #E50011;
  background-color: #fff;
}
.header .logo {
  padding: 20px 0;
  height: 80px;
  float: left;
}
.header .logo img {
  height: 80px;
}
.header .description {
  border-left: 1px solid #333;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 18px;
  font-size: 23px;
  font-family: "Microsoft YaHei";
  margin-top: 35px;
  float: left;
}
.header .universities {
  float: left;
  font-size: 15px;
  margin: 46px 0 0 20px;
  color: #E50011;
  font-size: 14px;
}
.header .page-name {
  border-left: 1px solid #ddd;
  font-size: 22px;
  padding-left: 15px;
}
.header .nav {
  float: right;
  margin-top: 45px;
  *zoom: 1;
}
.header .nav:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.header .nav:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header .nav li {
  margin: 0 10px;
  float: left;
}
.header .nav li a {
  font-size: 16px;
  display: block;
  color: #333;
}
.header .nav li:hover a {
  color: #E50011;
}
.header .nav .current a {
  color: #E50011;
  font-weight: bolder;
}
.css-nav {
  width: 1200px;
  margin: 0 auto;
  background-color: #E50011;
}
.css-nav ul {
  padding: 0 15px;
}
.css-nav ul li {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.css-nav ul li a {
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  display: block;
}
.css-nav ul li a:hover {
  background-color: #fc844e;
  color: #fff;
}
.css-nav ul li.current a {
  background-color: #fc844e;
}
.subnav {
  margin: 0 0 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.subnav li {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #fff;
  float: left;
}
.subnav li a {
  color: #555;
}
.subnav li a:hover {
  color: #222;
}
.subnav li:hover {
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  border-top: 2px solid #E50011;
  border-bottom: none;
}
.subnav .current {
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  border-top: 2px solid #E50011;
  border-bottom: none;
}
.subnav .current a {
  color: #333;
}
.container {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Validform_error {
  color: #ff0000 !important;
}
.list-inline {
  list-style: outside none none;
  margin-left: -5px;
  padding-left: 0;
  font-size: 0;
}
.list-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  *zoom: 1;
  width: 100%;
}
.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-repeat: repeat-x;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 4px;
}
.btn i {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.btn-block {
  display: block;
  width: 100%;
}
a.btn-block {
  width: auto;
}
.text-primary {
  color: #08c;
}
.text-danger {
  color: #ff0000;
}
.text-success {
  color: #22ac38 !important;
}
.text-orange {
  color: #E50011;
}
.pull-right {
  float: right;
}
.b-b-e {
  border-bottom: 1px solid #eee;
}
.btn-inline {
  margin: 15px 0;
}
.bg {
  background-color: #fff;
}
.btn-default {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
}
.btn-default:hover {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #333;
}
.btn-orange {
  background-color: #E50011;
  border: 1px solid #E50011;
  color: #fff;
}
.btn-orange:hover {
  color: #fff;
  background-color: #c71320;
  border: 1px solid #c71320;
}
.btn-disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #666;
}
.btn-disabled:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #666;
}
.btn-primary {
  background-color: #E50011;
  border: 1px solid #E50011;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c71320;
  border: 1px solid #c71320;
}
.btn-success {
  background-color: #22ac38;
  border: 1px solid #22ac38;
  color: #fff;
}
.btn-success:hover {
  color: #fff;
  background-color: #019919;
  border: 1px solid #019919;
}
.w-50 {
  width: 50px;
}
.w-60 {
  width: 60px;
}
.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-90 {
  width: 90px;
}
.w-100 {
  width: 100px;
}
.w-110 {
  width: 110px;
}
.w-120 {
  width: 120px;
}
.w-130 {
  width: 130px;
}
.w-140 {
  width: 140px;
}
.w-150 {
  width: 150px;
}
.w-160 {
  width: 160px;
}
.w-170 {
  width: 170px;
}
.w-200 {
  width: 200px;
}
.w-260 {
  width: 260px;
}
.w-280 {
  width: 280px;
}
.w-300 {
  width: 300px;
}
.w-350 {
  width: 350px;
}
.w-400 {
  width: 400px;
}
.w-450 {
  width: 450px;
}
.w-500 {
  width: 500px;
}
.w-550 {
  width: 550px;
}
.w-600 {
  width: 600px;
}
.w-650 {
  width: 650px;
}
.w-700 {
  width: 700px;
}
.w-800 {
  width: 800px;
}
.w-900 {
  width: 900px;
}
.w-1000 {
  width: 1000px;
}
.w-1100 {
  width: 1100px;
}
hr {
  background-color: #eee;
  height: 1px;
  width: 100%;
  border: none;
}
.btn-disabled {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
.css-out-content .main-content {
  padding-bottom: 15px;
}
.wrapper .form .form-group.id_card_photo label + div {
  float: left;
  margin-top: 0 !important;
}
.match-apply .form .form-group div input {
  line-height: 28px;
  position: static !important;
}
.match-apply .grjs div {
  width: 350px !important;
  margin-top: 0 !important;
  float: left;
}
.match-apply .grjs .col-sm-offset-2 {
  margin-left: 0px !important;
  padding: 0 !important;
}
.match-apply .grjs .col-sm-offset-2 div {
  left: 0 !important;
  position: static !important;
}
.match-apply .grjs .tip {
  margin-top: 47px;
}
.match-apply .grjs .a_del_attachment {
  top: 52px !important;
}
.match-apply .grjs hr {
  background: transparent;
}
.wrapper .form .form-group.id_card_photo label + div .btn,
.attachment label + div .btn,
.tp label + div .btn {
  padding: 0 8px !important;
}
.wrapper .form .form-group.id_card_photo .Upload-multiplepic,
.tp .Upload-multiplepic,
.attachment .Upload-multiplepic {
  margin-left: 0 !important;
}
.wrapper .form .form-group.id_card_photo input,
.tp input,
.attachment input {
  float: none !important;
}
.wrapper .form .form-group.attachment .col-sm-offset-2 {
  margin-left: 250px !important;
}
.wrapper .form .form-group.attachment .col-sm-offset-2 div div {
  left: 0px !important;
}
.wrapper .form .form-group.attachment .col-sm-offset-2 hr {
  background-color: unset !important;
}
.wrapper .form .form-group.tp .img_a {
  margin-left: 25%;
}
.wrapper .form .form-group.language {
  height: 36px;
}
.wrapper .form .form-group.language .required {
  height: 36px;
  line-height: 36px;
}
.wrapper .form .form-group.language .select {
  height: 36px;
}
.wrapper .form .form-group.language .select .chosen-container {
  height: 36px;
}
.wrapper .form .form-group.language .select .chosen-container .chosen-choices {
  height: 36px;
  border-color: #ddd;
}
.wrapper .form .form-group.language .select .chosen-container .chosen-choices .search-choice {
  margin-top: 6px;
}
.text-right {
  text-align: right;
}
.flow-container .flow-content {
  background: #FFFFFF;
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-container .flow-content .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.flow-container .flow-content .main .banner {
  height: 400px;
  width: 100%;
}
.flow-container .flow-content .main .banner img {
  height: 100%;
  width: 100%;
}
.flow-container .flow-content .main .flow-page-visits {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 40px 0 0;
}
.flow-container .flow-content .main .flow-nav-content {
  display: flex;
  flex-flow: wrap;
  padding: 20px 30px;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item {
  width: 560px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 115px;
  margin-bottom: 20px;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item .item-title img {
  width: 20px;
  height: 20px;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item .item-title-name {
  color: #333;
  font-weight: bold;
  margin-left: 5px;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item .item-content {
  display: flex;
  flex-wrap: wrap;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item .item-content a {
  width: 33%;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item .item-content a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #cecece;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item:first-child {
  background: url(/static/jysd-jylm/i/nmbys-new/ztlm/bg1.png);
  margin-right: 20px;
  background-size: 100% 100%;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item:nth-child(2) {
  background: url(/static/jysd-jylm/i/nmbys-new/ztlm/bg2.png);
  background-size: 100% 100%;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item:nth-child(3) {
  background: url(/static/jysd-jylm/i/nmbys-new/ztlm/bg3.png);
  margin-right: 20px;
  background-size: 100% 100%;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item:nth-child(4) {
  background: url(/static/jysd-jylm/i/nmbys-new/ztlm/bg1.png);
  background-size: 100% 100%;
}
.flow-container .flow-content .main .flow-nav-content .flow-content-item:last-child {
  background: url(/static/jysd-jylm/i/nmbys-new/ztlm/bg4.png);
  background-size: 100% 100%;
}
.mw-full {
  margin-bottom: 15px;
}
.mw-full .jobinfo {
  width: auto !important;
  float: none !important;
  overflow: hidden;
  min-height: 300px;
  background-color: #fff;
  padding: 0 20px 20px;
}
.mw-full .jobinfo .text > div {
  margin-top: 10px;
}
.mw-full .jobinfo .text table {
  margin-top: 15px;
}
.mw-full .jobinfo .contor {
  /* height: 114px; */
  overflow: hidden;
  margin-bottom: 10px;
}
.mw-full .jobinfo .contor.open {
  height: auto;
}
.mw-full .jobinfo .js-open {
  background-color: #F9F9F9;
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #FE7C49 !important;
  color: #E50011;
}
.mw-full .jobinfo .shrink {
  line-height: 24px;
  right: 15px;
  top: 0;
  color: #FE7C49 !important;
  color: #E50011;
}
.mw-full .jobinfo .shrink:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background: url(../i/icon_down_orange.png) no-repeat;
  top: -2px;
  position: relative;
}
.mw-full .jobinfo .shrink.open:after {
  background: url(../i/icon_down_orange.png) 0 -6px no-repeat;
}
.mw-full .jobinfo .searchbox {
  background-color: #F6F8FA;
  margin: 15px 0 0;
  padding-bottom: 15px;
  *zoom: 1;
}
.mw-full .jobinfo .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.mw-full .jobinfo .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mw-full .jobinfo .searchbox ul {
  float: left;
}
.mw-full .jobinfo .searchbox ul > li {
  height: 38px;
  margin: 20px 0 0 20px;
  float: left;
  position: relative;
  *zoom: 1;
}
.mw-full .jobinfo .searchbox ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.mw-full .jobinfo .searchbox ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mw-full .jobinfo .searchbox ul > li input {
  height: 34px;
  line-height: 34px;
  padding: 0 15px 0 40px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  color: #555;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mw-full .jobinfo .searchbox ul > li input:focus {
  border-color: #E50011;
}
.mw-full .jobinfo .searchbox ul > li i {
  width: 92%;
  padding: 0 4%;
  display: block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mw-full .jobinfo .searchbox ul > li img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.mw-full .jobinfo .searchbox ul > li .select {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container {
  position: static;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container .chosen-drop {
  margin-top: -2px;
  left: 0;
  border-left-color: #E50011;
  border-bottom-color: #E50011;
  border-right-color: #E50011;
  border-radius: 0;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  padding: 0 6px;
  margin: 5px 0 0 3px;
  height: 27px;
  position: static;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results {
  float: none;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results li {
  height: auto;
  margin: 0 !important;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container-single .chosen-single {
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  border: 1px solid #dcdfe6;
  box-shadow: none;
  outline: none;
  color: #888;
  background: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container-single .chosen-single:focus {
  border-color: #E50011;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container-single .chosen-single div b {
  background-position: 0 9px;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container-active .chosen-single {
  border-color: #E50011;
}
.mw-full .jobinfo .searchbox ul > li .select img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.mw-full .jobinfo .searchbox ul > li input {
  width: 100%;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container .chosen-drop {
  width: 100%;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  width: 98%;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results li {
  width: 100%;
}
.mw-full .jobinfo .searchbox ul > li .select .chosen-container-single .chosen-single {
  width: 100%;
}
.mw-full .jobinfo .searchbox ul .keywords img {
  display: none;
}
.mw-full .jobinfo .searchbox ul .keywords input {
  width: 94%;
  padding: 0 3%;
}
.mw-full .jobinfo .searchbox .btn {
  float: left;
  margin: 20px 0 0 20px;
  padding: 6px 15px;
  height: auto;
}
.mw-full .jobinfo .table {
  margin: 0;
}
.mw-full .jobinfo .table thead th {
  padding: 10px 0;
  background-color: #F6F8FA;
  border-color: #F6F8FA;
}
.mw-full .jobinfo .table td {
  padding: 10px 0;
}
.smart-linkage .smart-linkage-search-input {
  padding: 0 10px 0 30px;
  width: 100%;
  min-width: 150px;
  float: none !important;
}
.smart-linkage .smart-linkage-column {
  min-width: 150px;
}
.wrapper .css-sideimg {
  position: fixed;
  z-index: 500;
  width: 40px;
  top: 200px;
  padding: 10px;
  left: 3px;
}
.wrapper .css-sideimg .simg_close {
  position: relative;
  width: 40px;
  height: 13px;
}
.wrapper .css-sideimg .simg_close a {
  background: rgba(0, 0, 0, 0) url("../i/public/kf_gb.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 13px;
  position: absolute;
  right: -5px;
  top: -8px;
  width: 13px;
}
.wrapper .css-sideimg a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.wrapper .css-sideimg a img {
  display: block;
  margin: 0 auto;
}
.wrapper .form,
.wrapper .form-sm {
  margin: 0 auto;
  padding: 15px 0;
}
.wrapper .form .checkbox-list-container,
.wrapper .form-sm .checkbox-list-container {
  line-height: 34px;
}
.wrapper .form .checkbox-list-container input[type="radio"],
.wrapper .form-sm .checkbox-list-container input[type="radio"] {
  height: 13px;
  width: 13px;
  vertical-align: middle;
}
.wrapper .form .checkbox-list-container input[type="checkbox"],
.wrapper .form-sm .checkbox-list-container input[type="checkbox"] {
  height: 13px;
  width: 13px;
  vertical-align: middle;
}
.wrapper .form .form-group,
.wrapper .form-sm .form-group {
  margin-bottom: 15px;
  width: 100%;
  zoom: 1;
  *zoom: 1;
  /* 单位标签 begin*/
  /* 单位标签 end */
}
.wrapper .form .form-group:after,
.wrapper .form-sm .form-group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.wrapper .form .form-group:after,
.wrapper .form-sm .form-group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapper .form .form-group label,
.wrapper .form-sm .form-group label {
  float: left;
  vertical-align: top;
  width: 330px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  text-align: right;
  margin-right: 15px;
}
.wrapper .form .form-group label span,
.wrapper .form-sm .form-group label span {
  padding-left: 5px;
}
.wrapper .form .form-group .selector-check,
.wrapper .form-sm .form-group .selector-check {
  float: left;
  width: 320px;
  height: 34px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.wrapper .form .form-group .selector-check i,
.wrapper .form-sm .form-group .selector-check i {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .form .form-group .smart-linkage .smart-linkage-search-input,
.wrapper .form-sm .form-group .smart-linkage .smart-linkage-search-input {
  padding: 0 10px 0 30px;
  width: 100%;
  min-width: 150px;
  float: none !important;
}
.wrapper .form .form-group .input-container.multiple-elements .txt,
.wrapper .form-sm .form-group .input-container.multiple-elements .txt {
  width: 100%;
  display: table-cell;
  float: none;
}
.wrapper .form .form-group input,
.wrapper .form-sm .form-group input {
  width: 320px;
  height: 38px;
  line-height: 38px;
  float: left;
  padding: 0 15px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  color: #555;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .form .form-group input:focus,
.wrapper .form-sm .form-group input:focus {
  border-color: #E50011;
}
.wrapper .form .form-group .selector i,
.wrapper .form-sm .form-group .selector i,
.wrapper .form .form-group #university i,
.wrapper .form-sm .form-group #university i {
  width: 320px;
  height: 36px;
  line-height: 36px;
  float: left;
  padding: 0 15px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  color: #555;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .form .form-group .selector i:focus,
.wrapper .form-sm .form-group .selector i:focus,
.wrapper .form .form-group #university i:focus,
.wrapper .form-sm .form-group #university i:focus {
  border-color: #E50011;
}
.wrapper .form .form-group > span,
.wrapper .form-sm .form-group > span {
  *zoom: 1;
}
.wrapper .form .form-group > span:after,
.wrapper .form-sm .form-group > span:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.wrapper .form .form-group > span:after,
.wrapper .form-sm .form-group > span:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapper .form .form-group > span > input,
.wrapper .form-sm .form-group > span > input {
  width: 24px;
  float: none;
}
.wrapper .form .form-group .select,
.wrapper .form-sm .form-group .select {
  width: 320px;
  float: left;
}
.wrapper .form .form-group .select select,
.wrapper .form-sm .form-group .select select {
  border: 1px solid #ddd;
  line-height: 22px;
  *height: 22px;
  *margin: -2px;
  color: #555;
  padding: 8px 14px;
  font-size: 13px;
  width: 320px;
  *width: 320px;
}
.wrapper .form .form-group .select select input[value],
.wrapper .form-sm .form-group .select select input[value] {
  color: #555;
}
.wrapper .form .form-group .select .chosen-container,
.wrapper .form-sm .form-group .select .chosen-container {
  width: 320px !important;
  *width: 320px !important;
}
.wrapper .form .form-group .select.two select,
.wrapper .form-sm .form-group .select.two select,
.wrapper .form .form-group .select.two .chosen-container,
.wrapper .form-sm .form-group .select.two .chosen-container {
  width: 157px !important;
  *width: 157px !important;
}
.wrapper .form .form-group .select.three select,
.wrapper .form-sm .form-group .select.three select,
.wrapper .form .form-group .select.three .chosen-container,
.wrapper .form-sm .form-group .select.three .chosen-container {
  width: 103px !important;
  *width: 103px !important;
}
.wrapper .form .form-group .select .chosen-container-single .chosen-search input[type="text"],
.wrapper .form-sm .form-group .select .chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  padding: 4px 20px 4px 5px;
  height: auto;
  line-height: normal;
  float: none;
}
.wrapper .form .form-group .select .chosen-container-single .chosen-single,
.wrapper .form-sm .form-group .select .chosen-container-single .chosen-single {
  border-color: #dcdfe6;
  border-radius: 0;
  box-shadow: none;
  height: 38px;
  line-height: 37px;
  padding-left: 15px;
}
.wrapper .form .form-group .select .chosen-container-single .chosen-single:focus,
.wrapper .form-sm .form-group .select .chosen-container-single .chosen-single:focus {
  border-color: #E50011;
}
.wrapper .form .form-group .select .chosen-container-single .chosen-single div b,
.wrapper .form-sm .form-group .select .chosen-container-single .chosen-single div b {
  background-position: 0 9px;
}
.wrapper .form .form-group .select .chosen-container .chosen-drop,
.wrapper .form-sm .form-group .select .chosen-container .chosen-drop {
  border-left-color: #E50011;
  border-bottom-color: #E50011;
  border-right-color: #E50011;
  border-radius: 0;
}
.wrapper .form .form-group .select .chosen-container-active .chosen-single,
.wrapper .form-sm .form-group .select .chosen-container-active .chosen-single {
  border-color: #E50011;
}
.wrapper .form .form-group .tag-box,
.wrapper .form-sm .form-group .tag-box {
  border: 1px solid #ddd;
  float: left;
  font-size: 14px;
  min-height: 50px;
  overflow-y: auto;
  padding: 8px;
  resize: none;
  width: 320px;
}
.wrapper .form .form-group .tag-box span,
.wrapper .form-sm .form-group .tag-box span {
  border: 1px solid #eee;
  padding: 0 5px;
  margin: 0 0 5px 5px;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.wrapper .form .form-group .tag,
.wrapper .form-sm .form-group .tag {
  padding: 20px 0 5px 250px;
  width: 80%;
}
.wrapper .form .form-group .tag li,
.wrapper .form-sm .form-group .tag li {
  display: inline-block;
  margin-bottom: 10px;
}
.wrapper .form .form-group .tag li a.btn-white,
.wrapper .form-sm .form-group .tag li a.btn-white {
  border: 1px solid #029bde;
  border-radius: 4px;
}
.wrapper .form .form-group .tag li a.btn-white .fa,
.wrapper .form-sm .form-group .tag li a.btn-white .fa {
  color: #029bde;
  padding-left: 5px;
}
.wrapper .form .form-group .editor-container,
.wrapper .form-sm .form-group .editor-container {
  width: 420px !important;
}
.wrapper .form .form-group .error,
.wrapper .form-sm .form-group .error {
  border-color: #E50011;
  color: #E50011;
}
.wrapper .form .form-group .error .chosen-container-single .chosen-single,
.wrapper .form-sm .form-group .error .chosen-container-single .chosen-single {
  border-color: #E50011;
  color: #E50011;
}
.wrapper .form .form-group .upload,
.wrapper .form-sm .form-group .upload {
  height: 120px;
  float: left;
  position: relative;
}
.wrapper .form .form-group .upload input[type="file"],
.wrapper .form-sm .form-group .upload input[type="file"] {
  border: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  float: none;
  filter: alpha(opacity=0);
  *filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}
.wrapper .form .form-group .upload .addimg,
.wrapper .form-sm .form-group .upload .addimg {
  height: 120px;
  position: static;
  left: 0;
  top: 0;
  border: 1px solid #ddd;
  z-index: 1;
  cursor: pointer;
}
.wrapper .form .form-group .upload .delete,
.wrapper .form-sm .form-group .upload .delete {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  cursor: pointer;
}
.wrapper .form .form-group .upload .delete i.fa-remove,
.wrapper .form-sm .form-group .upload .delete i.fa-remove {
  background: none;
  border: none;
  box-shadow: none;
  float: none;
  height: auto;
  line-height: normal;
  width: auto;
  padding: 0;
}
.wrapper .form .form-group .upload .delete:hover,
.wrapper .form-sm .form-group .upload .delete:hover {
  color: #E50011;
}
.wrapper .form .form-group .moxie-shim.moxie-shim-html5,
.wrapper .form-sm .form-group .moxie-shim.moxie-shim-html5 {
  z-index: 1 !important;
}
.wrapper .form .form-group .moxie-shim.moxie-shim-flash,
.wrapper .form-sm .form-group .moxie-shim.moxie-shim-flash {
  z-index: 1 !important;
}
.wrapper .form .form-group .textarea,
.wrapper .form-sm .form-group .textarea {
  width: 333px;
  height: 100px;
  padding: 8px;
  border: 1px solid #ddd;
  resize: none;
  font-size: 14px;
  float: left;
  overflow-y: auto;
}
.wrapper .form .form-group .textarea:focus,
.wrapper .form-sm .form-group .textarea:focus {
  border-color: #E50011;
}
.wrapper .form .form-group .number,
.wrapper .form-sm .form-group .number {
  width: 200px;
}
.wrapper .form .form-group .msg-btn,
.wrapper .form-sm .form-group .msg-btn {
  width: 105px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin-left: 15px;
  font-size: 12px;
  float: left;
}
.wrapper .form .form-group .yzm-img,
.wrapper .form-sm .form-group .yzm-img {
  float: left;
  height: 36px;
  line-height: 36px;
  margin-left: 15px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  border: 1px solid #ddd;
  width: 103px;
  cursor: pointer;
}
.wrapper .form .form-group .tip,
.wrapper .form-sm .form-group .tip {
  width: 450px;
  float: left;
  height: 34px;
  line-height: 34px;
  margin-left: 15px;
  color: #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .form .form-group .tip.Validform_checktip,
.wrapper .form-sm .form-group .tip.Validform_checktip {
  width: auto;
}
.wrapper .form .form-group .tip.Validform_wrong,
.wrapper .form-sm .form-group .tip.Validform_wrong {
  color: #ff0000;
}
.wrapper .form .form-group .tip.Validform_right,
.wrapper .form-sm .form-group .tip.Validform_right {
  color: #71b83d;
}
.wrapper .form .form-group .check,
.wrapper .form-sm .form-group .check {
  text-align: center;
  margin: 0;
  height: auto;
  line-height: auto;
  width: auto;
  margin-left: 345px;
}
.wrapper .form .form-group .check input,
.wrapper .form-sm .form-group .check input {
  width: auto;
  float: none;
  height: 19px;
  line-height: 19px;
  position: relative;
  top: 4px;
  border: none;
  background: none;
  padding: 0;
}
.wrapper .form .css-recruit,
.wrapper .form-sm .css-recruit {
  margin: 0 auto 15px !important;
  width: 90%;
}
.wrapper .form .css-recruit label,
.wrapper .form-sm .css-recruit label {
  position: absolute;
  left: -75px;
  text-align: right;
}
.wrapper .form .form-text,
.wrapper .form-sm .form-text {
  width: 700px;
  margin: 0 auto 15px;
  background-color: #e1f9ff;
  border: 1px solid #029BDE;
  height: auto;
  line-height: normal;
  padding: 10px 15px;
  text-align: center;
}
.wrapper .form .submit,
.wrapper .form-sm .submit {
  width: 320px;
  margin: 15px 0 30px 345px;
}
.wrapper .tbox {
  width: 800px;
  padding: 65px 0;
  margin: 0 auto;
  text-align: center;
}
.wrapper .tbox div {
  font-size: 16px;
  margin: 10px 0 40px;
}
.wrapper .tbox div .pl {
  width: 317px;
  margin: 0 auto;
}
.wrapper .tbox div .pl li {
  float: right;
  width: 150px;
  text-align: center;
  margin-right: -75px;
}
.wrapper .tbox div .pl li:first-child {
  float: left;
  margin-left: -75px;
}
.wrapper .tbox .btn {
  margin-top: 10px;
}
.wrapper .tbox p {
  margin-top: 5px;
}
.wrapper .tbox p + .btn {
  margin-top: 10px;
}
.wrapper .tbox .info .form .form-group label {
  width: 230px;
}
.wrapper .tbox .info .form .form-group .tip {
  margin-left: 245px;
  font-size: 14px;
  text-align: left;
}
.wrapper .tbox .info .form .form-group .check {
  width: 100%;
  text-align: left;
  margin-left: 245px;
}
.wrapper .tbox .info .form .form-group .submit {
  text-align: left;
  margin-left: 245px;
}
.wrapper .tbox .info .form .form-group .input_major {
  border-color: #eee !important;
}
.wrapper .tbox .info .form .form-group .input_major #btn_IndustryID {
  background-color: #f9f9f9 !important;
}
.wrapper .tbox .info .form .form-group textarea {
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 6px;
  resize: none;
  background-color: #fff;
}
.wrapper .tbox .info .form .form-group textarea:focus {
  border-color: 1px solid #E50011;
}
.wrapper .form-sm .form-group label {
  width: 235px;
}
.wrapper .form-sm .form-group input {
  width: 318px;
}
.wrapper .form-sm .form-group .textarea-tip {
  overflow: initial;
  white-space: inherit;
  line-height: inherit;
}
.wrapper .form-sm .form-group .tip {
  width: 250px;
}
.wrapper .form-sm .form-group .tip.Validform_checktip {
  width: auto !important;
}
.wrapper .form-sm .form-group .tip.Validform_wrong {
  color: #ff0000;
}
.wrapper .form-sm .form-group .tip.Validform_right {
  color: #71b83d;
}
.wrapper .form-sm .form-title {
  border-bottom: 1px dashed #ccc;
  margin: 10px 40px 20px 40px;
  font-size: 16px !important;
  font-weight: bold;
  padding-bottom: 10px;
}
.wrapper .form-sm .submit {
  margin-left: 250px;
}
.main-content {
  position: relative;
}
.main-content .sites-container {
  display: table;
  width: 1200px;
  margin: 0 auto 10px;
}
.main-content .sites-container .sidenav {
  display: table-cell;
  width: 200px;
  height: auto;
  background-color: #fff;
  vertical-align: top;
}
.main-content .sites-container .sidenav .subnav {
  width: 100%;
  margin: 0;
  height: auto;
  background-color: #fff;
}
.main-content .sites-container .sidenav .subnav li {
  float: none;
  display: block;
  border-right: none;
  border-bottom: 1px solid #eee;
  border-top: none;
  min-height: 38px;
  line-height: normal;
  height: auto;
  padding: 10px 0;
}
.main-content .sites-container .sidenav .subnav li a {
  color: #555;
  padding: 0 15px;
  font-size: 16px;
  display: block;
}
.main-content .sites-container .sidenav .subnav li:hover {
  border: none;
  background-color: #E50011;
  color: #fff;
}
.main-content .sites-container .sidenav .subnav li:hover a {
  color: #fff;
}
.main-content .sites-container .sidenav .subnav li a:hover {
  background-color: #E50011;
  color: #fff;
}
.main-content .sites-container .sidenav .subnav li.current {
  border: none;
  background-color: #E50011;
  color: #fff;
}
.main-content .sites-container .sidenav .subnav li.current a {
  background: none;
  color: #fff;
}
.main-content .sites-container .sidenav + div {
  display: table-cell;
}
.main-content .sites-container .sidenav + div .container {
  width: auto;
  border-top: none;
  margin-left: 10px;
}
.main-content .sites-container .sidenav + div .container .content {
  margin-bottom: 0;
}
.main-content .sites-container .sidenav + div .container .content .panel {
  margin-top: 10px;
}
.main-content .sites-container .query-wrapper {
  margin-top: 15px;
}
.main-content .img-banner {
  width: 100%;
  height: 220px;
  margin: 15px auto 0;
}
.main-content .img-banner img {
  width: 100%;
  height: 220px;
  display: block;
  border: none;
}
.main-content .css-thumbnaillist {
  margin: 0;
}
.main-content .css-thumbnaillist .banner-bot {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding-bottom: 18px;
}
.main-content .css-thumbnaillist .corpcount-outer {
  text-align: center;
}
.main-content .css-thumbnaillist .banner-bot .corpcount {
  background-color: #e2f3fb;
  border-radius: 6px;
  color: #03a9f5;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 20px auto 12px;
  padding: 0 20px;
}
.main-content .css-thumbnaillist .banner-bot .corpcount .outer-box {
  float: left;
}
.main-content .css-thumbnaillist .banner-bot .corpcount .outer-box + .outer-box {
  margin-left: 28px;
}
.main-content .css-thumbnaillist .banner-bot .corpcount .count-box {
  display: inline-block;
  margin-left: 6px;
}
.main-content .css-thumbnaillist .count-box .count-span {
  background-color: #fff;
  border-left: 1px solid #cddee8;
  border-radius: 6px;
  color: #333;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-right: 4px;
  text-align: center;
  width: 25px;
}
.main-content .css-thumbnaillist .banner-bot .propaganda:first-child {
  line-height: 72px;
  margin-left: 230px;
  margin-right: 30px;
  min-height: 20px;
  width: 575px;
  text-align: center;
}
.main-content .css-thumbnaillist .banner-bot .propaganda span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  color: red;
  font-size: 16px;
}
.main-content .css-thumbnaillist .banner-bot .btn {
  background: #03a9f5 none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 10px 20px;
  text-align: center;
}
.main-content .css-thumbnaillist .banner-bot .btn:hover {
  background-color: #0088cc;
}
.main-content .css-thumbnaillist .searchbox {
  background-color: #fff;
  margin-top: 15px;
  padding: 20px 20px 0;
  position: relative;
  min-height: 45px\0;
  *zoom: 1;
}
.main-content .css-thumbnaillist .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .css-thumbnaillist .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .css-thumbnaillist .searchbox > ul {
  *zoom: 1;
  background-color: #F6F8FA;
  padding: 20px;
}
.main-content .css-thumbnaillist .searchbox > ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .css-thumbnaillist .searchbox > ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .css-thumbnaillist .searchbox > ul .selectno {
  border: none;
  height: 37px;
}
.main-content .css-thumbnaillist .searchbox > ul .selectno .chosen-container-single .chosen-single {
  height: 37px !important;
  line-height: 37px !important;
}
.main-content .css-thumbnaillist .searchbox > ul > li {
  height: 35px;
  margin: 0 10px 0 0;
  float: left;
  position: relative;
  *zoom: 1;
}
.main-content .css-thumbnaillist .searchbox > ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .css-thumbnaillist .searchbox > ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .css-thumbnaillist .searchbox > ul > li .con {
  padding: 0 10px;
  height: 32px;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
}
.main-content .css-thumbnaillist .searchbox > ul > li input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
  color: #555;
  background: none;
  left: 0;
  top: 0;
}
.main-content .css-thumbnaillist .searchbox > ul > li input:focus {
  border-color: #E50011;
}
.main-content .css-thumbnaillist .searchbox > ul > li img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select {
  left: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container {
  position: static;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container .chosen-drop {
  margin-top: -4px;
  left: 0;
  width: 159px;
  border-left-color: #E50011;
  border-bottom-color: #E50011;
  border-right-color: #E50011;
  border-radius: 0;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  padding: 0 6px;
  width: 134px;
  margin: 5px 0 0 1%;
  height: 27px;
  position: static;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container .chosen-drop .chosen-results {
  float: none;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container .chosen-drop .chosen-results li {
  height: auto;
  margin: 0 !important;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container-single .chosen-single {
  width: 159px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px 0 40px;
  border: 1px solid #dcdfe6;
  box-shadow: none;
  outline: none;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container-single .chosen-single:focus {
  border-color: #E50011;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container-single .chosen-single div b {
  background-position: 0 7px;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container-active .chosen-single {
  border-color: #E50011;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container .chosen-drop {
  width: 100%;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  width: 98%;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container .chosen-drop .chosen-results li {
  width: 100%;
}
.main-content .css-thumbnaillist .searchbox > ul > li .select .chosen-container-single .chosen-single {
  width: 100%;
  background-color: #fff;
}
.main-content .css-thumbnaillist .searchbox > ul .input-inline input {
  position: static;
  width: 47%;
}
.main-content .css-thumbnaillist .searchbox > ul .searchbtn {
  float: left;
}
.main-content .css-thumbnaillist .searchbox > ul .ms-room {
  float: right;
  text-align: right;
  background-color: #08c;
  border-radius: 4px;
}
.main-content .css-thumbnaillist .searchbox > ul .ms-room .btn {
  color: #fff;
  float: none;
  line-height: 20px;
  padding: 8px 15px;
  text-align: right;
}
.main-content .css-thumbnaillist .searchbox > ul .ms-room .btn img {
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  position: static;
}
.main-content .css-thumbnaillist .searchbox > ul .ms-room .btn span {
  font-size: 14px;
  height: 20px;
  vertical-align: middle;
}
.main-content .css-thumbnaillist .searchbox .btn-container {
  width: 100%;
  padding: 0;
}
.main-content .css-thumbnaillist .searchbox .btn-container a,
.main-content .css-thumbnaillist .searchbox .btn-container button,
.main-content .css-thumbnaillist .searchbox .btn-container input {
  margin: 10px 0 0 5px;
}
.main-content .css-thumbnaillist .searchbox .btn-container a:first-child,
.main-content .css-thumbnaillist .searchbox .btn-container button:first-child,
.main-content .css-thumbnaillist .searchbox .btn-container input:first-child {
  margin-left: 0;
}
.main-content .css-thumbnaillist .css-title {
  height: 45px;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 6px 0 0;
  *zoom: 1;
}
.main-content .css-thumbnaillist .css-title:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .css-thumbnaillist .css-title .css-tab {
  height: 45px;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
.main-content .css-thumbnaillist .css-title .css-tab li {
  float: left;
  height: 43px;
  margin-left: 5px;
  position: relative;
}
.main-content .css-thumbnaillist .css-title .css-tab li a {
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0;
  color: #333;
  font-size: 18px;
  text-align: center;
  font-family: "Microsoft YaHei";
}
.main-content .css-thumbnaillist .css-title .css-tab li a img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 5px;
}
.main-content .css-thumbnaillist .css-title .css-tab li a small {
  font-size: 10px;
  font-family: arial;
  padding-left: 5px;
  color: #555;
}
.main-content .css-thumbnaillist .css-title .css-tab li:first-child {
  margin-left: 0;
}
.main-content .css-thumbnaillist .css-title .css-more {
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 2px 20px 2px 0;
  background: url("../i/more-blue.png") no-repeat right center;
}
.main-content .css-thumbnaillist .css-title .css-more img {
  vertical-align: middle;
  margin-left: 5px;
}
.main-content .css-thumbnaillist .css-content {
  padding: 0;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
}
.main-content .css-thumbnaillist .css-content > li {
  width: 23.1%;
  padding: 0 0 0 1.5%;
  float: left;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail {
  display: block;
  padding: 4px;
  margin-top: 15px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail > a img {
  width: 100%;
  height: 170px;
  display: block;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading img {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading .left {
  padding-left: 65px;
  padding-top: 5px;
  padding-bottom: 10px;
  height: 54px;
  overflow: hidden;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading .left h2 {
  padding: 0 0 4px 0;
  font-size: 15px;
  overflow: hidden;
  color: #333;
  height: 38px;
  align-items: center;
  text-overflow: ellipsis;
  display: grid;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading .left span {
  font-size: 12px;
  float: left;
  color: #777;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading .left span:first-child {
  margin-left: 0;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading .left p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  height: 23px;
  *zoom: 1;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading .left p:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .heading .left p:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption {
  padding: 9px;
  color: #333;
  height: 148px;
  overflow: hidden;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption h3 {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: none;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption h3 a {
  color: #333;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption h3 a:hover {
  color: #E50011;
  color: #08c;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .text-muted:first-of-type {
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .hr {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  margin-bottom: 15px;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .list-inline {
  margin: 0 0 0;
  *zoom: 1;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .list-inline:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .list-inline:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .list-inline li {
  width: 50%;
  padding: 0;
  float: right;
  text-align: right;
  font-size: 15px;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .list-inline li:first-child {
  float: left;
  text-align: left;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .list-inline li img {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 5px;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .list-inline li * {
  vertical-align: bottom;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption p {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 8px;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption p img {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption.list {
  height: 150px;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .line {
  position: relative;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .line h4 {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  padding-right: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .line p {
  font-size: 14px;
  padding-right: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .caption .line .btn {
  position: absolute;
  right: 0;
  top: 6px;
  border-radius: 20px;
}
.main-content .css-thumbnaillist .css-content > li .thumbnail .bot {
  background-color: #F6F8FA;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}
.main-content .link-entrance {
  height: 200px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -300px;
}
.main-content .link-entrance li {
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 278px;
  margin: 0 10px;
  text-align: center;
  float: left;
}
.main-content .link-entrance li a {
  display: block;
  height: 100%;
  line-height: 200px;
  font-size: 20px;
}
.main-content .link-entrance li a:hover {
  background-color: #E50011;
  color: #fff;
  border-radius: 20px;
}
.main-content .index-user {
  height: 250px;
  background: url("../i/index-user.png") no-repeat center center;
  overflow: hidden;
}
.main-content .index-user .loginbox {
  width: 235px;
  height: 160px;
  padding: 15px;
  margin-top: 32px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  background: #fff;
  filter: alpha(opacity=80);
  *background: #fff;
  *filter: alpha(opacity=80);
  float: right;
}
.main-content .index-user .loginbox .caption {
  width: 235px;
  margin: 0 auto;
  *zoom: 1;
}
.main-content .index-user .loginbox .caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .index-user .loginbox .caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .index-user .loginbox .caption li {
  width: 117px;
  text-align: center;
  float: left;
}
.main-content .index-user .loginbox .caption li a {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 16px;
}
.main-content .index-user .loginbox .caption li a:hover {
  border-color: #E50011;
}
.main-content .index-user .loginbox .caption .current a {
  color: #E50011;
  border-color: #E50011;
}
.main-content .index-user .loginbox .content {
  padding-top: 30px;
  text-align: center;
}
.main-content .index-user .loginbox .content .btn {
  width: 172px;
  height: 32px;
  line-height: 32px;
  border-radius: 30px;
  font-size: 16px;
}
.main-content .index-user .loginbox .content .bot {
  width: 180px;
  margin: 15px auto 0;
  *zoom: 1;
}
.main-content .index-user .loginbox .content .bot:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .index-user .loginbox .content .bot:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .index-user .loginbox .content .bot a {
  float: left;
}
.main-content .index-user .loginbox .content .bot a:first-child {
  float: right;
}
.main-content .index-user .login-success {
  width: 235px;
  height: 160px;
  padding: 15px;
  margin-top: 32px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  background: #fff;
  filter: alpha(opacity=80);
  *background: #fff;
  *filter: alpha(opacity=80);
  float: right;
  position: relative;
}
.main-content .index-user .login-success img {
  width: 64px;
  height: 64px;
  float: left;
  display: block;
}
.main-content .index-user .login-success ul {
  margin: 10px 0 0 80px;
}
.main-content .index-user .login-success ul li {
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .index-user .login-success .btn-inline {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.main-content .index-user .searchbox {
  float: left;
  width: 805px;
  height: 130px;
  margin-top: 32px;
  padding: 30px 55px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  background: #fff;
  filter: alpha(opacity=80);
  *background: #fff;
  *filter: alpha(opacity=80);
}
.main-content .index-user .searchbox .announcement .animate-txt {
  height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
}
.main-content .index-user .searchbox .announcement .animate-txt li {
  line-height: 24px;
}
.main-content .index-user .searchbox .announcement .animate-txt li img {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.main-content .index-user .searchbox > ul {
  *zoom: 1;
  position: relative;
  height: 75px;
}
.main-content .index-user .searchbox > ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .index-user .searchbox > ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .index-user .searchbox > ul li {
  height: 46px;
  border: 2px solid #E50011;
  overflow: hidden;
  float: left;
}
.main-content .index-user .searchbox > ul li input[type="text"] {
  width: 530px;
  height: 40px;
  line-height: 40px;
  padding: 3px 20px;
  top: 0;
  color: #ccc;
  border: none;
}
.main-content .index-user .searchbox > ul .addplace {
  height: 46px;
  line-height: 46px;
  width: 128px;
  position: relative;
  top: 0;
  left: -2px;
  background-color: #fff;
  border: 2px solid #E50011;
  border-left: none;
}
.main-content .index-user .searchbox > ul .addplace a {
  height: 20px;
  line-height: 20px;
  width: 100px;
  padding-left: 26px;
  border-left: 1px solid #ddd;
}
.main-content .index-user .searchbox > ul .submit {
  position: relative;
  left: -2px;
}
.main-content .index-user .searchbox > ul .submit input[type="submit"] {
  border: none;
  width: 86px;
  height: 46px;
  background: url(../i/btnSearchH.png) no-repeat;
  cursor: pointer;
}
.main-content .index-user .searchbox .hot label {
  float: left;
}
.main-content .index-user .searchbox .hot a {
  color: #E50011;
}
.main-content .classify {
  width: 386px;
  height: 400px;
  margin-top: 15px;
  background-color: #fff;
  float: left;
}
.main-content .classify .caption {
  *zoom: 1;
  height: 45px;
}
.main-content .classify .caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .classify .caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .classify .caption li {
  width: 193px;
  height: 43px;
  line-height: 43px;
  float: left;
  text-align: center;
  background-color: #f2f2f2;
  border-top: 2px solid #e5e5e5;
}
.main-content .classify .caption li a {
  display: block;
  font-size: 16px;
}
.main-content .classify .caption .current {
  background-color: #fff;
  border-top: 2px solid #E50011;
}
.main-content .classify .caption .current a {
  color: #E50011;
  border-color: #E50011;
}
.main-content .classify .content {
  *zoom: 1;
}
.main-content .classify .content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .classify .content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .classify .content ul {
  padding-top: 12px;
  float: left;
}
.main-content .classify .content ul li {
  width: 163px;
  padding: 11px 15px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .banner,
.main-content .sbanner {
  float: right;
  width: 800px;
  height: 400px;
  margin-top: 15px;
  background-color: #fff;
}
.main-content .banner #full-width-slider,
.main-content .sbanner #full-width-slider {
  width: 100%;
  color: #000;
}
.main-content .banner .coloredBlock,
.main-content .sbanner .coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}
.main-content .sbanner {
  float: none;
  width: 1200px;
  height: 250px;
  margin-top: 15px;
  background-color: #fff;
}
.main-content .sbanner .heroSlider .rsOverflow,
.main-content .sbanner .royalSlider.heroSlider {
  width: 100%;
  height: 250px !important;
}
.main-content .recruit .caption,
.main-content .hotjob .caption,
.main-content .jobfair .caption,
.main-content .newslist .caption,
.main-content .talentmarket .caption {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
  padding: 0 15px;
  font-size: 16px;
  color: #E50011;
}
.main-content .recruit .caption img,
.main-content .hotjob .caption img,
.main-content .jobfair .caption img,
.main-content .newslist .caption img,
.main-content .talentmarket .caption img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.main-content .recruit .caption .more,
.main-content .hotjob .caption .more,
.main-content .jobfair .caption .more,
.main-content .newslist .caption .more,
.main-content .talentmarket .caption .more {
  float: right;
  font-size: 14px;
  color: #E50011;
}
.main-content .recruit .content {
  overflow: hidden;
}
.main-content .recruit .content ul {
  *zoom: 1;
}
.main-content .recruit .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .recruit .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .recruit .content ul li {
  float: left;
  background-color: #fff;
  border-left: 1px dashed #ddd;
  border-top: 1px dashed #ddd;
  margin: -1px 0 0 -1px;
}
.main-content .recruit .content ul li a {
  display: block;
  height: 100%;
  line-height: 100%;
}
.main-content .recruit .content ul li img {
  display: block;
}
.main-content .recruit .content .first li {
  width: 400px;
  height: 100px;
  text-align: center;
}
.main-content .recruit .content .first li img {
  display: block;
  border: none;
  margin: 0 auto;
}
.main-content .recruit .content .second li {
  width: 200px;
  height: 100px;
  text-align: center;
}
.main-content .recruit .content .second li img {
  display: block;
  border: none;
  margin: 0 auto;
}
.main-content .hotjob .content {
  overflow: hidden;
}
.main-content .hotjob .content ul {
  *zoom: 1;
}
.main-content .hotjob .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .hotjob .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .hotjob .content ul li {
  float: left;
  background-color: #fff;
  border-left: 1px dashed #ddd;
  border-top: 1px dashed #ddd;
  margin: -1px 0 0 -1px;
  width: 555px;
  padding: 15px 30px 15px 15px;
}
.main-content .hotjob .content ul li .info {
  width: 400px;
}
.main-content .hotjob .content ul li .info p {
  margin-top: 10px;
  color: #888;
}
.main-content .hotjob .content ul li .info p time {
  float: right;
}
.main-content .hotjob .content ul li .info p time i {
  margin-right: 5px;
}
.main-content .hotjob .content ul li .info p span {
  width: 275px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .hotjob .content ul li .info a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #E50011;
  color: #08c;
  font-size: 16px;
}
.main-content .hotjob .content ul li img {
  width: 138px;
  height: 55px;
  float: right;
}
.main-content .sbanner {
  width: 100%;
  height: 250px;
  margin-top: 15px;
  overflow: hidden;
}
.main-content .jobfair .caption ul li {
  float: left;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
  font-size: 16px;
  color: #E50011;
}
.main-content .jobfair .caption ul li:hover {
  border-bottom: 1px solid #E50011;
}
.main-content .jobfair .caption ul .current {
  border-bottom: 1px solid #E50011;
}
.main-content .jobfair .caption ul .current a {
  color: #E50011;
}
.main-content .jobfair .content {
  overflow: hidden;
}
.main-content .jobfair .content ul {
  *zoom: 1;
}
.main-content .jobfair .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .jobfair .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .jobfair .content ul li {
  float: left;
  background-color: #fff;
  border-left: 1px dashed #ddd;
  border-top: 1px dashed #ddd;
  margin: -1px 0 0 -1px;
  width: 555px;
  padding: 15px 30px 15px 15px;
}
.main-content .jobfair .content ul li .info {
  width: 455px;
  float: right;
}
.main-content .jobfair .content ul li .info p {
  margin-top: 6px;
  color: #888;
}
.main-content .jobfair .content ul li .info p i {
  float: left;
  margin: 3px 5px 0 0;
}
.main-content .jobfair .content ul li .info p span {
  width: 440px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .jobfair .content ul li .info a {
  display: block;
  color: #E50011;
  color: #08c;
  font-size: 16px;
  height: 44px;
  overflow: hidden;
}
.main-content .jobfair .content ul li time {
  width: 82px;
  float: left;
  background-color: #e27824;
  color: #fff;
  *zoom: 1;
}
.main-content .jobfair .content ul li time:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .jobfair .content ul li time:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .jobfair .content ul li time b {
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
}
.main-content .jobfair .content ul li time p {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-top: 1px dashed #f1bc92;
}
.main-content .talentmarket {
  margin-bottom: 15px;
}
.main-content .talentmarket .caption ul li {
  float: left;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
  font-size: 16px;
  color: #E50011;
}
.main-content .talentmarket .caption ul li:hover {
  border-bottom: 1px solid #E50011;
}
.main-content .talentmarket .caption ul .current {
  border-bottom: 1px solid #E50011;
}
.main-content .talentmarket .caption ul .current a {
  color: #E50011;
}
.main-content .talentmarket .content {
  overflow: hidden;
  *zoom: 1;
}
.main-content .talentmarket .content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .talentmarket .content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .talentmarket .content ul {
  background-color: #fff;
  padding-bottom: 15px;
  float: left;
}
.main-content .talentmarket .content ul li {
  background-color: #fff;
  width: 570px;
  padding: 15px 15px 0 15px;
  border-left: 1px dashed #ddd;
  margin: -1px 0 0 -1px;
  float: left;
}
.main-content .talentmarket .content ul li a,
.main-content .talentmarket .content ul li span,
.main-content .talentmarket .content ul li time {
  display: block;
  float: left;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .talentmarket .content ul li a {
  width: 280px;
}
.main-content .talentmarket .content ul li span {
  width: 155px;
}
.main-content .talentmarket .content ul li time {
  width: 85px;
}
.main-content .login-page,
.main-content .register-page {
  min-height: 100%;
  background: url("../i/login-bg.png") no-repeat;
  background-size: cover;
  position: relative;
}
.main-content .login-page .login-box,
.main-content .register-page .login-box {
  width: 280px;
  /* height       : 325px; */
  margin: 34px 30px 34px 0;
  border-radius: 5px;
  padding: 20px 35px 20px;
  background-color: #fff;
}
.main-content .login-page .login-box .title,
.main-content .register-page .login-box .title {
  font-size: 20px;
}
.main-content .login-page .login-box .content,
.main-content .register-page .login-box .content {
  margin-top: 20px;
  *zoom: 1;
}
.main-content .login-page .login-box .content:after,
.main-content .register-page .login-box .content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .login-page .login-box .content:after,
.main-content .register-page .login-box .content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .login-page .login-box .content ul,
.main-content .register-page .login-box .content ul {
  float: left;
}
.main-content .login-page .login-box .content ul li,
.main-content .register-page .login-box .content ul li {
  width: 279px;
  height: 36px;
  margin-bottom: 15px;
  position: relative;
  *zoom: 1;
}
.main-content .login-page .login-box .content ul li:after,
.main-content .register-page .login-box .content ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .login-page .login-box .content ul li:after,
.main-content .register-page .login-box .content ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .login-page .login-box .content ul li input,
.main-content .register-page .login-box .content ul li input {
  width: 223px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px 0 40px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  color: #555;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.main-content .login-page .login-box .content ul li input:focus,
.main-content .register-page .login-box .content ul li input:focus {
  border-color: #E50011;
}
.main-content .login-page .login-box .content ul li img,
.main-content .register-page .login-box .content ul li img {
  float: left;
  top: 10px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .login-page .login-box .content ul li .yzm-input,
.main-content .register-page .login-box .content ul li .yzm-input {
  width: 110px;
}
.main-content .login-page .login-box .content ul li .yzm-img,
.main-content .register-page .login-box .content ul li .yzm-img {
  width: 100px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: static;
  float: right;
  cursor: pointer;
}
.main-content .login-page .login-box .content ul li .select,
.main-content .register-page .login-box .content ul li .select {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-content .login-page .login-box .content ul li .select .chosen-container,
.main-content .register-page .login-box .content ul li .select .chosen-container {
  position: static;
}
.main-content .login-page .login-box .content ul li .select .chosen-container .chosen-drop,
.main-content .register-page .login-box .content ul li .select .chosen-container .chosen-drop {
  margin-top: -2px;
  left: 0;
  width: 280px;
  border-left-color: #E50011;
  border-bottom-color: #E50011;
  border-right-color: #E50011;
  border-radius: 0;
}
.main-content .login-page .login-box .content ul li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input,
.main-content .register-page .login-box .content ul li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  padding: 0 6px;
  width: 264px;
  margin: 5px 0 0 3px;
  height: 27px;
  position: static;
}
.main-content .login-page .login-box .content ul li .select .chosen-container .chosen-drop .chosen-results,
.main-content .register-page .login-box .content ul li .select .chosen-container .chosen-drop .chosen-results {
  float: none;
}
.main-content .login-page .login-box .content ul li .select .chosen-container .chosen-drop .chosen-results li,
.main-content .register-page .login-box .content ul li .select .chosen-container .chosen-drop .chosen-results li {
  height: auto;
  margin: 0 !important;
}
.main-content .login-page .login-box .content ul li .select .chosen-container-single .chosen-single,
.main-content .register-page .login-box .content ul li .select .chosen-container-single .chosen-single {
  width: 280px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px 0 40px;
  border: 1px solid #dcdfe6;
  box-shadow: none;
  outline: none;
  color: #888;
  background: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
.main-content .login-page .login-box .content ul li .select .chosen-container-single .chosen-single:focus,
.main-content .register-page .login-box .content ul li .select .chosen-container-single .chosen-single:focus {
  border-color: #E50011;
}
.main-content .login-page .login-box .content ul li .select .chosen-container-single .chosen-single div b,
.main-content .register-page .login-box .content ul li .select .chosen-container-single .chosen-single div b {
  background-position: 0 9px;
}
.main-content .login-page .login-box .content ul li .select .chosen-container-active .chosen-single,
.main-content .register-page .login-box .content ul li .select .chosen-container-active .chosen-single {
  border-color: #E50011;
}
.main-content .login-page .login-box .content ul li .select img,
.main-content .register-page .login-box .content ul li .select img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .login-page .login-box .content .btn,
.main-content .register-page .login-box .content .btn {
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
}
.main-content .login-page .login-box .content .btn.msg-btn,
.main-content .register-page .login-box .content .btn.msg-btn {
  font-size: 12px !important;
  padding: 0 !important;
}
.main-content .login-page .login-box .content .list-inline,
.main-content .register-page .login-box .content .list-inline {
  width: 100%;
  padding: 0;
  margin: 10px auto 0;
  *zoom: 1;
  display: flex;
}
.main-content .login-page .login-box .content .list-inline:after,
.main-content .register-page .login-box .content .list-inline:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .login-page .login-box .content .list-inline:after,
.main-content .register-page .login-box .content .list-inline:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .login-page .login-box .content .list-inline li,
.main-content .register-page .login-box .content .list-inline li {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  height: auto;
  flex: auto;
}
.main-content .login-page .login-box .content .list-inline li:first-child,
.main-content .register-page .login-box .content .list-inline li:first-child {
  text-align: left;
}
.main-content .login-page .login-box .content .list-inline li:last-child,
.main-content .register-page .login-box .content .list-inline li:last-child {
  text-align: right;
}
.main-content .login-page .login-box .wechat-icon,
.main-content .register-page .login-box .wechat-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 159px;
  height: 51px;
  background: url("/static/hljbys-jy/i/wechat-icon.png") no-repeat;
}
.main-content .login-page .login-box .wechat-icon span,
.main-content .register-page .login-box .wechat-icon span {
  position: absolute;
  top: 2px;
  left: 23px;
  color: #333;
  font-weight: 500;
  font-size: 12px;
}
.main-content .login-page .left,
.main-content .register-page .left {
  width: 722px;
  height: 404px;
  margin: 64px 0 0 30px;
  float: left;
  text-align: center;
}
.main-content .login-page .left img,
.main-content .register-page .left img {
  max-width: 100%;
  max-height: 100%;
}
.main-content .register {
  /* margin: 30px 0; */
  overflow: visible;
}
.main-content .register .caption {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #E50011;
  margin-top: 15px;
  padding: 0 15px;
  font-size: 16px;
  color: #E50011;
  background: #fafafa;
}
.main-content .register .caption img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.main-content .register .caption .more {
  float: right;
  font-size: 14px;
  color: #555;
}
.main-content .register .content {
  /* padding-bottom: 45px; */
  background-color: #fff;
  *zoom: 1;
}
.main-content .register .content .procedure {
  padding: 50px 0 30px 0;
  border-bottom: 1px solid #ddd;
}
.main-content .register .content .procedure ul {
  width: 850px;
  margin: 0 auto;
}
.main-content .register .content .procedure ul li {
  width: 282px;
  height: 50px;
  float: left;
  text-align: center;
  position: relative;
}
.main-content .register .content .procedure ul li span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  display: block;
}
.main-content .register .content .procedure ul li p {
  height: 24px;
  line-height: 24px;
}
.main-content .register .content .procedure ul li .line {
  height: 3px;
  width: 130px;
  background-color: #bdbdbd;
}
.main-content .register .content .procedure ul li .lightline {
  height: 3px;
  width: 130px;
  background-color: #34a1df;
}
.main-content .register .content .procedure ul li .left {
  position: absolute;
  left: 0;
  top: 12px;
}
.main-content .register .content .procedure ul li .right {
  position: absolute;
  right: 0;
  top: 12px;
}
.main-content .register .content .choosebox {
  margin: 0 auto;
  padding: 45px 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.main-content .register .content .choosebox > .link {
  overflow: hidden;
  width: 265px;
  height: 280px;
  text-align: center;
  margin: 0 10px;
  font-size: 18px;
  display: inline-block;
  background-color: #eee;
  color: #000;
}
.main-content .register .content .choosebox > .link .fa {
  display: block;
  margin: 60px 0 5px 0;
  font-size: 70px;
  color: #333;
}
.main-content .register .content .choosebox > .link p {
  font-size: 12px;
  color: #555;
  margin-top: 15px;
  padding: 0 10px;
}
.main-content .register .css-end {
  padding: 0 30px;
}
.main-content .register .css-end .text-red {
  color: #f2572d !important;
}
.main-content .register .css-end .text-success {
  color: #71b83d !important;
}
.main-content .register .css-end .icon-ok-sign {
  color: #71b83d;
}
.main-content .register .css-end a.link {
  color: #00abd8;
}
.main-content .register .css-end .btn {
  background-color: #00abd8;
  border: 0;
  box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  overflow: visible;
  padding: 6px 20px;
}
.main-content .register .css-end ul {
  margin-top: 15px;
}
.main-content .register .css-end ul li {
  margin-bottom: 1px;
  width: 16%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.main-content .register .css-end ul li .btn {
  display: block;
  text-align: center;
}
.main-content .default {
  margin: 30px 0;
}
.main-content .default .caption {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #E50011;
  margin-top: 15px;
  padding: 0 15px;
  font-size: 16px;
  color: #E50011;
  background: #fafafa;
}
.main-content .default .caption img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.main-content .default .caption .more {
  float: right;
  font-size: 14px;
  color: #555;
}
.main-content .default .content {
  overflow: hidden;
  padding-bottom: 45px;
  background-color: #fff;
}
.main-content .schoollist .content {
  padding: 20px;
}
.main-content .schoollist .content .group {
  border: 1px solid #ddd;
  margin-bottom: -1px;
  min-height: 35px;
  *zoom: 1;
}
.main-content .schoollist .content .group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .schoollist .content .group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .schoollist .content .group ul {
  width: 950px;
  height: 100%;
  min-height: 35px;
  float: right;
  border-left: 1px solid #ddd;
}
.main-content .schoollist .content .group ul li {
  float: left;
  width: 315px;
}
.main-content .schoollist .content .group ul li a {
  padding: 8px 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .schoollist .content .group .area {
  line-height: 35px;
  height: 100%;
  text-align: center;
  font-weight: bolder;
  font-size: 16px;
  color: #E50011;
}
.main-content .list-page > .container {
  border-top: 1px solid transparent;
}
.main-content .list-page > .container form + .content-jobfair {
  margin-top: -30px;
}
.main-content .list-page .searchbox {
  background-color: #fff;
  margin: 0 0 0;
  padding-bottom: 15px;
  *zoom: 1;
}
.main-content .list-page .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .searchbox ul {
  float: left;
}
.main-content .list-page .searchbox ul > li {
  height: 40px;
  margin: 20px 0 0 20px;
  float: left;
  position: relative;
  *zoom: 1;
}
.main-content .list-page .searchbox ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .searchbox ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .searchbox ul > li input {
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 40px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  color: #555;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .searchbox ul > li input:focus {
  border-color: #E50011;
}
.main-content .list-page .searchbox ul > li i {
  width: 92%;
  padding: 0 4%;
  display: block;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .searchbox ul > li img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .list-page .searchbox ul > li .select {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-content .list-page .searchbox ul > li .select .chosen-container {
  position: static;
}
.main-content .list-page .searchbox ul > li .select .chosen-container .chosen-drop {
  margin-top: -2px;
  left: 0;
  border-left-color: #E50011;
  border-bottom-color: #E50011;
  border-right-color: #E50011;
  border-radius: 0;
}
.main-content .list-page .searchbox ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  padding: 0 6px;
  margin: 5px 0 0 3px;
  height: 27px;
  position: static;
}
.main-content .list-page .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results {
  float: none;
}
.main-content .list-page .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results li {
  height: auto;
  margin: 0 !important;
}
.main-content .list-page .searchbox ul > li .select .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 40px;
  border: 1px solid #dcdfe6;
  box-shadow: none;
  outline: none;
  color: #888;
  background: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
.main-content .list-page .searchbox ul > li .select .chosen-container-single .chosen-single:focus {
  border-color: #E50011;
}
.main-content .list-page .searchbox ul > li .select .chosen-container-single .chosen-single div b {
  background-position: 0 9px;
}
.main-content .list-page .searchbox ul > li .select .chosen-container-active .chosen-single {
  border-color: #E50011;
}
.main-content .list-page .searchbox ul > li .select img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .list-page .searchbox ul > li input {
  width: 100%;
}
.main-content .list-page .searchbox ul > li .select .chosen-container .chosen-drop {
  width: 100%;
}
.main-content .list-page .searchbox ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  width: 98%;
}
.main-content .list-page .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results li {
  width: 100%;
}
.main-content .list-page .searchbox ul > li .select .chosen-container-single .chosen-single {
  width: 100%;
}
.main-content .list-page .searchbox ul .keywords img {
  display: none;
}
.main-content .list-page .searchbox ul .keywords input {
  padding: 0 3%;
}
.main-content .list-page .searchbox .btn {
  float: left;
  margin: 20px 0 0 20px;
}
.main-content .list-page .selector {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 0 15px 15px;
  overflow: visible;
}
.main-content .list-page .selector .group {
  *zoom: 1;
  margin: 0 0 0 5px;
  position: relative;
}
.main-content .list-page .selector .group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .selector .group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .selector .group:first-child {
  margin-top: 0;
}
.main-content .list-page .selector .group label {
  float: left;
  height: 38px;
  line-height: 38px;
}
.main-content .list-page .selector .group .group-line.ax-menu.ax-menu-row li {
  z-index: 1;
  width: max-content;
}
.main-content .list-page .selector .group .group-line.ax-menu.ax-menu-row > li a {
  padding-right: 10px;
  padding-left: 10px;
}
.main-content .list-page .selector .group .group-line.ax-menu.ax-menu-row ul {
  width: max-content;
  min-width: 120px;
  top: calc(100% + 0px);
  border-top: none;
  border-radius: 0;
}
.main-content .list-page .selector .group .group-line.ax-menu.ax-menu-row ul li {
  width: 100%;
  border: none;
}
.main-content .list-page .selector .group .group-line.ax-menu.ax-menu-row ul li.ax-active {
  background-color: #fff;
}
.main-content .list-page .selector .group .group-line.ax-menu.ax-menu-row ul li.ax-active a {
  background-color: #fff;
}
.main-content .list-page .selector .group .group-line.ax-menu.ax-menu-row ul li.ax-active a:hover {
  color: #E50011 !important;
}
.main-content .list-page .selector .group .group-line.ax-menu.ax-menu-row ul li.ax-active a:hover span {
  color: #E50011 !important;
}
.main-content .list-page .selector .group .contor {
  margin-bottom: 0;
}
.main-content .list-page .selector .group .contor .no-limit {
  border-radius: 3px;
  color: #999;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  height: auto;
  line-height: normal;
  text-align: center;
  width: 50px;
  vertical-align: top;
  margin-top: 10px;
}
.main-content .list-page .selector .group .contor ul {
  overflow: hidden;
  width: 970px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.main-content .list-page .selector .group .contor ul li {
  float: left;
  margin-left: 5px;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
}
.main-content .list-page .selector .group .contor ul li a {
  color: #777;
  padding: 0 8px;
  border-radius: 3px;
}
.main-content .list-page .selector .group .contor ul li a:hover {
  color: #E50011;
}
.main-content .list-page .selector .group .contor ul .current {
  background-color: #E50011;
  color: #fff;
}
.main-content .list-page .selector .group .contor ul .current a {
  background-color: #E50011;
  color: #fff;
}
.main-content .list-page .selector .group .contor ul .current a:hover {
  color: #fff;
}
.main-content .list-page .selector .group .contor .current {
  background-color: #E50011;
  color: #fff;
}
.main-content .list-page .selector .group .contor.open ul {
  height: auto;
}
.main-content .list-page .selector .group .shrink {
  position: absolute;
  line-height: 38px;
  right: 15px;
  top: 0;
  color: #FE7C49 !important;
  color: #E50011;
}
.main-content .list-page .selector .group .shrink:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background: url(../i/icon_down.png) no-repeat;
  top: -2px;
  position: relative;
}
.main-content .list-page .selector .group .shrink.open:after {
  background: url(../i/icon_down.png) 0 -6px no-repeat;
}
.main-content .list-page .content {
  margin-bottom: 15px;
}
.main-content .list-page .content .job-box {
  *zoom: 1;
}
.main-content .list-page .content .job-box:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .content .job-box:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .content .job-box .maininfo {
  float: left;
}
.main-content .list-page .content .job-box .maininfo .list {
  float: none;
  padding: 0;
}
.main-content .list-page .content .job-box .maininfo .list li {
  position: relative;
}
.main-content .list-page .content .job-box .maininfo .list li .selected-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
.main-content .list-page .content .job-box .maininfo .list li .selected-status.hover-job {
  background: url("../i/job-site-sprite.png") no-repeat left top;
  background-position: -47px 0px;
}
.main-content .list-page .content .job-box .maininfo .list li .selected-status.selected-job {
  background: url("../i/job-site-sprite.png") no-repeat left top;
  background-position: -47px -34px;
}
.main-content .list-page .content .job-box .maininfo .job-action-container {
  display: flex;
  background-color: #fff;
}
.main-content .list-page .content .job-box .maininfo .job-action-container .left {
  display: flex;
}
.main-content .list-page .content .job-box .maininfo .job-action-container .left li {
  margin-left: 20px;
  cursor: pointer;
}
.main-content .list-page .content .job-box .maininfo .job-action-container .left li label {
  display: flex;
  align-items: center;
}
.main-content .list-page .content .job-box .jobspace .list > li .left {
  width: 840px;
}
.main-content .list-page .content .job-box .jobspace .list > li .left .job .name {
  width: 330px;
}
.main-content .list-page .content .job-box .jobspace .list > li .left .job .company {
  width: 420px !important;
}
.main-content .list-page .content .job-box .jobspace .list > li .left .job div.clearfix {
  width: 330px;
}
.main-content .list-page .content .job-box .list {
  width: 840px;
  float: left;
}
.main-content .list-page .content .list {
  padding: 0 30px 20px 30px;
  background-color: #fff;
  min-height: 200px;
}
.main-content .list-page .content .list ul:last-child li {
  border: none;
}
.main-content .list-page .content .list > li {
  padding: 20px 0;
  border-bottom: 1px dashed #dedede;
}
.main-content .list-page .content .list > li:last-child {
  border-bottom: none;
}
.main-content .list-page .content .list > li .left {
  width: 730px;
}
.main-content .list-page .content .list > li .left .job {
  *zoom: 1;
  padding-left: 12px;
}
.main-content .list-page .content .list > li .left .job:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .content .list > li .left .job:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .content .list > li .left .job .logo {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border: 1px solid #ddd;
}
.main-content .list-page .content .list > li .left .job .logo img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.main-content .list-page .content .list > li .left .job .name {
  font-size: 16px;
  padding-right: 0;
  width: 370px;
  float: left;
}
.main-content .list-page .content .list > li .left .job .name > a {
  font-weight: 400;
  max-width: 250px;
  padding-right: 10px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .content .list > li .left .job .name span {
  float: left;
  margin: 0;
  padding: 0 10px;
}
.main-content .list-page .content .list > li .left .job .name small {
  margin-left: 15px;
}
.main-content .list-page .content .list > li .left .job .name.name-hover {
  width: auto;
}
.main-content .list-page .content .list > li .left .job .name-hover {
  position: relative;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop {
  border: 2px #E50011 solid;
  position: absolute;
  z-index: 10004;
  background: #fff;
  width: 670px;
  padding: 15px;
  box-shadow: 0 2px 5px #999;
  line-height: 22px;
  display: none;
  left: 104px;
  top: 0;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .pop_arrow {
  display: inline-block;
  width: 11px;
  height: 17px;
  position: absolute;
  background: url(../i/arr-left1.png) 0px 0 no-repeat;
  margin-left: -25px;
  margin-top: -4px;
  display: none;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
  *zoom: 1;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title .j-right {
  float: right;
  width: auto;
  padding-right: 0;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title .j-right a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title .j-right span {
  float: none;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title .j-left {
  float: left;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title .j-left .cname {
  color: #999;
  font-size: 14px;
  display: block;
  padding: 0;
  width: 100%;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-title .j-left .jname {
  font-size: 16px;
  color: #333;
  margin-top: 3px;
  float: none;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-detail {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
  *zoom: 1;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-detail:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-detail:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-detail .dl-horizontal {
  width: 50%;
  float: left;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-detail .dl-horizontal dt {
  width: 80px;
  color: #999;
  text-align: left;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-detail .dl-horizontal dd {
  margin-left: 80px;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-tag {
  padding-top: 15px;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-tag em {
  font-style: normal;
  padding: 3px 8px;
  border: 1px solid #E50011;
  font-size: 12px;
  color: #E50011;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-res {
  padding: 10px 0;
  color: #333;
  height: auto;
  overflow: auto;
}
.main-content .list-page .content .list > li .left .job .name-hover .job-pop .containers .job-res .tit {
  margin-bottom: 5px;
  display: block;
  color: #999;
}
.main-content .list-page .content .list > li .left .job .name-hover.on .job-pop {
  display: block;
}
.main-content .list-page .content .list > li .left .job div.clearfix {
  width: 355px;
  height: 27px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .content .list > li .left .job span {
  float: left;
  margin: 8px 15px 0 0;
}
.main-content .list-page .content .list > li .left .job ul {
  float: left;
  margin-top: 10px;
  width: 275px;
  height: 19px;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .content .list > li .left .job ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 2px 0 0 0;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  border: none;
  border-left: 1px solid #ddd;
  color: #777;
  color: #9fa3b0;
  font-size: 12px;
  margin: 0;
}
.main-content .list-page .content .list > li .left .job ul li:first-child {
  border: none;
  padding-left: 0;
}
.main-content .list-page .content .list > li .left .job .company {
  width: 280px;
  float: right;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .content .list > li .left .job .company a {
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .content .list > li .left .job .company div.clearfix {
  width: 265px;
  height: 27px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .content .list > li .left .job .company ul {
  margin-top: 10px;
  width: 275px;
  height: 19px;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .content .list > li .left .job .company ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 0 10px;
  margin: 2px 0 0;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.main-content .list-page .content .list > li .left .job .company ul li:first-child {
  border: none;
  padding-left: 0;
}
.main-content .list-page .content .list > li .right {
  float: right;
  text-align: center;
  padding-right: 12px;
}
.main-content .list-page .content .list > li .right a.btn {
  padding: 6px 12px;
  border-radius: 4px;
}
.main-content .list-page .content .list > li .right p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.main-content .list-page .content .list > li .right p a {
  color: #9fa3b0;
}
.main-content .list-page .content .list > li .right p a:hover {
  color: #E50011;
}
.main-content .list-page .content .list > li .right p i {
  margin-right: 5px;
}
.main-content .list-page .content .list > li .right .time-muted {
  color: #9fa3b0;
  font-size: 12px;
  margin-top: 12px;
}
.main-content .list-page .content .panel {
  margin-top: 20px;
  background-color: #fff;
}
.main-content .list-page .content .panel .panel-heading {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
  padding: 0 20px;
  font-size: 16px;
}
.main-content .list-page .content .panel .panel-heading .more {
  float: right;
  font-size: 14px;
}
.main-content .list-page .content .panel .panel-body .searchbox {
  background-color: #fff;
  margin-bottom: 15px;
  *zoom: 1;
}
.main-content .list-page .content .panel .panel-body .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .content .panel .panel-body .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .content .panel .panel-body .searchbox ul {
  float: left;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li {
  width: 279px;
  height: 38px;
  margin: 20px 0 0 20px;
  float: left;
  position: relative;
  *zoom: 1;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li input {
  width: 223px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px 0 40px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  color: #555;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li input:focus {
  border-color: #E50011;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container {
  position: static;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop {
  margin-top: -2px;
  left: 0;
  width: 280px;
  border-left-color: #E50011;
  border-bottom-color: #E50011;
  border-right-color: #E50011;
  border-radius: 0;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  padding: 0 6px;
  width: 264px;
  margin: 5px 0 0 3px;
  height: 27px;
  position: static;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results {
  float: none;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results li {
  height: auto;
  margin: 0 !important;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container-single .chosen-single {
  width: 280px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  border: 1px solid #dcdfe6;
  box-shadow: none;
  outline: none;
  color: #888;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container-single .chosen-single:focus {
  border-color: #E50011;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container-single .chosen-single div b {
  background-position: 0 9px;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select .chosen-container-active .chosen-single {
  border-color: #E50011;
}
.main-content .list-page .content .panel .panel-body .searchbox ul > li .select img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .list-page .content .panel .panel-body .searchbox ul .keywords {
  width: 256px;
}
.main-content .list-page .content .panel .panel-body .searchbox ul .keywords input {
  width: 200px;
}
.main-content .list-page .content .panel .panel-body .searchbox .btn {
  border-radius: 4px;
  float: left;
  margin: 20px 0 0 20px;
}
.main-content .list-page .content .panel .panel-body .title {
  border-bottom: 1px solid #eee;
}
.main-content .list-page .content .panel .panel-body .title li {
  float: left;
  line-height: 26px;
  padding: 10px 0;
  margin-left: 15px;
}
.main-content .list-page .content .panel .panel-body .title li span {
  padding: 0 5px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .list-page .content .panel .panel-body .title + .list {
  padding-left: 0;
  padding-right: 0;
}
.main-content .list-page .content .panel .panel-body .title + .list > ul {
  border-bottom: 1px dashed #eee;
}
.main-content .list-page .content .panel .panel-body .title + .list > ul li {
  border: none;
}
.main-content .list-page .content .panel .panel-body .list ul li {
  float: left;
  line-height: 26px;
  padding: 10px 0;
  margin-left: 15px;
  border-bottom: 1px dashed #eee;
}
.main-content .list-page .content .panel .panel-body .list ul li span {
  display: block;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main-content .list-page .content .panel .panel-body .list ul li a {
  display: block;
  padding: 0 5px;
}
.main-content .list-page .content .panel .panel-body .list ul li a.btn {
  border-radius: 4px;
  display: inline;
  padding: 2px 12px;
  font-size: 13px;
}
.main-content .list-page .content .panel .panel-body .list ul:last-child li {
  border: none;
}
.main-content .list-page .content-sm {
  width: 100%;
  float: right;
}
.main-content .list-page .content-sm .panel {
  margin-top: 0;
  background-color: #fff;
}
.main-content .list-page .content-sm .panel .panel-body {
  padding: 15px;
}
.main-content .list-page .content-sm .panel .panel-body .title {
  background-color: #F7F7F7;
}
.main-content .list-page .content-sm .panel .panel-body .title li {
  padding: 5px 0;
}
.main-content .list-page .content-sm .panel .panel-body .list {
  float: none;
  width: auto;
  padding: 0;
}
.main-content .list-page .content-sm .panel .panel-body .list ul {
  border-bottom: 1px dashed #eee;
}
.main-content .list-page .content-sm .panel .panel-body .list ul:last-child {
  border-bottom: none;
}
.main-content .list-page .content-sm .panel .panel-body .list ul li {
  border: none;
}
.main-content .list-page .choose-areanav {
  float: left;
  width: 200px;
  margin-bottom: 15px;
}
.main-content .list-page .choose-areanav .panel .panel-heading {
  background-color: #E50011;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  font-size: 16px;
}
.main-content .list-page .choose-areanav .panel .panel-heading i.fa {
  margin-right: 5px;
}
.main-content .list-page .choose-areanav .panel .list-group li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  font-size: 14px;
}
.main-content .list-page .sidenav {
  width: 200px;
  height: 100%;
  min-height: 60px;
  margin-bottom: 15px;
  background-color: #fff;
  float: left;
}
.main-content .list-page .sidenav .caption {
  background-color: #E50011;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  font-size: 16px;
}
.main-content .list-page .sidenav .caption img {
  margin-right: 8px;
}
.main-content .list-page .sidenav .panel {
  border: none;
}
.main-content .list-page .sidenav .panel .panel-heading {
  color: #E50011;
  background-color: #efefef;
  padding: 10px 15px;
  height: auto;
  line-height: normal;
  font-size: 14px;
}
.main-content .list-page .sidenav .panel ul li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 14px;
}
.main-content .list-page .sidenav .panel ul li img {
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.main-content .list-page .content-jobfair {
  background-color: #fff;
  padding-top: 15px;
}
.main-content .list-page .content-jobfair .list {
  padding: 0;
}
.main-content .list-page .content-jobfair .list li {
  margin-bottom: 0;
  background-color: #fff;
  position: relative;
  padding: 20px 50px 20px 20px;
  *zoom: 1;
}
.main-content .list-page .content-jobfair .list li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .list-page .content-jobfair .list li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .list-page .content-jobfair .list li .right a.btn + a.btn {
  margin-top: 10px;
}
.main-content .list-page .content-jobfair .list li .left {
  width: auto;
}
.main-content .list-page .content-jobfair .list li .date {
  width: 90px;
  height: 90px;
  background: url("../i/valid-date.png") no-repeat;
  border-radius: 5px;
  text-align: center;
  float: left;
}
.main-content .list-page .content-jobfair .list li .date p {
  color: #fff;
  height: 25px;
  line-height: 25px;
}
.main-content .list-page .content-jobfair .list li .date b {
  display: block;
  font-size: 30px;
  color: #000;
}
.main-content .list-page .content-jobfair .list li .slogo {
  width: 200px;
  height: 100px;
  float: left;
}
.main-content .list-page .content-jobfair .list li .slogo img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-content .list-page .content-jobfair .list li .info {
  margin: 0 110px 0 225px;
}
.main-content .list-page .content-jobfair .list li .info a {
  font-size: 16px;
}
.main-content .list-page .content-jobfair .list li .info p {
  margin-top: 5px;
}
.main-content .list-page .content-jobfair .list li .info b {
  margin-bottom: 10px;
  display: block;
}
.main-content .list-page .content-jobfair .list li .info b a.text-primary {
  color: #E50011 !important;
}
.main-content .list-page .content-jobfair .list li .status {
  width: 51px;
  height: 51px;
  background: url("../i/valid.gif");
  position: absolute;
  top: -2px;
  right: 0;
}
.main-content .list-page .content-jobfair .list .lapsed .date {
  background: url("../i/lapsed-date.png") no-repeat;
}
.main-content .list-page .content-jobfair .list .lapsed .status {
  background: url("../i/lapsed.png");
}
.main-content .list-page .content-jobfair .list .lapsed .right a.btn {
  background-color: #999;
  border-color: #999;
  border-radius: 4px;
}
.main-content .list-page .content-jobfair .pagination {
  background-color: #fff;
}
.main-content .list-page.wd-full .content .job-box .list {
  width: auto;
}
.main-content .list-page.wd-full .content .job-box .maininfo {
  float: none;
}
.main-content .content-page {
  overflow: visible;
}
.main-content .content-page .head {
  background-color: #fff;
  background: url("../i/content-head-bg.png") #fff repeat-x;
  padding: 20px 20px 20px;
  border-bottom: 1px solid #eee;
  margin: 0 0 15px;
  *zoom: 1;
}
.main-content .content-page .head:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head.head-logo .info {
  width: 650px;
}
.main-content .content-page .head .slogo {
  width: 90px;
  height: 100%;
  float: left;
}
.main-content .content-page .head .slogo img {
  height: 70px;
  width: 70px;
  display: block;
}
.main-content .content-page .head .info {
  width: 510px;
  float: left;
  *zoom: 1;
}
.main-content .content-page .head .info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head .info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head .info h2 {
  font-size: 20px;
  margin-top: 0;
  height: 50px;
  line-height: 24px;
  width: 840px;
  overflow: hidden;
}
.main-content .content-page .head .info h2 > span {
  padding-left: 15px;
  white-space: normal;
}
.main-content .content-page .head .info .h2-title {
  font-size: 20px;
  margin-top: 0;
  height: 50px;
  line-height: 24px;
  width: 840px;
  overflow: hidden;
}
.main-content .content-page .head .info .h2-title strong {
  margin: 0;
  line-height: 24px;
  -webkit-line-clamp: 2;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.main-content .content-page .head .info .info-text {
  margin: 0;
  font-size: 16px;
  *zoom: 1;
}
.main-content .content-page .head .info .info-text:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head .info .info-text:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head .info .info-text > span {
  float: left;
  line-height: 16px;
  margin-right: 15px;
  display: block;
}
.main-content .content-page .head .info .info-text ul {
  margin-top: 15px;
  width: 840px;
}
.main-content .content-page .head .info .info-text ul li {
  margin-right: 10px;
  line-height: 14px;
  border-left: 1px solid #ddd;
  margin-bottom: 5px;
}
.main-content .content-page .head .info .info-text ul li:first-child {
  border: none;
}
.main-content .content-page .head .info .info-text ul li:first-child span {
  padding-left: 0;
}
.main-content .content-page .head .info .info-text ul li span {
  display: block;
  padding-left: 10px;
}
.main-content .content-page .head ul {
  *zoom: 1;
  margin-top: 15px;
}
.main-content .content-page .head ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head ul li {
  line-height: 26px;
  float: left;
}
.main-content .content-page .head ul .share {
  *zoom: 1;
}
.main-content .content-page .head ul .share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head ul .share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head ul .share .txt {
  float: right;
  display: block;
  padding-right: 10px;
}
.main-content .content-page .head ul .share .jiathis_style {
  float: right;
  margin-top: 2px;
  *zoom: 1;
}
.main-content .content-page .head ul .share .jiathis_style:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head .info-right {
  width: 300px;
  float: right;
}
.main-content .content-page .head .info-right .text-right {
  height: 42px;
}
.main-content .content-page .head .info-right .text-right .btn {
  padding: 6px 15px;
  border-radius: 4px;
  margin-left: 15px;
  height: auto;
}
.main-content .content-page .head .info-right .text-right .btn.btn-orange:first-child {
  background-color: #fff;
  color: #E50011;
}
.main-content .content-page .head .info-right .text-right p {
  margin: 10px 0 0;
  font-size: 12px;
}
.main-content .content-page .head .info-right .share-box {
  text-align: right;
  margin-top: 10px;
}
.main-content .content-page .head .info-right .share-box .share {
  float: none;
}
.main-content .content-page .head .info-right .share-box .share .bdshare-button-style0-16 a,
.main-content .content-page .head .info-right .share-box .share .bdshare-button-style0-16 .bds_more {
  margin: 0 6px 0 0;
}
.main-content .content-page .head .info-right .share-box .share .txt {
  line-height: 16px;
}
.main-content .content-page .head.head-jobfair .info .info-text ul {
  *zoom: 1;
  margin-top: 15px;
}
.main-content .content-page .head.head-jobfair .info .info-text ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head.head-jobfair .info .info-text ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head.head-jobfair .info .info-text ul li {
  line-height: 26px;
  float: none;
  border: none;
  vertical-align: middle;
}
.main-content .content-page .head.head-jobfair .info .info-text ul li span {
  display: inline;
  vertical-align: middle;
}
.main-content .content-page .head.head-jobfair .info .info-text ul .share {
  *zoom: 1;
}
.main-content .content-page .head.head-jobfair .info .info-text ul .share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head.head-jobfair .info .info-text ul .share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head.head-jobfair .info .info-text ul .share .txt {
  float: right;
  display: block;
  padding-right: 10px;
}
.main-content .content-page .head.head-jobfair .info .info-text ul .share .jiathis_style {
  float: right;
  margin-top: 2px;
  *zoom: 1;
}
.main-content .content-page .head.head-jobfair .info .info-text ul .share .jiathis_style:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head.head-jobfair .info-right {
  width: 300px;
  padding-top: 60px;
  float: right;
}
.main-content .content-page .head.head-jobfair .info-right .text-right {
  height: 42px;
}
.main-content .content-page .head.head-jobfair .info-right .text-right .btn {
  width: auto;
  padding: 6px 15px;
  border-radius: 4px;
  margin-left: 15px;
  height: auto;
}
.main-content .content-page .head.head-jobfair .info-right .text-right .btn.btn-orange:first-child {
  background-color: #fff;
  color: #E50011;
}
.main-content .content-page .head.head-jobfair-logo {
  background: none;
  background-color: #fff;
}
.main-content .content-page .head.head-jobfair-logo .head-logo {
  width: 304px;
  height: 172px;
  margin-right: 15px;
  display: block;
  float: left;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul {
  *zoom: 1;
  margin-top: 5px;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul li {
  line-height: 22px;
  float: none;
  border: none;
  vertical-align: middle;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul li span {
  display: inline;
  vertical-align: middle;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul .share {
  *zoom: 1;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul .share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul .share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul .share .txt {
  float: right;
  display: block;
  padding-right: 10px;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul .share .jiathis_style {
  float: right;
  margin-top: 2px;
  *zoom: 1;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text ul .share .jiathis_style:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .head.head-jobfair-logo .info .info-text a.btn {
  margin-top: 10px !important;
}
.main-content .content-page .head.head-jobfair-logo .info-right {
  width: 300px;
  padding-top: 55px;
  float: right;
}
.main-content .content-page .head.head-jobfair-logo .info-right .text-right {
  height: 82px;
}
.main-content .content-page .head.head-jobfair-logo .info-right .text-right .btn {
  width: auto;
  padding: 6px 15px;
  border-radius: 4px;
  margin-left: 15px;
  height: auto;
}
.main-content .content-page .head.head-jobfair-logo .info-right .text-right .btn.btn-orange:first-child {
  background-color: #fff;
  color: #E50011;
}
.main-content .content-page .maininfo {
  width: 900px;
  float: left;
}
.main-content .content-page .maininfo.mw-full {
  width: 100%;
  float: none;
}
.main-content .content-page .maininfo .head {
  background-color: #fff;
  background: url("../i/content-head-bg.png") #fff repeat-x;
  padding: 35px 20px 20px;
  border-bottom: 1px solid #eee;
  margin: 0 0 15px;
  *zoom: 1;
}
.main-content .content-page .maininfo .head:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .head:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .maininfo .head.head-logo .info {
  width: 650px;
}
.main-content .content-page .maininfo .head .slogo {
  width: 90px;
  height: 100%;
  float: left;
}
.main-content .content-page .maininfo .head .slogo img {
  height: 70px;
  width: 70px;
  display: block;
}
.main-content .content-page .maininfo .head .info {
  width: 510px;
  float: left;
  *zoom: 1;
}
.main-content .content-page .maininfo .head .info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .head .info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .maininfo .head .info h2 {
  font-size: 22px;
  margin-top: 0;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-page .maininfo .head .info h2 > span {
  padding-left: 15px;
  white-space: normal;
}
.main-content .content-page .maininfo .head .info .info-text {
  margin: 0;
  font-size: 16px;
  *zoom: 1;
}
.main-content .content-page .maininfo .head .info .info-text:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .head .info .info-text:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .maininfo .head .info .info-text > span {
  float: left;
  line-height: 16px;
  margin-right: 15px;
  display: block;
}
.main-content .content-page .maininfo .head .info .info-text ul {
  margin-top: 15px;
}
.main-content .content-page .maininfo .head .info .info-text ul li {
  margin-right: 10px;
  line-height: 14px;
  border-left: 1px solid #ddd;
}
.main-content .content-page .maininfo .head .info .info-text ul li:first-child {
  border: none;
}
.main-content .content-page .maininfo .head .info .info-text ul li:first-child span {
  padding-left: 0;
}
.main-content .content-page .maininfo .head .info .info-text ul li span {
  display: block;
  padding-left: 10px;
}
.main-content .content-page .maininfo .head ul {
  *zoom: 1;
  margin-top: 15px;
}
.main-content .content-page .maininfo .head ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .head ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .maininfo .head ul li {
  line-height: 26px;
  float: left;
}
.main-content .content-page .maininfo .head ul .share {
  *zoom: 1;
}
.main-content .content-page .maininfo .head ul .share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .head ul .share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .maininfo .head ul .share .txt {
  float: right;
  display: block;
  padding-right: 10px;
}
.main-content .content-page .maininfo .head ul .share .jiathis_style {
  float: right;
  margin-top: 2px;
  *zoom: 1;
}
.main-content .content-page .maininfo .head ul .share .jiathis_style:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .head .info-right {
  width: 300px;
  float: right;
}
.main-content .content-page .maininfo .head .info-right .text-right {
  height: 42px;
}
.main-content .content-page .maininfo .head .info-right .text-right .btn {
  padding: 6px 15px;
  border-radius: 4px;
  margin-left: 15px;
}
.main-content .content-page .maininfo .head .info-right .text-right .btn.btn-orange:first-child {
  background-color: #fff;
  color: #E50011;
}
.main-content .content-page .maininfo .head .info-right .text-right p {
  margin: 10px 0 0;
  font-size: 12px;
}
.main-content .content-page .maininfo .head .info-right .share-box {
  text-align: right;
  margin-top: 10px;
}
.main-content .content-page .maininfo .head .info-right .share-box .share {
  float: none;
}
.main-content .content-page .maininfo .head .info-right .share-box .share .bdshare-button-style0-16 a,
.main-content .content-page .maininfo .head .info-right .share-box .share .bdshare-button-style0-16 .bds_more {
  margin: 0 6px 0 0;
}
.main-content .content-page .maininfo .head .info-right .share-box .share .txt {
  line-height: 16px;
}
.main-content .content-page .maininfo .head-half {
  padding-top: 30px;
}
.main-content .content-page .maininfo .head-half .info {
  width: 580px;
}
.main-content .content-page .maininfo .head-half .info h2 {
  width: auto;
  height: auto;
  min-height: 24px;
  max-height: 48px;
}
.main-content .content-page .maininfo .head-half .info h2 .title {
  max-width: 450px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0;
  float: left;
}
.main-content .content-page .maininfo .head-half .info-right {
  width: 270px;
}
.main-content .content-page .maininfo .head-half .info-right .share-box {
  margin-top: 18px;
}
.main-content .content-page .maininfo .content {
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}
.main-content .content-page .maininfo .content .table {
  margin: 0;
  margin-top: 15px;
}
.main-content .content-page .maininfo .content .table thead th {
  padding: 10px 0;
  background-color: #F6F8FA;
}
.main-content .content-page .maininfo .content .table td {
  padding: 10px 0;
}
.main-content .content-page .maininfo .content .jobinfo {
  padding: 0 20px 20px;
  width: 860px;
  min-height: 300px;
  float: left;
}
.main-content .content-page .maininfo .content .jobinfo hr {
  background-color: #eee;
  height: 1px;
  border: none;
}
.main-content .content-page .maininfo .content .jobinfo .half-list {
  *zoom: 1;
}
.main-content .content-page .maininfo .content .jobinfo .half-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .content .jobinfo .half-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .maininfo .content .jobinfo .half-list li {
  width: 50%;
  line-height: 30px;
  float: left;
}
.main-content .content-page .maininfo .content .jobinfo .text {
  line-height: 30px;
}
.main-content .content-page .maininfo .content .jobinfo .text * {
  font-size: 14px !important;
}
.main-content .content-page .maininfo .content .jobinfo .text p {
  margin: 0 !important;
  padding-left: 0 !important;
}
.main-content .content-page .maininfo .content .jobinfo .text .half-list li {
  color: #999;
  position: relative;
}
.main-content .content-page .maininfo .content .jobinfo .text .half-list li span {
  color: #555;
  margin-left: 0;
}
.main-content .content-page .maininfo .content .jobinfo .text .job-box {
  *zoom: 1;
}
.main-content .content-page .maininfo .content .jobinfo .text .job-box:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .content .jobinfo .text .job-box:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .maininfo .content .jobinfo .text .list {
  padding: 0;
  background-color: #fff;
  border: 1px solid #eee;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li {
  padding: 15px;
  border-bottom: 1px dashed #dedede;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li:last-child {
  border-bottom: none;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left {
  width: 730px;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job {
  *zoom: 1;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .logo {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border: 1px solid #ddd;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .logo img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .name {
  font-size: 16px;
  padding-right: 15px;
  width: 425px;
  float: left;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .name > a {
  font-weight: 400;
  max-width: 320px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .name small {
  margin-left: 15px;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job div.clearfix {
  width: 365px;
  height: 27px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job span {
  float: left;
  height: 19px;
  line-height: 19px;
  margin: 3px 15px 0 0;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job ul {
  float: left;
  margin-top: 3px;
  width: 275px;
  height: 19px;
  line-height: 19px;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 2px 0 0 0;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  border: none;
  border-left: 1px solid #ddd;
  color: #777;
  color: #9fa3b0;
  font-size: 12px;
  margin: 0;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job ul li:first-child {
  border-left: none;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .company {
  width: 280px;
  float: right;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .company a {
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .company div.clearfix {
  width: 265px;
  height: 27px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .company ul {
  margin-top: 0;
  width: 275px;
  height: 19px;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .company ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 0 10px;
  margin: 2px 0 0;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .left .job .company ul li:first-child {
  border: none;
  padding-left: 0;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .right {
  float: right;
  width: 105px;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .right a.btn {
  padding: 2px 12px;
  border-radius: 4px;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .right p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .right p a {
  color: #9fa3b0;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .right p a:hover {
  color: #E50011;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .right p i {
  margin-right: 5px;
}
.main-content .content-page .maininfo .content .jobinfo .text .list > li .right .time-muted {
  color: #9fa3b0;
  font-size: 12px !important;
  margin-top: 8px;
  padding: 0;
}
.main-content .content-page .maininfo .content .jobinfo .contor {
  height: 114px;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-content .content-page .maininfo .content .jobinfo .contor.open {
  height: auto;
}
.main-content .content-page .maininfo .content .jobinfo .js-open {
  background-color: #F9F9F9;
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #FE7C49 !important;
  color: #E50011;
}
.main-content .content-page .maininfo .content .jobinfo .shrink:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background: url(../i/icon_down_orange.png) no-repeat;
  top: -2px;
  position: relative;
}
.main-content .content-page .maininfo .content .jobinfo .shrink.open:after {
  background: url(../i/icon_down_orange.png) 0 -6px no-repeat;
}
.main-content .content-page .maininfo .content .info ul {
  padding: 25px 0 10px;
}
.main-content .content-page .maininfo .content .info ul li {
  width: auto;
  margin-bottom: 15px;
  font-size: 14px;
  float: left;
}
.main-content .content-page .maininfo .content .info ul li label {
  font-weight: bolder;
}
.main-content .content-page .maininfo .content .caption {
  margin-top: 20px;
  background-color: #f8f8f8;
}
.main-content .content-page .maininfo .content .caption li {
  height: 35px;
  line-height: 35px;
  float: left;
  cursor: pointer;
}
.main-content .content-page .maininfo .content .caption li a {
  display: block;
  padding: 0 15px;
}
.main-content .content-page .maininfo .content .caption li:hover {
  background-color: #E50011;
}
.main-content .content-page .maininfo .content .caption li:hover a {
  color: #fff;
}
.main-content .content-page .maininfo .content .caption .current {
  background-color: #E50011;
}
.main-content .content-page .maininfo .content .caption .current a {
  color: #fff;
}
.main-content .content-page .maininfo .content .text {
  padding: 15px 0;
}
.main-content .content-page .maininfo .content .text p {
  margin-bottom: 10px;
  padding: 0 10px;
}
.main-content .user-page > .container {
  display: flex;
}
.main-content .user-page > .container .panel {
  flex: auto;
  margin-left: 10px;
}
.main-content .user-page > .container .panel .list-content .consultList li {
  border-bottom: 1px solid #DFE6EB;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card {
  width: 100%;
  padding: 15px 0;
  display: flex;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-left {
  width: 100px;
  height: 123px;
  margin-right: 20px;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-left img {
  width: 100%;
  height: 100%;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right {
  flex: 1;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .header-info .name {
  max-width: 80%;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .header-info .name label {
  color: #333333;
  font-size: 18px;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .header-info .action-btn {
  display: flex;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .header-info .action-btn .btn {
  width: 82px;
  height: 32px;
  border-radius: 6px;
  line-height: 32px;
  padding: 0 10px;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .profile-field {
  max-height: 20px;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .profile-field span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .profile-field.collapsed {
  transition: max-height 0.3s ease-out;
  max-height: max-content !important;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .profile-field.collapsed span {
  display: block;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .field-item {
  margin-bottom: 5px;
  overflow: hidden;
  display: flex;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .field-item label {
  color: #333333;
  font-size: 15px;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .field-item span {
  color: #666666;
  font-size: 15px;
  flex: 1;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .field-item-more {
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
  color: #E50011;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .field-item-more .icon {
  font-size: 14px;
  margin-top: 2px;
  transition: transform 0.3s ease;
}
.main-content .user-page > .container .panel .list-content .consultList li .consultant-card .card-right .action-btn .btn:last-child {
  margin-left: 10px;
}
.main-content .user-page .panel {
  border: 1px solid #ddd;
  background-color: #fff;
}
.main-content .user-page .panel .panel-heading {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
  padding: 0 15px;
  font-size: 16px;
}
.main-content .user-page .panel .panel-heading .more {
  float: right;
  font-size: 14px;
}
.main-content .user-page .panel .panel-body .searchbox {
  background-color: #fff;
  margin-bottom: 15px;
  *zoom: 1;
}
.main-content .user-page .panel .panel-body .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .user-page .panel .panel-body .searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .user-page .panel .panel-body .searchbox ul {
  float: left;
}
.main-content .user-page .panel .panel-body .searchbox ul > li {
  height: 38px;
  margin: 20px 0 0 10px;
  float: left;
  position: relative;
  *zoom: 1;
}
.main-content .user-page .panel .panel-body .searchbox ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .user-page .panel .panel-body .searchbox ul > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .user-page .panel .panel-body .searchbox ul > li input {
  width: 164px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  color: #555;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.main-content .user-page .panel .panel-body .searchbox ul > li input:focus {
  border-color: #E50011;
}
.main-content .user-page .panel .panel-body .searchbox ul > li img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container {
  position: static;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop {
  margin-top: -2px;
  left: 0;
  width: 159px;
  border-left-color: #E50011;
  border-bottom-color: #E50011;
  border-right-color: #E50011;
  border-radius: 0;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  padding: 0 6px;
  width: 134px;
  margin: 5px 0 0 1%;
  height: 27px;
  position: static;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results {
  float: none;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results li {
  height: auto;
  margin: 0 !important;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container-single .chosen-single {
  width: 159px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  border: 1px solid #dcdfe6;
  box-shadow: none;
  outline: none;
  color: #888;
  background: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container-single .chosen-single:focus {
  border-color: #E50011;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container-single .chosen-single div b {
  background-position: 0 9px;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container-active .chosen-single {
  border-color: #E50011;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select img {
  float: left;
  top: 12px;
  left: 15px;
  position: relative;
  z-index: 1;
}
.main-content .user-page .panel .panel-body .searchbox ul > li input {
  width: 100%;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop {
  width: 100%;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  width: 98%;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container .chosen-drop .chosen-results li {
  width: 100%;
}
.main-content .user-page .panel .panel-body .searchbox ul > li .select .chosen-container-single .chosen-single {
  width: 100%;
}
.main-content .user-page .panel .panel-body .searchbox ul .keywords img {
  display: none;
}
.main-content .user-page .panel .panel-body .searchbox ul .keywords input {
  width: 100%;
  padding: 0 3%;
}
.main-content .user-page .panel .panel-body .searchbox .searchbtn .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-content .user-page .panel .panel-body .title {
  border-bottom: 1px solid #eee;
  padding: 0;
}
.main-content .user-page .panel .panel-body .title li {
  float: left;
  line-height: 26px;
  padding: 10px 0;
  margin-left: 10px;
  font-size: 14px;
}
.main-content .user-page .panel .panel-body .title li span {
  padding: 0 5px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .user-page .panel .panel-body .title li a {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .user-page .panel .panel-body .title li a.btn {
  display: inline;
  padding: 2px 12px;
  font-size: 13px;
}
.main-content .user-page .panel .panel-body .list ul {
  border-bottom: 1px dashed #eee;
}
.main-content .user-page .panel .panel-body .list ul li {
  float: left;
  line-height: 26px;
  padding: 10px 0;
  margin-left: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .user-page .panel .panel-body .list ul li span {
  padding: 0 5px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .user-page .panel .panel-body .list ul li span a {
  padding: 0;
}
.main-content .user-page .panel .panel-body .list ul li a {
  padding: 0 5px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .user-page .panel .panel-body .list ul li a.btn {
  display: inline;
  padding: 2px 12px;
  font-size: 13px;
}
.main-content .user-page .panel .panel-body .list ul li a.text-primary {
  display: inline;
}
.main-content .user-page .panel .panel-body .list ul li a.text-muted {
  display: inline;
}
.main-content .user-page .panel-style {
  float: right;
  width: 1015px;
  margin-bottom: 15px;
  border-top-color: #E50011;
}
.main-content .user-page .panel-style .operation span a {
  display: inline-block !important;
  padding: 0 !important;
}
.main-content .user-page .sidenav {
  width: 170px;
  height: 100%;
  min-height: 60px;
  margin-bottom: 15px;
  background-color: #fff;
  float: left;
}
.main-content .user-page .sidenav + .cs-userindex {
  width: 1020px;
  margin-left: 10px;
}
.main-content .user-page .sidenav + .css-urightcontainer {
  width: 1020px;
  margin-left: 10px;
}
.main-content .user-page .sidenav .caption {
  background-color: #E50011;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  font-size: 16px;
  width: 170px;
}
.main-content .user-page .sidenav .caption img {
  margin-right: 8px;
}
.main-content .user-page .sidenav .panel {
  border: none;
  margin-bottom: 0;
  margin-left: 0;
}
.main-content .user-page .sidenav .panel .panel-heading {
  color: #E50011;
  background-color: #efefef;
  padding: 10px 15px;
  height: auto;
  line-height: normal;
  font-size: 14px;
}
.main-content .user-page .sidenav .panel ul li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 14px;
}
.main-content .user-page .sidenav .panel ul li img {
  position: relative;
  top: 2px;
  margin-right: 6px;
  vertical-align: top;
}
.main-content .user-page .sidenav .panel ul li a.active {
  color: #E50011;
}
.main-content .user-page .css-urightcontainer {
  background-color: #fff;
  padding-top: 15px;
  flex: 1 1 auto;
}
.main-content .user-page .css-urightcontainer .css-commonpage {
  width: auto;
  margin-top: 0;
  padding: 15px;
}
.main-content .user-page .css-urightcontainer .css-commonpage .action-list + .cs-caption {
  margin-top: 0;
}
.main-content .user-page .css-urightcontainer .css-commonpage .action-query-container .form-content {
  display: flex;
}
.main-content .user-page .css-urightcontainer .css-commonpage .action-query-container .form-content-line {
  flex: 1;
}
.main-content .user-page .css-urightcontainer .css-commonpage .panel-style {
  float: none !important;
  width: 100%;
  margin-left: 0;
}
.main-content .user-page .css-urightcontainer .css-commonpage .panel-style .panel-body .title {
  padding: 0;
}
.main-content .user-page .css-urightcontainer .css-commonpage .panel-style .panel-body .list ul {
  border: none;
}
.main-content .user-page .css-urightcontainer .css-commonpage .css-form {
  width: 100%;
  padding-top: 0;
}
.main-content .user-page .css-urightcontainer .css-commonpage .css-form.no-border {
  border: none;
}
.main-content .user-page .content {
  flex: auto;
  margin-bottom: 15px;
  padding: 20px;
  min-height: 60px;
  background-color: #fff;
  margin-left: 10px;
}
.main-content .user-page .content > .container {
  width: 100%;
}
.main-content .user-page .content .panel {
  margin-left: 0;
}
.main-content .user-page .content .userinfo {
  *zoom: 1;
}
.main-content .user-page .content .userinfo:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .user-page .content .userinfo:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .user-page .content .userinfo .text {
  width: 800px;
}
.main-content .user-page .content .userinfo .text .welcome {
  font-size: 18px;
  color: #E50011;
  margin-bottom: 10px;
}
.main-content .user-page .content .userinfo .text .welcome .btn {
  padding: 8px 10px;
  font-size: 12px;
  color: #333;
}
.main-content .user-page .content .userinfo .text .welcome + ul {
  padding-left: 0;
}
.main-content .user-page .content .userinfo .text ul {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.main-content .user-page .content .userinfo .text ul li {
  float: left;
  padding: 0 15px;
  height: 14px;
  margin-top: 0;
  line-height: 14px;
  border-left: 1px solid #ddd;
}
.main-content .user-page .content .userinfo .text ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.main-content .user-page .content .userinfo .userimg {
  width: 93px;
  height: 92px;
  float: right;
}
.main-content .user-page .content .userinfo + .numlist {
  margin-top: 0;
}
.main-content .user-page .content .numlist {
  margin: 30px 0 20px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.main-content .user-page .content .numlist ul {
  *zoom: 1;
}
.main-content .user-page .content .numlist ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .user-page .content .numlist ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .user-page .content .numlist ul li {
  margin: 10px 0;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #ddd;
  width: 33%;
  float: left;
  text-align: center;
  font-size: 14px;
}
.main-content .user-page .content .numlist ul li:first-child {
  margin-left: -1px;
}
.main-content .user-page .content .numlist ul li img {
  margin-right: 10px;
  vertical-align: top;
}
.main-content .user-page .content .numlist ul li a {
  padding: 0 10px;
  color: #E50011;
}
.main-content .user-page .resume-box {
  width: auto !important;
  float: none !important;
}
.main-content .user-page .resume-box .group {
  margin-top: 20px;
}
.main-content .user-page .resume-box .group .title {
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.main-content .user-page .resume-box .group .con ul li {
  float: left;
  border-left: 1px solid #ddd;
  padding: 0 15px;
  margin-bottom: 10px;
}
.main-content .user-page .resume-box .group .con ul li:first-child {
  border-left: none;
}
.main-content .user-page .resume-box .group .con p {
  margin: 15px 0;
  padding: 0 15px;
  word-break: break-all;
}
.main-content .user-page .content-jobfair {
  background: none;
  padding: 0;
  float: right;
  margin-bottom: 15px;
}
.main-content .user-page .content-jobfair .list li {
  margin-bottom: 10px;
  padding: 20px;
  border: none;
  position: relative;
  *zoom: 1;
}
.main-content .user-page .content-jobfair .list li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .user-page .content-jobfair .list li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .user-page .content-jobfair .list li .right a.btn + a.btn {
  margin-top: 10px;
}
.main-content .user-page .content-jobfair .list li .left {
  width: auto;
}
.main-content .user-page .content-jobfair .list li .right {
  float: right;
  width: 120px;
}
.main-content .user-page .content-jobfair .list li .right p {
  text-align: center;
  margin-top: 10px;
}
.main-content .user-page .content-jobfair .list li .right p i {
  margin-right: 5px;
}
.main-content .user-page .content-jobfair .list li .date {
  width: 90px;
  height: 90px;
  background: url("../i/valid-date.png") no-repeat;
  border-radius: 5px;
  text-align: center;
  float: left;
}
.main-content .user-page .content-jobfair .list li .date p {
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
.main-content .user-page .content-jobfair .list li .date b {
  display: block;
  font-size: 30px;
  color: #000;
}
.main-content .user-page .content-jobfair .list li .info {
  margin: 0 150px 0 110px;
}
.main-content .user-page .content-jobfair .list li .info a {
  font-size: 16px;
}
.main-content .user-page .content-jobfair .list li .info p {
  margin-top: 5px;
}
.main-content .user-page .content-jobfair .list li .status {
  width: 51px;
  height: 51px;
  background: url("../i/valid.gif");
  position: absolute;
  top: -6px;
  right: -8px;
}
.main-content .user-page .content-jobfair .list .lapsed .date {
  background: url("../i/lapsed-date.png") no-repeat;
}
.main-content .user-page .content-jobfair .list .lapsed .status {
  background: url("../i/lapsed.png");
}
.main-content .user-page .content-jobfair .list .lapsed .right a.btn {
  background-color: #999;
  border-color: #999;
}
.main-content .user-page .content-jobfair .pagination {
  background: none;
}
.main-content .user-page .content-jobfair .panel-style .panel-body .list li {
  border-bottom: 1px dashed #ddd;
}
.breadcrumb {
  padding: 0;
  background: none;
}
.breadcrumb label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.breadcrumb ol {
  height: 36px;
  line-height: 36px;
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  background-color: #fff;
}
.breadcrumb ol li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.breadcrumb ol li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb ol li:first-child {
  padding-left: 15px;
}
.breadcrumb ol .active {
  color: #E50011;
}
.breadcrumb ol .active a {
  color: #E50011;
}
.css-breadcrumb {
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  margin: 10px 0;
  padding: 0 10px;
}
.css-breadcrumb li {
  display: inline;
}
.css-breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: " ";
}
.css-breadcrumb .active {
  color: #E50011;
}
.css-breadcrumb .active a {
  color: #E50011;
}
.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead th {
  padding: 4px;
  border-top: 0 none;
  vertical-align: bottom;
  white-space: nowrap;
}
.table tbody tr td {
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}
.table.table-border {
  border: none;
}
.table-border thead tr th {
  border-bottom-width: 2px;
  border: 1px solid #ddd;
}
.table-border tbody tr td {
  padding: 4px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.pagination {
  padding: 20px 0;
  height: auto;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #efefef;
  *zoom: 1;
}
.pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagination .page {
  *zoom: 1;
  height: 30px;
  padding-top: 0;
  margin: 0 auto;
  display: inherit;
}
.pagination .page:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagination .page li {
  display: inline;
}
.pagination .page li a {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  padding: 4px 12px;
}
.pagination .page li a:hover {
  border-color: #E50011;
  background-color: #E50011;
  color: #fff;
}
.pagination .page li.page {
  display: inline-block;
  width: auto;
  float: none;
}
.pagination .page .current a {
  border-color: #E50011;
  background-color: #E50011;
  color: #fff;
}
.pagination .page .css-page {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.pagination .page .page-num {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.pagination .page .page-num li:first-child {
  margin-right: 10px;
}
.pagination .page .page-num input[type="text"] {
  width: 40px;
  text-align: center;
}
.pages .page li {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
}
.fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.msgbox {
  width: 400px;
  background-color: #fff;
  display: none;
  z-index: 1500 !important;
}
.msgbox .caption {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}
.msgbox .caption .close {
  color: #fff;
  float: right;
}
.msgbox .content {
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
}
.msgbox .content .img {
  width: 120px;
  height: 50px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.msgbox .content input {
  width: 300px;
  height: 30px;
  margin: 15px auto 15px;
  display: block;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #ddd;
}
.msgbox .content input:focus {
  border-color: #E50011;
}
.msgbox .content .btn {
  width: 310px;
  margin: 15px auto 15px;
}
.alert-xs {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -200px;
  width: 400px;
  z-index: 1;
}
.alert-xs .caption {
  background-color: #E50011;
  color: #fff;
  cursor: move;
}
.alert-xs .content {
  max-height: 398px;
  background-color: #fff;
  border: 1px solid #E50011;
}
.alert-sm {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -333px 0 0 -315px;
  width: 600px;
  z-index: 1;
}
.alert-sm .caption {
  background-color: #E50011;
  color: #fff;
  cursor: move;
}
.alert-sm .content {
  width: 568px;
  max-height: 498px;
  background-color: #fff;
  border: 1px solid #E50011;
}
.alert-md {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -433px 0 0 -415px;
  width: 800px;
  z-index: 1;
}
.alert-md .caption {
  background-color: #E50011;
  color: #fff;
  cursor: move;
}
.alert-md .content {
  width: 768px;
  max-height: 598px;
  background-color: #fff;
  border: 1px solid #E50011;
}
.content-style {
  padding: 20px;
}
.content-style .title {
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 15px;
  border: none !important;
}
.content-style .list-fullinline ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.content-style .list-fullinline label {
  font-weight: bolder;
}
.content-style .caption {
  margin-top: 20px;
  background-color: #eee;
}
.content-style .caption li {
  height: 35px;
  line-height: 35px;
  float: left;
  cursor: pointer;
}
.content-style .caption li a {
  display: block;
  padding: 0 15px;
}
.content-style .caption li:hover {
  background-color: #E50011;
}
.content-style .caption li:hover a {
  color: #fff;
}
.content-style .caption .current {
  background-color: #E50011;
}
.content-style .caption .current a {
  color: #fff;
}
.content-style .reservation-box table {
  width: 100%;
}
.content-style .reservation-box table thead th {
  padding: 10px 8px;
  vertical-align: middle;
  border: 1px solid #ddd;
  position: relative;
}
.content-style .reservation-box table tbody tr td {
  padding: 10px 3px;
  vertical-align: middle;
  border: 1px solid #ddd;
  position: relative;
}
.content-style .reservation-box table tbody tr td label {
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin-right: 24px;
  text-align: right;
  float: left;
  vertical-align: middle;
}
.content-style .reservation-box table tbody tr td input {
  vertical-align: middle;
  padding: 2px 10px;
  height: 24px;
  line-height: 24px;
  box-shadow: none;
  border: 1px solid #ddd;
  outline: none;
  color: #555;
}
.content-style .reservation-box table tbody tr td input:focus {
  border-color: #E50011;
}
.content-style .reservation-box table tbody tr td .select {
  float: left;
}
.content-style .reservation-box table tbody tr td .select select {
  border: 1px solid #ddd;
  line-height: 22px;
  *height: 22px;
  *margin: -2px;
  color: #555;
  padding: 8px 14px;
  font-size: 13px;
  width: 190px;
  *width: 182px;
}
.content-style .reservation-box table tbody tr td .select .chosen-container {
  width: 190px !important;
  *width: 182px !important;
}
.content-style .reservation-box table tbody tr td .select .chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  padding: 4px 20px 4px 5px;
  height: auto;
  line-height: normal;
  float: none;
}
.content-style .reservation-box table tbody tr td .select .chosen-container-single .chosen-single {
  border-color: #dcdfe6;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  line-height: 29px;
}
.content-style .reservation-box table tbody tr td .select .chosen-container-single .chosen-single:focus {
  border-color: #E50011;
}
.content-style .reservation-box table tbody tr td .select .chosen-container-single .chosen-single div b {
  background-position: 0 5px;
}
.content-style .reservation-box table tbody tr td .select .chosen-container .chosen-drop {
  border-left-color: #E50011;
  border-bottom-color: #E50011;
  border-right-color: #E50011;
  border-radius: 0;
}
.content-style .reservation-box table tbody tr td .select .chosen-container-active .chosen-single {
  border-color: #E50011;
}
.content-style .reservation-box table tbody tr td textarea {
  vertical-align: middle;
  padding: 10px;
  box-shadow: none;
  border: 1px solid #ddd;
  outline: none;
  color: #555;
  resize: none;
}
.content-style .reservation-box table tbody tr td textarea:focus {
  border-color: #E50011;
}
.content-style .reservation-box .recruit {
  margin-top: 15px;
  width: 800px;
}
.content-style .reservation-box .recruit tbody tr td > input {
  width: 90px;
}
.content-style .reservation-box .recruit tbody tr td .select select {
  border: 1px solid #ddd;
  line-height: 22px;
  *height: 22px;
  *margin: -2px;
  color: #555;
  padding: 8px 14px;
  font-size: 13px;
  width: 89px;
  *width: 81px;
}
.content-style .reservation-box .recruit tbody tr td .select .chosen-container {
  width: 89px !important;
  *width: 81px !important;
}
.subtitle {
  *zoom: 1;
}
.subtitle:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.subtitle:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.subtitle .share-container {
  float: right;
}
.subtitle .aInfo {
  float: left;
}
/*头像*/
.view {
  /* width: 700px; */
  background: #FFF;
  padding: 0;
}
.upload-avatar-mod .bd {
  padding: 30px 40px 66px 20px;
}
.crop-avatar-mod .hd {
  display: none;
}
.crop-avatar-mod .bd {
  padding: 4px 40px 36px 46px;
}
.upload-avatar-mod .default-avatar-box,
.sns-avatar-show .sns-avatar-box {
  height: 161px;
  margin-right: 30px;
  float: left;
  overflow: hidden;
}
.upload-avatar-mod .action-box {
  overflow: hidden;
}
.upload-avatar-mod .avatar-tips {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 58px;
}
.upload-avatar-mod .up-btn-box {
  width: 143px;
  height: 39px;
  *margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.upload-pic-input {
  width: 40px;
  height: 39px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999;
  outline: none;
}
.upload-pic-input:hover {
  outline: none;
}
.upload-pic-box .g9 {
  padding-top: 5px;
}
.sns-avatar-show {
  padding: 0 20px 0 90px;
}
.sns-avatar-show .confirm-pic-btn {
  margin-bottom: 5px;
}
.sns-avatar-show .sns-avatar-box {
  width: 160px;
}
.crop-tips {
  font-size: 14px;
  padding-bottom: 15px;
}
.dj-crop-mod {
  width: 250px;
  margin-right: 60px;
  float: left;
}
.dj-preview-mod {
  margin-left: 310px;
  padding-left: 15px;
  border-left: 1px solid #e5e5e5;
}
.dj-crop-mod .photo-box {
  width: 250px;
  background: #333;
  overflow: hidden;
}
.avatar-preview-m,
.avatar-preview-s {
  margin-bottom: 12px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}
.avatar-preview-m {
  width: 80px;
  height: 80px;
}
.avatar-preview-s {
  width: 30px;
  height: 30px;
  margin-top: 30px;
}
.save-avatar-box {
  margin-top: 85px;
}
.upload-pic-btn {
  width: 143px;
  background-position: -406px 0;
}
.save-avatar-btn {
  width: 91px;
  background-position: -198px 0;
}
.confirm-pic-btn {
  width: 144px;
  background-position: -555px 0;
}
.modify-avatar-box .default-avatar-box {
  width: 200px;
  padding-left: 50px;
}
.modify-avatar-box .up-btn-box {
  width: 100px;
  height: 30px;
  _height: 31px;
}
.modify-avatar-box .upload-pic-input {
  height: 30px;
  _height: 31px;
}
.modify-avatar-btn,
.modify-avatar-btn b {
  color: #333;
  font-size: 14px;
  text-align: center;
  height: 30px;
  background: url(../i/resume/bg_reg_btn2.png) no-repeat 0 -143px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
}
.modify-avatar-btn {
  padding-left: 20px;
}
.modify-avatar-btn b {
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  padding: 5px 20px 5px 0;
  background-position: 100% -143px;
}
.font14 {
  font-size: 14px;
}
.dj-newug-mod .table-box {
  padding-bottom: 10px;
}
.dj-newug-mod .practice-box {
  padding-top: 10px;
}
.practice-box .disabled {
  background: #f3f3f3;
  border-width: 1px;
}
.dj-newug-mod .bd {
  padding: 0;
}
.modify-avatar-box {
  width: 100%;
  overflow: hidden;
}
.action-box {
  float: left;
  width: 360px;
  padding-left: 100px;
}
.upload-avatar-mod .default-avatar-box {
  float: right;
  height: auto;
  margin-right: 0;
  padding-right: 55px;
}
.action-box h2 {
  font: normal 16px/44px 'Microsoft YaHei', 'SimHei';
  color: #333;
  text-indent: 8px;
}
.default-avatar-box h3 {
  margin-bottom: 6px;
  color: #999;
}
.upload-pic-box {
  position: relative;
  width: 358px;
  height: 378px;
  background: url(../i/resume/avator-bg1.png) 0 0 no-repeat;
  cursor: pointer;
  overflow: hidden;
}
#J_ImageForm {
  position: relative;
  z-index: 100;
}
.upload-pic-box .g9 {
  position: absolute;
  width: 90%;
  left: 0;
  top: 244px;
  text-align: center;
  z-index: 80;
  right: 0;
  margin: 0 auto;
}
.avator1,
.avatar-preview-x {
  width: 150px;
  height: 150px;
}
.avator2,
.avatar-preview-m {
  width: 80px;
  height: 80px;
}
.avator3,
.avatar-preview-s {
  width: 50px;
  height: 50px;
}
.avator1,
.avator2,
.avator3,
.avatar-preview-x,
.avatar-preview-m,
.avatar-preview-s {
  position: relative;
  overflow: hidden;
  border: #ccc 1px solid;
  margin-bottom: 20px;
}
.default-avatar-box img {
  position: absolute;
  vertical-align: top;
  z-index: 100;
}
.upload-avatar-mod .up-btn-box {
  display: block;
  width: 358px;
  height: 378px;
  overflow: hidden;
}
.modify-avatar-btn {
  width: 358px;
  height: 378px;
}
.upload-pic-input {
  cursor: pointer;
}
#J_UploadPicBtn b {
  position: absolute;
  left: 90px;
  top: 200px;
  display: block;
  background: none;
  width: 176px;
  height: 39px;
  padding: 0;
  text-indent: -9999px;
  background: url(../i/resume/btn-sub.png) 0 0 no-repeat;
  overflow: hidden;
}
.hov {
  background: url(../i/resume/avator-bg2.png) 0 0 no-repeat;
}
.dj-ug-dialog .uploading {
  position: absolute;
  left: 220px;
  top: 210px;
  z-index: 120;
}
#J_UploadPicBtn .avator_loading {
  background: url(../i/resume/btn-sub2.png) 0 0 no-repeat;
}
.dj-preview-mod {
  border: 0 none;
  margin-left: 0;
  padding-left: 0;
}
.dj-crop-mod {
  float: none;
  margin-right: 0;
  width: 354px;
  height: 374px;
  margin: 2px 0 0 2px;
}
.dj-crop-mod .photo-box {
  position: relative;
  width: 338px;
  height: 360px;
  margin: 8px 0 0 7px;
  *margin-top: 6px;
  overflow: hidden;
  background: #fff;
  border: #d7dee3 1px solid;
  background: #e5e5e5;
}
.save-avatar-box {
  margin-top: 20px;
}
#avator-substatus {
  text-align: center;
}
#avator-substatus a {
  text-align: left;
  text-indent: 26px;
  letter-spacing: 4px;
  color: #333;
  font-size: 14px;
}
#avator-substatus a:hover {
  text-decoration: none;
}
.save-avatar-btn {
  display: inline-block;
  width: 85px;
  height: 30px;
  line-height: 30px;
  background: url(../i/resume/save-btn.png) 0 0 no-repeat;
  margin-right: 10px;
}
.cancel-avatar-btn {
  display: inline-block;
  width: 85px;
  height: 30px;
  line-height: 30px;
  background: url(../i/resume/save-btn.png) -86px 0 no-repeat;
}
#avator-savestatus {
  display: none;
}
.avator-saving {
  display: block;
  width: 115px;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  text-indent: 20px;
  color: #999;
  background: url(../i/resume/save-btn.png) -172px 0 no-repeat;
  border: 0 none;
}
.avator-saving img {
  margin-left: 4px;
  vertical-align: -3px;
}
.avator-pre-loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #f0f0f0;
}
.aplx {
  width: 150px;
  height: 150px;
}
.aplm {
  width: 80px;
  height: 80px;
}
.apls {
  width: 50px;
  height: 50px;
}
.aplx img {
  position: absolute;
  top: 50px;
  left: 50px;
}
.aplm img {
  position: absolute;
  top: 28px;
  left: 28px;
}
.apls img {
  position: absolute;
  top: 17px;
  left: 17px;
}
#avator-substatus-unfn {
  padding-left: 24px;
  text-align: center;
}
#avator-substatus-unfn a {
  color: #999;
}
#avator-substatus-unfn a:hover {
  text-decoration: none;
}
.cancel-avatar-btn {
  margin-left: 10px;
}
.modify-avatar-btn,
.card-set-btn .modify-avatar-btn b {
  background: none;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  text-align: center;
  width: auto;
}
.card-set-btn .modify-avatar-btn b {
  background-position: 100% -143px;
}
.action-box {
  padding: 25px 0 0 0;
}
.default-avatar-box {
  padding-top: 25px;
}
.uploadimg-v2 {
  padding: 0 0 70px;
}
/*头像  end*/
/*简历编辑*/
.resume {
  padding: 0;
}
.r-update {
  margin-top: 15px;
  text-align: right;
  color: #aaaaaa;
  height: 36px;
  line-height: 36px;
}
.r-update span {
  color: #666666;
}
.r-title {
  font-family: verdana;
  font-size: 14px;
  padding: 0 15px;
  color: #333;
  font-weight: bold;
  background: #edf6fb;
  height: 43px;
  line-height: 43px;
}
.r-title a {
  font-size: 12px;
  margin-top: 6px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  float: right;
  margin-left: 10px;
  width: 49px;
  height: 30px;
  line-height: 30px;
  background: url(../i/resume/sprint.gif) -332px -38px;
}
.r-title a:hover {
  text-decoration: none;
  color: #fff;
}
.usr-info {
  padding-top: 15px;
}
.usr-info.user-qzyx {
  *zoom: 1;
}
.usr-info.user-qzyx:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.usr-info.user-qzyx:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.usr-info.user-qzyx dt {
  float: none;
  width: 100%;
}
.usr-info.user-qzyx dt ul li span + i {
  width: 540px;
}
.usr-info dt {
  float: left;
  width: 515px;
  height: 210px;
}
.usr-info dd {
  float: left;
  width: 116px;
  height: 210px;
}
.usr-avatar {
  height: 160px;
}
.usr-avatar a {
  position: relative;
  display: block;
  height: 114px;
  width: 114px;
  border: 1px solid #e3e3e3;
}
.usr-avatar img {
  width: 114px;
  height: 114px;
}
.usr-avatar span {
  filter: alpha(opacity=70);
  /* IE */
  -moz-opacity: 0.7;
  /* Moz + FF */
  opacity: 0.7;
  color: #fff;
  bottom: 1px;
  left: 1px;
  padding-left: 43px;
  position: absolute;
  display: block;
  width: 100%;
  height: 21px;
  line-height: 21px;
  background: url(../i/resume/sprint.gif) -332px -79px;
}
.usr-info li {
  line-height: 30px;
  color: #666;
  *zoom: 1;
}
.usr-info li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.usr-info li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.usr-info li span {
  float: left;
  width: 120px;
  text-align: right;
  color: #aaa;
}
.usr-info li span + i {
  float: left;
}
.isPreview {
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
}
.isPreview input {
  vertical-align: middle;
  line-height: 20px;
  height: 20px;
}
.r1 {
  height: 285px;
}
.r-form {
  padding: 15px 0;
}
.r-form table {
  width: 650px;
  font-family: verdana;
}
.r-form .label {
  text-align: right;
}
.r-form .input .selector-check {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.aster {
  color: #F00;
}
.r-form input.text {
  width: 220px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 2px 2px;
  height: 18px;
}
.r-form td {
  padding: 4px 4px;
}
.r-form td textarea {
  width: 380px;
  height: 90px;
  overflow-y: auto;
}
.rbk {
  padding-bottom: 50px;
}
.rbk ul,
.rbk ol {
  border-bottom: 1px solid #eee;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rbk ul {
  color: #aaa;
}
.rbk li {
  height: 33px;
  line-height: 33px;
  float: left;
  overflow: hidden;
}
.rbk .wA {
  width: 160px;
  padding-left: 60px;
}
.rbk .wB {
  width: 150px;
}
.rbk .wC {
  width: 80px;
}
.rbk .wD {
  width: 90px;
}
.rbk .wE {
  width: 120px;
}
.rbk .wF {
  width: 100px;
  padding-left: 60px;
}
.rbk .wG {
  width: 320px;
}
.rbk .wH {
  width: 380px;
  padding-left: 60px;
}
.rbk .wI {
  width: 130px;
}
.rbk .hA {
  height: auto;
}
/*.rbk .hA li{ height:auto; line-height:20px;}*/
.rbk .modify a {
  color: #009bd8;
}
.rbk .modify {
  float: right;
  padding-right: 10px;
  display: none;
}
.rbk .hover .modify {
  display: block;
}
.rbk ul {
  margin-top: 20px;
}
.rbk ol.hover {
  background: #fffad6;
}
.rbk .edit {
  padding: 10px 0 10px 20px;
  background: url(../i/resume/sprint.gif) -480px -135px no-repeat;
}
.rbk .del {
  padding: 10px 10px 10px 20px;
  background: url(../i/resume/sprint.gif) -480px -165px no-repeat;
}
.rbk dl {
  height: 50px;
  padding-left: 30px;
  padding-top: 20px;
}
.rbk dt {
  width: 48px;
  height: 48px;
  background: url(../i/resume/sprint.gif) 0 -246px;
  float: left;
}
.rbk dd {
  color: #333;
  width: 530px;
  height: 50px;
  padding-left: 20px;
  float: left;
  padding-top: 5px;
}
.rbk dd p {
  line-height: 21px;
}
.rbk dd p a {
  color: #009bd8;
}
.rsd {
  width: 240px;
  padding: 30px 30px 0 0;
}
.rsd .preview {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 200px;
  height: 52px;
  display: block;
  text-indent: -9999px;
  background: url(../i/resume/sprint.gif) 0 -306px;
}
.rsd .save {
  margin: 0 auto;
  width: 200px;
  height: 52px;
  display: block;
  text-indent: -9999px;
  background: url(../i/resume/sprint.gif) 0 -358px;
}
.resume-box .rsd .resume-btn {
  border-radius: 5px;
  text-indent: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 52px;
  margin: 0 0 10px 0;
}
.resume-box .rsd .resume-btn .icon {
  font-size: 22px;
  margin-right: 5px;
  color: #fff;
}
.resume-box .rsd .resume-btn span {
  color: #fff;
  font-size: 18px;
}
.resume-box .rsd .resume-bg1 {
  background: linear-gradient(to right, #7BA133, #90B548);
}
.resume-box .rsd .resume-bg2 {
  background: linear-gradient(to right, #DC6233, #EB7137);
}
.resume-box .rsd .resume-bg3 {
  background: linear-gradient(to right, #2c70c7, #237ef1);
}
.limit {
  width: 200px;
  height: 12px;
  background: url(../i/resume/sprint.gif) -61px -276px;
}
.limit span {
  display: block;
  width: 200px;
  height: 21px;
  background: url(../i/resume/sprint.gif) -61px -252px;
}
.rsd .percent {
  padding-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
.rsd .percent .title {
  height: 35px;
  line-height: 35px;
  color: #666;
}
.rsd .percent .title span {
  float: right;
  color: #8eb346;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
.rsd .ritem {
  padding-top: 40px;
}
.rsd .ritem li {
  height: 30px;
}
.rsd .ritem li a {
  padding-left: 5px;
  display: block;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px dashed #d9d9d9;
}
.rsd .ritem li a:hover {
  display: block;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #d9d9d9;
  background: #EEFDCF;
}
.rsd .ritem li .ok {
  float: right;
  background: url(../i/resume/sprint.gif) no-repeat -485px -260px;
  width: 11px;
  height: 8px;
  text-indent: -9999px;
  display: block;
  margin: 10px 5px 0 0;
}
.rsd .ritem li .hide {
  float: right;
  background: url(../i/resume/sprint.gif) no-repeat -485px -288px;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  display: block;
  margin: 10px 5px 0 0;
}
.rsd .ritem li span {
  float: right;
  color: #aaa;
}
.flag {
  padding: 20px 0;
  text-align: center;
}
.flag .ok {
  background: url(../i/resume/sprint.gif) no-repeat -485px -256px;
  margin: 10px 5px 0 0;
  padding: 0 10px 0 15px;
}
.flag .none {
  background: url(../i/resume/sprint.gif) no-repeat -485px -285px;
  margin: 10px 5px 0 0;
  padding: 0 10px 0 15px;
}
.s-1 .title {
  background: url(../i/resume/sprint.gif) -470px -210px no-repeat;
  padding-left: 45px !important;
  margin-top: 40px;
  height: 28px;
  padding-bottom: 5px;
  line-height: 28px;
}
.s-1 .b {
  font-size: 10.5pt;
  font-weight: bold;
  border: none;
}
.s-1 .g6 {
  color: #666;
}
.options {
  border: 1px solid #EBEBEB;
  padding: 20px 15px 10px 5px;
}
.options li {
  background: url(../i/resume/sprint.gif) no-repeat -306px -146px;
  float: left;
  height: 23px;
  line-height: 23px;
  padding-left: 10px;
  margin-left: 15px;
  margin-bottom: 15px;
  display: inline;
  cursor: pointer;
  white-space: nowrap;
  _width: 50px;
}
.options li a {
  background: url(../i/resume/sprint.gif) no-repeat -412px -146px;
  display: inline-block;
  width: 44px;
  text-align: center;
  margin-left: 10px;
  color: #666;
}
.options .hide {
  display: none;
}
.options li.hover {
  background: url(../i/resume/sprint.gif) no-repeat -306px -123px;
}
.options li.hover a {
  color: #fff;
  text-decoration: none;
  background: url(../i/resume/sprint.gif) no-repeat -412px -123px;
}
.rhd {
  height: 70px;
}
.rp {
  width: 750px;
  margin: 0 auto;
}
.rp-l {
  margin-top: 23px;
  padding: 0 9px;
  position: relative;
  background: url(../i/resume/rp.gif) repeat-y;
}
/*简历排序*/
#sortable {
  padding: 20px 50px 50px 50px;
}
#sortable li {
  margin: 5px 0;
  cursor: move;
  padding: 0 30px;
  background: url(../i/resume/sprint.gif) no-repeat -475px -319px #f8f8f8;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d3d3d3;
}
#sortable li span {
  float: right;
}
.rb {
  padding: 50px 30px;
}
.rb dd {
  margin-left: -30px;
}
.rb dt {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.r-base {
  height: 120px;
}
.r-base dt h1 {
  font-size: 24px;
}
.r-base dt {
  float: left;
  width: 560px;
  height: 120px;
}
.rb dl {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.rb li {
  font-size: 12px;
  font-weight: normal;
  /* height  :25px; */
  line-height: 25px;
}
.r-base dd {
  float: left;
  width: 120px;
  height: 120px;
}
.rb dd ul {
  padding-left: 30px;
  padding-top: 10px;
}
.rb .tit {
  font-size: 14px;
  font-weight: bold;
  color: #86b5d7;
}
.rb .half li {
  width: 310px;
  float: left;
}
.xq {
  padding: 10px 10px 10px 90px;
  line-height: 22px;
}
.xq span,
.r_content span {
  float: left;
  margin-left: -60px;
}
.r_content {
  /*padding-left:90px; margin-left:-30px;*/
  height: auto !important;
}
.r_attachment li {
  width: 320px;
  float: left;
}
.r_attachment li a {
  color: #86b5d7;
}
.r_bottom {
  border-bottom: 1px dashed #E6E6E6;
}
.s-title {
  font-size: 14px;
  font-weight: bold;
  padding: 50px 50px 10px 50px;
  height: 30px;
  line-height: 30px;
}
.s-title .submit,
.rp .sortable,
.s-title .setDefault {
  text-align: center;
  color: #fff;
  cursor: pointer;
  float: right;
  width: 87px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../i/resume/sprint.gif) -306px -182px no-repeat;
}
.s-title .setDefault {
  margin-right: 10px;
  background: url(../i/resume/sprint.gif) 0 -38px;
  width: 106px;
  color: #000;
}
.rp .sortable {
  margin-top: 33px;
}
.rp .print {
  color: #666;
  margin-left: 10px;
  display: inline;
  margin-top: 33px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  float: right;
  display: block;
  background: url(../i/resume/sprint.gif) -393px -182px no-repeat;
}
.rp a:hover {
  text-decoration: none;
}
i {
  font-style: normal;
}
/* .z{ float: left;} 
.y{ float: right;}*/
/*简历 end*/
.mn .schBox {
  padding: 15px 0;
  margin-top: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  *zoom: 1;
}
.mn .schBox .chosen-container-single .chosen-single {
  height: 31px;
  line-height: 30px;
  border-radius: 0;
  border-color: #ddd;
}
.mn .schBox:hover {
  border-color: #E50011;
}
.mn .schBox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.mn .schBox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mn .schBox .schItem .schTit {
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
}
.mn .schBox .schItem .checkbox-list-container {
  height: 30px;
  display: flex;
  align-items: center;
}
.mn .schBox .schItem.keyWordItem {
  width: 450px;
  margin-left: 20px;
  padding: 0 5px;
  float: left;
}
.mn .schBox .schItem.keyWordItem .schTit {
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
}
.mn .schBox .schItem.keyWordItem .schIpt {
  padding: 0 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  overflow: hidden;
}
.mn .schBox .schItem.keyWordItem .schIpt input {
  height: 29px;
  line-height: 29px;
  border: 0;
  box-shadow: none;
  display: block;
  background: 0 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mn .schBox .schItem.keyWordItem .schIpt input.keyWord {
  padding-left: 0;
  padding: 6px 0;
}
.mn .schBox .schBtn {
  margin-top: 22px;
  margin-left: 20px;
  float: left;
  padding-top: 25px;
}
.mn .schBox .schBtn button {
  height: 30px;
  line-height: 28px;
  background-color: #E50011;
  border: none;
  box-shadow: none;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  overflow: visible;
}
.mn .schBox .css-result {
  border-top: 1px solid #ddd;
  margin: 15px 0 -15px 0;
  padding: 15px 20px;
  background-color: #efefef;
  *zoom: 1;
}
.mn .schBox .css-result:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.mn .schBox .css-result:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mn .schBox .css-result p {
  font-size: 12px;
}
.mn .schBox .css-result .css-btn {
  margin-top: 10px;
}
.mn .infoBox {
  margin: 20px 0;
}
.mn .infoBox .span7 {
  width: 42%;
}
.mn .infoBox .span7 a {
  float: none !important;
}
.mn .infoBox .span3 {
  width: 10%;
}
.mn .infoBox .span3 {
  width: 10%;
}
.mn .infoBox .span2 {
  width: 10%;
}
.mn .infoBox .infoTit {
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  *zoom: 1;
}
.mn .infoBox .infoTit:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.mn .infoBox .infoTit:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mn .infoBox .infoTit li {
  color: #333;
  float: left;
  margin-left: 10px;
}
.mn .infoBox .infoList {
  *zoom: 1;
}
.mn .infoBox .infoList:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.mn .infoBox .infoList:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mn .infoBox .infoList li {
  border-top: 1px solid #f6f6f6;
  float: left;
  margin-left: 10px;
  padding: 0;
  line-height: 49px;
  *zoom: 1;
}
.mn .infoBox .infoList li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.mn .infoBox .infoList li a,
.mn .infoBox .infoList li span,
.mn .infoBox .infoList li time {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.mn .infoBox .infoList li a {
  color: #E50011;
}
.mn .infoBox .infoList li .aire {
  margin-top: 12px;
  color: #fff;
}
.mn .xTit {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 20px;
  background-color: #fff;
}
.mn .ct {
  margin-top: 15px;
  background-color: #fff;
}
.mn .ct .aTitle {
  font-size: 16px;
  padding: 20px 15px 15px;
  text-align: center;
}
.mn .ct .aContent {
  padding: 10px;
}
.mn .ct .aContent img {
  max-width: 100%;
}
.mn .ct .pagebreak {
  padding: 10px;
}
.mn .ct .btn2-primary {
  background-color: #357ebd;
}
.user-pagetitle {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  font-size: 22px;
  position: relative;
}
.user-pagetitle .more {
  position: absolute;
  right: 15px;
  font-size: 14px;
}
.sidebar-main {
  width: 895px;
  background-color: #fff;
  float: left;
}
.sidebar-main .regForm {
  width: 100%;
  padding-bottom: 20px;
}
.sidebar-main .regForm .row .label {
  width: 20%;
  color: #333333;
}
.sidebar-main .regForm .row .txt {
  width: 517px;
  height: 38px;
  border-color: #E5E5E5;
  color: #787878;
  font-size: 14px;
}
.sidebar-main .regForm .row .Validform_checktip {
  width: 550px;
  margin-left: 20%;
  padding-left: 0;
}
.sidebar-main .regForm .submit-btn a {
  background-color: #2575D2;
  color: #fff;
  width: 241px;
  height: 40px;
  border-color: #2575D2;
  cursor: pointer;
  display: block;
  line-height: 40px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
}
.sidebar-right {
  width: 305px;
  background-color: #fff;
  margin: 0;
  float: left;
  padding: 50px 30px;
  min-height: 574px;
  border-left: 5px solid #eee;
}
.sidebar-right h5 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
}
.sidebar-right .info {
  font-size: 12px;
  color: #333333;
  line-height: 22px;
}
.sidebar-right .info p {
  padding: 2px 0;
}
.siderinfo {
  width: 285px;
  float: right;
}
.siderinfo > div:last-child {
  margin-bottom: 15px;
}
.siderinfo .promotion-img {
  padding: 35px 25px;
  background-color: #fff;
  text-align: center;
  margin-top: 15px;
}
.siderinfo .promotion-img:first-child {
  margin-top: 0;
}
.siderinfo .promotion-img img {
  display: block;
  margin: 0 auto;
}
.siderinfo .promotion-img a.btn.btn-success {
  margin-top: 25px;
  background-color: #fff;
  color: #23d5b5;
  padding-left: 30px;
  padding-right: 30px;
  border-color: #23d5b5;
}
.siderinfo .promotion-img a.btn.btn-success:hover {
  background-color: #23d5b5;
  color: #fff;
}
.siderinfo .panel {
  margin-top: 15px !important;
  width: 100%;
}
.siderinfo .panel .panel-heading {
  background-color: #fff !important;
  padding: 0 15px !important;
  border-bottom: 1px solid #eee;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
}
.siderinfo .panel .panel-heading .panel-title {
  font-size: 16px;
}
.siderinfo .panel .panel-heading .panel-title i {
  margin-right: 5px;
  color: #777;
}
.siderinfo .panel .panel-body .history-list {
  width: 100% !important;
  padding: 0;
  float: none;
  background-color: #fff;
}
.siderinfo .panel .panel-body .history-list > li {
  padding: 15px;
  border: none;
  border-top: 1px solid #eee;
}
.siderinfo .panel .panel-body .history-list > li:first-child {
  border-top: none;
}
.siderinfo .panel .panel-body .history-list > li .name {
  color: #555;
  max-width: 188px;
  padding-right: 10px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.siderinfo .panel .panel-body .history-list > li p {
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
}
.siderinfo .panel .panel-body .history-list > li p:first-of-type {
  margin-top: 5px;
}
.siderinfo .panel .panel-body .history-list > li p.text-orange {
  color: #FE7C49 !important;
  color: #E50011;
}
.siderinfo .panel .panel-body .history-list .verticle-line {
  font-size: 0;
}
.siderinfo .panel .panel-body .history-list .verticle-line li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 14px;
  margin-top: 5px;
  color: #777;
}
.siderinfo .panel .panel-body .history-list .verticle-line li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "|";
}
.siderinfo .unit-info {
  padding: 20px 25px;
  background-color: #fff;
  margin-top: 15px;
}
.siderinfo .unit-info:first-child {
  margin-top: 0;
}
.siderinfo .unit-info .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.siderinfo .unit-info .title .thisInfos-label {
  margin-top: 15px;
  float: none;
  text-align: left;
  *zoom: 1;
}
.siderinfo .unit-info .title .thisInfos-label:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.siderinfo .unit-info .title .thisInfos-label:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.siderinfo .unit-info .title .thisInfos-label li {
  padding: 2px 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  border: 1px solid #E50011;
  color: #E50011;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: normal;
}
.siderinfo .unit-info .title i {
  margin-right: 6px;
  color: #777;
}
.siderinfo .unit-info .title img {
  display: block;
  width: 95px;
  height: 95px;
  border: none;
  margin: 0 auto 10px;
}
.siderinfo .unit-info .title small {
  font-weight: normal;
  float: right;
}
.siderinfo .unit-info .info .item {
  margin-bottom: 5px;
  position: relative;
  padding-left: 84px;
  border: none;
  *zoom: 1;
}
.siderinfo .unit-info .info .item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.siderinfo .unit-info .info .item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.siderinfo .unit-info .info .item .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}
.siderinfo .unit-info .info .item .label {
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}
.siderinfo .unit-info .info .item span {
  min-height: 20px;
  line-height: 20px;
  display: block;
  color: #737373;
}
.siderinfo .unit-info .info .item span .more {
  text-align: right;
  display: block;
  padding-right: 10px;
}
.siderinfo .unit-info .info dl {
  padding-top: 15px !important;
  *zoom: 1;
}
.siderinfo .unit-info .info dl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.siderinfo .unit-info .info dl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.siderinfo .unit-info .info dl dt {
  font-weight: normal !important;
  color: #333;
  float: left;
}
.siderinfo .unit-info .info dl dd {
  float: left;
}
.h-title {
  font-size: 18px;
  padding-top: 20px;
  font-weight: 600;
  display: inline-block;
}
.h-title a {
  color: #333;
}
.css-transition {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari 和 Chrome */
  -o-transition-duration: 1s;
  /* Opera */
}
.admin-editor-container {
  float: left;
}
.css-vip-page .sidenav {
  width: 200px;
  height: 100%;
  min-height: 60px;
  margin-bottom: 15px;
  background-color: #fff;
  float: left;
}
.css-vip-page .sidenav .caption {
  background-color: #E50011;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  font-size: 16px;
}
.css-vip-page .sidenav .caption img {
  margin-right: 8px;
}
.css-vip-page .sidenav .panel {
  border: none;
}
.css-vip-page .sidenav .panel .panel-heading {
  color: #E50011;
  background-color: #efefef;
  padding: 10px 15px;
  height: auto;
  line-height: normal;
  font-size: 14px;
}
.css-vip-page .sidenav .panel ul li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 14px;
}
.css-vip-page .sidenav .panel ul li img {
  position: relative;
  top: 4px;
  margin-right: 6px;
}
.css-vip-page .css-searchbox {
  padding: 15px 0;
  margin-top: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari 和 Chrome */
  -o-transition-duration: 1s;
  /* Opera */
  *zoom: 1;
}
.css-vip-page .css-searchbox:hover {
  border-color: #E50011;
}
.css-vip-page .css-searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-searchbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-vip-page .css-searchbox dl {
  margin-left: 20px;
  padding: 0 5px;
}
.css-vip-page .css-searchbox dl dt {
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
}
.css-vip-page .css-searchbox dl dd {
  background-color: #fff;
  height: 24px;
}
.css-vip-page .css-searchbox dl dd input {
  height: 22px;
  line-height: 22px;
  border: 1px solid #ddd;
  box-shadow: none;
  background: none;
  padding: 0 10px;
  margin-right: 10px;
}
.css-vip-page .css-searchbox dl dd select {
  height: 22px;
  line-height: 22px;
  border: 1px solid #ddd;
  box-shadow: none;
  background: none;
  margin-right: 10px;
}
.css-vip-page .css-searchbox dl dd i {
  padding: 0 10px;
  font-style: normal;
}
.css-vip-page .css-searchbox dl dd span {
  margin: 0 10px 0 0;
}
.css-vip-page .css-searchbox dl .css-col148 input,
.css-vip-page .css-searchbox dl .css-col170 input,
.css-vip-page .css-searchbox dl .css-col148 select,
.css-vip-page .css-searchbox dl .css-col170 select {
  width: 100%;
}
.css-vip-page .css-searchbox .css-btn {
  margin-top: 22px;
  margin-left: 20px;
}
.css-vip-page .css-searchbox .css-btn button {
  height: 30px;
  line-height: 28px;
  background-color: #E50011;
  border: none;
  box-shadow: none;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  overflow: visible;
}
.css-vip-page .css-searchbox .css-result {
  border-top: 1px solid #ddd;
  margin: 15px 0 -15px 0;
  padding: 15px 20px;
  background-color: #efefef;
  *zoom: 1;
}
.css-vip-page .css-searchbox .css-result:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-searchbox .css-result:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-vip-page .css-searchbox .css-result p {
  font-size: 12px;
}
.css-vip-page .css-searchbox .css-result .css-btn {
  margin-top: 10px;
}
.css-vip-page .css-nosearch {
  padding: 0;
  border-top: none;
}
.css-vip-page .css-nosearch .css-result {
  margin: 0;
}
.css-vip-page .css-vipcontent {
  width: 990px;
  float: right;
  margin-top: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.css-vip-page .css-vipcontent > .css-title {
  background-color: #E50011;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: none;
}
.css-vip-page .css-vipcontent > .css-title .css-link {
  color: #fff;
}
.css-vip-page .css-vipcontent .css-tip {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #E50011;
  background-color: #e1f9ff;
}
.css-vip-page .css-vipcontent .css-caption {
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  background-color: #efefef;
  display: none;
}
.css-vip-page .css-vipcontent .css-ucon {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist {
  display: block;
  padding-bottom: 20px;
  *zoom: 1;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist li {
  display: block;
  width: 48%;
  float: left;
  margin-bottom: 10px;
  padding-right: 15px;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist2 {
  margin: -15px;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist2 li {
  *zoom: 1;
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist2 li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist2 li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist2 li:last-child {
  border-bottom: none;
}
.css-vip-page .css-vipcontent .css-ucon .css-infolist2 li span {
  display: block;
  width: 33.3%;
  float: left;
}
.css-vip-page .css-vipcontent .css-ucon ul span li {
  line-height: 24px;
}
.css-vip-page .css-vipcontent .css-content .css-offset-col330 {
  margin-left: 330px;
}
.css-vip-page .css-vipcontent .css-content .css-col20 {
  width: 20px;
}
.css-vip-page .css-vipcontent .css-content .css-col30 {
  width: 30px;
}
.css-vip-page .css-vipcontent .css-content .css-col50 {
  width: 50px;
}
.css-vip-page .css-vipcontent .css-content .css-col60 {
  width: 60px;
}
.css-vip-page .css-vipcontent .css-content .css-col100 {
  width: 100px;
}
.css-vip-page .css-vipcontent .css-content .css-col120 {
  width: 120px;
}
.css-vip-page .css-vipcontent .css-content .css-col130 {
  width: 130px;
}
.css-vip-page .css-vipcontent .css-content .css-col140 {
  width: 140px;
}
.css-vip-page .css-vipcontent .css-content .css-col148 {
  width: 148px;
}
.css-vip-page .css-vipcontent .css-content .css-col150 {
  width: 150px;
}
.css-vip-page .css-vipcontent .css-content .css-col170 {
  width: 170px;
}
.css-vip-page .css-vipcontent .css-content .css-col200 {
  width: 200px;
}
.css-vip-page .css-vipcontent .css-content .css-col250 {
  width: 250px;
}
.css-vip-page .css-vipcontent .css-content .css-col270 {
  width: 270px;
}
.css-vip-page .css-vipcontent .css-content .css-col300 {
  width: 300px;
}
.css-vip-page .css-vipcontent .css-content .css-col350 {
  width: 350px;
}
.css-vip-page .css-vipcontent .css-content .css-col400 {
  width: 400px;
}
.css-vip-page .css-vipcontent .css-content .css-col450 {
  width: 450px;
}
.css-vip-page .css-vipcontent .css-content .css-col470 {
  width: 470px;
}
.css-vip-page .css-vipcontent .css-content .css-col500 {
  width: 500px;
}
.css-vip-page .css-vipcontent .css-content .css-col600 {
  width: 600px;
}
.css-vip-page .css-vipcontent .css-content .css-col750 {
  width: 750px;
}
.css-vip-page .css-vipcontent .css-content .css-col780 {
  width: 780px;
}
.css-vip-page .css-vipcontent .css-content .css-col800 {
  width: 800px;
}
.css-vip-page .css-vipcontent .css-content .css-col900 {
  width: 900px;
}
.css-vip-page .css-vipcontent .css-content .css-col950 {
  width: 950px;
}
.css-vip-page .css-vipcontent .css-content .css-col1000 {
  width: 1000px;
}
.css-vip-page .css-vipcontent .css-content .affairVerifyDetail .items tr {
  text-align: center;
}
.css-vip-page .css-vipcontent .css-content #affairTabs .curr span {
  border-top-color: #E50011;
}
.css-vip-page .css-vipcontent .css-content .pageFormContent {
  margin: 20px 0;
  padding: 15px 0 0;
}
.css-vip-page .css-vipcontent .css-content .pageFormContent .btnnor {
  background-color: #E50011;
  color: #fff;
}
.css-vip-page .css-vipcontent .css-content .pageFormContent .input-container {
  width: 244px;
}
.css-vip-page .css-vipcontent .css-content .css-check {
  text-align: center;
  margin: 15px 0;
}
.css-vip-page .css-vipcontent .css-content .css-check input[type="checkbox"] {
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.css-vip-page .css-vipcontent .css-content .css-title {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
}
.css-vip-page .css-vipcontent .css-content .css-title li {
  color: #333;
  float: left;
  margin-left: 10px;
  font-weight: bolder;
}
.css-vip-page .css-vipcontent .css-content .css-list li {
  border-top: 1px solid #f6f6f6;
  padding: 0 10px;
  line-height: 49px;
  *zoom: 1;
}
.css-vip-page .css-vipcontent .css-content .css-list li:hover {
  background-color: #f6f6f6;
}
.css-vip-page .css-vipcontent .css-content .css-list li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-vipcontent .css-content .css-list li a,
.css-vip-page .css-vipcontent .css-content .css-list li span,
.css-vip-page .css-vipcontent .css-content .css-list li time {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  margin-left: 10px;
}
.css-vip-page .css-vipcontent .css-content .css-list li span {
  display: block;
  min-height: 20px;
}
.css-vip-page .css-vipcontent .css-content .css-list li span a {
  margin: 0 10px 0 0;
  float: none;
  display: inline;
}
.css-vip-page .css-vipcontent .css-content .css-list li span .btn {
  margin: 9px 0 0 0;
}
.css-vip-page .css-vipcontent .css-content .css-form,
.css-vip-page .css-vipcontent .css-content .css-updatelogo {
  margin-top: 40px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-upload .img_img,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-upload .img_img {
  border: 1px solid #ccc;
  height: 250px;
  margin: 10px 10px 0 0;
  width: 250px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-upload .css-group,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-upload .css-group {
  margin-top: 10px;
  margin-left: 250px;
  padding: 0;
  width: 275px;
  border: none !important;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-upload .css-group .btn,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-upload .css-group .btn {
  background-color: #E50011;
  height: auto;
  left: 0;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-upload .css-tit,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-upload .css-tit {
  width: auto;
  left: 265px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-tips,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-tips {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  font-size: 12px;
  float: left;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group {
  position: relative;
  vertical-align: top;
  *zoom: 1;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group:after,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-tit,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-tit {
  width: 135px;
  text-align: right;
  color: #666;
  line-height: 30px;
  position: absolute;
  left: 90px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-group,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group {
  width: 220px;
  margin-left: 250px;
  margin-bottom: 10px;
  padding: 0 5px;
  border: 1px solid #ddd;
  min-height: 30px;
  height: auto;
  position: relative;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-group input[type="text"],
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group input[type="text"],
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-group [type="password"],
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group [type="password"],
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-group [type="mail"],
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group [type="mail"],
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-group select,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group select {
  width: 210px;
  height: 20px;
  outline: none;
  background-color: #fff;
  border: none;
  box-shadow: none;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 5px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-group label,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group label {
  min-width: 50px;
  margin: 8px 15px 0 0;
  float: left;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-group label input[type="radio"],
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group label input[type="radio"] {
  margin-right: 5px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-group i,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group i {
  font-style: normal;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-tips,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-tips {
  position: absolute;
  top: 0;
  left: 480px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-textarea,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-textarea {
  width: 210px;
  padding: 10px 0;
  border: none;
  height: auto;
  resize: none;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-textarea textarea,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-textarea textarea {
  width: 100%;
  height: 200px;
  border: none;
  box-shadow: none;
  outline: none;
  resize: none;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-upload,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-upload {
  width: 232px;
  height: 232px;
  border: none;
  padding: 0;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-upload img,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-upload img {
  width: 100%;
  height: 100%;
  display: block;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-input-group .css-radio,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-radio {
  line-height: 30px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-yzm .css-group,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-yzm .css-group {
  width: 90px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-yzm .css-group input[type="text"],
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-yzm .css-group input[type="text"],
.css-vip-page .css-vipcontent .css-content .css-form .css-yzm .css-group [type="password"],
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-yzm .css-group [type="password"],
.css-vip-page .css-vipcontent .css-content .css-form .css-yzm .css-group [type="mail"],
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-yzm .css-group [type="mail"],
.css-vip-page .css-vipcontent .css-content .css-form .css-yzm .css-group select,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-yzm .css-group select {
  width: 80px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-yzm img,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-yzm img {
  width: 120px;
  height: 30px;
  position: absolute;
  top: 0;
  margin-left: 140px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-check,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-check {
  text-align: center;
  margin: 15px 0;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-check input[type="checkbox"],
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-check input[type="checkbox"] {
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-btn,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-btn {
  margin: 40px 100px 0 100px;
  text-align: center;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-btn a,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-btn a,
.css-vip-page .css-vipcontent .css-content .css-form .css-btn button,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-btn button {
  display: block;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-btn .css-btn-block,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-btn .css-btn-block {
  width: 100%;
  height: 100%;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-error p,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-error p {
  margin-left: 50px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-end,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-end {
  padding: 0 30px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-end .icon-ok-sign,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-end .icon-ok-sign {
  color: #71b83d;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-end ul,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-end ul {
  margin-top: 15px;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-end ul li,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-end ul li {
  margin-bottom: 1px;
  margin-left: 1%;
  width: 48%;
  float: left;
}
.css-vip-page .css-vipcontent .css-content .css-form .css-end ul li .btn,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-end ul li .btn {
  display: block;
  text-align: center;
}
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-tit,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-upload .css-tit {
  width: auto;
  left: 265px;
}
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-input-group .css-group,
.css-vip-page .css-vipcontent .css-content .css-updatelogo .css-upload .css-group {
  margin-left: 375px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup,
.css-vip-page .css-vipcontent .css-content .css-ngroup {
  min-height: 114px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari 和 Chrome */
  -o-transition-duration: 1s;
  /* Opera */
  *zoom: 1;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup:hover,
.css-vip-page .css-vipcontent .css-content .css-ngroup:hover {
  border-color: #E50011;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup:after,
.css-vip-page .css-vipcontent .css-content .css-ngroup:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup:after,
.css-vip-page .css-vipcontent .css-content .css-ngroup:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-date,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-date,
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-headimg,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-headimg {
  width: 114px;
  height: 114px;
  background: url("../i/date.png") no-repeat;
  border-radius: 5px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-date p,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-date p,
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-headimg p,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-headimg p {
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-date b,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-date b,
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-headimg b,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-headimg b {
  display: block;
  font-size: 35px;
  color: #000;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-headimg,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-headimg {
  height: 130px;
  background: none;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-headimg img,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-headimg img {
  width: 100%;
  height: 100%;
  display: block;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-uimg,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-uimg {
  width: 114px;
  height: 114px;
  background: url("../i/date.png") no-repeat;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  background: none;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-uimg p,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-uimg p {
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-uimg b,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-uimg b {
  display: block;
  font-size: 35px;
  color: #000;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-uimg img,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-uimg img {
  width: 100%;
  display: block;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-info,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-info {
  width: 650px;
  min-height: 114px;
  margin-left: 15px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-info b,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-info b,
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-info p,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-info p {
  display: block;
  margin-bottom: 6px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-info b,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-info b {
  font-size: 16px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-info p a,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-info p a {
  margin-left: 10px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-info .css-number,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-info .css-number {
  font-size: 20px;
  font-weight: bolder;
  display: inline;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .btn,
.css-vip-page .css-vipcontent .css-content .css-ngroup .btn {
  margin-top: 30px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-scheck,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-scheck {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-jobtext,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-jobtext,
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-cpytext,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-cpytext {
  width: 500px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-jobtext b,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-jobtext b,
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-cpytext b,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-cpytext b {
  font-size: 16px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-jobtext li,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-jobtext li,
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-cpytext li,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-cpytext li {
  margin-right: 10px;
}
.css-vip-page .css-vipcontent .css-content .css-lgroup .css-cpytext,
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-cpytext {
  width: 400px;
}
.css-vip-page .css-vipcontent .css-content .css-ngroup {
  margin: 0;
  margin-top: -1px;
}
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-info b {
  font-size: 14px;
  display: inline;
}
.css-vip-page .css-vipcontent .css-content .css-ngroup .css-info .css-textoverflow {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.css-vip-page .css-vipcontent .css-content .css-ngroup:hover {
  border-color: #ddd;
  background-color: #efefef;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page {
  padding: 15px;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-lgroup {
  border-top: none;
  border-left: none;
  border-right: none;
  min-height: 70px;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-lgroup h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-name {
  font-size: 20px;
  display: block;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-head-port {
  float: right;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-head-port img {
  display: block;
  width: 116px;
  height: 116px;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-conlist {
  margin-top: 30px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  *zoom: 1;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-conlist:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-conlist:last-child {
  border-bottom: none;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-conlist .css-photo {
  float: right;
  width: 114px;
  height: 115px;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-conlist .css-photo img {
  display: block;
  width: 114px;
  height: 115px;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-list-inline {
  margin-top: 15px;
  margin-left: -5px;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-list-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-list-inline li:last-child {
  border: none;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page .css-list-inline li .css-btn {
  background-color: #f67f00;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  text-align: center;
  padding: 6px 12px;
  outline: none;
  border: none;
}
.css-vip-page .css-vipcontent .css-content .css-talent-page p {
  margin-top: 10px;
}
.css-vip-page .css-vipcontent .css-content > .css-tit {
  background-color: #efefef;
  height: 35px;
  line-height: 35px;
  margin: 15px 0;
  padding: 0 15px;
}
.css-vip-page .css-vipcontent .css-content h2,
.css-vip-page .css-vipcontent .css-content p {
  margin-bottom: 10px;
}
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-table td {
  line-height: 30px;
  vertical-align: middle;
}
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-table td input,
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-table td select {
  vertical-align: middle;
  margin-left: 10px;
  padding: 2px 10px;
  box-shadow: none;
  border: 1px solid #ddd;
}
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-table td textarea {
  border: 1px solid #ddd;
  box-shadow: none;
  resize: none;
}
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-table td span {
  vertical-align: middle;
}
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-recruit {
  margin-top: -1px;
  margin-bottom: 20px;
}
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-recruit td,
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-recruit th {
  line-height: 30px;
  vertical-align: middle;
}
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-recruit td input,
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-recruit th input,
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-recruit td select,
.css-vip-page .css-vipcontent .css-content .css-largefairs-table .css-recruit th select {
  margin-left: 0;
  width: 61px;
}
.css-vip-page .css-vipcontent .css-content .css-content-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
}
.css-vip-page .css-vipcontent .css-province,
.css-vip-page .css-vipcontent .css-release {
  margin: 15px 0;
}
.css-vip-page .css-vipcontent .css-province b,
.css-vip-page .css-vipcontent .css-release b {
  display: block;
  padding: 0 15px 15px 15px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.css-vip-page .css-vipcontent .css-province > .css-list,
.css-vip-page .css-vipcontent .css-release > .css-list {
  margin-bottom: 15px;
  *zoom: 1;
}
.css-vip-page .css-vipcontent .css-province > .css-list:after,
.css-vip-page .css-vipcontent .css-release > .css-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-vip-page .css-vipcontent .css-province > .css-list:after,
.css-vip-page .css-vipcontent .css-release > .css-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-vip-page .css-vipcontent .css-province > .css-list li,
.css-vip-page .css-vipcontent .css-release > .css-list li {
  width: 197px;
  height: 95px;
  margin: 15px 0 0 15px;
  border: 1px solid #efefef;
  position: relative;
  float: left;
}
.css-vip-page .css-vipcontent .css-province > .css-list li > label,
.css-vip-page .css-vipcontent .css-release > .css-list li > label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.css-vip-page .css-vipcontent .css-province > .css-list li > label input[type="radio"],
.css-vip-page .css-vipcontent .css-release > .css-list li > label input[type="radio"],
.css-vip-page .css-vipcontent .css-province > .css-list li > label [type="checkbox"],
.css-vip-page .css-vipcontent .css-release > .css-list li > label [type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
}
.css-vip-page .css-vipcontent .css-province > .css-list li p,
.css-vip-page .css-vipcontent .css-release > .css-list li p {
  height: 40px;
  line-height: 20px;
  font-weight: bolder;
  display: block;
  text-align: center;
  margin-top: 15px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.css-vip-page .css-vipcontent .css-province > .css-list li .btn,
.css-vip-page .css-vipcontent .css-release > .css-list li .btn {
  display: block;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  float: none;
  background-color: #5bc0de;
}
.css-vip-page .css-vipcontent .css-province > .css-list li a,
.css-vip-page .css-vipcontent .css-release > .css-list li a {
  font-size: 12px;
}
.css-vip-page .css-vipcontent .css-province > .css-list li:hover,
.css-vip-page .css-vipcontent .css-release > .css-list li:hover {
  border-color: #5bc0de;
  cursor: pointer;
}
.css-vip-page .css-vipcontent .css-release > .css-list li {
  height: 85px;
}
.css-vip-page .css-vipcontent .css-release > .css-list li p {
  margin-top: 35px;
}
.css-vip-page .css-vipcontent .resume {
  padding: 0;
}
.css-vip-page .css-vipcontent .view3 {
  width: 941px;
}
.css-vip-page .css-vipcontent .rsd {
  padding: 15px;
}
.selectDiv .chosen-container {
  width: 244px;
  border: none;
}
.selectDiv .chosen-container-single .chosen-single {
  border-radius: 0;
  height: 38px;
  line-height: 36px;
  border-color: #dcdfe6;
}
.selectDiv .chosen-container-active .chosen-single {
  box-shadow: none;
  border-radius: 0 !important;
}
.panel-style .panel-body .resume-box {
  width: auto !important;
  float: none !important;
}
.panel-style .panel-body .resume-box .resume {
  margin-left: 15px;
}
.panel-style .panel-body .resume-box .con {
  *zoom: 1;
}
.panel-style .panel-body .resume-box .con:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.panel-style .panel-body .resume-box .con:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.panel-style .panel-body .resume-box .z.view {
  float: left;
  width: 700px;
}
.panel-style .panel-body .resume-box .sd.b.rsd.y {
  float: right;
}
.text-center {
  text-align: center;
}
.unbind-box {
  font-size: 14px;
}
.unbind-box .text-center {
  text-align: center;
}
.unbind-box .tit {
  color: #ff0000;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
}
.unbind-box .txt {
  color: #333;
  padding-top: 15px;
}
.unbind-box .text-block {
  display: block;
  color: #777;
  margin-top: 15px;
}
.unbind-box .text-muted {
  color: #777;
  padding-top: 45px;
}
.unbind-box .bg-green {
  background-color: #44ADB7;
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
/* .sidenav{
    width: 200px;
    float: left;
    border: 1px solid #ddd;
    margin: 15px 0;
    ul{
        li{
            height: 50px;
            line-height: 50px;
            border-top: 1px solid #ddd;
            &:first-child{
                border-top: none;
            }
            a{
                display: block;
                padding: 0 15px;
                font-size: 16px;
                &:hover{
                    background-color: @form-color;
                    color: #fff;
                }
            }
        }
        .current{
            a{
                background-color: @form-color;
                color: #fff;
            }
        }
    }
}

.side-container{
    float: right;
    width: 985px;
} */
.ac_results {
  width: 318px !important;
  background-color: #fff;
}
.ac_results ul {
  padding: 5px 10px !important;
  border: 1px solid #ddd;
}
.nmg-style .footer {
  height: 150px !important;
  margin: -150px auto 0 !important;
}
.nmg-style .footer .container .css-col-md5 {
  padding-top: 20px !important;
}
.nmg-style .footer .container .css-col-md5 p {
  margin-bottom: 5px !important;
}
.nmg-style .footer .bottom {
  text-align: center;
}
.nmg-style .footer .bottom a {
  background-color: unset !important;
  color: #555 !important;
}
.nmg-style .main-content {
  padding: 0 0 150px !important;
  background-color: #f9f9f9;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .usr-avatar {
  padding-left: 331px;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit {
  width: 98%;
  margin: 0 auto;
  padding: 10px 0;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit label {
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  float: left;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit .btn {
  margin-bottom: 10px;
  margin-left: 10px;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit .btn-sm {
  padding: 3px 6px;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit table {
  width: 100%;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit table .time-input {
  width: 120px;
  padding: 4px 0;
  text-align: center;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit table .time-checkbox {
  position: absolute;
  right: 33px;
  top: 16px;
  width: auto;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit table .text-msg {
  position: relative;
  right: -15px;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit table thead tr th {
  padding: 8px;
  border-top: 0 none;
  vertical-align: bottom;
  white-space: nowrap;
  border-bottom-width: 2px;
  border: 1px solid #ddd;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit table tbody tr td {
  position: relative;
  text-align: center;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.nmg-style .main-content .user-page .panel-style .panel-body .form .table-edit table tbody tr td input {
  border: 1px solid #ddd;
  padding: 4px 0;
  width: 100%;
  text-align: center;
}
.dialog-table .dialog-table-content {
  height: 350px !important;
}
.search-box {
  float: right;
  margin-top: 10px;
}
.search-box input[type="submit"] {
  background-color: #E50011;
  border: 1px solid #E50011;
  color: #fff;
}
.search-box input {
  padding: 8px;
  margin: 0 5px;
  vertical-align: bottom;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.search-box select {
  padding: 0 9px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 36px;
}
.VoteBtn {
  float: right;
  text-align: center;
}
.VoteBtn a {
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  margin-bottom: 5px;
}
.VoteBtn .votetips {
  color: #333;
  font-size: 12px;
  display: inline-block;
  margin: 5px;
}
.ds-main {
  width: 1200px !important;
}
.ds-main .jobinfo {
  width: auto !important;
  padding: 0px 5px 20px !important;
}
.ds-main .jobinfo .Votelist {
  width: 1200px;
}
.ds-main .jobinfo .Votelist .votelist-btn {
  border-radius: 4px;
  padding: 6px 20px;
  float: right;
  margin-right: 25px;
}
.ds-main .jobinfo .Votelist .line-list li {
  float: left;
  width: 16.5%;
  border: 1px solid #ddd;
  text-align: center;
  margin: 10px 9px;
  padding: 10px;
}
.ds-main .jobinfo .Votelist .line-list li img {
  width: 150px;
  height: 167px;
  padding: 5px;
}
.ds-main .jobinfo .Votelist .line-list li .chk {
  float: right;
  text-align: center;
}
.ds-main .jobinfo .Votelist .line-list li .voteinfo {
  float: left;
}
.ds-main .jobinfo .Votelist .line-list li .Votenum {
  float: right;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  width: auto;
}
.ds-main .jobinfo .Votelist .line-list li div {
  padding: 10px 0;
}
.ds-main .jobinfo .Votelist .line-list li div p {
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
}
.ds-main .jobinfo .Votelist .line-list li .votebtn a {
  border-radius: 3px;
  width: 70px;
}
.ds-main .jobinfo .Votelist .line-list li .votebtn a + a {
  float: right;
}
.ds-main .jobinfo .Votelist .line-list li .votebtn .btn-info {
  background-color: #3baeda;
  color: #fff;
  border: 1px solid #3baeda;
  width: 80%;
}
.ds-main .jobinfo .video-box {
  width: 1200px;
  text-align: center;
}
.ds-main .jobinfo .video-box h5 {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.ds-main .jobinfo .video-box .content {
  width: 900px;
  margin: 0 auto;
}
.mh-full .maininfo .content .jobinfo .text .list > li .left .job div.clearfix {
  width: 800px !important;
}
.form-Uploadfiles .form-group .tip {
  width: 100% !important;
  padding-left: 200px;
}
.form-Uploadfiles .video-style {
  display: block;
  width: 750px;
  text-align: center;
}
.form-Uploadfiles .video-style video {
  margin-top: 10px;
}
.form-Uploadfiles span {
  height: auto !important;
}
.css-caption {
  height: 30px;
  line-height: 30px;
  border-left: 5px solid #0178d4;
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.css-caption span {
  padding: 0 10px;
  font-size: 22px;
}
.css-caption .more {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #333;
}
.css-ds-main {
  width: 1200px;
  margin: 0 auto;
}
.css-ds-main .css-indexheader {
  text-align: center;
  margin-top: 10px;
}
.css-ds-main .css-indexheader img {
  width: 1200px;
  height: 100%;
}
.css-ds-main .css-tabcontent .css-row {
  margin: 9px 0;
}
.css-ds-main .css-tabcontent .css-row ul li {
  background: url(../i/dot1.png) no-repeat left center;
  padding-left: 20px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.css-ds-main .css-tabcontent .css-row ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
}
.css-ds-main .css-tabcontent .css-row ul li a span {
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.css-ds-main .css-tabcontent .css-row ul li a time {
  position: absolute;
  right: 15px;
  top: 0;
  color: #555;
}
.css-ds-main .css-tabcontent .css-row .css-col-md8 {
  background-color: #fff;
  width: 65.6667%;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
  min-height: 200px;
  padding: 0 10px;
}
.css-ds-main .css-tabcontent .css-row .css-col-md4 {
  background-color: #fff;
  width: 33.3333%;
  min-height: 200px;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.css-ds-main .css-tabcontent .css-row .css-col-md6 {
  width: 49.5555%;
}
.css-Tournament-list {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.css-Tournament-list ul li {
  width: 25%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.css-Tournament-list ul li .thumbnail {
  display: block;
  box-shadow: #999 0px 0px 2px;
  width: 285px;
}
.css-Tournament-list ul li .thumbnail img {
  border: 0 none;
  width: 100%;
  height: 180px;
  vertical-align: middle;
}
.css-Tournament-list ul li .thumbnail .caption {
  padding: 9px;
  color: #333;
  border: 1px solid #ddd;
  border-top: none;
  margin-top: 0 !important;
}
.css-Tournament-list ul li .thumbnail .caption h3 {
  font-size: 16px;
  line-height: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.css-Tournament-list ul li .thumbnail .caption a {
  color: #08c;
}
@media (max-width: 750px) {
  .userindex-page .breadcrumb {
    display: none;
  }
  .userindex-page .sidenav {
    display: none;
  }
  .userindex-page .content {
    width: auto !important;
  }
  .userindex-page .content .form {
    padding: 10px;
  }
  .userindex-page .content .form .text-center {
    padding-left: 0;
    width: auto;
  }
}
/* 面试大厅 */
.msroom-page {
  background-color: #fff;
}
.msroom-page .mini-program {
  width: 400px;
  height: 302px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -151px 0 0 -200px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #555;
}
.msroom-page .mini-program .content-box {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.msroom-page .mini-program .content-box .status {
  display: block;
  margin: 15px 0;
  text-align: center;
  font-size: 18px;
}
.msroom-page .mini-program .content-box .txt {
  padding: 4px 15px;
  text-align: center;
  background-color: #408080;
  color: #fff;
  border-radius: 4px;
  width: 250px;
  margin: 0 auto 15px;
}
.msroom-page .mini-program .content-box .mini-img {
  display: block;
  margin: 0 auto 15px;
  width: 160px;
}
.msroom-page .mini-program .esc_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
}
.msroom-page .mini-program .esc_btn i {
  font-size: 26px;
  cursor: pointer;
}
.msroom-page .mini-program .esc_btn i:hover {
  color: #08c;
}
.msroom-page .mini-program-alertbox {
  width: 200px;
  height: 150px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -100px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #555;
}
.msroom-page .mini-program-alertbox {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.msroom-page .mini-program-alertbox .btn {
  display: block;
  margin: 15px auto 0;
  text-align: center;
  font-size: 18px;
  background-color: #E50011;
  color: #fff;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0;
}
.msroom-page .mini-program-alertbox .esc_btn {
  position: absolute;
  top: -13px;
  right: -13px;
  z-index: 1001;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #eee;
}
.msroom-page .mini-program-alertbox .esc_btn i {
  font-size: 26px;
  cursor: pointer;
}
.msroom-page .mini-program-alertbox .esc_btn i:hover {
  color: #08c;
}
.msroom-page .videoview-alertbox {
  width: 600px;
  height: 400px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -300px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px #555;
  display: none;
}
.msroom-page .videoview-alertbox .title {
  margin: 0;
}
.msroom-page .video-view {
  padding: 0px;
  height: 360px;
  overflow-y: auto;
}
.msroom-page .video-view .group {
  padding: 15px;
}
.msroom-page .video-view .group p {
  margin-bottom: 10px;
}
.msroom-page .video-view .group .video-box {
  text-align: center;
}
.msroom-page .videoview-alertbox {
  display: none;
}
.msroom-page .videoview-alertbox .esc_btn {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 1001;
}
.msroom-page .videoview-alertbox .esc_btn i {
  font-size: 26px;
  cursor: pointer;
}
.msroom-page .videoview-alertbox .esc_btn i:hover {
  color: #08c;
}
.msroom-page .addmsqus-box {
  margin-top: 20px;
}
.msroom-page .addmsqus-box .caption {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 0;
}
.msroom-page .addmsqus-box .caption .more {
  padding-left: 23px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #E4E4E4 !important;
}
.msroom-page .addmsqus-box .caption .more img {
  position: relative;
  vertical-align: middle;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.msroom-page .addmsqus-box .caption ul {
  margin: 0 !important;
  position: relative;
  z-index: 10;
  background-color: #F4F7FA;
}
.msroom-page .addmsqus-box .caption ul li {
  height: 40px;
  line-height: 16px;
  font-size: 16px;
  color: #E4E4E4;
  float: left;
  padding: 0 !important;
}
.msroom-page .addmsqus-box .caption ul li a {
  padding: 11px 30px;
  height: 16px;
  font-size: 18px;
  border-bottom-color: #E4E4E4;
  display: block;
}
.msroom-page .addmsqus-box .caption ul .current {
  background: none;
  background-color: #fff;
}
.msroom-page .addmsqus-box .caption ul .current a {
  color: #1ABC9C;
  border-width: 2px 1px 1px;
  border-color: #E4E4E4 #E4E4E4 #fff;
  border-style: solid;
}
.msroom-page .addmsqus-box .content {
  border: 1px solid #E4E4E4;
  border-top: none;
  margin-top: 0;
  padding: 20px;
}
.msroom-page .addmsqus-box .content .btn-add {
  background-color: #169BD5;
  color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
}
.msroom-page .addmsqus-box .content .add-btn {
  margin-bottom: 25px;
}
.msroom-page .addmsqus-box .content .table {
  margin-top: 15px;
}
.msroom-page .addmsqus-box .sub-container {
  width: 560px;
  padding: 20px;
  margin: 0 auto;
}
.msroom-page .addmsqus-box .sub-container .group {
  *zoom: 1;
  margin-top: 15px;
}
.msroom-page .addmsqus-box .sub-container .group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.msroom-page .addmsqus-box .sub-container .group .label {
  height: 38px;
  line-height: 38px;
  width: 100px;
  float: left;
  font-size: 16px;
  text-align: right;
}
.msroom-page .addmsqus-box .sub-container .group .input {
  width: 440px;
  margin-left: 20px;
  float: left;
}
.msroom-page .addmsqus-box .sub-container .group .input input {
  border: none;
  outline: none;
  display: block;
  border: 1px solid #ddd;
  padding: 6px 20px;
  height: 26px;
  line-height: 26px;
  width: 398px;
}
.msroom-page .addmsqus-box .sub-container .group .input input:focus {
  border-color: #0E88EB;
}
.msroom-page .addmsqus-box .sub-container .group .textarea {
  width: 440px;
  margin-left: 20px;
  float: left;
}
.msroom-page .addmsqus-box .sub-container .group .textarea textarea {
  border: none;
  outline: none;
  display: block;
  border: 1px solid #ddd;
  padding: 20px;
  width: 398px;
}
.msroom-page .addmsqus-box .sub-container .group .textarea textarea:focus {
  border-color: #0E88EB;
}
.mask-box {
  display: none;
  position: fixed;
  top: -15px;
  right: 0;
  bottom: 00px;
  left: 0;
  z-index: 9;
  background: rgba(10, 10, 10, 0.3);
}
.mask-box .content {
  text-align: center;
  background-color: #fff;
  position: fixed;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 460px;
  height: 180px;
}
.mask-box .content img {
  width: 100px;
  height: 100px;
  margin: 15px 0;
}
.mask-box .content p {
  font-size: 15px;
  color: #999;
}
.recruitment-list .fr {
  float: right;
}
.recruitment-list .fl {
  float: left;
}
.recruitment-list .keywords input {
  height: 36px !important;
  line-height: 36px !important;
}
.recruitment-list .text-red {
  color: red;
}
.recruitment-list .state-green {
  color: #02B469 !important;
}
.recruitment-list .state-gray {
  color: #7F7F7F !important;
}
.recruitment-list .list-page .searchbox .btn {
  border-radius: 3px;
  padding: 6px 25px;
  margin: 20px 20px 0 20px;
}
.recruitment-list .job-title {
  background-color: #f9f9f9;
  margin: 10px;
  border-radius: 3px;
  padding: 15px 10px;
}
.recruitment-list .list-page .content-jobfair .list li .info {
  margin: 0;
}
.recruitment-list .list-page .content-jobfair .list li .info b a.text-primary {
  color: #08c !important;
}
.recruitment-list .list-page .content-jobfair .list li {
  margin: 15px;
  padding: 15px 20px;
}
.recruitment-list .list-page .content-jobfair .list li .right {
  width: 350px;
  text-align: right;
}
.recruitment-list .list-page .content-jobfair .list li .right .time {
  margin-bottom: 15px;
  color: #7F7F7F;
  text-align: right;
}
.recruitment-list .list-page .content-jobfair .list li .right .time span {
  color: #333;
}
.recruitment-list .list-page .content-jobfair .list li .right .time .state {
  margin-left: 20px;
}
.recruitment-list .list-page .content-jobfair .list li .right a.btn {
  width: 80px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  padding: 5px;
}
.recruitment-list .banner-info {
  background-color: #E50011;
  height: 205px;
  margin-top: 36px;
  color: #fff;
}
.recruitment-list .banner-info .container {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.recruitment-list .banner-info .container p a:hover {
  color: #555 !important;
}
.recruitment-list .banner-info h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.recruitment-list .banner-info p {
  margin-bottom: 10px;
}
.recruitment-list .banner-info .job .num {
  font-size: 18px;
}
.recruitment-list .notice {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.recruitment-list .notice h5 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.recruitment-list .notice h5 img {
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.recruitment-list .notice .content {
  padding: 10px;
}
.recruitment-list .notice .content ul li {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.recruitment-list .notice .content ul li .topicon {
  width: 25px;
  height: 15px;
  vertical-align: middle;
}
.recruitment-list .notice .content ul li time {
  position: absolute;
  right: 15px;
  top: 0;
  color: #555;
}
.recruitment-list .notice .content ul li a {
  padding: 0 100px 0 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recruitment-list .notice .more {
  position: absolute;
  right: 14px;
  top: 14px;
}
.recruitment-list .notice .more img {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}
.recruitment-list .re-details .searchbox {
  position: relative;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
}
.recruitment-list .re-details .searchbox .name {
  font-size: 22px;
  color: #333;
  position: absolute;
  left: 20px;
  top: 30%;
}
.recruitment-list .re-details .searchbox .btn {
  margin: 20px 20px 0 20px;
}
.recruitment-list .re-details .breadcrumb {
  border-radius: 5px;
}
.recruitment-list .re-details .content-jobfair {
  background-color: unset;
}
.recruitment-list .re-details .content-jobfair .list {
  background-color: unset;
}
.recruitment-list .re-details .content-jobfair .list li {
  margin: 0 0 10px 0;
  width: 46.6%;
  float: left;
  border-bottom: 1px solid #ddd;
}
.recruitment-list .re-details .content-jobfair .list li:nth-child(even) {
  border-left: 1px solid #ddd;
}
.recruitment-list .re-details .content-jobfair .list li:last-child {
  border-bottom: 1px solid #ddd;
}
.recruitment-list .re-details .content-jobfair .list li .right {
  margin-top: 20px;
}
.recruitment-list .re-details .content-jobfair .list li .right p {
  text-align: right;
}
.recruitment-list .re-details .content-jobfair .list li .info b a.text-primary {
  color: #E50011 !important;
}
.recruitment-list .re-details .content-jobfair .list li .info b {
  height: 30px;
}
input[disabled] {
  background-color: #eee !important;
}
select[disabled] {
  background-color: #eee !important;
}
/* 移植黑龙江 end */
a {
  color: #333;
}
a:hover {
  color: #E50011;
}
.wrapper {
  min-height: 100%;
  margin: auto;
  background-color: #fafafa;
}
.main-content {
  padding: 0 0 0 0;
}
.main-content .showmessage-wrap {
  background: none;
  overflow: visible !important;
}
* html .wrapper {
  height: 100%;
}
* html .out-content {
  height: 1%;
}
.toprow {
  width: 100%;
  height: 40px;
  margin: 0 auto -40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.toprow > .link {
  background-color: #eaeaea;
  height: 40px;
}
.toprow > .link ul {
  float: right;
}
.toprow > .link ul li a {
  margin-right: 0;
  margin-left: 10px;
}
.toprow > .link ul li a:first-child {
  margin-left: 0;
}
.toprow > .link ul li a .icon {
  margin-right: 2px;
  vertical-align: top;
}
.toprow > .link ul li a .icon.icon-boshimao {
  font-size: 20px;
  vertical-align: middle;
}
.toprow > .link a {
  line-height: 40px;
  font-size: 13px;
  margin-right: 10px;
}
.toprow > .link a img {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.toprow > .link .code {
  float: left;
  height: 37px;
  line-height: 37px;
}
.toprow > .link .code li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin-left: 10px;
}
.toprow > .link .code li .switch-city .icon {
  font-size: 12px;
  vertical-align: bottom;
}
.toprow > .link .code li .switch-city a {
  color: #E50011;
}
.toprow > .link .code li .city-box {
  padding: 0 10px 20px 0;
  background-color: #fff;
  border: 2px solid #DCDCDC;
  position: absolute;
  width: 500px;
  left: 65px;
  top: 37px;
  display: none;
}
.toprow > .link .code li .city-box:before,
.toprow > .link .code li .city-box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  left: 20px;
  z-index: 9998;
}
.toprow > .link .code li .city-box:before {
  border-color: transparent transparent #ffffff;
  top: -17px;
  z-index: 10001;
}
.toprow > .link .code li .city-box:after {
  border-color: transparent transparent #DCDCDC;
  top: -20px;
}
.toprow > .link .code li .city-box .removeCity {
  float: right;
}
.toprow > .link .code li .city-box .removeCity i:hover {
  color: #E50011;
}
.toprow > .link .code li .city-box ul {
  width: 100%;
}
.toprow > .link .code li .city-box ul li {
  float: left;
  padding: 5px;
  background-color: #FAFAFA;
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.subnav {
  width: 1200px;
  margin: 0 auto;
  background-color: #E50011;
}
.subnav li {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.subnav li a {
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  display: block;
}
.subnav li a:hover {
  background-color: #fc844e;
  color: #fff;
}
.subnav li.current a {
  background-color: #fc844e;
}
.container {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-list-inline li {
  display: inline;
}
.css-relative {
  position: relative;
}
.text-muted {
  color: #777;
}
.text-warning {
  color: #f0ad4e;
}
.css-hide {
  display: none;
}
hr {
  background-color: #eee;
  height: 1px;
  width: 100%;
  border: none;
}
.css-out-content .main-content {
  padding-bottom: 15px;
}
.text-right {
  text-align: right;
}
.chosen-container-single .chosen-single {
  background: none;
}
.main-content .list-page .jobicon-banner {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 385px;
  background-size: 100% 100%;
  min-width: 1200px;
}
.main-content .list-page .jobicon-banner-list {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  max-width: 1300px;
  justify-content: center;
}
.main-content .list-page .jobicon-banner-list li {
  width: 146px;
  margin-right: 26px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  height: 66px;
  line-height: 66px;
  background-color: #fff;
  border-radius: 5px;
}
.main-content .list-page .jobicon-banner-list li a {
  width: 100%;
  height: 100%;
  display: flex;
}
.main-content .list-page .jobicon-banner-list li a img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.main-content .list-page .jobicon-banner-list li a span {
  width: 147px;
  position: absolute;
  height: 100%;
  background: #E50011;
  top: 0;
  left: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  line-height: initial;
  text-align: center;
  line-height: 66px;
  display: none;
}
.main-content .list-page .jobicon-banner-list li a:hover span {
  display: block;
}
.main-content .list-page .jobicon-banner-more {
  color: #ffd36b;
  font-size: 28px;
  margin-top: 20px;
  cursor: pointer;
}
.main-content .list-page .content .enterprise-list {
  width: 1200px;
  padding-top: 5px;
  margin: 0 auto;
}
.main-content .list-page .content .enterprise-list li {
  width: 20%;
  float: left;
}
.main-content .list-page .content .enterprise-list li a {
  margin: 5px;
  height: 230px;
  display: block;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.main-content .list-page .content .enterprise-list li a .info {
  padding: 0 20px;
  overflow: hidden;
}
.main-content .list-page .content .enterprise-list li a .info img {
  margin: 30px auto 10px;
  width: 82px;
  height: 59px;
}
.main-content .list-page .content .enterprise-list li a .info p {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main-content .list-page .content .enterprise-list li a .info .industry {
  color: #666666;
  font-size: 14px;
  margin-bottom: 12px;
}
.main-content .list-page .content .enterprise-list li a .bottom {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #E5E5E5;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-content .list-page .content .job-box .list {
  width: 900px;
}
.main-content .login-page {
  background: none;
}
.main-content .login-page * {
  box-sizing: border-box;
}
.main-content .login-page .left {
  display: none;
}
.main-content .login-page .container {
  border: 1px solid transparent;
}
.main-content .login-page .login-box {
  margin: 0 auto;
  float: none;
  width: 480px;
  padding: 0;
  background: #fff;
  box-shadow: -2px 0 2px #ebefee, 4px 0 4px #e1e5e4, 0 -1px 1px #eef2f1, 0 5px 5px #dce0df;
  left: 50%;
  top: 50%;
  position: relative;
  margin-left: -240px;
}
.main-content .login-page .login-box .title {
  color: #3c3c3c;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  padding-top: 30px;
}
.main-content .login-page .login-box .content {
  width: 358px;
  margin: 16px auto 0;
  padding-bottom: 24px;
}
.main-content .login-page .login-box .content ul {
  float: none;
  width: 100%;
}
.main-content .login-page .login-box .content ul li {
  width: 100%;
  height: 40px;
}
.main-content .login-page .login-box .content ul li .select .chosen-container-single .chosen-single {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.main-content .login-page .login-box .content ul li .select .chosen-container-single .chosen-single > span {
  height: 100%;
}
.main-content .login-page .login-box .content ul li .select .chosen-container .chosen-drop {
  width: 100%;
}
.main-content .login-page .login-box .content ul li .select .chosen-container .chosen-drop .chosen-search .chosen-search-input {
  width: 100%;
  margin-left: 0;
}
.main-content .login-page .login-box .content ul li .select .chosen-container .chosen-drop .chosen-results {
  padding: auto;
}
.main-content .login-page .login-box .content ul li input {
  width: 100%;
  height: 40px;
  vertical-align: middle;
}
.main-content .login-page .login-box .content ul li .yzm-input {
  width: 250px;
  height: 40px;
}
.main-content .register-page {
  background: none;
}
.main-content .img-banner {
  width: 100%;
  height: 220px;
  margin: 15px auto 0;
}
.main-content .img-banner img {
  width: 100%;
  height: 220px;
  display: block;
}
.main-content .link-entrance {
  height: 200px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -300px;
}
.main-content .link-entrance li {
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 278px;
  margin: 0 10px;
  text-align: center;
  float: left;
  background-color: #E50011;
}
.main-content .link-entrance li a {
  display: block;
  height: 100%;
  line-height: 200px;
  font-size: 20px;
  color: #fff;
}
.main-content .link-entrance li a:hover {
  background-color: #c71320;
  color: #fff;
  border-radius: 20px;
}
.main-content .entrance-box .link-entrance {
  margin: -100px 0 0 -450px;
}
.main-content .sc {
  position: relative;
}
.main-content .classify {
  width: 285px;
  height: auto;
  float: left;
  margin-right: 15px;
  background-color: #fff;
  margin-top: 15px;
  min-height: 393px;
  z-index: 30;
}
.main-content .classify .caption {
  *zoom: 1;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  margin: 0 15px;
}
.main-content .classify .caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .classify .caption li {
  width: 50%;
  height: 45px;
  line-height: 45px;
  float: left;
  text-align: center;
  border-top: none;
  background: none;
}
.main-content .classify .caption li a {
  display: block;
  font-size: 16px;
  background: none;
}
.main-content .classify .caption .current {
  background-color: #fff;
  border-bottom: 2px solid #E50011;
  border-top: none;
}
.main-content .classify .caption .current a {
  color: #E50011;
  border-color: #E50011;
  font-weight: bolder;
}
.main-content .classify .content {
  *zoom: 1;
}
.main-content .classify .content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .classify .content .css-menu {
  margin-top: 10px;
  position: relative;
  background-color: #fff;
  z-index: 100;
}
.main-content .classify .content .css-menu ul {
  padding-top: 0;
  float: none;
}
.main-content .classify .content .css-menu ul li {
  position: relative;
  width: 300px;
  padding: 0;
  float: none;
  overflow: visible;
  z-index: 999;
}
.main-content .classify .content .css-menu ul li > a {
  display: block;
  height: 39px;
  line-height: 37px;
  border-left: 1px solid #fff;
  position: relative;
  z-index: 26;
  color: #333333;
  font-size: 14px;
  padding: 0 15px;
}
.main-content .classify .content .css-menu ul li > a img {
  position: relative;
  top: 4px;
  margin-right: 15px;
}
.main-content .classify .content .css-menu ul li > a span {
  position: absolute;
  left: 255px;
  top: 0px;
  color: #B7B7B7;
}
.main-content .classify .content .css-menu ul li .css-subMenu {
  position: absolute;
  top: 0;
  left: 300px;
  z-index: 250;
  width: 886px;
  background: #fff;
  border: 1px solid #E50011;
  padding: 0 6px;
  display: none;
}
.main-content .classify .content .css-menu ul li .css-subMenu .group {
  border-top: 1px dashed #ddd;
  padding: 15px 0 0;
}
.main-content .classify .content .css-menu ul li .css-subMenu .group:first-child {
  border-top: 0;
}
.main-content .classify .content .css-menu ul li .css-subMenu .group .tit {
  font-size: 16px;
  display: block;
  margin: 0 10px 15px;
}
.main-content .classify .content .css-menu .all-title a {
  text-align: center;
  color: #E50011;
}
.main-content .classify .content .css-menu ul li .css-subMenu .group .alink {
  *zoom: 1;
}
.main-content .classify .content .css-menu ul li .css-subMenu .group .alink:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .classify .content .css-menu ul li .css-subMenu .group .alink a {
  float: left;
  padding: 0;
  font-weight: 400;
  margin: 0 10px 8px;
}
.main-content .classify .content .css-menu ul li:hover > a {
  color: #E50011;
  width: 301px;
  border-top: 1px solid #E50011;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #E50011;
  border-left: 1px solid #E50011;
  z-index: 251;
}
.main-content .classify .content .css-menu ul li:hover > a span {
  display: none;
}
.main-content .classify .content .css-menu ul li:hover .css-subMenu {
  display: block;
  background-color: #fff;
}
.main-content .classify .content .css-menu ul li:hover .css-subMenu ul li a {
  color: #666;
}
.main-content .classify .content .css-menu ul li:hover .css-subMenu ul li a:hover {
  color: #E50011;
}
.main-content .classify .content .css-menu ul li.tit {
  border-top: 1px solid #ddd;
  padding: 0;
  width: 285px;
  margin-top: 19px;
}
.main-content .classify .content .css-menu ul li.tit:hover {
  padding: 0;
  margin: 0;
}
.main-content .classify .content .css-menu ul li.tit a {
  border: 0;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  color: #E50011;
  text-align: center;
  width: auto;
}
.main-content .classify .content .css-menu ul .all {
  display: none;
}
.main-content .classify .content .css-menu2 {
  margin-top: 10px;
  height: 414px;
  overflow: hidden;
  *zoom: 1;
}
.main-content .classify .content .css-menu2:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .classify .content .css-menu2 li {
  float: left;
  width: 50%;
  height: 31px;
  line-height: 31px;
}
.main-content .classify .content .css-menu2 li a {
  display: block;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .classify .content .css-menu2 li.tit {
  border-top: 1px solid #ddd;
  bottom: 0;
}
.main-content .classify .content .css-menu2 li.tit a {
  border: 0;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
}
.main-content .schbanner {
  float: left;
  width: 600px;
  height: 393px;
  margin-top: 15px;
}
.main-content .schbanner .slidercontainer-index {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-content .schbanner .slidercontainer-index .slider {
  width: 872px;
  margin: 0 auto;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs {
  padding: 0 16px;
  height: 75px;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li {
  width: 144px;
  height: 74px;
  margin: 10px 0 0 17px;
  padding: 0;
  float: left;
  list-style-type: none;
  padding: 3px;
  margin: 0 5px;
  background: #fafafa;
  cursor: pointer;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li .clip {
  position: relative;
  height: 100%;
  text-align: right;
  vertical-align: middle;
  overflow: hidden;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li .clip img {
  border: 1px solid #e5e5e5;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li.active {
  background: url("../i/creat.png") no-repeat left center;
  background-position: 6px 34px;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li.active img {
  border-color: #E50011;
}
.main-content .schbanner .slidercontainer-index .pika-stage,
.main-content .schbanner .slidercontainer-index .pika-textnav {
  width: 500px;
}
.main-content .schbanner .slidercontainer-index .pika-textnav {
  display: none;
}
.main-content .schbanner .slidercontainer-index .pika-stage {
  position: relative;
  background: #fafafa;
  text-align: center;
  height: 400px;
  width: 655px;
}
.main-content .schbanner .slidercontainer-index .pika-stage a {
  display: block;
}
.main-content .schbanner .slidercontainer-index .pika-stage img {
  height: 400px;
  width: 655px;
  display: block;
}
.main-content .schbanner .slidercontainer-index .pika-stage .caption {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #141414;
  font-size: 11px;
  color: #fafafa;
  padding: 10px;
  text-align: right;
  bottom: 50px;
  right: 10px;
}
.main-content .schbanner .slidercontainer-index .pika-stage .caption p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}
.main-content .schbanner .slidercontainer-index .pika-imgnav {
  display: none;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li {
  width: 215px;
  height: 80px;
  padding: 0;
  float: right !important;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li img {
  width: 198px;
  height: 78px;
}
.main-content .schbanner .slidercontainer-index .slider {
  width: 872px;
  position: relative;
}
.main-content .schbanner .slidercontainer-index #pikame {
  width: 215px;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs {
  margin: 10px 0 0 17px;
  width: 215px;
  position: absolute;
  top: 0;
  right: 0;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li {
  margin: 0;
}
.main-content .schbanner .slidercontainer-index .pika-thumbs li img {
  width: 198px !important;
  height: 78px;
}
.main-content .schbanner .slidercontainer-index .jcarousel-skin-pika {
  position: absolute;
  top: 0;
  right: 0;
  width: 215px;
}
.main-content .schbanner .slidercontainer-index .jcarousel-skin-pika .jcarousel-container-vertical {
  width: 215px;
  height: 400px;
  overflow: hidden;
}
.main-content .schbanner .slidercontainer-index .jcarousel-skin-pika .jcarousel-clip-vertical {
  width: 215px;
  height: 400px;
  float: right;
}
.main-content .schbanner .slidercontainer-index .jcarousel-skin-pika .jcarousel-item-vertical {
  margin-top: 0;
}
.main-content .recruit .caption,
.main-content .jobfair .caption,
.main-content .teachin .caption,
.main-content .newjob .caption,
.main-content .notice .caption,
.main-content .newjobs .caption,
.main-content .vips .caption,
.main-content .jobplatform .caption,
.main-content .textjobs .caption {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
  font-size: 20px;
  font-weight: bolder;
  background-color: #fff;
  color: #535353;
}
.main-content .recruit .caption .more,
.main-content .jobfair .caption .more,
.main-content .teachin .caption .more,
.main-content .newjob .caption .more,
.main-content .notice .caption .more,
.main-content .newjobs .caption .more,
.main-content .vips .caption .more,
.main-content .jobplatform .caption .more,
.main-content .textjobs .caption .more {
  float: right;
  font-size: 14px;
  color: #969595;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
}
.main-content .recruit .caption .more .icon,
.main-content .jobfair .caption .more .icon,
.main-content .teachin .caption .more .icon,
.main-content .newjob .caption .more .icon,
.main-content .notice .caption .more .icon,
.main-content .newjobs .caption .more .icon,
.main-content .vips .caption .more .icon,
.main-content .jobplatform .caption .more .icon,
.main-content .textjobs .caption .more .icon {
  font-size: 15px;
  color: #E50011;
  vertical-align: middle;
  font-style: normal;
}
.main-content .recruit .caption .more:hover,
.main-content .jobfair .caption .more:hover,
.main-content .teachin .caption .more:hover,
.main-content .newjob .caption .more:hover,
.main-content .notice .caption .more:hover,
.main-content .newjobs .caption .more:hover,
.main-content .vips .caption .more:hover,
.main-content .jobplatform .caption .more:hover,
.main-content .textjobs .caption .more:hover {
  color: #E50011;
}
.main-content .recruit .caption span,
.main-content .jobfair .caption span,
.main-content .teachin .caption span,
.main-content .newjob .caption span,
.main-content .notice .caption span,
.main-content .newjobs .caption span,
.main-content .vips .caption span,
.main-content .jobplatform .caption span,
.main-content .textjobs .caption span {
  float: left;
  font-size: 18px;
}
.main-content .recruit .caption span i,
.main-content .jobfair .caption span i,
.main-content .teachin .caption span i,
.main-content .newjob .caption span i,
.main-content .notice .caption span i,
.main-content .newjobs .caption span i,
.main-content .vips .caption span i,
.main-content .jobplatform .caption span i,
.main-content .textjobs .caption span i {
  color: #E50011;
  font-size: 25px;
  margin-right: 5px;
}
.main-content .jobplatform {
  margin-top: 15px;
}
.main-content .jobplatform .content {
  background-color: #fff;
}
.main-content .jobplatform .content ul {
  padding: 15px;
  margin: 0 -5px;
}
.main-content .jobplatform .content ul li {
  width: 25%;
  float: left;
}
.main-content .jobplatform .content ul li .item {
  padding: 5px;
  display: block;
}
.main-content .jobplatform .content ul li .thumb-img {
  position: relative;
  height: 145px;
}
.main-content .jobplatform .content ul li .thumb-img img {
  height: 100%;
  width: 100%;
}
.main-content .jobplatform .content ul li .thumb-img h5 {
  position: absolute;
  top: 30px;
  padding: 0 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  top: 49px;
  height: 50px;
  left: 0;
  right: 0;
}
.main-content .jobplatform .info {
  padding: 15px;
  padding-bottom: 0;
}
.main-content .jobplatform .info .css-title {
  text-align: left;
  display: block;
  margin-bottom: 10px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-content .jobplatform .c-icon {
  color: #7C7C7C;
  *zoom: 1;
}
.main-content .jobplatform .c-icon span {
  font-size: 14px;
}
.main-content .jobplatform .c-icon span i {
  font-size: 14px;
  margin-right: 3px;
}
.main-content .jobplatform .c-icon p {
  margin-top: 10px;
}
.main-content .jobplatform .c-icon .num {
  color: #037CEC;
}
.main-content .jobplatform .c-icon:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .jobplatform .c-icon:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .jobplatform .c-icon .address {
  float: left;
}
.main-content .jobplatform .c-icon .time {
  float: right;
}
.main-content .jobplatform .operation-btn {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  *zoom: 1;
}
.main-content .jobplatform .operation-btn:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .jobplatform .operation-btn:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .jobplatform .operation-btn .btn {
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0px 13px;
  width: 90px;
}
.main-content .zp-item .content ul li {
  margin-bottom: 15px;
}
.main-content .zp-item .content ul li .item {
  border: 1px solid #EEEEEE;
  padding: 0;
  margin: 0 6px;
}
.main-content .zp-item .content ul li .item .thumb-img {
  height: 156px;
}
.main-content .zp-item .content ul li .item .thumb-info {
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  width: 95%;
  padding: 10px 7px;
}
.main-content .zp-item .content ul li .item .thumb-info h5 {
  position: static;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 29px;
  padding: 0;
}
.main-content .zp-item .content ul li .item .thumb-info .time {
  font-size: 12px;
  margin-bottom: 10px;
}
.main-content .zp-item .content ul li .item .thumb-info p {
  font-size: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content .comprehensive .content ul li .info .com-icon {
  width: 71px;
  height: 71px;
}
.main-content .comprehensive .content ul li .info .com-icon img {
  width: 60px;
  height: 60px;
  margin: 5px auto;
}
.main-content .comprehensive .content ul li .info .info-left a {
  margin-bottom: 10px;
}
.main-content .comprehensive .content ul li .info .info-left p {
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content .comprehensive .content ul li .info .info-left ul li {
  color: #787878;
}
.main-content .comprehensive .content ul li .info .info-right {
  padding-top: 30px;
}
.main-content .comprehensive .content ul li .info .info-right .address {
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content .comprehensive .content ul li .info .info-right .salary {
  font-size: 14px;
}
.main-content .recruit {
  margin-top: 15px;
}
.main-content .recruit .caption {
  height: 22px;
  line-height: 22px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
  padding: 15px;
  font-size: 20px;
  color: #333;
  font-weight: bolder;
  background: #fff;
}
.main-content .recruit .caption img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.main-content .recruit .caption span {
  border-left: 4px solid #E50011;
  padding-left: 10px;
  float: left;
}
.main-content .recruit .caption .more {
  float: right;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.main-content .recruit .caption .more:hover {
  color: #E50011;
}
.main-content .recruit .content {
  overflow: hidden;
}
.main-content .recruit .content ul {
  *zoom: 1;
}
.main-content .recruit .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .recruit .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .recruit .content ul li {
  float: left;
  background-color: #fff;
}
.main-content .recruit .content ul li a {
  display: block;
  height: 100%;
  line-height: 100%;
}
.main-content .recruit .content ul li img {
  display: block;
}
.main-content .recruit .content .second li {
  float: left;
  width: 200px;
  height: 90px;
  text-align: center;
  *zoom: 1;
}
.main-content .recruit .content .second li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .recruit .content .second li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .recruit .content .second li a {
  display: block;
}
.main-content .recruit .content .second li a img {
  display: block;
  border: none;
  margin: 0 auto;
}
.main-content .newjobs {
  margin-top: 15px;
}
.main-content .newjobs .content {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
.main-content .newjobs .content ul {
  padding: 0;
}
.main-content .newjobs .content ul li {
  width: 50%;
  float: left;
}
.main-content .newjobs .content .info {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: -1px;
  display: flex;
  *zoom: 1;
}
.main-content .newjobs .content .info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .newjobs .content .info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .newjobs .content .info .com-icon {
  float: left;
  width: 55px;
  height: 55px;
  border: 1px solid #E5E5E5;
  text-align: center;
  border-radius: 5px;
}
.main-content .newjobs .content .info .com-icon img {
  width: 37px;
  height: 37px;
  margin: 9px auto;
}
.main-content .newjobs .content .info .info-left {
  float: left;
  width: 55%;
  margin-left: 10px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .newjobs .content .info .info-left a {
  font-size: 18px;
  color: #343434;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content .newjobs .content .info .info-left a:hover {
  color: #E50011;
}
.main-content .newjobs .content .info .info-left .companyname {
  font-size: 14px;
  color: #787878;
}
.main-content .newjobs .content .info .info-left ul {
  *zoom: 1;
  padding: 0;
  display: flex;
}
.main-content .newjobs .content .info .info-left ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .newjobs .content .info .info-left ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .newjobs .content .info .info-left ul li {
  float: left;
  font-size: 14px;
  color: #7C7C7C;
  margin-right: 8px;
  width: auto;
}
.main-content .newjobs .content .info .info-left .source-dl {
  color: #7C7C7C;
  padding-top: 5px;
}
.main-content .newjobs .content .info .info-right {
  width: 25%;
  float: right;
  text-align: right;
}
.main-content .newjobs .content .info .info-right .salary {
  color: #E50011;
  font-size: 18px;
  margin-bottom: 12px;
}
.main-content .newjobs .content .info .info-right .time {
  color: #7C7C7C;
  font-size: 14px;
}
.main-content .newjobs .content .info .info-right .time i {
  font-size: 14px;
  margin-right: 2px;
}
.main-content .jobfair {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main-content .jobfair .caption {
  height: 52px;
  line-height: 52px;
  padding: 0;
  padding-right: 15px;
}
.main-content .jobfair .caption .more .icon {
  vertical-align: inherit;
}
.main-content .jobfair .caption ul li {
  float: left;
  height: 51px;
  line-height: 51px;
  border-left: none;
  border-bottom: 1px solid #fff;
  padding: 0 25px;
  font-size: 16px;
  color: #E50011;
}
.main-content .jobfair .caption ul li a {
  font-size: 18px;
}
.main-content .jobfair .caption ul li a:hover {
  color: #E50011;
}
.main-content .jobfair .caption ul li:hover {
  border-bottom: 2px solid #E50011;
}
.main-content .jobfair .caption ul .current {
  border-bottom: 2px solid #E50011;
}
.main-content .jobfair .caption ul .current a {
  color: #E50011;
}
.main-content .jobfair .content {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.main-content .jobfair .content ul {
  *zoom: 1;
}
.main-content .jobfair .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .jobfair .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .jobfair .content ul li {
  float: left;
  background-color: #fff;
  border-bottom: 1px dashed #ddd;
  margin: 0 20px 0;
  width: 560px;
  padding: 15px 30px 15px 75px;
  position: relative;
  height: 95px;
  border-left: none;
  border-top: none;
}
.main-content .jobfair .content ul li .info {
  vertical-align: top;
  overflow: hidden;
  height: 65px;
  zoom: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.main-content .jobfair .content ul li .info p {
  margin-top: 10px;
  color: #888;
}
.main-content .jobfair .content ul li .info p i {
  float: left;
  margin: 3px 5px 0 0;
}
.main-content .jobfair .content ul li .info p span {
  width: 95%;
  max-width: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .jobfair .content ul li .info p .map {
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
  margin-right: 5px;
}
.main-content .jobfair .content ul li .info a {
  display: block;
  font-size: 18px;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content .jobfair .content ul li time {
  width: 65px;
  height: 65px;
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  float: left;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
  *zoom: 1;
}
.main-content .jobfair .content ul li time:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .jobfair .content ul li time:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .jobfair .content ul li time b {
  height: 29px;
  line-height: 29px;
  text-align: center;
  display: block;
  color: #E50011;
  border-bottom: none;
  background-color: #F9CDD0;
  font-size: 16px;
  font-weight: normal;
}
.main-content .jobfair .content ul li time p {
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #343434;
  margin-bottom: 0;
  font-size: 16px;
  border-top: 1px solid #ddd;
}
.main-content .vips {
  margin-top: 15px;
}
.main-content .vips .content {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 5px 15px 15px 15px;
}
.main-content .vips .content ul {
  *zoom: 1;
}
.main-content .vips .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .vips .content ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .vips .content ul li {
  float: left;
  background-color: #fff;
}
.main-content .vips .content ul li a {
  display: block;
  height: 100%;
  line-height: 100%;
}
.main-content .vips .content ul li img {
  display: block;
}
.main-content .vips .content .second {
  margin-left: -10px;
}
.main-content .vips .content .second li {
  float: left;
  width: 20%;
  background-color: #fff;
  height: 99px;
  text-align: center;
  *zoom: 1;
}
.main-content .vips .content .second li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.main-content .vips .content .second li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .vips .content .second li a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 10px;
}
.main-content .vips .content .second li a img {
  display: block;
  border: none;
  height: 100%;
  width: 100%;
}
.main-content .vips .content .js-slide-list li {
  height: auto;
}
.main-content .vips .content .js-slide-list li a {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
.main-content .vips .content .js-slide-list li a img {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.main-content .source-container {
  background-color: #fff;
}
.main-content .source-container .source-more {
  padding: 10px 0 20px;
  text-align: center;
  font-size: 15px;
}
.main-content .source-container .source-more a {
  color: #E50011;
}
.main-content .source-caption {
  display: flex;
  align-items: center;
  padding: 10px 20px !important;
  background-color: #fff;
  height: 55px !important;
  line-height: 55px !important;
}
.main-content .source-caption .source-icon {
  margin-right: 10px;
  display: flex;
}
.main-content .source-caption .source-icon img {
  width: 28px;
  height: 28px;
}
.main-content .source-caption .source-list {
  flex: 1;
  width: 100%;
  display: flex;
}
.main-content .source-caption .source-list-all a {
  color: #E50011;
}
.main-content .source-caption .source-list li {
  background-color: #FAE8EB;
  border-radius: 5px;
  margin-right: 10px;
  height: 40px;
  width: 117px;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 0 !important;
}
.main-content .source-caption .source-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .source-caption .source-list li a img {
  max-width: 90%;
  max-height: 95%;
}
.main-content .source-caption .source-list li:hover {
  border-color: #E50011;
}
.main-content .source-caption .source-list .current {
  border: 1px solid #E50011;
  position: relative;
}
.main-content .source-caption .source-list .current:before {
  content: "";
  position: absolute;
  right: -4px;
  top: 3px;
  width: 8px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 9;
}
.main-content .source-caption .source-list .current:after {
  content: "";
  position: absolute;
  right: -11px;
  top: -18px;
  width: 14px;
  height: 14px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #E50011;
  transform: rotate(135deg);
}
/* 新增表单样式（同新版就业市场） */
.css-form {
  width: 90%;
  margin: 0 auto;
  /* 针对原始结构的优化 begin */
  /* 针对原始结构的优化 end */
}
.css-form .form-title {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
  padding: 0 15px;
  font-size: 16px;
}
.css-form .form-title span {
  color: #000;
  font-size: 18px;
}
.css-form .form-title .collapse {
  float: right;
  color: #777;
}
.css-form .form-title .collapse i.icon {
  margin: 0 5px;
}
.css-form .form-title .collapse:hover {
  color: #E50011;
  cursor: pointer;
}
.css-form .container {
  padding: 0 15px;
  *zoom: 1;
}
.css-form .container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .row {
  margin-bottom: 0;
  width: 100%;
}
.css-form .row .label {
  width: 20%;
  float: left;
  line-height: normal;
  margin: 0;
  padding-right: 15px;
}
.css-form .row .label::before {
  content: " ";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.css-form .row .label span {
  vertical-align: middle;
}
.css-form .row .selectDiv {
  float: left;
  width: 80%;
  margin-bottom: 0;
}
.css-form .row .selectDiv select {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box;
}
.css-form .row .selectDiv select:hover {
  border-color: #c0c4cc;
}
.css-form .row .selectDiv select:focus {
  border-color: #E50011;
}
.css-form .row .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
}
.css-form .row .txt:hover {
  border-color: #c0c4cc;
}
.css-form .row .txt.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .row .txt.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .row .txt.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .row .txt-view {
  background-color: #fff !important;
  border: none !important;
}
.css-form .row .txtarea {
  border: 1px solid #dcdfe6;
  width: 80%;
  min-height: 80px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.css-form .row .txtarea:hover {
  border-color: #c0c4cc;
}
.css-form .row .txtarea:focus {
  border-color: #E50011;
}
.css-form .row .txtarea.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .row .txtarea.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .row .txtarea.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .row .input-container {
  width: 80%;
  float: left;
}
.css-form .row .input-container input,
.css-form .row .input-container select,
.css-form .row .input-container textarea {
  width: 100%;
}
.css-form .row .input-container.iconelement {
  position: relative;
}
.css-form .row .input-container.iconelement input {
  padding-right: 30px;
}
.css-form .row .input-container.iconelement i.icon {
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 24px;
  height: 100%;
  margin-top: 0;
  line-height: 38px;
  cursor: pointer;
}
.css-form .row .input-container.iconelement i.icon:hover {
  color: #E50011;
}
.css-form .row .input-container.iconelement i.icon.icon-xiangxiajiantou {
  font-size: 12px;
}
.css-form .row .input-container.iconelement i.icon.icon-xiangshangjiantou {
  font-size: 12px;
}
.css-form .row .input-container.multiple-elements {
  position: relative;
  display: table;
}
.css-form .row .input-container.multiple-elements i.icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  height: 100%;
  margin-top: 0;
  line-height: 38px;
  cursor: pointer;
}
.css-form .row .input-container.multiple-elements i.icon:hover {
  color: #E50011;
}
.css-form .row .input-container.multiple-elements .txt {
  padding-right: 30px;
}
.css-form .row .input-container.multiple-elements .auto-content {
  position: relative;
  display: table-cell;
}
.css-form .row .input-container.multiple-elements .input-addition {
  width: 1%;
  height: 38px;
  right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.css-form .row .input-container.multiple-elements .input-addition * {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.css-form .row .input-container.multiple-elements .input-addition .verificationcode-img {
  border: 1px solid #ddd;
  height: 38px !important;
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  max-width: none;
  cursor: pointer;
}
.css-form .row .input-container.multiple-elements .input-addition .selectDiv {
  background-color: #FAFAFA;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ddd;
  border-left: none;
  float: none;
  white-space: nowrap;
  min-width: 80px;
}
.css-form .row .input-container.multiple-elements .input-addition .selectDiv select {
  width: 100%;
  height: 36px;
  border: none;
  background: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
  white-space: nowrap;
}
.css-form .row .input-container.multiple-elements .input-addition .check {
  background-color: #FAFAFA;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #ddd;
  border-left: none;
  padding: 0 18px;
  line-height: 36px;
  *zoom: 1;
}
.css-form .row .input-container.multiple-elements .input-addition .check:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .row .input-container.multiple-elements .input-addition .check:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .row .input-container.multiple-elements .input-addition .check input {
  float: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
}
.css-form .row .input-container.multiple-elements .input-addition .text {
  height: 100%;
  border: 1px solid #ddd;
  border-left: none;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
}
.css-form .row .input-container.multiple-elements .input-addition .btn {
  height: 38px;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.css-form .row .input-container.multiple-elements .input-addition.eye-element {
  padding: 0;
  width: 0;
}
.css-form .row .input-container.multiple-elements .input-addition.eye-element .btn-eye {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 9px 6px;
}
.css-form .auto {
  width: 100%;
}
.css-form .auto .label {
  width: 20%;
}
.css-form .auto .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
}
.css-form .row {
  *zoom: 1;
}
.css-form .row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .Validform_checktip {
  margin: 0 0 0 20%;
  width: 80%;
  min-height: 20px;
  background: none;
  padding: 0;
  line-height: 20px;
}
.css-form .Validform_right {
  margin: 0 0 0 20%;
  width: 80%;
  color: #67C23A;
}
.css-form .form-content {
  padding: 25px 15px;
  *zoom: 1;
}
.css-form .form-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .form-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .form-content .row {
  *zoom: 1;
  margin-bottom: 0;
}
.css-form .form-content .row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .form-content .row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .form-content .row.alertconwidth {
  margin-bottom: 20px;
}
.css-form .form-content .row.alertconwidth .css-alert {
  float: left;
  width: 80% !important;
  position: relative !important;
  padding-left: 45px;
}
.css-form .form-content .row.alertconwidth .css-alert .icon {
  position: absolute;
  left: 10px;
}
.css-form .form-content .row .label {
  width: 20%;
  float: left;
  line-height: normal;
  display: table;
  height: 38px;
  text-align: right;
  margin: 0;
  padding-right: 15px;
}
.css-form .form-content .row .label .middle-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.css-form .form-content .row .label span {
  vertical-align: middle;
}
.css-form .form-content .row .label .fn-tip {
  vertical-align: middle;
}
.css-form .form-content .row .selectDiv {
  float: left;
  width: 80%;
  margin-bottom: 0;
}
.css-form .form-content .row .selectDiv select {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.css-form .form-content .row .selectDiv select:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .row .selectDiv select:focus {
  border-color: #E50011;
}
.css-form .form-content .row .selectDiv select.Validform_error {
  background: none;
  border-color: #f5544c;
}
.css-form .form-content .row .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0 10px;
}
.css-form .form-content .row .txt:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .row .txt.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .txt:focus {
  border-color: #E50011;
}
.css-form .form-content .row .txt.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .txt.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .form-content .row.ver-code .txt {
  width: 515px;
}
.css-form .form-content .row.ver-code .ver-img {
  height: 38px;
  width: 100px;
  float: right;
}
.css-form .form-content .row .select {
  width: 80%;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0;
  float: left;
}
.css-form .form-content .row .select .selectDiv {
  width: 100%;
}
.css-form .form-content .row .select .chosen-container {
  width: 100% !important;
  height: 100%;
}
.css-form .form-content .row .select .chosen-container.chosen-container-single .chosen-single {
  height: 100%;
  border-color: #dcdfe6;
  box-shadow: none;
  border-radius: 0;
  background: none;
  background-color: #fff;
  color: #333;
}
.css-form .form-content .row .select .chosen-container.chosen-container-single .chosen-single span {
  line-height: 36px;
}
.css-form .form-content .row .select .chosen-container.chosen-container-single .chosen-single div b {
  background-position: 0 8px;
}
.css-form .form-content .row .select .chosen-container .chosen-drop {
  border-color: #dcdfe6;
}
.css-form .form-content .row .select:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .row .select.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .select:focus {
  border-color: #E50011;
}
.css-form .form-content .row .select.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .select.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .form-content .row .txtarea {
  border: 1px solid #dcdfe6;
  width: 80%;
  min-height: 80px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.css-form .form-content .row .txtarea:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .row .txtarea:focus {
  border-color: #E50011;
}
.css-form .form-content .row .txtarea.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .txtarea.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .row .txtarea.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .form-content .row .showNumbox {
  position: relative;
}
.css-form .form-content .row .showNumbox .msg-btn {
  position: absolute;
  right: 0;
  padding: 8px 13px;
  border-radius: 0;
}
.css-form .form-content .row .input-container {
  width: 80%;
  float: left;
}
.css-form .form-content .row .input-container input,
.css-form .form-content .row .input-container select,
.css-form .form-content .row .input-container textarea {
  width: 100%;
}
.css-form .form-content .row .input-container.iconelement {
  position: relative;
}
.css-form .form-content .row .input-container.iconelement input {
  padding-right: 30px;
}
.css-form .form-content .row .input-container.iconelement i.icon {
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 24px;
  height: 100%;
  margin-top: 0;
  cursor: pointer;
  line-height: 38px;
}
.css-form .form-content .row .input-container.iconelement i.icon:hover {
  color: #E50011;
}
.css-form .form-content .row .input-container.iconelement i.icon.icon-xiangxiajiantou {
  font-size: 12px;
  right: 8px;
}
.css-form .form-content .row .input-container.iconelement i.icon.icon-xiangshangjiantou {
  font-size: 12px;
  right: 8px;
}
.css-form .form-content .row .input-container.iconelement .txt {
  padding-right: 30px;
}
.css-form .form-content .row .input-container.iconelement .txt > i {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.css-form .form-content .row .check-container {
  width: 80%;
  float: left;
  height: 38px;
}
.css-form .form-content .row .check-container label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  margin-left: 10px;
  height: 100%;
  line-height: 38px;
}
.css-form .form-content .row .check-container label:first-child {
  margin-left: 0;
}
.css-form .form-content .row .check-container input {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.css-form .form-content .row .checkbox-list-container {
  width: 80%;
  float: left;
  height: 38px;
}
.css-form .form-content .row .checkbox-list-container label {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  margin-left: 0;
  height: 100%;
  line-height: 38px;
}
.css-form .form-content .row .checkbox-list-container label:first-child {
  margin-left: 0;
}
.css-form .form-content .row .checkbox-list-container input {
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: 5px;
}
.css-form .form-content .row .tag-box {
  border: 1px solid #dcdfe6;
  width: 80%;
  min-height: 80px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.css-form .form-content .row .tag-box i {
  line-height: normal !important;
  float: none !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: 12px !important;
}
.css-form .form-content .row .tip {
  margin: 0 0 0 20%;
  width: 80%;
  min-height: 20px;
  background: none;
  padding: 0;
  line-height: 20px;
}
.css-form .form-content .row .tag {
  margin: 0 0 0 20%;
  width: 80%;
  min-height: 20px;
  background: none;
  padding: 0;
  line-height: 20px;
}
.css-form .form-content .row .tag .btn {
  padding: 6px 10px;
}
.css-form .form-content .auto {
  width: 100%;
}
.css-form .form-content .auto .label {
  width: 20%;
}
.css-form .form-content .auto .txt {
  width: 80%;
  height: 38px;
  line-height: 38px;
}
.css-form .form-content .form-twocolumns {
  *zoom: 1;
}
.css-form .form-content .form-twocolumns:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-form .form-content .form-twocolumns:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-form .form-content .form-twocolumns .row {
  width: 50%;
  float: left;
  padding: 0;
}
.css-form .form-content .form-twocolumns .row .label {
  width: 40%;
}
.css-form .form-content .form-twocolumns .row .input-container {
  width: 60%;
}
.css-form .form-content .form-twocolumns .row .input-container .txt {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .input-container .selectDiv {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .input-container .selectDiv select {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .input-container .txtarea {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .selectDiv {
  width: 60%;
}
.css-form .form-content .form-twocolumns .row .selectDiv select {
  width: 100%;
}
.css-form .form-content .form-twocolumns .row .major-div {
  width: 60%;
  height: 38px;
  float: left;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 38px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major:hover {
  border-color: #c0c4cc;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major.Validform_wrong {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major:focus {
  border: 1px solid #E50011;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major.Validform_error {
  margin: 0;
  border: 1px solid #f5544c;
  background: none;
  background-color: #fff;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major.Validform_right {
  margin: 0;
  border: 1px solid #E50011;
  color: #333;
}
.css-form .form-content .form-twocolumns .row .major-div .select_li .input_major input {
  width: 100%;
  padding: 0 15px;
  border: none;
  background-color: #fff;
  text-align: left;
}
.css-form .form-content .form-twocolumns .row .txt {
  width: 60%;
}
.css-form .form-content .form-twocolumns .row .Validform_checktip {
  width: 60%;
  margin-left: 40%;
}
.css-form .form-content .css-alert {
  width: 100%;
}
.css-form .form-content .Validform_checktip {
  margin: 0 0 0 20%;
  width: 80%;
  min-height: 20px;
  background: none;
  padding: 0;
  line-height: 20px;
}
.css-form .form-content .Validform_right {
  margin: 0 0 0 20%;
  width: 80%;
  color: #67C23A;
}
.css-form .form-footer {
  padding-bottom: 30px;
  background-color: #fff;
}
.css-form .form-footer * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 7px;
  vertical-align: middle;
}
.css-form .form-footer a {
  margin-top: 15px;
  line-height: 40px;
}
.selectDiv {
  background: #fff none repeat scroll 0 0;
  border-color: #ddd;
  border-radius: 0;
  box-shadow: none;
  height: 38px;
}
.query-wrapper {
  background-color: #fff;
  padding: 20px;
  *zoom: 1;
}
.query-wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.query-wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.query-container {
  padding: 15px 0;
  background-color: #fff;
  *zoom: 1;
}
.query-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.query-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.query-container .css-form {
  width: 100%;
}
.query-container .css-form .form-content {
  padding: 0;
}
.query-container .css-form .form-content.query-table {
  display: table;
  table-layout: fixed;
}
.query-container .css-form .form-content.query-table .row {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-right: 15px;
}
.query-container .css-form .form-content.query-table .row .selectDiv {
  width: 100%;
}
.query-container .css-form .form-content.query-table .row .selectDiv select {
  float: left;
}
.query-container .css-form .form-content.query-table .row .selectDiv select option[value] {
  color: #999;
}
.query-container .css-form .form-content.query-table .row .selectDiv.full-width {
  width: 100%;
  margin-right: 10px;
}
.query-container .css-form .form-content.query-table .row .selectDiv .schItem {
  padding: 0 10px;
  border: 1px solid #dcdfe6;
}
.query-container .css-form .form-content.query-table .row .selectDiv .schItem:hover {
  border-color: #c0c4cc;
}
.query-container .css-form .form-content.query-table .row .selectDiv .chosen-container {
  height: 38px;
}
.query-container .css-form .form-content.query-table .row .selectDiv .chosen-container .chosen-single {
  height: 100%;
  border-color: #dcdfe6;
  box-shadow: none;
  background: none;
  background-color: #fff;
}
.query-container .css-form .form-content.query-table .row .selectDiv .chosen-container .chosen-single > span {
  height: 100%;
  line-height: 36px;
}
.query-container .css-form .form-content.query-table .row .selectDiv .chosen-container .chosen-single div b {
  background-position: 0 9px;
}
.query-container .css-form .form-content.query-table .row .selectDiv .chosen-container .chosen-drop {
  border-color: #dcdfe6;
  box-shadow: none;
}
.query-container .css-form .form-content.query-table .row .selectDiv .chosen-container.chosen-container-single {
  width: 100% !important;
}
.query-container .css-form .form-content.query-table .row .selectDiv .chosen-container.chosen-container-single .chosen-search input[type=text] {
  border-color: #dcdfe6;
}
.query-container .css-form .form-content.query-table .row .selectDiv .chosen-container.chosen-container-single + .chosen-container {
  display: none;
}
.query-container .css-form .form-content.query-table .row .txt {
  width: 100%;
}
.query-container .css-form .form-content.query-table .row .txt.full-width {
  width: 100% !important;
  margin-right: 10px;
}
.query-container .css-form .form-content.query-table .row .txt.schIpt {
  float: none;
  width: auto !important;
  overflow: hidden;
  background-color: #fff;
}
.query-container .css-form .form-content.query-table .row .input-container {
  width: 100%;
}
.query-container .css-form .form-content.query-table .row .input-container.iconelement i {
  right: 12px;
  margin: 0;
  z-index: 1;
}
.query-container .css-form .form-content.query-table .row .input-container.before-icon i {
  position: absolute;
  left: 8px;
  right: auto;
  top: 0;
  font-size: 16px;
  height: 100%;
  margin-top: 0;
  cursor: pointer;
  line-height: 38px;
  z-index: 1;
  color: #ccc;
}
.query-container .css-form .form-content.query-table .row .input-container.before-icon i:hover {
  color: #E50011;
}
.query-container .css-form .form-content.query-table .row .input-container.before-icon input {
  padding-left: 30px;
  padding-right: 10px;
}
.query-container .css-form .form-content.query-table .row .input-container.before-icon input[readonly] {
  background-color: #fff;
}
.query-container .css-form .form-content.query-table .row.actions {
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
  display: table-cell;
  padding-right: 0;
}
.query-container .css-form .form-content.query-table .row.actions a,
.query-container .css-form .form-content.query-table .row.actions button {
  margin-left: 10px;
  display: inline;
  height: 38px;
}
.query-container .css-form .form-content.query-table .row.actions a:first-child,
.query-container .css-form .form-content.query-table .row.actions button:first-child {
  margin-left: 0;
  margin-right: 0;
}
.query-container .btn-inline {
  white-space: nowrap;
  margin: 0;
  font-size: 0;
}
.query-container .btn-inline .btn.btn-md {
  padding: 8px 20px;
}
.query-container.query-style-compact {
  padding: 0;
}
.query-container.query-style-compact .css-form {
  width: 100% !important;
}
.query-container.query-jobfilter {
  padding-bottom: 0;
}
.query-container.query-jobfilter .query-table {
  width: 100%;
}
.query-container.query-jobfilter .query-table .row {
  margin-right: 0;
  padding-right: 0;
  width: 15%;
}
.query-container.query-jobfilter .query-table .row .selectDiv {
  position: relative;
  width: 80% !important;
}
.query-container.query-jobfilter .query-table .row .selectDiv select {
  border: none;
  width: 100%;
  appearance: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url(../images/arrow.png) no-repeat scroll right center transparent;
}
.query-container.query-jobfilter .query-table .row .selectDiv select::-ms-expand {
  display: none;
}
.query-container.query-jobfilter .query-table .row .selectDiv i.icon {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  line-height: 38px;
}
.query-container.query-jobfilter .query-table .row .txt {
  border: none;
}
.query-container.query-jobfilter .query-table .row.clear {
  text-align: right;
}
.query-container.query-jobfilter .query-table .row.clear .btn {
  border: none;
  font-size: 12px;
  padding-right: 0;
}
.query-container.query-float .row {
  float: left;
}
.common-view {
  width: 1200px;
  margin: 0 auto 10px;
  padding: 20px 0;
  padding-top: 0;
  *zoom: 1;
}
.common-view:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view h5 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bolder;
}
.common-view .details-title {
  padding: 25px 30px 15px 30px;
  position: relative;
  background-color: #fff;
  min-height: auto;
  animation: mymove 5s infinite;
  animation-timing-function: 2s;
  z-index: 1000 !important;
}
.common-view .details-title .info-left {
  width: 100%;
  height: 100%;
  position: relative;
  *zoom: 1;
}
.common-view .details-title .info-left:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-title .info-left:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-title .info-left .title-message {
  float: none;
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  max-width: 100%;
}
.common-view .details-title .info-left .title-message-left {
  max-width: 80%;
}
.common-view .details-title .info-left .title-message h5 {
  font-size: 22px;
  color: #383838;
  margin-bottom: 0;
  font-weight: 400;
  float: none;
  width: auto;
}
.common-view .details-title .info-left .title-message h5 .fair-status {
  margin-top: 5px;
}
.common-view .details-title .info-left .title-message h5 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 510px;
  display: inline-block;
  vertical-align: middle;
}
.common-view .details-title .info-left .title-message .message-info {
  padding-top: 29px;
  font-size: 16px;
  width: 100%;
  float: left;
}
.common-view .details-title .info-left .thisInfos-label {
  margin-top: 15px;
  *zoom: 1;
  margin-left: -5px;
}
.common-view .details-title .info-left .thisInfos-label:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-title .info-left .thisInfos-label:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-title .info-left .thisInfos-label li {
  padding: 4px 8px;
  float: left;
  border: 1px solid #E50011;
  color: #E50011;
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.common-view .details-title .info-left .name {
  display: block;
  font-size: 16px;
  margin-top: 0;
  width: auto;
  float: none;
}
.common-view .details-title .info-left .job {
  border-radius: 18px;
  padding: 0;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.common-view .details-title .info-left .job li {
  margin: 0;
  float: left;
  color: #666666;
  line-height: 25px;
  text-align: center;
  margin-left: 30px;
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.common-view .details-title .info-left .job li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.common-view .details-title .info-left .job li span {
  color: #2575D2;
  font-size: 18px;
  vertical-align: top;
  font-weight: bolder;
}
.common-view .details-title .info-left .job li p {
  font-size: 12px;
  color: #7F7F7F;
}
.common-view .details-title .info-left .job li a {
  cursor: auto;
}
.common-view .details-title .info-left .comicon {
  width: 80px;
  height: 80px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin-top: 0;
}
.common-view .details-title .info-left .comicon img {
  width: 47px;
  height: 48px;
  margin: 15px auto;
}
.common-view .details-title .info-left .comicon + .unit-info {
  float: none;
  margin-left: 100px;
}
.common-view .details-title .info-left .comicon + .unit-info + .operation .left-content ul {
  margin-top: 10px;
  float: none;
}
.common-view .details-title .info-left .comicon + .unit-info + .operation .left-content ul li {
  float: left;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.common-view .details-title .info-left .comicon + .unit-info + .operation .left-content ul li p {
  font-size: 12px;
}
.common-view .details-title .info-left .comicon + .unit-info + .operation .left-content ul li p:first-child {
  font-size: 16px;
}
.common-view .details-title .info-left .comicon + .unit-info + .operation .right-content .share {
  margin-top: 10px;
}
.common-view .details-title .info-left .unit-info {
  float: left;
  margin-top: 0;
  margin-left: 20px;
}
.common-view .details-title .info-left .unit-info .title h5 {
  font-size: 22px;
  color: #383838;
  float: left;
  padding-top: 0;
  font-weight: normal;
  margin-bottom: 0;
  max-width: 540px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.common-view .details-title .info-left .unit-info .title a {
  display: inline-block;
  padding: 0 8px;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
}
.common-view .details-title .info-left .unit-info ul {
  *zoom: 1;
  margin-top: 10px;
  width: 100%;
  float: left;
}
.common-view .details-title .info-left .unit-info ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-title .info-left .unit-info ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-title .info-left .unit-info ul li {
  float: left;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.common-view .details-title .info-left .unit-info ul li::before {
  content: "";
  position: absolute;
  height: 31px;
  width: 1px;
  background-color: #CDCDCD;
  left: 0px;
  top: 8px;
}
.common-view .details-title .info-left .unit-info ul li:first-child {
  padding-left: 0;
}
.common-view .details-title .info-left .unit-info ul li:first-child::before {
  display: none;
}
.common-view .details-title .info-left .unit-info ul li p {
  font-size: 12px;
}
.common-view .details-title .info-left .unit-info ul li p:first-child {
  font-size: 16px;
}
.common-view .details-title .info-left .operation {
  float: none;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common-view .details-title .info-left .operation .left-content {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
}
.common-view .details-title .info-left .operation .right-content {
  padding-top: 10px;
}
.common-view .details-title .info-left .operation .right-content .btn {
  padding: 10px 15px;
}
.common-view .details-title .info-left .operation .right-content .btn + .share {
  padding-top: 5px;
}
.common-view .details-title .info-left .operation .right-content-source {
  width: 100%;
  padding-bottom: 10px;
}
.common-view .details-title .info-left .operation .btn {
  margin: 0 0 0 10px !important;
}
.common-view .details-title .info-left .operation .btn .collected {
  font-size: 15px;
  vertical-align: baseline;
}
.common-view .details-title .info-left .operation .btn i {
  vertical-align: middle;
}
.common-view .details-title .info-left .operation .btn + .share {
  padding-top: 15px;
}
.common-view .details-title .info-left .operation .resume:hover {
  color: #E50011;
}
.common-view .details-title .info-left .operation .share {
  float: none;
  padding-top: 0;
  color: #666;
  line-height: 33px;
  position: static;
  bottom: 0;
  right: 0;
  min-width: 300px;
}
.common-view .details-title .info-left .operation .share ul li {
  vertical-align: middle;
  margin-left: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.common-view .details-title .info-left .operation .share ul li .share-link {
  margin-left: -10px;
}
.common-view .details-title .info-left .operation .share ul li .share-link a {
  color: #666;
  font-size: 20px;
  margin-left: 5px;
}
.common-view .details-title .info-left .operation .share ul li .share-link a:first-child {
  margin-left: 0;
}
.common-view .details-title .info-left .operation .share ul li .share-link a:hover {
  color: #E50011;
}
.common-view .details-title .info-left .operation .btn-default {
  color: #1472DF;
}
.common-view .details-title .info-left .operation .statusimg-container {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.common-view .details-title .info-left .operation .statusimg-container img {
  width: 80px;
}
.common-view .details-title .info-left .operation a + .share {
  padding-top: 5px;
}
.common-view .details-title .info-right {
  height: 30px;
}
.common-view .details-title .info-right .tips {
  border-color: #FFE58F;
  background-color: #FFFBE6;
  display: block;
  padding: 0 10px;
}
.common-view .details-title .info-right .tips i.icon {
  color: #FFE58F;
}
.common-view .details-title .info-right .share {
  float: right;
  height: 30px;
  line-height: 30px;
  color: #666;
  padding-top: 5px;
}
.common-view .details-title .info-right .share ul {
  *zoom: 1;
}
.common-view .details-title .info-right .share ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-title .info-right .share ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-title .info-right .share ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.common-view .details-title .info-right .share ul li .share-link {
  display: inline-block;
  vertical-align: bottom;
}
.common-view .details-title .info-right .share ul li .share-link .icon {
  vertical-align: middle;
  color: #7C7C7C;
  font-size: 20px;
  cursor: pointer;
}
.common-view .details-title .info-right .share ul li .share-link .icon:hover {
  color: #E50011;
}
.common-view .details-title .info-right .tips {
  color: #666666;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.common-view .details-title .info-right .tips i {
  vertical-align: top;
  margin-right: 3px;
}
.common-view .details-list {
  padding: 20px 30px;
  padding-bottom: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.common-view .details-list ul {
  margin-bottom: 30px;
}
.common-view .details-list ul:last-child {
  margin-bottom: 0;
}
.common-view .details-list ul li {
  float: left;
  width: 50%;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.common-view .details-list ul li span {
  color: #333333;
  margin-left: 5px;
}
.common-view .details-list ul li.full-width {
  width: 100%;
}
.common-view .details-mge {
  padding: 20px 30px;
}
.common-view .details-mge .info p {
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.common-view .details-media {
  padding: 20px 30px 40px;
}
.common-view .details-table {
  padding: 0 30px 20px 30px;
}
.common-view .details-table .css-table table .cell {
  text-align: left;
}
.common-view .details-tab {
  border-bottom: 1px solid #E5E5E5;
  margin: 20px 30px 0px 30px;
}
.common-view .details-tab ul {
  *zoom: 1;
  height: 40px;
}
.common-view .details-tab ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .details-tab ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .details-tab ul li {
  float: left;
}
.common-view .details-tab ul li a {
  color: #3B3B3B;
  font-size: 16px;
  height: 40px;
  line-height: 35px;
  padding: 0 15px;
  display: inline-block;
}
.common-view .details-tab ul li a:hover {
  color: #1466C7;
}
.common-view .details-tab ul li .current {
  color: #1466C7;
  border-bottom: 2px solid #1466C7;
}
.common-view .application-form {
  width: 100%;
  padding: 20px 30px;
}
.common-view .application-form ul {
  *zoom: 1;
}
.common-view .application-form ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.common-view .application-form ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-view .application-form ul li {
  float: left;
  width: 50%;
  border: 1px solid #EEEEEE;
  margin-bottom: -1px;
  height: 45px;
  line-height: 45px;
}
.common-view .application-form ul li .title {
  background-color: #F7F7F7;
  width: 145px;
}
.common-view .application-form ul li span {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  text-align: left;
  padding: 0 10px;
  height: 100%;
  display: inline-block;
  width: 74%;
  line-height: 43px;
}
.common-view .application-form ul li:nth-child(even) {
  border-left: none;
}
.aui_main {
  background-color: #fff;
}
.aui_main .main-content .user-page .panel-style {
  width: 100%;
}
.aui_main .main-content .user-page .panel-style .form .form-group label {
  width: 145px;
}
.aui_main .main-content .user-page .panel-style .form-group .tag {
  padding: 20px 0 5px 160px;
}
.aui_main .main-content .user-page .panel-style .form-group .tip {
  width: 150px;
}
.css-alert {
  border: 1px solid #dcdddd;
  border-radius: 3px;
  width: 97% !important;
  margin: 0 auto !important;
  padding: 15px;
  color: #222;
  font-size: 14px;
  position: relative !important;
  min-height: 42px;
  margin-bottom: 15px;
}
.css-alert.alert-sm {
  padding: 10px 15px;
  min-height: 0;
  left: 0;
  margin-bottom: 15px;
}
.css-alert.alert-sm .collapse {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  cursor: pointer;
}
.css-alert.alert-sm .collapse i.icon {
  margin: 0 5px;
  color: #555;
}
.css-alert.alert-sm .collapse:hover {
  color: #E50011;
}
.css-alert.alert-sm .collapse:hover i.icon {
  color: #E50011;
}
.css-alert.alert-xs {
  padding: 3px 15px;
  min-height: 0;
  left: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.css-alert.danger {
  border-color: #f5544c;
  background-color: #FFF2F2;
}
.css-alert.danger i.icon {
  color: #f5544c;
}
.css-alert.warning {
  border-color: #FFE58F;
  background-color: #FFFBE6;
}
.css-alert.warning i.icon {
  color: #FFE58F;
}
.css-alert.primary {
  border-color: #91D5FF;
  background-color: #E6F7FF;
}
.css-alert.primary i.icon {
  color: #0B95F9;
}
.css-alert + .btn-container {
  margin-top: 15px;
}
.css-alert .status-icon {
  float: left;
  vertical-align: middle;
  font-size: 30px;
}
.css-alert .alert-result {
  *zoom: 1;
  position: relative;
  color: #555;
}
.css-alert .alert-result:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-alert .alert-result:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-alert .alert-result .title {
  height: 28px;
  line-height: 28px;
}
.css-alert .alert-result .title i.icon {
  float: left;
}
.css-alert .alert-result .title strong {
  color: #000;
}
.css-alert .alert-result .result-txt {
  float: left;
  padding-left: 35px;
}
.css-alert .alert-result .result-txt ol {
  padding-left: 16px;
}
.css-alert .alert-result .status-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.css-alert .alert-result.tips .status-icon {
  float: left;
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  color: #FFB012;
}
.css-alert .alert-result.tips .result-txt {
  padding-left: 0;
}
.css-alert .collapse {
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 14px;
  cursor: pointer;
}
.css-alert .collapse i.icon {
  margin: 0 5px;
  color: #555;
}
.css-alert .collapse:hover {
  color: #E50011;
}
.css-alert .collapse:hover i.icon {
  color: #E50011;
}
.common-view-tips {
  background: none;
  padding: 10px 0;
}
.common-view-tips .css-alert {
  width: 100% !important;
}
.css-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #606266;
  table-layout: fixed;
}
.css-table table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}
.css-table.text-center * {
  text-align: center;
}
.css-table.table-md table tbody tr td {
  padding: 20px 10px;
}
.css-table.table-normal {
  border: 1px solid #eee;
}
.css-table.table-normal thead tr,
.css-table.table-normal thead th {
  border: none;
}
.css-table.table-normal tbody tr,
.css-table.table-normal tbody td {
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.css-table.table-normal.table-border-top-dashed {
  border: none;
}
.css-table.table-normal.table-border-top-dashed table tbody tr {
  border-top: 1px dashed #ddd;
}
.css-table.table-normal.table-border-top-dashed table tbody tr:first-child {
  border-top: none;
}
.css-table.table-normal.table-border-top-dashed table tbody tr td {
  border: none;
}
.css-table.table-auto thead tr,
.css-table.table-auto thead th {
  white-space: normal;
}
.css-table.table-auto tbody tr,
.css-table.table-auto tbody td {
  white-space: normal;
}
.css-table.table-interval tbody td {
  padding: 10px;
}
.css-table.table-arow tbody tr td .cell {
  height: 22px;
}
.css-table thead {
  background-color: #f5f7fa;
}
.css-table thead tr th {
  padding: 10px;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  border: 1px solid #ebeef5;
  font-weight: bolder;
}
.css-table thead tr th .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-left: 0;
  padding-right: 0;
}
.css-table tbody {
  overflow: hidden;
  position: relative;
}
.css-table tbody tr {
  background-color: #fff;
}
.css-table tbody tr td {
  transition: background-color 0.25s ease;
  padding: 10px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
  border: 1px solid #ebeef5;
  white-space: nowrap;
  overflow: hidden;
}
.css-table tbody tr td a,
.css-table tbody tr td span {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #4B4B4B;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.css-table tbody tr td.actions .cell a {
  margin: 0 0 0 10px;
  float: left;
}
.css-table tbody tr td.actions .cell a:first-child {
  margin-left: 0;
}
.css-table tbody tr td.actions .cell a.btn {
  color: #fff;
  padding: 0 12px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
}
.css-table tbody tr td .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 100%;
}
.css-table tbody tr td .cell a[href] {
  color: #1472DF;
}
.css-table tbody tr td .cell .cell-info {
  padding: 10px 0;
}
.css-table tbody tr td .cell .cell-info .name {
  *zoom: 1;
  height: 24px;
  overflow: hidden;
}
.css-table tbody tr td .cell .cell-info .name:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.css-table tbody tr td .cell .cell-info .name:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.css-table tbody tr td .cell .cell-info .name .link {
  font-size: 16px;
  vertical-align: top;
  max-width: 65%;
  float: left;
  line-height: 24px;
  color: #1472DF;
}
.css-table tbody tr td .cell .cell-info .name .xins {
  font-size: 14px;
  vertical-align: top;
  float: left;
  padding-left: 10px;
  line-height: 26px;
}
.css-table tbody tr td .cell input {
  width: 100%;
  border: 1px solid #fff;
}
.css-table tbody tr td .cell input:hover {
  border-color: #ddd;
}
.css-table tbody tr td .cell input:focus {
  border-color: #E50011;
}
.css-table tbody tr td .cell select {
  width: 100%;
  border: 1px solid #fff;
}
.css-table tbody tr td .cell select:hover {
  border-color: #ddd;
}
.css-table tbody tr td .cell select:focus {
  border-color: #E50011;
}
.css-table tbody tr td .cell .info-text > a {
  font-size: 16px;
}
.css-table tbody tr td .cell .info-text ul {
  padding-top: 5px;
}
.css-table tbody tr td .cell .info-text ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.css-table tbody tr td .cell .info-text ul li + li:before {
  content: "|";
  color: #ccc;
  padding: 0 6px;
}
.css-table tbody tr td div.middle-container {
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.css-table tbody tr td div.middle-container a {
  font-size: 13px;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.css-table tbody tr td div.middle-container a:hover {
  color: #1890ff;
}
.css-table tbody tr td div.middle-container.middle-cloumns {
  line-height: normal;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  /*纵向排列*/
  white-space: nowrap;
}
.css-table tbody tr td div.middle-container.middle-cloumns div {
  line-height: normal;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  height: 45px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  /*垂直居中*/
  -webkit-align-items: center;
}
.css-table tbody tr td div.middle-container.middle-cloumns div:first-child {
  height: 45px;
  padding: 7px 0;
  overflow: hidden;
}
.css-table tbody tr td div.middle-container.middle-cloumns div:first-child div {
  padding: 0;
  height: 100%;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.css-table tbody tr td div.middle-container.middle-cloumns div span {
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  height: auto;
}
.css-table tbody tr td div.middle-container.middle-input {
  line-height: 45px;
  text-align: center;
  border: 1px solid #e5e6e7;
  border-left: none;
  border-top: none;
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* W3C */
  display: box;
  box-orient: vertical;
  display: flex;
  align-items: center;
}
.css-table tbody tr td div.middle-container.middle-input input[type="checkbox"] {
  margin: 0 auto;
}
.css-table tbody tr.expired * {
  color: #929292;
}
.css-table tbody tr.expired .actions .cell a[href].text-primary {
  color: #E50011 !important;
}
.css-table .job-list {
  border-bottom: none;
  min-height: auto;
}
.contor {
  overflow: hidden;
  margin-bottom: 10px;
}
.contor.open {
  height: auto;
}
.contor + .shrink {
  line-height: 24px;
  right: 15px;
  top: 0;
  color: #999;
}
.contor + .shrink:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background: url(../i/icon_down_orange.png) no-repeat;
  top: -2px;
  position: relative;
}
.contor + .shrink.js-open {
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #E50011;
}
.contor + .shrink.open:after {
  background: url(../i/icon_down_orange.png) 0 -6px no-repeat;
}
#mediaplayer_jwplayer_controlbar_fullscreenButton {
  display: none !important;
}
/* 全局百分比 */
.percent10 {
  width: 10% !important;
}
.percent15 {
  width: 15% !important;
}
.percent20 {
  width: 20% !important;
}
.percent30 {
  width: 30% !important;
}
.percent40 {
  width: 40% !important;
}
.percent45 {
  width: 45% !important;
}
.percent50 {
  width: 50% !important;
}
.percent60 {
  width: 60% !important;
}
.percent70 {
  width: 70% !important;
}
.percent80 {
  width: 80% !important;
}
.percent90 {
  width: 90% !important;
}
.percent100 {
  width: 100% !important;
}
.css-form .form-content .row.ver-code .vercode-container {
  display: table;
  width: 80%;
}
.css-form .form-content .row.ver-code .vercode-container .number {
  display: table-cell;
  width: 100%;
}
.css-form .form-content .row.ver-code .vercode-container .msg-btn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 12px !important;
}
.empty-container {
  text-align: center;
  padding: 25px;
}
.empty-container p {
  margin-top: 5px;
}
.wrapper .form .fj .Upload-multiplepic div,
.wrapper .form-sm .fj .Upload-multiplepic div {
  float: left;
  width: 100%;
  margin-left: 60px;
}
.wrapper .container .container-details li {
  width: 50%;
  float: left;
}
.wrapper .container .container-details li a {
  display: inline-block;
  background-color: #fff;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.wrapper .container .container-details li a p {
  padding: 10px 25px 20px 25px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}
.wrapper .container .container-details li a img {
  width: 100%;
  height: 90px;
}
.wrapper .container .container-details .btnpic {
  width: 100%;
}
.wrapper .container .container-details .btnpic img {
  width: 100%;
  height: 170px;
}
.wrapper .container .container-list li {
  float: left;
  width: 23.3333%;
  margin: 10px;
  min-width: 255px;
}
.wrapper .container .container-list li .text p {
  padding: 0;
}
.wrapper .container .container-list li a {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
.wrapper .container .container-list li a img {
  width: 255px;
  height: 160px;
}
.wrapper .container .container-list li a p {
  font-size: 14px;
  line-height: 15px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  padding: 10px 10px 8px 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
/*提示界面*/
#messagetext {
  padding: 6px 0 6px 0;
  min-height: 40px;
  height: auto !important;
  height: 40px;
  overflow: visible;
  line-height: 160%;
  font-size: 14px;
}
#messagetext li {
  display: inline;
  margin-right: 5px;
}
.showmessage {
  margin: 60px auto;
  padding: 20px;
  width: 580px;
  border: 3px solid #F2F2F2;
  background: #FFF;
  text-align: center;
}
.showmessage-wrap {
  margin-top: 20px;
  padding-top: 30px;
  min-height: 240px;
  height: auto !important;
  height: 340px;
  overflow: visible;
  background: #fff;
  width: auto;
  margin: 0 auto;
}
.alert_error {
  background: url(../i/error.gif) no-repeat left center;
}
.alert_succeed {
  background: url(../i/right.gif) no-repeat left center;
}
.alert_warning {
  background: url(../i/info.gif) no-repeat left center;
}
.question-title {
  width: 200px;
  margin-right: 20px;
}
.resume-video {
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 5px 5px;
  border-radius: 5px;
}
.resume-video .video-cover {
  float: left;
  width: 120px;
  height: 80px;
}
.resume-video .video-cover img {
  width: 100%;
  height: 100%;
}
.resume-video .video-name {
  float: left;
  padding-left: 12px;
  width: 150px;
  padding-top: 20px;
}
.resume-video .video-name p {
  margin-bottom: 20px;
}
#upload-ins {
  display: none;
}
body .edui-default .edui-editor-iframeholder {
  width: 100% !important;
}
body .aui_ne {
  display: none !important;
}
body #selector-wrap {
  margin: 0 auto;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 0;
}
body .aui_content {
  padding: 0 !important;
  max-height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
}
body .aui_content iframe {
  height: 500px !important;
}
body #selector-options-wrap {
  height: 300px !important;
  margin-left: 0;
  padding: 0 20px;
}
body #selector-options-wrap #selector-lv1 {
  height: 100%;
  *zoom: 1;
}
body #selector-options-wrap #selector-lv1:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
body #selector-options-wrap #selector-lv1:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body #selector-options-wrap .s {
  width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #selector-options-wrap .layer2 {
  width: 680px;
}
body #selector-options-wrap .lv1 {
  width: 25%;
}
.cooperation-main {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}
.cooperation-main .caption {
  *zoom: 1;
  padding-bottom: 10px;
}
.cooperation-main .caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.cooperation-main .caption:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cooperation-main .caption h5 {
  float: left;
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.cooperation-main .caption .more {
  float: right;
}
.cooperation-main .cooperation-list ul {
  *zoom: 1;
}
.cooperation-main .cooperation-list ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.cooperation-main .cooperation-list ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cooperation-main .cooperation-list ul li {
  width: 25%;
  height: 150px;
  float: left;
  margin-bottom: 10px;
}
.cooperation-main .cooperation-list ul li a {
  padding: 0 5px;
  display: block;
}
.cooperation-main .cooperation-list ul li a img {
  width: 100%;
  height: 150px;
}
.cooperation-main .cooperation-details .header-details {
  *zoom: 1;
}
.cooperation-main .cooperation-details .header-details:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.cooperation-main .cooperation-details .header-details:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cooperation-main .cooperation-details .header-details .left {
  width: 300px;
  float: left;
}
.cooperation-main .cooperation-details .header-details .left img {
  width: 300px;
  height: 150px;
}
.cooperation-main .cooperation-details .header-details .info {
  float: left;
  margin-left: 20px;
  padding: 15px 0;
}
.cooperation-main .cooperation-details .header-details .info p {
  height: 30px;
  line-height: 30px;
}
.cooperation-main .cooperation-details .header-details .info p span {
  padding-left: 10px;
}
.cooperation-main .cooperation-details .caption {
  padding-top: 10px;
}
.cooperation-main .cooperation-details .demand p {
  line-height: 20px;
}
.cooperation-main .cooperation-details .contact-btn {
  text-align: right;
  margin-top: 10px;
}
.is-sticky .details-title {
  z-index: 1002 !important;
  border-bottom: 1px solid #ddd;
}
.fair-status {
  width: 40px !important;
  height: 20px;
  background: #e5f7f3;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  color: #00B38A;
  font-size: 14px;
  margin-top: 2px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.fair-status.online {
  background: #e9f1ff;
  color: #E50011;
}
.select2-results {
  border-top: 1px solid #E50011;
}
.group-line {
  float: left;
  margin-left: 24px;
  margin-top: 0;
}
.group-line > li {
  width: 110px;
  float: left;
  position: relative;
  z-index: 3;
  margin-right: 50px;
  margin-top: 5px;
}
.group-line > li.tag-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  background: none;
  margin: 7px 0px 0px 10px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0px 7px 0px 7px;
  font-size: 14px;
  background: #fff;
  width: auto;
  cursor: pointer;
}
.group-line > li.tag-item span {
  display: block;
}
.group-line > li.tag-item span:hover {
  color: #E50011;
}
.group-line > li.tag-item.selected {
  background-color: #167CF3;
  color: #fff;
}
.group-line > li.tag-item.selected span:hover {
  color: #fff;
}
.group-line > li .select-box-ax .select-single {
  border: none;
}
.group-line > li.dropdown-menu-open .dropdown-menu {
  display: block !important;
}
.group-line > li .dropdown-select {
  width: 120px;
  min-width: 120px;
  border: none;
  padding-top: 5px;
  font-size: 14px;
  padding-bottom: 3px;
  position: unset;
  display: inline-block;
  background-color: #fff;
}
.group-line > li .dropdown-select .ipt {
  width: 75px;
  min-width: 75px;
  border: none;
  padding-top: 5px;
  font-size: 14px;
  padding-left: 0;
  padding-right: 3px;
  color: #414a60;
  cursor: pointer;
}
.group-line > li .dropdown-select .icon-select-arrow {
  left: 0;
  top: 4px;
  position: relative;
  right: 15px;
  cursor: pointer;
  background-position: 0 -2044px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../i/icons.png");
  background-repeat: no-repeat;
}
.group-line > li .dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  height: 0;
  margin-right: 2px;
}
.group-line > li .dropdown-menu ul {
  box-shadow: 0 3px 6px rgba(6, 0, 1, 0.05);
  top: 3px;
  border-top: 1px #e3e7ed solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px #e3e7ed solid;
  border-top: 0;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.group-line > li .dropdown-menu ul li {
  line-height: 42px;
  padding: 0 15px;
  cursor: pointer;
}
.group-line > li .dropdown-menu ul li:hover {
  background-color: #f2f5f9;
}
.group-line > li .dropdown-menu ul li a {
  transition: none !important;
  -webkit-transition: none !important;
  display: block;
  color: #8d92a1;
}
.main-content .list-page .selector {
  padding: 0;
}
.main-content .list-page .selector .group {
  margin-left: 0;
}
.main-content .list-page .selector .group label {
  padding-left: 20px;
  font-weight: bolder;
}
.main-content .list-page .selector .material {
  position: relative;
}
.main-content .list-page .selector .material .any {
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  padding: 0 5px;
}
.main-content .list-page .selector .material .any.anycur {
  background-color: #E50011;
  color: #fff;
}
.main-content .list-page .selector .material .group-line {
  width: calc(100% - 220px);
  margin-bottom: 10px;
}
.main-content .list-page .selector .material .group-line li.tag-item {
  margin-top: 8px;
}
.main-content .list-page .selector .material .more_select {
  float: right;
  color: #705a5a;
  margin-top: 9px;
  margin-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.main-content .list-page .selector .material .more_select .jysdicon {
  color: #E50011;
  font-weight: bolder;
  font-size: 14px;
  vertical-align: middle;
}
.main-content .list-page .selector .material .operation-button {
  display: none;
  padding: 15px;
  text-align: center;
}
.main-content .list-page .selector .material .operation-button .button_a {
  line-height: 24px;
  border: 1px solid #ccc;
  padding: 0 20px;
  color: #807e7e;
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
}
.main-content .list-page .selector .material .operation-button .button_a:hover {
  border: 1px solid #E50011;
  color: #fff;
  background-color: #E50011;
}
.main-content .list-page .selector .material .many_status + .operation-button {
  display: block;
}
.main-content .list-page .selector .material .many_status li {
  background: url(../i/checkbox.png) 0 6px no-repeat;
  padding-left: 18px;
  margin-top: 5px;
  display: inline-block;
}
.main-content .list-page .selector .material .many_status li:hover {
  background-position: 0 -18px;
}
.main-content .list-page .selector .material .many_status li:hover span {
  color: #E50011;
}
.main-content .list-page .selector .material .many_status li.selected {
  background: url(../i/checkbox.png) #fff 0 -42px no-repeat;
  color: #E50011;
}
.main-content .list-page .selector .material .many_status li.selected:hover {
  color: #E50011;
}
.main-content .list-page .selector .material .many_status li.cur {
  background: url(../i/checkbox.png) #fff 0 -42px no-repeat;
  color: #E50011;
}
.main-content .list-page .selector .job-source {
  margin-bottom: 10px !important;
  display: flex;
  align-items: flex-start;
}
.main-content .list-page .selector .job-source .anycur {
  background-color: #E50011;
  color: #fff;
  float: left;
  margin-top: 10px;
  padding: 0 5px;
  margin-left: 15px;
}
.main-content .list-page .selector .job-source .group-line {
  margin-left: 0;
  flex: 1;
}
.main-content .list-page .selector .job-source .group-line .tag-item {
  height: 32px;
  margin-top: 10px;
  background-color: rgba(229, 0, 17, 0.6);
  border-radius: 5px;
  margin-right: 0;
  height: 40px;
  width: 117px;
  border: 1px solid #fff;
  overflow: hidden;
}
.main-content .list-page .selector .job-source .group-line .tag-item a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .list-page .selector .job-source .group-line .tag-item a img {
  max-width: 90%;
  max-height: 95%;
  transition: transform 0.5s ease;
}
.main-content .list-page .selector .job-source .group-line .tag-item a img:hover {
  transform: scale(1.1);
}
.main-content .list-page .selector .job-source .group-line .tag-item:hover {
  border: 1px solid #E50011;
}
.main-content .list-page .selector .job-source .group-line .selected {
  position: relative;
  border: 1px solid #E50011;
}
.main-content .list-page .selector .job-source .group-line .selected:before {
  content: "";
  position: absolute;
  right: -4px;
  top: 3px;
  width: 8px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 9;
}
.main-content .list-page .selector .job-source .group-line .selected:after {
  content: "";
  position: absolute;
  right: -14px;
  top: -16px;
  width: 14px;
  height: 14px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #E50011;
  transform: rotate(135deg);
}
.selector-main .address_box {
  background-color: #f8f8f8;
}
.selector-main .address_box .address-title {
  height: 40px;
}
.selector-main .address_box .address-title ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  height: 100%;
}
.selector-main .address_box .address-title ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  height: 100%;
  position: relative;
  z-index: 3;
}
.selector-main .address_box .address-title .more_select {
  float: right;
  color: #705a5a;
  margin-top: 8px;
  margin-right: 15px;
}
.selector-main .address_box .address-title .more_select .jysdicon {
  color: #E50011;
  font-weight: bolder;
  font-size: 14px;
  vertical-align: middle;
}
.selector-main .address_box .address-title .name {
  color: #705a5a;
}
.selector-main .address_box .address-title .hr {
  color: #c3bdbd;
  text-decoration: none;
  margin: 0 0 0 8px;
}
.selector-main .address_box .address-title .any {
  color: #705a5a;
  padding: 0px 5px;
  margin-left: 8px;
  display: inline-block;
  margin: 0 20px 0 30px;
}
.selector-main .address_box .address-title .any.anycur {
  background-color: #E50011;
  color: #fff;
}
.selector-main .address_box .address-title .list {
  height: 38px;
  line-height: 38px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  display: inline-block;
  padding: 0 15px;
}
.selector-main .address_box .address-title .list .arr_down {
  vertical-align: middle;
  margin-left: 5px;
  background-position: 0 -66px;
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../i/icon_h.png) 0 -51px no-repeat;
  overflow: hidden;
}
.selector-main .address_box .address-title .current {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.selector-main .address_box .address-title .current .arr_down {
  background-position: 0 -66px;
}
.selector-main .address_box .address-main .two_address {
  border: 0;
  background-color: #fff;
  padding: 10px 0;
  line-height: 25px;
  margin-top: -1px;
}
.selector-main .address_box .address-main .two_address dt {
  width: 80px;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.selector-main .address_box .address-main .two_address dt a {
  padding: 0px 5px 1px;
}
.selector-main .address_box .address-main .two_address dd {
  margin-left: 80px;
}
.selector-main .address_box .address-main .two_address dd a {
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  white-space: nowrap;
}
.selector-main .address_box .address-main .two_address .main-city ul li {
  background: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 10px 0px 0px 10px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0px 7px 0px 7px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
.selector-main .address_box .address-main .two_address .main-city ul li:hover {
  color: #E50011;
}
.selector-main .address_box .address-main .two_address .main-city ul li.selected {
  background-color: #E50011;
  color: #fff;
}
.selector-main .address_box .address-main .two_address .main-city ul li.selected:hover {
  color: #fff;
}
.selector-main .address_box .address-main .two_address .sichuan-city ul li {
  background: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 10px 0px 0px 10px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0px 7px 0px 7px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
.selector-main .address_box .address-main .two_address .sichuan-city ul li:hover {
  color: #E50011;
}
.selector-main .address_box .address-main .two_address .sichuan-city ul li.selected {
  background-color: #E50011;
  color: #fff;
}
.selector-main .address_box .address-main .two_address .sichuan-city ul li.selected:hover {
  color: #fff;
}
.selector-main .address_box .address-main .two_address .sichuan-city .operation-button {
  display: none;
}
.selector-main .address_box .address-main .city-choose1 {
  display: block;
  height: auto;
}
.selector-main .address_box .address-main .city-choose1 .main-containers {
  display: block;
}
.selector-main .address_box .address-main .city-choose1 .main-containers ul {
  display: block;
}
.selector-main .address_box .address-main .city-choose1 .main-containers ul li {
  background: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 10px 0px 0px 10px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0px 7px 0px 7px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
.selector-main .address_box .address-main .city-choose1 .main-containers ul li.selected {
  background-color: #E50011;
  color: #fff;
}
.selector-main .address_box .address-main .city-choose1 .main-containers ul li.selected:hover {
  color: #fff;
}
.selector-main .address_box .address-main .city-choose1 .main-containers ul li:hover {
  color: #E50011;
}
.selector-main .address_box .address-main .city-choose1 .operation-button {
  display: none;
}
.selector-main .address_box .address-main .city-choose2 {
  display: block;
  height: auto;
  margin-bottom: 200px;
}
.selector-main .address_box .address-main .city-choose2 .main-containers {
  display: block;
}
.selector-main .address_box .address-main .city-choose2 .main-containers ul {
  display: block;
  border: 1px solid #eee;
  marin: 10px;
  padding: 10px;
}
.selector-main .address_box .address-main .city-choose2 .main-containers ul.distpicker_province {
  border: 1px solid #68A4D5;
}
.selector-main .address_box .address-main .city-choose2 .main-containers ul.distpicker_city {
  border: 1px solid #2cb14a;
  display: none;
}
.selector-main .address_box .address-main .city-choose2 .main-containers ul.distpicker_district {
  border: 1px solid #CEAF49;
  display: none;
}
.selector-main .address_box .address-main .city-choose2 .main-containers ul li {
  display: inline-block;
  margin: 10px 0px 0px 10px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0px 7px 0px 7px;
  font-size: 12px;
  color: #222;
  background: #fff;
  border: 1px dashed #cdcdcd;
  cursor: pointer;
}
.selector-main .address_box .address-main .main-containers .operation-button {
  display: none;
  padding: 15px;
  text-align: center;
}
.selector-main .address_box .address-main .main-containers .operation-button .button_a {
  line-height: 24px;
  border: 1px solid #ccc;
  padding: 0 20px;
  color: #807e7e;
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
}
.selector-main .address_box .address-main .main-containers .operation-button .button_a:hover {
  border: 1px solid #E50011;
  color: #fff;
  background-color: #E50011;
}
.selector-main .address_box.many_status .address-main .two_address .distpicker_province li,
.selector-main .address_box.many_status .address-main .two_address .distpicker_city li,
.selector-main .address_box.many_status .address-main .two_address .distpicker_district li {
  background: url(../i/checkbox.png) 0 6px no-repeat;
  padding-left: 18px;
  margin-top: 5px;
  display: inline-block;
}
.selector-main .address_box.many_status .address-main .two_address .distpicker_province li:hover,
.selector-main .address_box.many_status .address-main .two_address .distpicker_city li:hover,
.selector-main .address_box.many_status .address-main .two_address .distpicker_district li:hover {
  background-position: 0 -18px;
}
.selector-main .address_box.many_status .address-main .two_address .distpicker_province li.selected,
.selector-main .address_box.many_status .address-main .two_address .distpicker_city li.selected,
.selector-main .address_box.many_status .address-main .two_address .distpicker_district li.selected {
  background: url(../i/checkbox.png) #fff 0 -42px no-repeat;
  color: #E50011;
}
.selector-main .address_box.many_status .address-main .two_address .distpicker_province li.selected:hover,
.selector-main .address_box.many_status .address-main .two_address .distpicker_city li.selected:hover,
.selector-main .address_box.many_status .address-main .two_address .distpicker_district li.selected:hover {
  color: #E50011;
}
.selector-main .address_box.many_status .address-main .two_address .distpicker_province li.cur,
.selector-main .address_box.many_status .address-main .two_address .distpicker_city li.cur,
.selector-main .address_box.many_status .address-main .two_address .distpicker_district li.cur {
  background: url(../i/checkbox.png) #fff 0 -42px no-repeat;
  color: #E50011;
}
.selector-main .address_box.many_status .address-main .city-choose1 .distpicker_city,
.selector-main .address_box.many_status .address-main .city-choose1 .distpicker_district {
  display: none !important;
}
.selector-main .address_box.many_status .address-main .sichuan-city .distpicker_district {
  display: none !important;
}
#bindInfo .form-group {
  display: flex;
}
#bindInfo .form-group .selectDiv .chosen-container {
  width: 318px !important;
}
#bindInfo .form-group .selectDiv .chosen-container-single .chosen-search {
  overflow: hidden;
}
#bindInfo .form-group .selectDiv .chosen-container-single .chosen-search input[type=text] {
  width: 100%;
}
#bindInfo .form-group .selectDiv .chosen-container-single .chosen-single {
  border-radius: 0;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdfe6;
}
#bindInfo .form-group .selectDiv .chosen-container-single .chosen-single div {
  top: 6px;
  right: -1px;
}
.common-view .css-table tbody tr td a {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.edui-table-center {
  margin: 0 auto;
}
body .wrapper .out-content .main-content .user-page {
  margin-top: 10px;
}
body .select-box-ax .ax-sm .select2-results-option {
  white-space: nowrap;
}
body .aui_state_focus table .aui_c .aui_inner .aui_dialog .aui_main {
  height: auto !important;
}
body .aui_state_focus table .aui_c .aui_inner .aui_dialog .aui_main .aui_state_full {
  height: 550px !important;
}
body .schContent {
  margin-top: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
body .schContent table {
  width: 100%;
}
body .schContent table thead tr th {
  height: 55px;
  padding: 16px;
  background-color: #E50011;
  color: #fff;
  border: 1px solid #eee;
}
body .schContent table tbody tr td {
  height: 55px;
  padding: 16px;
  border: 1px solid #eee;
}
body .schContent table tbody tr td a {
  color: #E50011;
}
body .schContent table tbody tr:hover {
  background-color: #fafafa;
}
body .jobfair-banner {
  width: 100%;
}
.royalSlider-preview .royalSlider {
  width: 100%;
}
.zph-logo-div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.zph-logo-title {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
}
.layer-interview-type .layui-layer-btn a {
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
}
.css-empower-page {
  min-height: 500px;
  background: #fff;
  margin-top: 10px !important;
}
.css-empower-page .css-empower-form {
  height: 100%;
}
.css-empower-page .empower-content {
  display: flex;
  align-items: center;
  min-height: 500px;
  height: 100%;
  justify-content: center;
}
.css-empower-page .empower-content .empower-content-item {
  padding: 20px;
  min-width: 35%;
  min-height: 300px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.css-empower-page .empower-content .empower-left {
  border-right: 1px solid #eaeaea;
}
.css-empower-page .empower-content .empower-left-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.css-empower-page .empower-content .empower-left-img {
  height: 120px;
}
.css-empower-page .empower-content .empower-right-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.css-empower-page .empower-content .empower-right-text {
  display: flex;
  flex-direction: column;
  min-height: 120px;
  justify-content: center;
}
.css-empower-page .empower-content .empower-right-text .text-tips {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.css-empower-page .empower-content .empower-right-text .text-tips .icon {
  font-size: 25px;
  color: #0870e8;
  margin-right: 5px;
}
.css-empower-page .empower-content .empower-right-btn .btn {
  width: 120px;
}
.jyzd-page {
  padding-bottom: 15px;
}
.jyzd-page .more {
  white-space: nowrap;
}
.jyzd-page .index-infos .information-list {
  width: 100%;
  float: none;
  padding: 0;
  margin-left: 0;
}
.jyzd-page .index-infos .information-list .index-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  height: auto;
  line-height: normal;
}
.jyzd-page .index-infos .information-list .index-title .tab {
  text-align: left;
  position: static;
  padding-left: 0;
}
.jyzd-page .index-infos .information-list .index-title .tab span {
  font-size: 16px;
}
.jyzd-page .index-infos .information-list .newslist1 {
  height: 180px;
  width: 100%;
  border-radius: 0;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: 20px;
  width: 1200px;
  margin-bottom: 10px·;
  margin: 0 auto 10px;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .caption h5 {
  margin-bottom: 0;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .css-title {
  border-bottom: none;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
  margin: 0 15px;
  position: relative;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .css-title span {
  position: absolute;
  bottom: 0;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con {
  position: relative;
  padding-top: 0;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .btnl {
  position: absolute;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .btn {
  display: block;
  width: 20px;
  height: 70px;
  position: absolute;
  top: 32px;
  cursor: pointer;
  z-index: 99;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .btnl {
  background: url("../../i/nmbys-new/jtl02.png") no-repeat center;
  left: -2px;
  border: none;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .btnr {
  background: url("../../i/nmbys-new/jtr02.png") no-repeat center;
  right: -2px;
  border: none;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .conbox {
  position: relative;
  overflow: hidden;
  width: 1160px;
  margin: 0 auto;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .conbox ul {
  position: relative;
  list-style: none;
  height: 136px;
  overflow: hidden;
  margin-left: -2px;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .conbox ul li {
  float: left;
  display: inline;
  width: auto;
  list-style: none;
  padding: 0;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .conbox ul li::before {
  content: '';
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .conbox ul li a {
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 233px;
  height: 136px;
  text-align: center;
  overflow: hidden;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .Box_con .conbox ul li a img {
  vertical-align: middle;
  border: none;
  margin: 0 auto;
  height: 136px;
  width: 220px;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.jyzd-page .index-infos .information-list .newslist1 .friend-link .content .BoxSwitch span.cur {
  background: red;
}
.jyzd-page .index-infos .information-list .newslist1 li {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.jyzd-page .index-infos .information-list .newslist1 li::before {
  content: "·";
  position: relative;
  left: 10px;
}
.jyzd-page .index-infos .information-list .newslist1 li span {
  width: 150px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 13px;
}
.jyzd-page .index-infos .information-list .newslist1 li p {
  flex: auto;
  padding-bottom: 0;
  border: none;
}
.jyzd-page .index-infos .information-list .newslist1 li p a {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 14px;
}
.jyzd-page .index-row {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 10px auto 0;
}
.jyzd-page .index-row .columns {
  padding: 0;
  width: 100%;
}
.jyzd-page .index-row .index-title {
  height: 38px;
  line-height: 38px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  align-items: center;
  padding: 10px 10px 0;
}
.jyzd-page .index-row .index-title b {
  border-left: 5px solid #E50011;
  padding: 0 10px;
  font-size: 16px;
  line-height: 18px;
  flex: 1;
  height: 18px;
  align-items: center;
  color: #E50011;
}
.jyzd-page .index-row .index-title .more {
  font-size: 12px !important;
  color: #777;
  display: flex;
}
.jyzd-page .index-row .index-title .more i {
  color: #E50011;
  vertical-align: middle;
  margin-left: 5px;
}
.jyzd-page .index-row .index-title .more:hover {
  color: #E50011 !important;
}
.jyzd-page .index-row .btns .btn {
  padding: 5px 16px !important;
}
.zph-container {
  background-color: #fff;
}
.zph-container ul {
  display: flex;
  padding: 0 5px;
}
.zph-container ul > li {
  width: calc(100% / 4);
  padding: 10px 8px 16px;
}
.zph-container ul > li .heading {
  background-color: #f3f3f3;
  padding: 20px 10px 0;
}
.zph-container ul > li .avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}
.zph-container ul > li .zph-title {
  font-size: 14px;
  padding: 10px 0 5px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
.zph-container ul > li .zph-title .name {
  text-align: center;
  font-size: 16px;
}
.zph-container ul > li .zph-title .info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zph-container ul > li .zph-title .net {
  background-color: #e3effe;
  color: #E50011;
  padding: 2px 5px;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: text-top;
}
.zph-container ul > li .zph-title .place {
  background-color: #e6f7f3;
  color: #22ac38;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: text-top;
}
.zph-container ul > li .zph-num {
  display: flex;
  justify-content: space-between;
  height: 20px;
  margin: 5px 0;
  padding: 0;
}
.zph-container ul > li .zph-num li {
  width: auto;
  flex: auto;
  padding: 0;
  line-height: 20px;
  text-align: right;
  font-size: 12px;
}
.zph-container ul > li .zph-num li:first-child {
  text-align: left;
}
.zph-container ul > li .zph-num li i {
  font-size: 14px;
  margin-right: 2px;
}
.zph-container ul > li p {
  color: #777;
  font-size: 12px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 0;
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  padding: 5px 10px;
}
.zph-container ul > li .btns {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
  border: 1px solid #eee;
  border-top: none;
}
.zph-container ul > li .btns li {
  width: auto;
  width: calc(100% / 2);
  text-align: right;
  padding-bottom: 0;
}
.zph-container ul > li .btns li:first-child {
  text-align: left;
}
.zph-container ul > li .btns .btn {
  border-radius: 20px;
  padding: 5px 30px;
}
.zph-container ul > li .btns .btn.apply {
  border: 1px solid #E50011;
  color: #E50011;
}
.zph-container ul > li .btns .btn.apply:hover {
  background-color: #E50011;
  color: #fff;
}
.zph-container ul > li .btns .btn.into {
  border: 1px solid #f26222;
  color: #f26222;
}
.zph-container ul > li .btns .btn.into:hover {
  background-color: #f26222;
  color: #fff;
}
.main-content .consult-container .container .panel {
  border: none;
  border-radius: 10px;
}
.main-content .consult-container .container .panel .panel-body {
  padding: 20px;
}
.main-content .consult-container .container .panel .panel-body .searchbox ul {
  display: flex;
  width: 100%;
}
.main-content .consult-container .container .panel .panel-body .searchbox ul .keywords {
  margin-left: 0;
  flex: 1;
}
.main-content .consult-container .container .panel .panel-body .searchbox ul .keywords input {
  border-color: #ECECEC;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 40px;
}
.main-content .consult-container .container .panel .panel-body .searchbox ul .searchbtn {
  margin-left: 0;
  width: 100px;
}
.main-content .consult-container .container .panel .panel-body .searchbox ul .searchbtn .btn {
  width: 100%;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
}
.main-content .consult-container .container .panel .panel-body .pagination {
  border: none;
}
.main-content .consult-container .container .panel .panel-body .consultType {
  display: flex;
  margin-bottom: 10px;
  background: rgba(22, 124, 243, 0.1);
  border-radius: 5px;
}
.main-content .consult-container .container .panel .panel-body .consultType li {
  position: relative;
  transition: all 0.3s ease;
}
.main-content .consult-container .container .panel .panel-body .consultType li a {
  display: block;
  padding: 10px 30px;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}
.main-content .consult-container .container .panel .panel-body .consultType .select a {
  color: #167CF3 !important;
  position: relative;
  border-top: 2px solid #167CF3;
  background-color: #fff;
}
.main-content .consult-container .container .panel .panel-body .consultType li:not(.select):hover a {
  color: #409eff;
}
.main-content .consult-container .container .panel .panel-body .consult-title,
.main-content .consult-container .container .panel .panel-body .consult-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.main-content .consult-container .container .panel .panel-body .consult-title li,
.main-content .consult-container .container .panel .panel-body .consult-list li {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 15px;
  text-align: left;
}
.main-content .consult-container .container .panel .panel-body .consult-title li.span1,
.main-content .consult-container .container .panel .panel-body .consult-list li.span1 {
  width: 40%;
}
.main-content .consult-container .container .panel .panel-body .consult-title li.span2,
.main-content .consult-container .container .panel .panel-body .consult-list li.span2 {
  width: 15%;
}
.main-content .consult-container .container .panel .panel-body .consult-title li.span3,
.main-content .consult-container .container .panel .panel-body .consult-list li.span3 {
  width: 20%;
}
.main-content .consult-container .container .panel .panel-body .consult-title li.span4,
.main-content .consult-container .container .panel .panel-body .consult-list li.span4 {
  width: 15%;
}
.main-content .consult-container .container .panel .panel-body .consult-title li:last-child,
.main-content .consult-container .container .panel .panel-body .consult-list li:last-child {
  width: 10%;
  text-align: right;
}
.main-content .consult-container .container .panel .panel-body .consult-title {
  font-weight: 500;
  color: #303133;
  background: #F8F9FB;
  border-radius: 6px;
}
.main-content .consult-container .container .panel .panel-body .consult-list {
  padding: 0 !important;
}
.main-content .consult-container .container .panel .panel-body .consult-list li {
  color: #606266;
  white-space: normal;
  overflow: visible;
  border-bottom: 1px solid #ebeef5;
  padding: 11px 15px;
}
.main-content .consult-container .container .panel .panel-body .consult-list li a {
  margin-left: 8px;
  color: #167CF3;
}
.main-content .consult-container .container .panel .panel-body .consult-list li a:hover {
  color: #125ab3;
}
.main-content .consult-container .container .panel .panel-body .consult-list .span4 {
  color: #67C23A;
}
.main-content .consult-container .container .panel .panel-body .no-data {
  text-align: center;
  padding: 20px;
  color: #909399;
}
.main-content .consult-container .container .panel .panel-body .details-consult table tr td {
  padding: 10px 2px;
}
.main-content .consult-container .container .panel .panel-body .details-consult table tr .label {
  color: #333;
}
.consult-dialog {
  border-radius: 5px !important;
}
.consult-dialog #consult-form.dialogForm {
  padding: 10px 40px;
}
.consult-dialog #consult-form.dialogForm .row {
  display: flex;
  flex-direction: column;
}
.consult-dialog #consult-form.dialogForm .row .label {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.consult-dialog #consult-form.dialogForm .row input[type="text"],
.consult-dialog #consult-form.dialogForm .row select,
.consult-dialog #consult-form.dialogForm .row .txtarea,
.consult-dialog #consult-form.dialogForm .row .txt {
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DCDFE6;
  height: 38px;
  line-height: 38px;
  color: #666666;
  font-size: 13px;
}
.consult-dialog #consult-form.dialogForm .row input[type="text"]:disabled,
.consult-dialog #consult-form.dialogForm .row select:disabled,
.consult-dialog #consult-form.dialogForm .row .txtarea:disabled,
.consult-dialog #consult-form.dialogForm .row .txt:disabled {
  background-color: #F4F6F9 !important;
  color: #666;
}
.consult-dialog #consult-form.dialogForm .row .txtarea {
  min-height: 100px;
  resize: none;
}
.consult-dialog #consult-form.dialogForm .row .Validform_checktip {
  margin-left: 0;
}
.consult-dialog #consult-form.dialogForm .row .line-group {
  display: flex;
}
.consult-dialog #consult-form.dialogForm .row .line-group #conName {
  flex: 1;
}
.consult-dialog #consult-form.dialogForm .row .line-group #chooseTeacher {
  border-radius: 6px;
}
.consult-dialog #consult-form.dialogForm #conTime {
  margin-bottom: 15px;
}
.consult-dialog .layui-layer-title {
  background-color: transparent;
}
.consult-dialog .layui-layer-btn a {
  border-radius: 6px;
  height: 35px;
  line-height: 35px;
  min-width: 95px;
  text-align: center;
}
.consult-dialog .layui-layer-btn .layui-layer-btn0 {
  background: #E50011;
  border-color: #E50011;
}
.mini-program-alertbox {
  position: relative;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.choose-teacher {
  padding: 10px 30px;
}
.choose-teacher table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.choose-teacher tr {
  display: table-row;
  background: #f8f9fa;
  border-radius: 4px;
}
.choose-teacher td {
  vertical-align: top;
  padding: 8px 0;
}
.choose-teacher td:first-child {
  width: 30px;
  padding-left: 15px;
}
.choose-teacher td.realName {
  width: 80px;
  font-weight: 500;
  padding-left: 10px;
}
.choose-teacher td:last-child {
  width: 420px;
  color: #606266;
  padding: 8px 12px;
}
.choose-teacher input[type="radio"] {
  margin-top: 3px;
  width: 15px;
  height: 15px;
  accent-color: #167CF3;
  cursor: pointer;
}
