@charset "UTF-8";


/*---------------------------------------------
	body
  ---------------------------------------------*/
html {
  background-color: #f4f6f9;
}

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
  color: #555;
  line-height: 180%;
  text-align: left;
  background-color: #f4f6f9;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 14px;
  min-width: 1200px;
}


/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q::before, q::after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin: 0 auto;
  border: 0;
  height: 1px;
  border-bottom: 1px dashed #ccc;
}


/*---------------------------------------------
	Font
  ---------------------------------------------*/

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), /* Postscript name */ local("Yu Gothic"), /* for Chrome */ local("YuGothic-Regular"); /* Mediumがない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), /* Postscript name */ local("Yu Gothic"); /* for Chrome */
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
  outline: none;
  text-decoration: none;
  color: #545c64;
}

html:not(.sp) a:hover {
  text-decoration: none;
  color: #222;
}

/**/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

.clearfix, .clearfixVisible {
  *zoom: 1;
}

/**/
.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.break-all {
  word-break: break-all;
}

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.over {
  overflow: hidden;
}

/*背景色*/
.bg-ff {
  background-color: #FFFFFF;
}

.bg-light-gray {
  background-color: #f4f6f9;
}
.bg-f5 {
  background-color: #f5f5f5;
}

/*宽度*/
.w1200 {
  width: 1200px;
}

.w980 {
  width: 980px;
}

.w800 {
  width: 800px;
}

.w220 {
  width: 220px;
}

/*mar*/
.mar1 {
  margin: 0 auto;
}

.mar2 {
  margin: 30px auto;
}
.m-b1 {
  margin-bottom: 30px;
}
/*padding*/
.padding1 {
  padding: 15px;
}


/*字段颜色*/
.color-green {
  color: #00923f;
}
/*字体居中*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.minHeight {
  min-height: 600px;
}
.minHeightCompany {
  min-height: 900px;
}
/*top*/
.myTop {
  padding: 5px 0;
  text-align: right;
}

.myTop a {
  display: inline-block;
  margin-right: 15px;
}

.myTop a.loginBtn {
  border: 1px solid #ccc;
  padding: 0 20px;
  border-radius: 50px;
}

.myTop a.upResume {
  color: #00923f;
}

.myLogoNav {
  overflow: hidden;
}

.myLogo {
  float: left;
}

.myLogo img {
  margin-top: 5px;
  height: 55px;
}

.myNav {
  float: right;
}

.myNav ul {
  overflow: hidden;
}

.myNav li {
  float: left;
  margin: 0px 30px;
}

.myNav li a {
  font-size: 16px;
  font-weight: 700;
  padding: 25px 0;
  display: block;
  border-bottom: 4px solid #FFFFFF;
}

.myNav li a.active {
  border-bottom: 4px solid #ff7b19;
}

/*indexSearchBar*/
.indexSearchBar .indexSearchTxt {
  background: #fff;
  border: 1px solid #eee;
  height: 47px;
  padding: 10px 15px;
  position: relative;
  width: 648px;
  z-index: 3;
  line-height: 2;
  float: left;
}

.indexSearchBar .indexSearchTxt:focus {
  outline: none;
  border: 1px solid #eee;
}

.indexSearchBar a.indexSearchBtn {
  height: 46px;
  background: #55b1e4;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  width: 100px;
}

.indexSearchBar a.indexSearchBtn:hover {
  color: #FFFFFF;
}

