* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.empty {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #959595;
}

.multi-line-ellipsis {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.clearfix {
  zoom: 1;
}

.container-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 500px;
  color: #959595;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}

.clearfix:after {
  clear: both;
}

body {
  background: #f9f9f9;
}

.header {
  background: #fff;
}

.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1170px;
  height: 80px;
  background: #fff;
}

.header .header-content .header-l {
  display: flex;
  align-items: center;
}

.header .header-content .header-l .header-l-l {
  display: flex;
  align-items: center;
  font-weight: 100;
  font-size: 24px;
  color: #000000;
}

.header .header-content .header-l .header-l-l img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.header .header-content .header-l .header-l-l span {
  position: relative;
  font-weight: 100;
  font-size: 24px;
}

.header .header-content .header-l .slash {
  margin-left: 20px;
  margin-right: 20px;
  width: 1px;
  height: 33px;
  background-color: #979797;
}

.header .header-content .header-l .dept-wrap {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #96B32B;
  cursor: pointer;
}

.header .header-content .header-l .dept-wrap img {
  margin-left: 6px;
  width: 24px;
  height: 24px;
}

.header .header-content .header-l .dept-wrap .dept-popup {
  position: absolute;
  width: 300px;
  padding: 20px 15px 6px 15px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  z-index: 20;
  left: 0;
  top: 40px;
}

.header .header-content .header-l .dept-wrap .dept-popup.department-list-box {
  width: 409px;
}

.header .header-content .header-l .dept-wrap .dept-popup.detail-list-box {
  width: 682px;
  padding: 25px 18px;
  box-sizing: border-box;
}

.header
.header-content
.header-l
.dept-wrap
.dept-popup.detail-list-box
.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22.4px;
  text-align: left;
  color: #121822;
  margin-bottom: 12px;
  margin-left: 12px;
}

.header
.header-content
.header-l
.dept-wrap
.dept-popup.detail-list-box
.detail-list
a {
  float: left;
  margin: 0 15px 14px 15px;
  width: 70px;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  width: 117px;
  height: 36px;
  background: #f6f7fa;
  text-align: center;
  line-height: 36px;
  margin: 0 6px 12px 6px;
  font-size: 16px;
}

.header
.header-content
.header-l
.dept-wrap
.dept-popup.detail-list-box
.detail-list
a:hover {
  font-weight: bold;
  color: #303030;
  background: #D8F367;
  font-weight: normal;
}

.header .header-content .header-r {
  display: flex;
  align-items: center;
}

.header .header-content .header-r .search-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background: #f8f8f8;
  border-radius: 50%;
  cursor: pointer;
}

.header .header-content .header-r .search-wrap img {
  width: 17px;
  height: 17px;
}

.header .header-content .header-r .login-btn-wrap {
  display: flex;
  width: 72px;
  height: 36px;
  background: linear-gradient(270deg, #035ff5 0%, #00a8f9 100%);
  border-radius: 17px;
  text-align: center;
}

.header .header-content .header-r .login-btn-wrap .login-btn {
  width: inherit;
  height: inherit;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
}

.container {
  display: block;
  position: relative;
  margin: 20px auto 50px;
  padding-bottom: 20px;
  width: 1170px;
  min-height: 500px;
  background: #fff;
}

.content-top {
  width: 100%;
  height: 291px;
  background: linear-gradient(135deg, #0066ff 0%, #00b8a9 100%);
  position: relative;
  margin-bottom: 71px;
}

.py-8 {
  position: absolute;
  bottom: -60px;
  left: 30px;
}

.py-8-box {
  display: flex;
  align-items: flex-end;
}

.py-8-image {
  width: 171px;
  height: 171px;
  border-radius: 100%;
}

.py-8-image > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.py-8-content {
  margin-left: 20px;
}

.name-content {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.company-content {
  font-weight: 400;
  font-size: 20px;
  color: #818181;
}

.container .nav-list {
  display: flex;
  align-items: center;
  height: 64px;
  padding-left: 30px;
  border-bottom: 1px solid #ececec;
}

.container .nav-list .nav-item {
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.container .nav-list .nav-item a {
  color: #3a3a3a;
}

.container .nav-list .nav-item a.active {
  color: #96B32B;
}

.container .nav-list .nav-item a:hover {
  color: #96B32B;
}