/*indexBanner*/
.banner-all {
  height: 420px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.banner-all .searchList-tab {
  background: #fff;
  color: #eee;
  font-size: 14px;
  height: 420px;
  left: 0;
  position: absolute;
  top: 0;
  width: 220px;
}

.banner-all .searchList-tab ul {
  position: relative;
}

.banner-all .searchList-tab ul li {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  padding: 0 41px 0 24px;
}
.banner-all .searchList-tab ul li:hover span:first-child {
  color: #24adde;
}
.banner-all .searchList-tab ul li span:first-child {
  color: #333;
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.banner-all .searchList-tab ul li span:nth-child(2) {
  float: right;
  position: relative;
}

.banner-all .searchList-tab ul li span:nth-child(2) a {
  color: #999;
  font-size: 14px;
  position: relative;
  text-align: right;
}

.banner-all .searchList-tab ul li span:nth-child(2) a:after {
  background: url(../images/rightBoult.png) no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: -15px;
  top: 32%;
  width: 6px;
}

.banner-all .searchList-tab ul li .major-job-right {
  background: #fff;
  color: #eee;
  display: none;
  font-size: 14px;
  height: 420px;
  left: 220px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  z-index: 99;
  min-width: 400px;
}

.banner-all .searchList-tab ul li .major-job-right .job-right-top {
  border-bottom: 1px solid #e6e8ec;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
}

.banner-all .searchList-tab ul li .major-job-right .job-right-bottom {
  height: 325px;
  min-width: 460px;
}
.banner-all .searchList-tab ul li .major-job-right .job-right-bottom.job-right-bottomW {
  width: 600px;
}

.banner-all .searchList-tab ul li .major-job-right .job-right-bottom ul {
  float: left;
  height: 324px;
  margin-right: 30px;
  white-space: nowrap;
}

.banner-all .searchList-tab ul li .major-job-right .job-right-bottom ul li:first-child {
  margin-top: 5px;
}

.banner-all .searchList-tab ul li .major-job-right .job-right-bottom ul li {
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0 21px 0 0;
  text-align: left;
  white-space: nowrap;
}

.banner-all .searchList-tab ul li .major-job-right .job-right-bottom ul li a {
  color: #666;
  font-size: 14px;
  margin: 0;
}

/*首页品牌专区*/

.indexBrand {
  width: 100%
}

.indexBrand .famous-top-block {
  width: 100%;
  box-sizing: border-box;
  padding-top: 43px;
  padding-bottom: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.indexBrand .famous-top-block .top-left {
  width: 1200px;
  padding-left: 5px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.indexBrand .famous-top-block .top-left .left-title {
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.indexBrand .famous-top-block .top-left .left-title .dot {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #929292;
  margin-right: 8px;
}

.indexBrand .famous-top-block .top-left .left-title .title {
  font-size: 20px;
  font-weight: 700;
  color: #373636
}

.indexBrand .famous-top-block .top-left .type-area {
  width: 534px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.indexBrand .famous-top-block .top-left .type-area .type-block {
  font-size: 16px;
  color: #373636;
  cursor: pointer;
  position: relative
}

.indexBrand .famous-top-block .top-left .type-area .type-block:hover {
  color: #00923f
}

.indexBrand .famous-top-block .top-left .type-area .type-block.selected {
  font-weight: 700;
  color: #00923f
}

.indexBrand .famous-top-block .top-left .type-area .type-block.selected:after {
  display: block;
  position: absolute;
  content: "";
  width: 42px;
  height: 4px;
  border-radius: 2px;
  margin-top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00923f
}

.indexBrand .famous-top-block .top-right {
  width: 65px;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}

.indexBrand .famous-top-block .top-right .change-text {
  line-height: 24px;
  font-size: 14px;
  color: #666
}

.indexBrand .famous-main-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px
}

.indexBrand .famous-main-block .cpinfo-block {
  width: 393px;
  height: 176px;
  padding: 27px 23px 21px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px
}

.indexBrand .famous-main-block .cpinfo-block:nth-child(3n+0) {
  margin-right: 0
}

.indexBrand .famous-main-block .cpinfo-block:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.indexBrand .famous-main-block .cpinfo-block .urgent-icon .urgent-text {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  transform: rotate(-45deg)
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top {
  height: 60px;
  width: 95%;
  display: flex;
  align-items: center
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-left {
  margin-right: 12px
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .default-logo {
  margin-right: 12px;
  width: 63px;
  height: 57px;
  background: url(../images/default_cp_logo.png) 50% no-repeat;
  background-size: 100% 100%
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right .cp-top-right-top {
  max-width: 240px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #373636;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right .cp-top-right-top:hover {
  color: #00923f
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right .cp-top-right-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right .cp-top-right-bottom .cp-tag {
  width: 70px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  margin-right: 9px;
  display: block;
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right .cp-top-right-bottom .cp-tag.world {
  background-color: #b760f9
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right .cp-top-right-bottom .cp-tag.china {
  background-color: #4297f8
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right .cp-top-right-bottom .cp-tag.private {
  background-color: #d1a478
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-top .cp-top-right .cp-top-right-bottom .cp-belong {
  height: 20px;
  line-height: 20px;
  color: #55b1e4;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 168px;
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-middle {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-middle .cp-job-tag {
  width: 112px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #373636;
  border-radius: 4px;
  background-color: #f2f2f2;
  margin-right: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-middle .cp-job-tag:hover {
  color: #00923f
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-middle .cp-job-tag.job-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-bottom .address-icon {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}

.indexBrand .famous-main-block .cpinfo-block .cpinfo-bottom .address-area {
  width: 314px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.indexBrand .view-more-block {
  width: 100%;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px
}

.indexBrand .view-more-block .view-more-btn {
  width: 247px;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #fff;
  background-color: #55b1e4;
  cursor: pointer;
  text-align: center
}

/*新闻*/
.newest {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.newest div {
  float: left;
  width: 390px;
}
.newest .newset-content {
  background: #fff;
  position: relative;
}
.newest .newset-content .newset-content-top {
  border: none;
  box-sizing: border-box;
  height: 80px;
  line-height: 55px;
  padding: 15px;
}
.newest .newset-content .newset-content-top img {
  height: 40px;
  margin-bottom: 5px;
  vertical-align: middle;
  width: 40px;
}
.newest .newset-content .newset-content-top span {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.newest .newset-content .newset-content-top a {
  float: right;
  letter-spacing: 0;
  text-align: center;
}
.newest .newset-content .newset-content-top a i, .newest .newset-content .newset-content-top a span {
  color: #8e97a1;
  font-size: 14px;
}
.newest .newset-content .newset-content-top:after {
  background: #eee;
  content: "";
  height: 1px;
  left: 24px;
  position: absolute;
  top: 80px;
  width: 342px;
}
.newest .newset-content ul {
  margin-top: 80px;
}
.newest .newset-content ul li {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 15px;
}
.newest .newset-content ul li div.firstDiv {
  margin-right: 6px;
  width: 238px;
}
.newest .newset-content ul li div.firstDiv .jobtitle-color {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  word-wrap: normal;
}
.newest .newset-content ul li div.firstDiv .des-color {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  word-wrap: normal;
}
.newest .newset-content ul li div.secondDiv {
  width: 116px;
}
.newest .newset-content ul li div.secondDiv div {
  border: 1px solid #24adde;
  border-radius: 100px;
  color: #24adde;
  font-size: 14px;
  height: 30px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 11px;
  text-align: center;
  width: 114px;
}
.newest .newset-content ul li div.secondDiv .over-apply {
  background: #f4f6f9;
  border: none;
  color: #8e97a1;
  font-size: 14px;
}
.newest .newset-content ul li div.secondDiv div a {
  color: #24adde;
  font-size: 14px;
}
.newest .newset-middle {
  margin: 0 15px;
}
/*footer*/
.footers {
  background: #f4f6f9;
}
.footers__div {
  background: #fff;
}
.footers__div--top {
  margin-bottom: 5px;
  overflow: hidden;
  width: 1200px;
}
.footers__div--left {
  float: left;
  width: 75%;
}
.footers__div--right {
  float: right;
  margin-top: 20px;
  position: relative;
  width: 20%;
}
.footers__div--des {
  margin-top: 20px;
}
.footers__div--ul {
  margin-top: 44px;
}
.footers__div--li {
  float: left;
  margin-right: 50px;
}
.footers__div--a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.footers__div--qr {
  float: right;
  height: 80px;
  width: 80px;
}
.footers__div--sweep {
  color: #999;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 95px;
}
.footers__bottom--div {
  height: 76px;
  padding-top: 34px;
  width: 1200px;
}
/*列表筛选*/
#queryOption {
  margin: 10px auto;
  width: 1200px;
}
#queryOption .selected-wrapper {
  background-color: #fff;
  color: #333;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0;
  padding: 10px 20px;
}
.fn-clear, .fn-clearfixVisible {
  *zoom: 1;
}
.fn-clear:after, .fn-clearfixVisible:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.query-item {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 14px 31px 0 16px;
  position: relative;
}
.hide {
  height: auto;
  overflow: hidden;
}
.query-item .query-title {
  color: #333;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: 3px;
  width: 76px;
}
.query-item .query-options {
  display: inline-block;
  width: 1030px;
}
.fn-left {
  float: left;
}
.query-item .query-options.bg-f5 .query-option {
  margin-bottom: 5px;
}
.query-item .query-options .query-option {
  color: #7a7a7a;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
  margin-right: 12px;
  padding: 0px 7px;
}

.query-item .query-options .query-option.active {
  background-color: #ecf5ff;
  display: inline-block;
  color: #409eff;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
/*companyList*/
.companyList-main {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.listmain .applylist {
  padding: 24px 39px 23px 32px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
.listmain .applylist:hover {
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
.listmain .applylist .list-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e1dfdf;
  text-decoration: none;
}
.listmain .applylist .list-top .applytitle .name {
  display: flex;
  align-items: center;
}
.listmain .applylist .list-top .applytitle .name .cp-name {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 700;
  color: #171515;
  margin-right: 13px;
  display: block;
  max-width: 493px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.listmain .applylist .list-top .applytitle .name .five.network {
  border: 1px solid #4297f8;
  color: #4297f8;
  box-sizing: border-box;
  line-height: 19px;
}
.listmain .applylist .list-top .applytitle .name .five {
  display: block;
  padding: 0 5px;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #fff;
  height: 20px;
  line-height: 20px;
}
.listmain .applylist .list-top .applytitle .info {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.listmain .applylist .list-top .applytitle .info span {
  display: block;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
.listmain .applylist .list-top .applytitle .info span i {
  font-style: initial;
}
.listmain .applylist .list-top .cplogo, .listmain .applylist .list-top .cplogo img {
  width: 70px;
  height: 60px;
}
.listmain .applylist .list-top .cplogo, .listmain .applylist .list-top .cplogo img {
  width: 70px;
  height: 60px;
}
.listmain .applylist .list-bottom {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listmain .applylist .list-bottom .jobmain {
  width: 670px;
}
.listmain .applylist .list-bottom .jobmain .jobinfo {
  display: flex;
}
.listmain .applylist .list-bottom .jobmain .jobinfo .jobitem {
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #171515;
  border: 1px solid #e2e5e4;
  border-radius: 4px;
  margin-left: 7px;
  white-space: nowrap;
  display: inline-block;
  width: 90px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-decoration: none;
}
.listmain .applylist .list-bottom .jobmain .jobinfo .jobitem:first-child {
  margin-left: 0;
}
.listmain .applylist .list-bottom .jobmain .address {
  margin-top: 10px;
  align-items: center;
  display: flex;
  max-width: 670px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listmain .applylist .list-bottom .jobmain .address .img {
  display: block;
  width: 23px;
  height: 25px;
  background: url(../images/public_page.png) no-repeat 0 -374px;
}
.listmain .applylist .list-bottom .jobmain .address .region {
  max-width: 642px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listmain .applylist .list-bottom .jobmain .address .region .regionitem {
  color: #171515;
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 1px;
}
.listmain .applylist .list-bottom .apply {
  width: 98px;
  height: 31px;
  line-height: 31px;
  font-family: Micorosoft YaHei;
  font-size: 14px;
  color: #fff;
  background: #0fcf9b;
  border-radius: 20px;
  text-align: center;
  margin-top: 30px;
  margin-right: -10px;
}
.listmain .applylist .list-bottom .apply a {
  color: #fff;
  text-decoration: none;
}

/*postList*/
.postList__content {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 0 34px 0 31px;
}
.presentation-item {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.presentation-item .presentation-item-left {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.presentation-item .presentation-item-left .presentation-item-left-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.presentation-item .presentation-item-left .presentation-item-left-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.presentation-item .position {
  color: #333;
  cursor: pointer;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-right: 15px;
  max-width: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.presentation-item .company {
  color: #333;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  width: 100px;
}
.presentation-item .company div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.presentation-item .city {
  background: url(../images/icon/city.png) no-repeat;
  background-position: 0;
  background-size: 11px 13px;
  padding-left: 15px;
}
.presentation-item .num {
  background: url(../images/icon/num.png) no-repeat;
  background-position: 0;
  background-size: 12px 12px;
  padding-left: 15px;
}
.presentation-item .time {
  background: url(../images/icon/time.png) no-repeat;
  background-position: 0;
  background-size: 12px 12px;
  padding-left: 15px;
}
.presentation-item .industry {
  color: #999;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  font-weight: 400;
}
.presentation-item .city, .presentation-item .num, .presentation-item .time {
  color: #666;
  display: block;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  font-weight: 400;
  margin-right: 37px;
}
.presentation-item .source {
  border: 1px solid #fe9a2e;
  border-radius: 2px;
  color: #fe9a2e;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  font-weight: 400;
  padding: 0 2px;
  height: 26px;
}
.presentation-item .blueBg {
  border: 1px solid #55b1e4;
  color: #55b1e4;
}
/**xjh**/
.lecture .listitem {
  text-decoration: none;
  width: 100%;
  height: 117px;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.lecture .listitem:hover {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.lecture .listitem .left-cplogo {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  border-radius: 5px;
}
.lecture .listitem .left-cplogo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.lecture .listitem .right-lectureinfor {
  width: 935px;
  display: flex;
  align-items: center;
}
.lecture .listitem .right-lectureinfor .right-infor {
  width: 890px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lecture .listitem .right-lectureinfor .right-infor .lecture-cpname {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lecture .listitem .right-lectureinfor .right-infor .lecture-address {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #100808;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lecture .listitem .right-lectureinfor .right-infor .lecture-times.green {
  color: #11c878;
}
.lecture .listitem .right-lectureinfor .right-infor .lecture-times {
  font-size: 14px;
  color: #373636;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lecture .listitem .right-lectureinfor .right-infor .lecture-times {
  font-size: 14px;
  color: #373636;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lecture .listitem:hover .right-lectureinfor .applynow {
  display: block;
}
.lecture .listitem .right-lectureinfor .applynow {
  width: 98px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  background: #0fcf9b;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
  display: none;
  margin-left: 50px;
}
/*公司详情*/
.company-main-body {
  /* background: #f4f4f9 url(../images/top_head_company.png) center top no-repeat; */
}
.company-main-body .top-block {
  line-height: 1;
  color: #fff;
  height: 275px;
  position: relative;
}
.company-main-body .top-block .top-left {
  position: absolute;
  top: 56px;
  left: 38px;
  display: flex;
  align-items: center;
}
.company-main-body .top-block .top-left .cp-logo {
  width: 116px;
  height: 105px;
  border-radius: 5px;
  margin-right: 78px;
}
.company-main-body .top-block .top-left .cp-intro {
  max-width: 750px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.company-main-body .top-block .top-left .cp-intro .cp-title {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.company-main-body .top-block .top-left .cp-intro .cp-title .title-name {
  font-size: 30px;
  max-width: 18em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.company-main-body .top-block .top-left .cp-intro .cp-title .cp-rank.china {
  background-color: #0fcf9b;
}
.company-main-body .top-block .top-left .cp-intro .cp-title .cp-rank {
  width: 70px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  margin-right: 15px;
  color: #fff;
}
.company-main-body .top-block .top-left .cp-intro .cp-title .cp-sub-brand {
  border-radius: 3px;
  max-width: 9em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  padding: 0 12px;
  line-height: 24px;
  border: 1px solid #0fcf9b;
  box-sizing: border-box;
  text-align: center;
  color: #0fcf9b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.company-main-body .top-block .top-left .cp-intro .cp-basic-info {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
}
.company-main-body .top-block .top-left .cp-intro .cp-basic-info .basic-info-block {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
.company-main-body .top-block .top-left .cp-intro .cp-basic-info .basic-info-block .basic-info-icon {
  width: 15px;
  height: 15px;
  margin-right: 9px;
  background: url(../images/public_page.png) 0 0 no-repeat;
}
.company-main-body .top-block .top-left .cp-intro .cp-basic-info .basic-info-block .basic-info-icon.city {
  background-position-y: -855px;
}
.company-main-body .top-block .top-left .cp-intro .cp-basic-info .basic-info-block .basic-info-icon.kind {
  background-position-y: -1126px;
}
.company-main-body .top-block .top-left .cp-intro .cp-basic-info .basic-info-block .basic-info-icon.size {
  background-position-y: -1079px;
  width: 18px;
}
.company-main-body .top-block .top-left .cp-intro .cp-basic-info .basic-info-block .basic-info-text {
  line-height: 15px;
}
.company-main-body .top-block .top-left .cp-intro .cp-industry {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
}
.company-main-body .top-block .top-left .cp-intro .cp-industry .industry-icon {
  width: 17px;
  height: 15px;
  background: url(../images/public_page.png) 0 -953px no-repeat;
  margin-right: 9px;
}
.company-main-body .top-block .top-left .cp-intro .cp-industry .industry-text {
  line-height: 15px;
  max-width: 514px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*岗位详情*/
.position-intro {
  background-color: #f5faff;
  overflow: hidden;
}
.position-intro .position-intro-box {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1190px;
}
.position-intro .position-intro-box .position-intro-top {
  margin-top: 28px;
  overflow: hidden;
}
.position-intro .position-intro-box .position-intro-top .publishtime {
  color: #9497a1;
  font-size: 12px;
}
.position-intro .position-intro-box .position-intro-top .publishtime .icon {
  background-image: url(//fecdn3.zhaopin.cn/xiaoyuan_zhaopin_com/assets/publishtime.36946a.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  margin-top: 4px;
  width: 12px;
}
.position-intro .position-intro-box .position-intro-top .publishtime .text {
  margin: 0 5px;
}
.position-intro .position-intro-box .position-intro-top .publishtime span {
  float: left;
}
.position-intro .position-intro-box .position-name {
  margin: 24px 0 18px;
}
.position-intro .position-intro-box .position-name .name {
  color: #333;
  float: left;
  font-size: 24px;
  line-height: 24px;
}
.position-intro .position-intro-box .position-info {
  overflow: hidden;
  padding-bottom: 36px;
  padding-top: 6px;
}
.position-intro .position-intro-box .position-info .info .company-name a {
  color: #1787fb;
  cursor: pointer;
  font-size: 16px;
}
.position-intro .position-intro-box .position-info .info .muilt-infos {
  color: #666;
  font-size: 14px;
  margin-top: 12px;
  overflow: hidden;
}
.position-intro .position-intro-box .position-info .info .muilt-infos span {
  float: left;
}
.position-intro .position-intro-box .position-info .info .muilt-infos span .divide {
  border-left: 1px solid #ddddde;
  height: 10px;
  margin: 5px 10px 0;
  width: 0;
}
.position-intro .position-intro-box .position-info .info .muilt-infos span i {
  float: right;
}
.position-intro .position-intro-box .position-info .handles {
  position: relative;
  top: -6px;
}
.position-intro .position-intro-box .position-info .handles .send {
  background: #1787fb;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  margin-left: 15px;
  text-align: center;
  width: 240px;
}
.position-intro .position-intro-box .position-info .handles .send .a-button {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.a-button.a--filled, .a-elevator-item.a--filled, .a-switch-item.a--filled {
  background: #1787fb;
  border-color: #1787fb;
  border-width: 1px;
  color: #fff;
}
.a-button, .a-elevator-item, .a-switch-item {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #1787fb;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.a-button.a--filled:hover, .a-elevator-item.a--filled:hover, .a-switch-item.a--filled:hover {
  background: #1479e1;
  border-color: #1479e1;
}

.position-detail {
  margin-top: 40px;
}
.position-detail .container {
  width: 850px;
}
.position-detail .container .title {
  overflow: hidden;
}
.position-detail .container .title .text {
  color: #333;
  font-size: 16px;
}
.position-detail .container .title .line {
  border-top: 1px solid #ecf0f3;
  height: 1px;
  margin-top: 10px;
  width: 774px;
}
.position-detail .container .commonStyle {
  margin-top: 28px;
}
.handles .sendBtn,
.position-detail .container .sendBtn {
  background: #1787fb;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 48px;
  line-height: 48px;
  margin-top: 40px;
  text-align: center;
  width: 240px;
  color: #FFFFFF;
}
.handles .sendBtn .a-button,
.position-detail .container .sendBtn .a-button {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.company-intro {
  margin-top: 40px;
  width: 300px;
}
.company-intro .header {
  overflow: hidden;
}
.company-intro .header .company-logo {
  border: 1px solid #ecf0f3;
  border-radius: 3px;
  cursor: pointer;
  height: 64px;
  line-height: 61px;
  overflow: hidden;
  width: 64px;
}
.company-intro .header .company-logo img {
  vertical-align: middle;
  width: 100%;
}
.company-intro .header .attention {
  margin-left: 16px;
}
.company-intro .intro .company-name {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.company-intro .intro .commonStyle {
  line-height: 25px;
  overflow: hidden;
}
.company-intro .intro .commonStyle .icon {
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 15px;
  margin-top: 5px;
  width: 15px;
}
.company-intro .intro .company-industry .icon {
  background-image: url(//fecdn4.zhaopin.cn/xiaoyuan_zhaopin_com/assets/industry.e22438.png);
}
.company-intro .intro .company-scale .icon {
  background-image: url(//fecdn4.zhaopin.cn/xiaoyuan_zhaopin_com/assets/companyscale.d7e4aa.png);
}
.company-intro .intro .company-property .icon {
  background-image: url(//fecdn4.zhaopin.cn/xiaoyuan_zhaopin_com/assets/property.037187.png);
}
.company-intro .intro .company-domain .icon {
  background-image: url(//fecdn4.zhaopin.cn/xiaoyuan_zhaopin_com/assets/domain.7cfb93.png);
}
.company-intro .intro .company-location .icon {
  background-image: url(//fecdn4.zhaopin.cn/xiaoyuan_zhaopin_com/assets/location.d5b127.png);
}

/****/
.person-login {
  width: 100%;
  overflow: hidden;
  font-family: Microsoft YaHei;
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 100vh;
}
.person-login .login-center .loginform {
  width: 442px;
  /* height: 466px; */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -233px;
  margin-top: -221px;
  z-index: 999;
  background: #fff;
  padding: 30px 44px;
  box-sizing: border-box;
  border-radius: 4px;
}

.loginform .login-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #706d6d;
}
.login-center .loginform .loginbypsw {
  width: 100%;
}
.login-center .loginform .loginbypsw .accountinput, .person-login .login-center .loginform .loginbypsw .password {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.text-main .el-form-item,
.text-main .el-input__inner,
.password-main .el-form-item,
.password-main .el-input__inner {
  width: 100%;
}
.password-main {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
}
.password-main .sp-status {
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/reglogin.png) no-repeat 0 -1976px;
}
.password-main .sp-status.show {
  background: url(../images/reglogin.png) no-repeat 0 -1897px;
}
.pswbtn {
  width: 100%;
  height: 53px;
  border-radius: 5px;
  text-align: center;
  line-height: 53px;
  margin: 50px auto 0;
  background: #0fcf9b;
  border: 1px solid #1cc09e;
  display: block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.person-login .login-center .loginform .loginbypsw .forget,
.loginform .loginbymsg .forget {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.person-login .login-center .loginform .loginbypsw .forget a,
.loginform .loginbymsg .forget a {
  text-decoration: none;
  color: #666;
}
.person-login .login-center .loginform .loginbypsw .forget .forgetpsw,
.loginform .loginbymsg .forget .forgetpsw {
  cursor: pointer;
}
/*学生注册*/
.loginform .loginbymsg {
  width: 100%;
}
.loginform .loginbymsg .code,
.loginform .loginbymsg .password,
.loginform .loginbymsg .phone {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.loginform .loginbymsg .code a {
  width: 110px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #0fcf9b;
}
.loginform .loginbymsg .agreement {
  font-size: 14px;
  color: #757575;
  margin-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.loginform .loginbymsg .agreement.no:before {
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.loginform .loginbymsg .agreement:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border: 0;
  top: 50%;
  margin-top: -7px;
  left: 0;
  cursor: pointer;
  background: url(../images/person-image.png) no-repeat 0 -367px;
}
.loginform .loginbymsg .agreement a {
  color: #757575;
  text-decoration: none;
}
.loginform .loginbymsg .loginbtn {
  width: 100%;
  height: 53px;
  border-radius: 5px;
  text-align: center;
  line-height: 53px;
  margin: 0 auto;
  background: #0fcf9b;
  border: 1px solid #1cc09e;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

/*企业登录*/
.cplogin {
  width: 100%;
  height: 100%;
}
.cplogin .leftbg {
  position: absolute;
  width: 40%;
  left: 0;
  background: #0fcf9b;
  height: 100%;
}
.cplogin .leftbg .imgs {
  width: 520px;
  height: 370px;
  background: url(../images/loginleft.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -185px;
  right: 0;
}
.cplogin .right {
  width: 760px;
  height: 100vh;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 40%;
  background: #fff;
}
.cplogin .right .loginform {
  width: 620px;
  height: 660px;
  padding: 60px;
  box-sizing: border-box;
  z-index: 9;
  background: #fff;
}
.loginform .title,
.cplogin .right .loginform .title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.loginform .title span,
.cplogin .right .loginform .title span {
  display: inline-block;
  width: 100px;
  height: 49px;
  line-height: 46px;
  text-align: left;
  font-size: 24px;
}
.loginform .title .logo,
.cplogin .right .loginform .title .logo {
  width: 49px;
  cursor: pointer;
  background: url(../images/logo.png) no-repeat left top;
  background-size: cover;
}
.cplogin .right .loginform .logininfo {
  width: 500px;
  margin: 0 auto;
}
.cplogin .right .loginform .logininfo .btn, .cplogin .right .loginform .logininfo .password, .cplogin .right .loginform .logininfo .remember, .cplogin .right .loginform .logininfo .username {
  position: relative;
}
.cplogin .right .loginform .logininfo .remember {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #464444;
}
.cplogin .right .loginform .logininfo .remember .remember-me {
  width: 100px;
  position: relative;
  cursor: pointer;
}
.cplogin .right .loginform .logininfo .remember .remember-me.active:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #0fc292;
  border: none;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}
.cplogin .right .loginform .logininfo .remember .remember-me:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}
.cplogin .right .loginform .logininfo .remember .remember-me.active:after {
  content: "";
  width: 9px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 3px;
  top: 8px;
  transform: rotate(
    -45deg
  );
}
.cplogin .right .loginform .logininfo .btn {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #0fcf9b;
  color: #fff;
  border: none;
  outline: 0;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.cplogin .right .loginform .logininfo .bottominfo {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.cplogin .right .bottom {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #d1d1d1;
  font-size: 12px;
  box-sizing: border-box;
}
/*简历完善*/
.cvperfect {
  width: 100%;
  background: #fff;
  position: relative;
  font-family: Microsoft YaHei;
  margin-bottom: 10px;
}
.cvperfect .topimg {
  width: 100%;
  height: 160px;
  background: url(../images/top.png) no-repeat 50%;
}
.cvperfect .perfectcenter.personalPerfect {
  width: 820px;
}
.cvperfect .perfectcenter {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.cvperfect .perfectcenter .cvform {
  width: 820px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.cvperfect .perfectcenter .cvform .toptips {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 115px;
  box-sizing: border-box;
  color: #0fcf9b;
  font-size: 14px;
}
.cvperfect .perfectcenter .cvform .formcenter {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cvperfect .perfectcenter .cvform .formcenter .leftlist {
  width: 650px;
}
.cvperfect .perfectcenter .cvform .formcenter .rightphoto {
  width: 99px;
}
.cvperfect .perfectcenter .cvform .formcenter .rightphoto .paphoto {
  width: 99px;
  height: 136px;
  margin-bottom: 20px;
}
/*personal*/
.account-main {
  width: 1200px;
  margin: 20px auto;
  display: flex;
}
.navigation {
  width: 230px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px 0 25px;
  box-sizing: border-box;
}
.navigation .userInfo .userInfoBtn {
  margin: 10px auto 20px auto;
}
.navigation .userInfo img {
  display: block;
  margin: 5px auto;
  border-radius: 50%;
  border:1px solid #eeeeee;
}
.navigation p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #000;
  font-family: Microsoft YaHei;
}
.navigation a.nuxt-link.nuxt-link-active {
  background-color: #f2fdfa;
  color: #0fcf9b;
}
.navigation a.nuxt-link {
  display: block;
  width: 230px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
}
.account-main .account-right {
  margin-left: 10px;
  width: 960px;
  min-height: 580px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 59px 0 59px;
  box-sizing: border-box;
}
.account-main .account-right-1 {
  margin-left: 10px;
  width: 960px;
  min-height: 700px;
  box-sizing: border-box;
}
.editBtn {
  right: 0;
  top: 0;
  z-index: 9;
}
/*简历*/
.basic-info .resume-main .resume{
  width: 100%;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.basic-info .resume-main .resume .resume-left {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.basic-info .resume-main .resume .resume-left img {
  display: block;
  width: 100%;
  height: auto;
}
.basic-info .resume-main .resume .resume-right {
  width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor,
.basic-info .resume-main .resume .resume-right .pachat,
.basic-info .resume-main .resume .resume-right .paname {
  width: 100%;
  height: 30px;
  display: flex;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor h3,
.basic-info .resume-main .resume .resume-right .pachat h3,
.basic-info .resume-main .resume .resume-right .paname h3 {
  font-size: 18px;
  color: #333;
  margin-right: 8px;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor .pagender.girl,
.basic-info .resume-main .resume .resume-right .pachat .pagender.girl,
.basic-info .resume-main .resume .resume-right .paname .pagender.girl {
  background: url(../images/person-image.png) no-repeat 0 -1874px;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor .pagender,
.basic-info .resume-main .resume .resume-right .pachat .pagender,
.basic-info .resume-main .resume .resume-right .paname .pagender {
  width: 18px;
  height: 25px;
  background: url(../images/person-image.png) no-repeat 0 -1836px;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor,
.basic-info .resume-main .resume .resume-right .pachat, .basic-info
.resume-main .resume .resume-right .paname {
  width: 100%;
  height: 30px;
  display: flex;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor .paage,
.basic-info .resume-main .resume .resume-right .pabasicinfor .paface,
.basic-info .resume-main .resume .resume-right .pabasicinfor .panation,
.basic-info .resume-main .resume .resume-right .pabasicinfor .paregion,
.basic-info .resume-main .resume .resume-right .pachat .paage,
.basic-info .resume-main .resume .resume-right .pachat .paface,
.basic-info .resume-main .resume .resume-right .pachat .panation,
.basic-info .resume-main .resume .resume-right .pachat .paregion,
.basic-info .resume-main .resume .resume-right .paname .paage,
.basic-info .resume-main .resume .resume-right .paname .paface,
.basic-info .resume-main .resume .resume-right .paname .panation,
.basic-info .resume-main .resume .resume-right .paname .paregion {
  font-size: 14px;
  color: #333;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor .space,
.basic-info .resume-main .resume .resume-right .pachat .space,
.basic-info .resume-main .resume .resume-right .paname .space {
  width: 0;
  height: 10px;
  border-right: 1px solid #ccc;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 5px;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor .paage,
.basic-info .resume-main .resume .resume-right .pabasicinfor .paface,
.basic-info .resume-main .resume .resume-right .pabasicinfor .panation,
.basic-info .resume-main .resume .resume-right .pabasicinfor .paregion,
.basic-info .resume-main .resume .resume-right .pachat .paage,
.basic-info .resume-main .resume .resume-right .pachat .paface,
.basic-info .resume-main .resume .resume-right .pachat .panation,
.basic-info .resume-main .resume .resume-right .pachat .paregion,
.basic-info .resume-main .resume .resume-right .paname .paage,
.basic-info .resume-main .resume .resume-right .paname .paface,
.basic-info .resume-main .resume .resume-right .paname .panation,
.basic-info .resume-main .resume .resume-right .paname .paregion {
  font-size: 14px;
  color: #333;
}
.basic-info .resume-main .resume .resume-right .pabasicinfor,
.basic-info .resume-main .resume .resume-right .pachat,
.basic-info .resume-main .resume .resume-right .paname {
  width: 100%;
  height: 30px;
  display: flex;
}
.basic-info .resume-main .resume .resume-right .pachat {
  height: 40px;
}
.basic-info .resume-main .resume .resume-right .pachat .mobile {
  padding-left: 30px;
  font-size: 14px;
  box-sizing: border-box;
  margin-right: 15px;
  background: url(../images/person-image.png) no-repeat 0 -3192px;
}
.basic-info .resume-main .resume .resume-right .pachat .email.nodata {
  color: #0fcf9b;
}
.basic-info .resume-main .resume .resume-right .pachat .email {
  padding-left: 30px;
  font-size: 14px;
  box-sizing: border-box;
  margin-right: 15px;
  background: url(../images/person-image.png) no-repeat 0 -3237px;
}
.basic-info .resume-main .resume .resume-right .pachat .qq.nodata {
  color: #0fcf9b;
}
.basic-info .resume-main .resume .resume-right .pachat .qq {
  padding-left: 30px;
  font-size: 14px;
  box-sizing: border-box;
  background: url(../images/person-image.png) no-repeat 0 -3288px;
}
.basic-info .editbtn {
  position: absolute;
  top: 25px;
  right: 25px;
  padding-left: 18px;
  box-sizing: border-box;
  background: url(../images/person-image.png) no-repeat 0 -397px;
  font-size: 14px;
  color: #4bdbb4;
  cursor: pointer;
}

.edu-main {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.div-title {
  width: 100%;
  height: 70px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.div-title .title-left {
  width: 300px;
  height: 45px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.div-title .title-left:before {
  content: "";
  width: 4px;
  height: 16px;
  background: #0fcf9b;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.div-title .title-left h2 {
  min-width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.div-title .title-right {
  width: 210px;
}
.div-title .right-add {
  height: 27px;
  color: #0fcf9b;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  padding-left: 27px;
  box-sizing: border-box;
  background: url(../images/person-image.png) no-repeat 4px -255px;
  cursor: pointer;
}
.div-title .right-tips {
  height: 27px;
  line-height: 25px;
  color: #F56C6C;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.list-item-w {
  width: 920px;
}
.list-item {
  margin: 0 auto;
  padding: 0 26px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
.list-item.hasshadow {
  box-shadow: 0 0 10px #e3e3e3;
}
.list-item .right-editbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 108px;
  height: 20px;
  display: flex;
  font-size: 14px;
  color: #4bdbb4;
  justify-content: flex-end;
}
.list-item .right-editbtn span.right-editbtn-del {
  margin-right: 5px;
  background: url(../images/person-image.png) no-repeat 8px -428px;
}
.list-item .right-editbtn span.right-editbtn-edit {
  background: url(../images/person-image.png) no-repeat 8px -397px;
}
.list-item .right-editbtn span {
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #4bdbb4;
  display: inline-block;
  width: 50px;
  text-align: right;
  margin-right: 0;
  cursor: pointer;
}
.list-item .viewitem {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
}
.list-item .viewitem p {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}
.list-item .viewitem p .nameview {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
}
.list-item .viewitem p {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}
.list-item .viewitem p.curriculum {
  word-break: break-all;
  line-height: 25px;
}

.list-item .viewitem p.appendix-icon {
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/person-image.png) no-repeat 0 -554px;
}
.edu-info {
  padding-bottom: 10px;
}
.edu-info.padding2 {
  padding: 0 30px 30px 30px;
}
.edu-info .el-table th {
  background-color: #f2fdfa;
  color: #151515;
  font-weight: 700;
}
.div-center {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background: #fff;
}
.infor-div {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infor-div p {
  width: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infor-div .left-title {
  text-align: left;
  color: #333;
  font-size: 14px;
}
.infor-div .right-infor {
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 14px;
}

.tb-void thead{
  background-color: #f5f5f5;
}
.tb-void th,.tb-void td {
  padding: 8px;
}
.tb-void.tb-e-invoice td {
  border: 1px solid #eee;
}
.media-left {
  float: left;
  margin-right: 10px;
}
.avatar-small {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
}

.signUp {
  background-color: #edeff0;
  padding: 13px 0 110px 0;
}

.signUp .notes {
  background: #fdf9da;
  font-size: 14px;
  color: #9d9d9d;
  padding: 15px 55px 15px 70px;
  line-height: 200%;
  zoom: 1;
  overflow: hidden;
}

.signUp .my-inform {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 25px 0;
}

.signUp .notes .iconfont {
  font-size: 18px;
  display: inline-block;
  color: #eaa06f;
  float: left;
  margin-right: 15px;
  line-height: 44px;
}

.signUp .component-content {
  width: 1062px;
  margin: 0 auto;
  position: relative;
}

.signUp .component-content h3 {
  color: #3b3b3b;
  font-size: 16px;
  margin: 15px 0 15px 0;
  padding-top: 15px;
  font-weight: 700;
}
.signUp .component-content .logo{
  position: absolute;
  top: 0;
  right: 30px;
}
.signUp .fiilUp {
  min-height: 300px;
  width: 500px;
}

.signUp .fiilUp .fill_item {
  padding: 15px 0 15px 0;
  font-size: 14px;
}

.signUp .fiilUp .fill_item label {
  text-align: right;
  width: 100px;
  display: inline-block;
  margin-left: 20px;
}

.signUp .fiilUp .fill_item input {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 2px 8px;
  font-size: 14px;
  color: #3b3b3b;
  width: 300px;
  height: 24px;
  line-height: 24px;
}

.signUp .fiilUp .fill_item span {
  color: #db0000;
  font-size: 12px;
  padding-left: 8px;
}

.signUp .fiilUp .img-code {
  padding: 8px 0 15px 0;
}

.signUp .fiilUp .fill_item {
  padding: 15px 0 15px 0;
  font-size: 14px;
}

.signUp .fiilUp .fill_item .cord {
  height: 26px;
  width: 85px;
  text-align: center;
  color: #3d3d3d;
  font-size: 12px;
  background: #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #bebebe;
}

.signUp .fiilUp .option button {
  width: 206px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #f04f00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  border: 0;
  margin: 50px 0 0 50px;
}

.signUp .component-content .myitem {
  min-height: 30px;
  background: #f8f8f8;
  color: #535353;;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 20px 35px;
}

.signUp .component-content .prompt {
  height: 18px;
  font-size: 12px;
  color: #d46200;
}

.signUp .component-content li {
  display: inline-block;
  margin-right: 65px;
  line-height: 26px;
  color: #d46200;
}
.signUp .component-content li b {
  color: #333333;
}
.signUp .body-box .component-content .logo {
  position: absolute;
  right: 43px;
  top: -45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 4px #f2f2f2;
  -moz-box-shadow: 4px 4px 4px #f2f2f2;
  box-shadow: 4px 4px 4px #f2f2f2;
}
/*专业详情*/
.major-box div.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 21px;
}

.clear:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
  font-size: 0;
  overflow: hidden;
}

.major-box .property .logo {
  float: left;
  width: 393px;
  font-size: 0;
}

.major-box .property .icon {
  height: 290px;
}

.major-box .property .label {
  margin-top: 16px;
  font-size: 12px;
  text-align: center;
  color: #545454;
}

.major-box .property .icon img {
  width: 100%;
  height: 100%;
}

.major-box .property .label .label-name {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.major-box .property .label .label-con {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 325px;
}

.major-box .property .label span {
  display: inline-block;
  padding: 3px 13px;
  margin: 0 10px 9px 0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-color: fff;
  border: 1px solid #b5b5b5;
  color: #b5b5b5;
  white-space: nowrap;
}

.major-box .property .detail {
  float: right;
  width: 801px;
}

.major-box .property .detail .title {
  min-height: 92px;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  background-color: #fafaf7;
}

.major-box .property .detail .title .name {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.major-box .property .detail .infor {
  margin-top: 16px;
  font-size: 14px;
  color: #282828;
}

.major-box .property .select-box {
  margin-top: 22px;
  margin-left: 13px;
}

.major-box .property .tap-box {
  width: 627px;
  float: left;
}

.major-box .property .tap-box .tap-common .tap-name {
  width: 82px;
  float: left;
  line-height: 26px;
}

.major-box .property .tap-box .tap-common .select-list {
  float: left;
  width: 536px;
}

.major-box .property .tap-box .tap-common .select-list span {
  display: inline-block;
  padding: 0 18px;
  margin: 0 8px 9px 0;
  line-height: 26px;
  height: 26px;
  border: 1px solid #d2d2d2;
  color: #282828;
  cursor: pointer;
}

.major-box .property .tap-box div.tap-level {
  margin-top: 17px;
}

.major-box .consult {
  padding-left: 66px;
  clear: both;
  padding: 15px 0 20px 0;
  position: relative;
}

.consult p.regist {
  display: inline-block;
  height: 47px;
  width: 149px;
  margin-right: 24px;
  position: relative;
  vertical-align: middle;
}

.major-box .consult button {
  height: 47px;
  width: 149px;
  background-color: #fb6135;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 24px;
}

.major-box .major-detail .major-list {
  float: left;
  width: 1180px;
  border: 1px solid #dcdcdc;
}

.major-box .major-detail .major-list .nav-tap {
  height: 50px;
  border-bottom: 2px solid #fe9b00;
}

.major-box .major-detail .major-list .nav-tap span.active {
  background-color: #fe9b00;
  color: #fff;
}

.major-box .major-detail .major-list .nav-tap span {
  display: inline-block;
  width: 188px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.major-box .major-detail .major-list .major-detail-content {
  width: 890px;
  margin: 0 auto;
  min-height: 200px;
  font-size: 14px;
  color: #595959;
  line-height: 35px;
}

.major-detail .major-list .cont1, .major-detail .major-list .cont2 {
  padding-top: 10px;
  width: 1100px;
  margin: 0 auto;
  min-height: 200px;
  font-size: 14px;
  color: #595959;
  line-height: 35px;
}
/*学历教育*/

.schDetail .clear:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
  font-size: 0;
  overflow: hidden;
}

.schDetail .top_bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.schDetail .el-table .cell {
  color: #333;
}

.schDetail .el-table--border th {
  background-color: #F2F6FC;
}

.schDetail .w1200 {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.schDetail .top_bg h1 {
  font-size: 42px;
  color: #fff;
  padding-top: 62px;
  padding-bottom: 10px;
}

.schDetail .top_bg strong {
  font-size: 20px;
  padding: 6px 0 0 0;
  display: block;
  font-weight: 400;
  color: #fff;
}

.schDetail .top_bg .mores {
  margin: 25px 0 20px 0;
}

.schDetail .top_bg .mores {
  margin: 25px 0 20px 0;
}

.schDetail .top_bg .mores {
  margin: 25px 0 20px 0;
}

.schDetail .top_bg .mores span {
  color: #ff9833;
  border: 1px dashed #ff9833;
  padding: 3px 10px;
  text-align: center;
  font-size: 14px;
  margin-right: 12px;
}

.schDetail .top_bg p {
  color: #fff;
  font-size: 14px;
  width: 544px;
  line-height: 180%;
}

.schDetail .top_bg .sort {
  color: #fff;
  font-size: 22px;
  width: 186px;
  float: left;
  padding: 40px 35px 35px 0;
}
.schDetail .sub_nav {
  background: #ffffff;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}

.schDetail .sub_nav .sub_right {
  width: 184px;
  float: right;
}

.schDetail .sub_nav ul li {
  text-align: left;
  color: #666;
  font-size: 18px;
}

.schDetail .sub_nav .sub_right button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #fe9b00;
  color: #fff;
  font-size: 18px;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.schDetail h3 {
  padding: 25px 0;
  color: #535353;
  font-size: 18px;
}

.schDetail .w1200 {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}

.schDetail .w1200 h3 .iconfont {
  font-size: 24px;
  color: #fb6135;
  font-weight: normal;
  padding-right: 5px;
}

.schDetail .w1200 .groom li img {
  width: 288px;
  height: 204px;
}

.schDetail .w1200 .groom li p {
  padding: 15px 16px 29px 16px;
  line-height: 180%;
  font-size: 14px;
  color: #282828;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  height:30px;
  white-space: nowrap;
}

.schDetail .w1200 .groom li {
  width: 288px;
  display: inline-block;
  margin-right: 16px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  padding-bottom: 18px;
  margin-bottom: 35px;
  background-color: #FFFFFF;
}
.schDetail .w1200 .groom li:nth-child(4n){
  margin-right: 0;
}
.schDetail .gray {
  background: #ffffff;
  padding: 10px 0 50px 0;
}

.schDetail .w1200 .groom li .bm, .w1165 .groom li .zx {
  display: block;
  width: 110px;
  margin: 0 auto;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #fb6135;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.schDetail .w1200 .groom li .zx {
  background: #fb9b35;
}

.schDetail .w1200 .xuzhi {
  width: 574px;
  float: left;
  font-size: 14px;
  color: #535353;
  line-height: 180%;
  padding-right: 20px;
}

.schDetail .w1200 .xuzhi h3 {
  padding: 25px 0 25px;
}

.schDetail .w1200 .zhuanye {
  width: 568px;
  float: left;
}

.schDetail .w1200 .zhuanye table {
  padding: 0 10px;
}

.schDetail table {
  border-collapse: collapse;
  border-spacing: 0;
}

.schDetail .w1200 .zhuanye th {
  background: #eee;
  color: #535353;
  font-size: 14px;
  height: 40px;
  text-align: center;
  font-weight: 700;
}

.schDetail .w1200 .zhuanye td {
  background: #fff;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  color: #535353;
  font-size: 14px;
}

.schDetail .w1200 .zhuanye .more_btn {
  text-align: center;
  margin-top: 25px;
}

.schDetail .w1200 .zhuanye .more_btn a {
  letter-spacing: 2px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: 700;
  display: inline-block;
  width: 344px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  background: #fb9b35;
}

.schDetail .w1200 {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}

.schDetail .w1200 .zhengshu {
  padding-left: 70px;
}

.schDetail .clearfix {
  zoom: 1;
}

.schDetail .w1200 .zhengshu li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 460px;
  height: 320px;
  margin: 0 68px 0px 0;
  text-align: center;
  color: #848484;
  font-size: 16px;
}

.schDetail .zhengshu li .img-box {
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.schDetail .title-box {
  margin: 30px 0 10px 0;
  padding-left: 70px;
}

.schDetail .title-box .demo {
  margin-right: 68px;
}

.schDetail .title-box p {
  width: 460px;
  float: left;
  text-align: center;
  color: #848484;
  font-size: 16px;
}

.schDetail .w1200 .zhuanyes a {
  color: #fb6135;
}

.schDetail .w1200 .zhuanyes a:hover {
  color: #fe9b00;
}

.schoolIndexList {
  overflow: hidden;
}
.schoolIndexList li {
  display: inline-block;
  width: 587px;
  color: #333;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-weight: 400;
  float: left;
  padding: 15px 25px 15px 25px;
  line-height: 45px;
  z-index: 0;
  cursor: pointer;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.schoolIndexList li:nth-child(n){
  float: left;
}
.schoolIndexList li:nth-child(2n){
  margin-right: 0;
  float: right;
}
.schoolIndexList li:active{
  box-shadow: 0px 1px 1px #063e6b;
}
.schoolIndexList .schoolTitle dl.schoolMajor {
  display: block;
  float: right;
}
.schoolIndexList .schoolTitle dl.schoolMajor dd{
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  line-height: 18px;
  margin-left: 8px;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  height:30px;
  white-space: nowrap;
}
.schoolIndexList li .schoolContent img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.schoolIndexList li .schoolContent .over{
  float: left;
  width: 340px;
  margin-right: 10px;
  margin-left: 10px;
}
.schoolIndexList li .schoolContentTitle {
  width: 150px;
  display: inline-block;
  height:40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  line-height: 36px;
}
.schoolIndexList li .schoolContentC {
  color: #999999;
  line-height: 30px;
}
.schoolIndexList li .schoolContentC u {
  width: 15px;
  display: inline-block;
}
.schoolIndexList li:hover {

}
.schoolIndexList li:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
.schoolIndexList li:hover > .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}
.radius {
  border-radius: 50%;
}

/*专家*/
.expertListBlock {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.expertListBlock .expertListBlockLi {
  width: 378px;
  height: 279px;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px 16px 24px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.expertListBlock .expertListBlockLi:nth-child(3n) {
  margin-right: 0;
}
.expertListBlock .expertListBlockLi .expertBlockLi-title {
  padding-bottom: 18px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.expertListBlock .expertListBlockLi .expertBlockLi-title img.expertHeadImg {
  width: 104px;
  height: 104px;
  display: block;
  border-radius: 50%;
  margin-right: 16px;
}
.expertListBlock .expertListBlockLi .expertBlockLi-title .expertBlockLi-title-main {
  width: 224px;
}
.expertListBlock .expertListBlockLi .expertBlockLi-title .expertBlockLi-title-main div{
  margin-bottom: 4px;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #A4A4A4;
  padding-left: 28px;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.expertListBlock .expertListBlockLi .expertBlockLi-title .expertBlockLi-title-main div.expertDuty {
  background-image: url("../images/icon-expert.png");
  background-position: 0 0;
}
.expertListBlock .expertListBlockLi .expertBlockLi-title .expertBlockLi-title-main div.expertMajor {
  background-image: url("../images/icon-expert.png");
  background-position: 0 -36px;
}
.expertListBlock .expertListBlockLi .expertBlockLi-title .expertBlockLi-title-main div.expertStudyDir {
  background-image: url("../images/icon-expert.png");
  background-position: 0 -72px;
}
.expertListBlock .expertListBlockLi1 .expertBlockLi-title .expertBlockLi-title-main div.expertDuty {
  background-image: url("../images/icon-expert.png");
  background-position: 0 0;
}
.expertListBlock .expertListBlockLi1 .expertBlockLi-title .expertBlockLi-title-main div.expertMajor {
  background-image: url("../images/icon-expert.png");
  background-position: 0 -36px;
}
.expertListBlock .expertListBlockLi1 .expertBlockLi-title .expertBlockLi-title-main div.expertStudyDir {
  background-image: url("../images/icon-expert.png");
  background-position: 0 -72px;
}
.expertListBlock .expertListBlockLi .expertBlockLi-title .expertBlockLi-title-main div.expertName {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  margin-bottom: 12px;
  padding:0;
  background: none;
}
.expertListBlock .expertListBlockLi .expertDesc {
  width: 341px;
  height: 52px;
  text-indent: 2em;
  overflow: hidden;
  margin-bottom: 24px;
  /* 14正文字 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  /* 黑色 */
  color: #1D1D1D;
}
.expertListBlock .expertListBlockLi a.expertListBlockLi-btn {
  border: 0.5px solid #1D1D1D;
  box-sizing: border-box;
  border-radius: 60px;
  width: 80px;
  height: 27px;
  display: block;
  margin: 0 auto;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
  text-align: center;
  padding: 2px 4px;
}
.expertListBlock .expertListBlockLi a.expertListBlockLi-btn:hover {
  color: #FFFFFF;
  background: #0fcf9b;
  border: 0.5px solid #0fcf9b;
  box-sizing: border-box;
  border-radius: 60px;
}


.expertDetailBg {
  background-image: url("../images/expertDBg.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: 340px;
  width: 100%;
}

.expertDetailInfo {
  position: relative;
  min-height: 648px;
  background-color: #F7F8FA;
}

.orgDetailInfo {
  position: relative;
  min-height: 648px;
  background-color: #FFFFFF;
}

.expertDetailHeader, .orgDetailHeader {
  width: 112px;
  height: 112px;
  border: 4px solid #ffffff;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -60px;
  /* z-index: 9999; */
}

.expertDetailHeader img, .orgDetailHeader img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.expertDetailInfo .expertDetailDesc,
.orgDetailInfo .orgDetailDesc {
  width: 716px;
  margin: 0 auto 37px auto;
}

.expertDetailInfo .expertDetailJob,
.orgDetailInfo .orgDetailJob {
  color: #969799;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.expertDetailInfo .expertDetailName,
.orgDetailInfo .orgDetailName {
  margin-top: 84px;
  text-align: center;
  font-size: 24px;
  color: #323233;
  line-height: 21px;
  padding-left: 20px;
}

#expertShow, #expertDesc {
  position: relative;
  line-height: 21px;
  color: #969799;
}

#expertCk {
  position: absolute;
  bottom: 0px;
  right: 0;
  color: #C8C9CC;
  cursor: pointer;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-image: url("../images/icon_show.png");
}

#expertCk.active {
  background-image: url("../images/icon_hide.png");
}
.tabHeader {
  margin: 0 auto;
  padding: 21px 0 6px 0;
  overflow: hidden;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabTrainHeader {
  margin: 0 auto;
  padding: 21px 0 6px 0;
  overflow: hidden;
  margin-top: 20px;
}

.tabTrainHeader ul {
  width: 1200px;
  margin: 0 auto;
}

.tabTrainHeader .tabTrain {
  display: inline-block;
}

.tabTrainHeader .tabTrain,
.tabHeader .tabUL {
  font-size: 16px;
  margin-right: 40px;
  color: #7D7E80;
}

.tabTrainHeader .tabTrain.is-active,
.tabTrainHeader .tabTrain.is-active a,
.tabHeader .tabUL.is-active {
  color: #54DC9E;
}

.tabTrainHeader .tabTrain.is-active .tabUL_icon,
.tabHeader .tabUL.is-active .tabUL_icon {
  background-color: #54DC9E;
}

.tabTrainHeader .tabTrain:last-child,
.tabHeader .tabUL:last-child {
  margin-right: 0;
}

.tabUL_icon {
  margin: 8px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.info-article {
  background-color: #FFFFFF;
  padding: 37px 40px;
}

.thread-title {
  font-size: 20px;
  margin-bottom: 9px;
}

/*培训班列表*/
.trainList, .trainOrgList {
}

.trainList li,
.trainOrgList li {
  width: 285px;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.trainList li:nth-child(4n),
.trainOrgList li:nth-child(4n) {
  margin-right: 0;
}

.trainList li img,
.trainOrgList li img {
  width: 285px;
  height: 196px;
}

.trainList li .price,
.trainOrgList li .price {
  color: #FFA14E;
  font-size: 16px;
  font-weight: 400;
}

.trainList li .trainBtn,
.trainOrgList li .trainBtn {
  padding: 3px 18px;
  background-color: #FF4444;
  color: #fff;
  font-size: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.trainList li .trainTitle,
.trainOrgList li .trainTitle {
  margin-bottom: 9px;
}

.trainList li .trainTitle .fl,
.trainOrgList li .trainTitle .fl {
  height: 51px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  text-align: left;
}

.trainList li .trainMiddle,
.trainOrgList li .trainMiddle {
  margin-bottom: 5px;
}

.trainList li .trainMiddle .fr,
.trainOrgList li .trainMiddle .fr {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-index.png");
  background-position: -20px -1px;
  font-size: 12px;
  color: #999999;
}

.trainList li .trainTitle .fr,
.trainOrgList li .trainTitle .fr {
  font-size: 12px;
  margin-top: 5px;
  color: #999999;
}

.trainList li .trainEnd .fl,
.trainOrgList li .trainEnd .fl {
  margin-top: 5px;
  color: #C8C9CC;
}


/*培训班列表一*/
.trainListOne {
}

.trainListOne li {
  width: 202px;
  display: inline-block;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.trainListOne li:nth-child(5n) {
  margin-right: 0;
}

.trainListOne li img {
  width: 202px;
  height: 101px;
}

.trainListOne li .price {
  color: #FFA14E;
  font-size: 16px;
  font-weight: 400;
}

.trainListOne li .trainBtn {
  padding: 3px 18px;
  background-color: #FF4444;
  color: #fff;
  font-size: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.trainListOne li .trainTitle {
  margin: 5px 0;
  text-align: left;
  height: 46px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
}

.trainListOne li .trainEnd {
  color: #C8C9CC;
  text-align: left;
}

.trainInfo {
  padding: 16px 16px;
}

.trainHover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.trainHover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.trainHover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trainHover:hover h2 {
  color: #19bbc6;
}

.trainHover:hover a.info {
  filter: alpha(opacity:100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  box-shadow: 0 0 5px #19bbc6;
  border: 1px solid #19bbc6;
  color: #19bbc6;
  cursor: pointer;
}

.trainHover a.info {
  display: inline-block;
  text-decoration: none;
  padding: 2px 15px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 20px 0 0 0;
  border-radius: 0px;
  font-size: 12px;
  filter: alpha(opacity:0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  background-color: transparent;
}

.trainHover a.info:hover {
  box-shadow: 0 0 5px #19bbc6;
  border: 1px solid #19bbc6;
  color: #19bbc6;
}

/* effect hover 3 */

.trainList li img {
  transition: all 0.4s ease-in;
}

.trainList li:hover img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /*filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);*/
  transform: scale(1.2);
}

.trainList li:hover a, .trainList li:hover .trainTitle {
  color: #f00;
}

.headerTitle {
  display: inline-block;
  font-size: 16px;
  /*letter-spacing: 0.5em;*/
  text-align: right;
  width: calc(100% - 196px);
  border-bottom: 1px solid #19bbc6;
  cursor: pointer;
}

.headerTitle span {
  margin-top: 36px;
  display: inline-block;
  margin-bottom: 5px;
  color: #333333;
}

.headerTitle span:hover {
  color: #19bbc6;
}

.headerLeft {
  font-size: 28px;
  color: #323233;
  margin-right: 10px;
}

.headerRight {
  color: #969799;
  font-size: 14px;
  line-height: 37px;
  cursor: pointer;
}

.headerExpRight {

}

.headerRightIcon {
  color: #FFA14E;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-right: 15px;
}

.headerRightIcon.headerRightIcon01 {
  background-image: url("../images/icon_index_exp.png");
}

.headerRightIcon.headerRightIcon02 {
  background-image: url("../images/icon_index_cy.png");
}


.newsDetail .newsListRight {
  margin-left: 24px;
  width: 280px;
  float: right;
}

.newsBlockList li {
  padding: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.newsOrgBlockList li {
  float: left;
  width: 580px;
  height: 130px;
  padding: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.newsOrgBlockList li:nth-child(2n) {
  float: right;
}

.newsBlockList li .newsIndexImage,
.newsOrgBlockList li .newsIndexImage {
  float: left;
  margin-right: 16px;
  width: 170px;
}
.newsBlockList li .newsIndexImage img,
.newsOrgBlockList li .newsIndexImage  img {
  max-width: 100%;
}

.newsBlockList li .newsIndexHead,
.newsOrgBlockList li .newsIndexHead {
  font-size: 16px;
  color: #323233;
  font-weight: Bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.newsBlockList li .newsIndexHead i,
.newsOrgBlockList li .newsIndexHead i {
  margin-right: 12px;
  display: inline-block;
  width: 4px;
  height: 22px;
  background-color: #54DC9E;
  float: left;
}

.newsBlockList li .newsIndexHead span {
  float: left;
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newsOrgBlockList li .newsIndexHead span {
  float: left;
  width: 365px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newsBlockList li .newsIndexTime, .article .newsTime,
.newsOrgBlockList li .newsIndexTime, .article .newsTime {
  color: #C8C9CC;
  font-size: 12px;
  line-height: 15px;
  padding-left: 20px;
  background-image: url("../images/icon_news_time.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 4px;
}

.newsBlockList li .newsIndexIcon,
.newsOrgBlockList li .newsIndexIcon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 16px;
}

.newsBlockList li .newsIndexPrice,
.newsOrgBlockList li .newsIndexPrice {
  color: #FFA14E;
  border: 1px solid #FFA14E;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-left: 32px;
  font-size: 12px;
  padding: 0 8px;
  display: inline-block;
}

.newsBlockList li .newsIndexContent {
  width: 600px;
  height: 34px;
  color: #969799;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 12px;
}

.newsOrgBlockList li .newsIndexContent {
  width: 365px;
  height: 34px;
  color: #969799;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 12px;
}





