.calendar .layui-laydate .layui-this {
  background-color: #DC3525 !important;
}
.calendar td[lay-ymd].isDo {
  position: relative;
}
.calendar td[lay-ymd].isDo::before {
  display: block;
  content: '';
  position: absolute;
  background: #DC3525;
  height: 4px;
  width: 4px;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  border-radius: 50%;
}
.calendar td[lay-ymd].isDo.layui-this::before {
  background: #fff;
}
.swiper-pagination {
  z-index: 100;
}
.hideScroll {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.hideScroll::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
img.empty {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
}
.hideScroll_xiushi {
  /* Firefox */
  overflow: auto;
  scrollbar-color: red red;
  scrollbar-width: none;
  scrollbar-width: thin;
  scrollbar-width: auto;
  scrollbar-arrow-color: color;
  /*三角箭头的颜色*/
  scrollbar-face-color: color;
  /*立体滚动条的颜色（包括箭头部分的背景色）*/
  scrollbar-3dlight-color: color;
  /*立体滚动条亮边的颜色*/
  scrollbar-highlight-color: color;
  /*滚动条的高亮颜色（左阴影？）*/
  scrollbar-shadow-color: color;
  /*立体滚动条阴影的颜色*/
  scrollbar-darkshadow-color: color;
  /*立体滚动条外阴影的颜色*/
  scrollbar-track-color: color;
  /*立体滚动条背景颜色*/
  scrollbar-base-color: color;
  /*滚动条的基色*/
}
.hideScroll_xiushi.hideScroll_xiushi::-webkit-scrollbar {
  width: 10px;
}
.hideScroll_xiushi::-webkit-scrollbar-track {
  background: #666;
  border-radius: 2px;
}
.hideScroll_xiushi::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.hideScroll_xiushi::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.hideScroll_xiushi::-webkit-scrollbar-corner {
  background: #179a16;
}
.hideScroll_xiushi2 {
  /* Firefox */
  overflow: auto;
  scrollbar-color: red red;
  scrollbar-width: none;
  scrollbar-width: thin;
  scrollbar-width: auto;
  scrollbar-arrow-color: color;
  /*三角箭头的颜色*/
  scrollbar-face-color: color;
  /*立体滚动条的颜色（包括箭头部分的背景色）*/
  scrollbar-3dlight-color: color;
  /*立体滚动条亮边的颜色*/
  scrollbar-highlight-color: color;
  /*滚动条的高亮颜色（左阴影？）*/
  scrollbar-shadow-color: color;
  /*立体滚动条阴影的颜色*/
  scrollbar-darkshadow-color: color;
  /*立体滚动条外阴影的颜色*/
  scrollbar-track-color: color;
  /*立体滚动条背景颜色*/
  scrollbar-base-color: color;
  /*滚动条的基色*/
}
.hideScroll_xiushi2.hideScroll_xiushi2::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
.hideScroll_xiushi2::-webkit-scrollbar-track {
  background: #666;
  border-radius: 2px;
}
.hideScroll_xiushi2::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.hideScroll_xiushi2::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.hideScroll_xiushi2::-webkit-scrollbar-corner {
  background: #179a16;
}
.getWith {
  width: 1230px;
}
.getWith1 {
  width: 1153px;
}
.icon_more {
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.icon_more img {
  width: 20px;
  vertical-align: middle;
  margin-left: 4px;
}
.overWordsOne {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commonHeader {
  margin-bottom: 60px;
}
.commonHeader > h3 {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 40px;
  font-weight: normal;
}
.commonHeader.careerHeader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.commonHeader.careerHeader .careerTabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.commonHeader.careerHeader .careerTabs > li {
  margin-right: 17px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  padding-bottom: 3px;
}
.commonHeader.careerHeader .careerTabs > li:hover {
  transform: scale(1.1);
}
.commonHeader.careerHeader .careerTabs > li.active {
  color: #DC3525;
  border-bottom: 1px solid #DC3525;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head {
  height: 100px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .leftLogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.head .leftLogo img {
  width: 224px;
}
.head .leftLogo > p {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 26px;
  color: #DC3525;
  font-weight: 600;
  padding: 5px 20px;
  border-left: 3px solid #DC3525;
  margin-left: 20px;
}
.head .search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.head .search > img {
  position: absolute;
  width: 15px;
  left: 13px;
  top: 50%;
  transform: translate(0, -50%);
}
.head .search #searchText {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 0 0 4px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  height: 44px;
  box-sizing: border-box;
  padding-left: 36px;
  outline: none;
  min-width: 260px;
  max-width: 320px;
}
.head .search #searchText::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
}
.head .search #searchText::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
}
.head .search #searchText:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
}
.head .search #search_btn {
  background: #ec2513;
  border-radius: 0 4px 4px 0 ;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  width: 82px;
  height: 44px;
  font-family: MicrosoftYaHeiSemibold;
}
.head .search #search_btn:hover {
  background: #b90e0e;
}
.head .search #login_btn {
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  color: #ec2513 !important;
  border-color: #ec2513 !important;
  margin-left: 5px;
}
.navigation > .sels {
  background: #F8F8F8;
  border-top: 1px solid #F0F0F0;
  height: 48px;
}
.navigation > .sels .content {
  height: 100%;
  margin: auto;
}
.navigation > .sels .content ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation > .sels .content ul > li {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  margin-right: 31px;
  cursor: pointer;
  line-height: 48px;
  transition: all 0.3s;
}
.navigation > .sels .content ul > li img {
  width: 12px;
  vertical-align: middle;
  margin-left: 5px;
}
.navigation > .sels .content ul > li > .selsBox {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 2;
  background: rgba(54, 53, 53, 0.9);
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
  width: 200px;
}
.navigation > .sels .content ul > li > .selsBox .sel_item {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}
.navigation > .sels .content ul > li > .selsBox .sel_item:hover {
  background: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.navigation > .sels .content ul > li:nth-last-of-type(1) {
  margin-right: 0;
}
.navigation > .sels .content ul > li:hover > i {
  font-weight: bold;
}
.navigation > .sels .content ul > li:hover .selsBox {
  display: block;
}
.navigation > .sels .content ul > li.active {
  font-size: 16px;
  color: #DC3525;
  font-weight: 700;
  border-bottom: 3px solid #DC3525;
  padding: 0 10px;
}
.navigation > .carousel_banners {
  position: relative;
  z-index: 1;
  height: 428px;
}
.navigation > .carousel_banners img {
  height: 100%;
  width: 100%;
}
.navigation > .carousel_banners .swiper-button-next,
.navigation > .carousel_banners .swiper-button-prev {
  display: none;
}
.navigation > .carousel_banners .swiper-pagination {
  bottom: 59px;
}
.navigation > .carousel_banners:hover .swiper-button-next,
.navigation > .carousel_banners:hover .swiper-button-prev {
  display: block;
}
.entry {
  position: relative;
  z-index: 1;
  top: -50px;
  display: none;
  margin-bottom: 40px;
}
.entry .content {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry .content .text {
  transform: translateY(20px);
}
.entry .content .text p {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.85);
}
.entry .content .text .more {
  position: static;
  transform: translateY(0);
  font-size: 16px;
  color: #DC3525;
  margin-top: 17px;
}
.entry .content .list > li {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 300px;
  height: 212px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  background-image: linear-gradient(65deg, rgba(255, 255, 255, 0.96) 65%, rgba(255, 255, 255, 0.71) 100%);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.24s;
}
.entry .content .list > li:nth-of-type(1) {
  margin-left: 0;
}
.entry .content .list > li .time {
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry .content .list > li .time > span {
  font-size: 24px;
  font-weight: 600;
}
.entry .content .list > li .detail {
  padding: 5px 24px 25px 24px;
}
.entry .content .list > li .detail .icon {
  color: #DC3525;
  text-align: justify;
  font-weight: 600;
}
.entry .content .list > li .detail .p {
  line-height: 20px;
  padding: 8px 0;
}
.entry .content .list > li .detail .p > i {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.entry .content .list > li .detail .location {
  position: absolute;
  left: 24px ;
  bottom: 25px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.entry .content .list > li:hover {
  background: rgba(220, 53, 37);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
}
.entry .content .list > li:hover .icon {
  color: #fff;
}
.entry .content .list > li:hover .detail .location {
  color: #FFFFFF;
}
.entry .content .list > li:hover .detail .icon a {
  color: #fff !important;
}
.entry .content .list > li:hover .detail .icon span {
  color: #fff !important;
}
.combination {
  margin-bottom: 100px;
  margin-top: 40px;
}
.combination > .content {
  margin: auto;
}
.combination > .content .header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.combination > .content .header > h3 {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
.combination > .content .header > h3.active {
  color: rgba(0, 0, 0, 0.85);
}
.combination > .content .notice > .tabs {
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.combination > .content .notice > .tabs > li {
  margin-right: 24px;
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.combination > .content .notice > .tabs > li:hover {
  font-weight: bold;
}
.combination > .content .notice > .tabs > li.active {
  color: #DC3525;
  border-bottom: 2px solid #DC3525;
  font-weight: 600;
}
.combination > .content .notice > .list {
  height: 329px;
}
.combination > .content .notice > .list > li {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  background: #F9F9F9;
  border-radius: 2px;
  float: left;
  width: 564px;
  height: 140px;
  margin-right: 24px;
  margin-bottom: 43px;
  padding: 28px 23px 10px 23px;
}
.combination > .content .notice > .list > li:hover {
  border: 2px solid #DC3525;
}
.combination > .content .notice > .list > li:nth-child(n+3) {
  margin-bottom: 0;
}
.combination > .content .notice > .list > li > p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  line-height: 26px;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.combination > .content .notice > .list > li > .detail {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
  padding-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.combination > .content .notice > .list > li:nth-of-type(2n) {
  margin-right: 0;
}
.combination > .content .notice > .list > li > .timeicon {
  position: absolute;
  z-index: 1;
  left: 48px;
  top: 0;
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background: #fff;
  padding: 5px 12px;
}
.combination > .content .notice > .list > li > .timeicon > icon {
  width: 40px;
  vertical-align: middle;
  margin-left: 8px;
}
.combination > .content .hotNews {
  height: 404px;
  display: none;
}
.combination > .content .hotNews > div,
.combination > .content .hotNews ul {
  float: left;
  width: 564px;
  height: 100%;
  box-sizing: border-box;
}
.combination > .content .hotNews > div.carousel2,
.combination > .content .hotNews ul.carousel2 {
  position: relative;
  height: 100%;
}
.combination > .content .hotNews > div.carousel2 .swiper-containerNews,
.combination > .content .hotNews ul.carousel2 .swiper-containerNews {
  height: 100%;
}
.combination > .content .hotNews > div.carousel2 .swiper-containerNews img,
.combination > .content .hotNews ul.carousel2 .swiper-containerNews img {
  width: 100%;
  height: 100%;
}
.combination > .content .hotNews > div.carousel2 .swiper-containerNews .swiper-pagination,
.combination > .content .hotNews ul.carousel2 .swiper-containerNews .swiper-pagination {
  z-index: 100;
  bottom: 62px;
}
.combination > .content .hotNews > div.carousel2 .swiper-containerNews .swiper-pagination > .swiper-pagination-bullet,
.combination > .content .hotNews ul.carousel2 .swiper-containerNews .swiper-pagination > .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.combination > .content .hotNews > div.carousel2 .swiper-containerNews .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active,
.combination > .content .hotNews ul.carousel2 .swiper-containerNews .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2531dc;
}
.combination > .content .hotNews > div.carousel2 .carouselDaohang,
.combination > .content .hotNews ul.carousel2 .carouselDaohang {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 42px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 78%);
  padding: 0 14px;
  border-radius: 2px;
  box-sizing: border-box;
}
.combination > .content .hotNews > div.carousel2 .carouselDaohang .msg,
.combination > .content .hotNews ul.carousel2 .carouselDaohang .msg {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  line-height: 42px;
  opacity: 0.9;
}
.combination > .content .hotNews > div.carousel2 .carouselDaohang .msg span,
.combination > .content .hotNews ul.carousel2 .carouselDaohang .msg span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.combination > .content .hotNews > div.table,
.combination > .content .hotNews ul.table {
  width: 588px;
  background: #F9F9F9;
  overflow-y: auto;
  padding: 0 17px;
}
.combination > .content .hotNews > div.table > li,
.combination > .content .hotNews ul.table > li {
  padding: 16px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.combination > .content .hotNews > div.table > li:nth-last-of-type(1),
.combination > .content .hotNews ul.table > li:nth-last-of-type(1) {
  border-bottom: none;
}
.combination > .content .hotNews > div.table > li > .header,
.combination > .content .hotNews ul.table > li > .header {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  text-align: justify;
  line-height: 26px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.combination > .content .hotNews > div.table > li > .header.visit,
.combination > .content .hotNews ul.table > li > .header.visit {
  color: #DC3525;
}
.combination > .content .hotNews > div.table > li > .header > .icontext,
.combination > .content .hotNews ul.table > li > .header > .icontext {
  font-size: 18px;
  color: #DC3525;
}
.combination > .content .hotNews > div.table > li > .header > i,
.combination > .content .hotNews ul.table > li > .header > i {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
.combination > .content .hotNews > div.table > li:hover,
.combination > .content .hotNews ul.table > li:hover {
  padding: 18px 0;
}
.combination > .content .hotNews > div.table > li:hover > .header,
.combination > .content .hotNews ul.table > li:hover > .header {
  font-weight: bold;
}
.combination > .content .hotNews > div.table > li > .time,
.combination > .content .hotNews ul.table > li > .time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.combination > .content .hotNews > div.table > li:nth-of-type(1) > .header,
.combination > .content .hotNews ul.table > li:nth-of-type(1) > .header {
  color: #DC3525;
}
.calendar > .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.calendar > .content > div {
  padding: 15px;
}
.aggregation {
  margin: 56px 0;
}
.aggregation .content {
  margin: auto;
}
.aggregation .content > .contentBox {
  height: 444px;
}
.aggregation .content > .contentBox .boxHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  text-align: justify;
  font-weight: 600;
}
.aggregation .content > .contentBox .boxHeader .btnText {
  font-size: 16px;
  color: #DC3525;
  cursor: pointer;
  font-weight: normal;
}
.aggregation .content > .contentBox .bigWords {
  padding: 12px 0 30px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: 0;
  text-align: justify;
  font-family: MicrosoftYaHeiLight;
}
.aggregation .content > .contentBox .tabs {
  overflow: hidden;
}
.aggregation .content > .contentBox .tabs > li {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  text-align: justify;
  margin-right: 50px;
  margin-bottom: 28px;
  cursor: pointer;
  float: left;
}
.aggregation .content > .contentBox .tabs > li > img {
  position: absolute;
  right: -18px;
  transform: translate(100% -50%);
  width: 15px;
}
.aggregation .content > .contentBox .tabs > li:hover {
  font-weight: bold;
}
.aggregation .content > .contentBox .tabs > li:hover img {
  right: -21px;
  width: 17px;
}
.aggregation .content > .contentBox .left {
  height: 100%;
  float: left;
  width: 752px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.aggregation .content > .contentBox .left > .top {
  height: 210px;
  width: 100%;
  background: url('../../public/images/example/xsfw.png') no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 24px;
  padding-left: 321px;
}
.aggregation .content > .contentBox .left > .bottom {
  height: 210px;
  width: 100%;
}
.aggregation .content > .contentBox .left > .bottom > div {
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
}
.aggregation .content > .contentBox .left > .bottom > div.js {
  float: left;
  width: 444px;
  background: url('../../public/images/example/jsfw.png') no-repeat center;
  background-size: 100%;
}
.aggregation .content > .contentBox .left > .bottom > div.xy {
  float: right;
  width: 284px;
  background: #F9F9F9;
}
.aggregation .content > .contentBox .right {
  height: 100%;
  float: right;
  width: 376px;
  background: url('../../public/images/example/rightE.png') no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 24px;
}
.recruitment {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('../../public/images/bg_recruitment.png') no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 100px;
}
.recruitment > .content {
  margin: auto;
}
.recruitment > .content .header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.recruitment > .content .header > h3 {
  color: #fff;
}
.recruitment > .content .header > .tabs {
  font-size: 16px;
}
.recruitment > .content .header > .tabs > li {
  float: left;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 28px;
  transition: all 0.25s;
}
.recruitment > .content .header > .tabs > li:hover {
  color: #fff;
}
.recruitment > .content .header > .tabs > li.active {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.recruitment > .content .checkList {
  height: 482px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.recruitment > .content .checkList .left {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  width: 300px;
  height: 100%;
  background: #fff;
}
.recruitment > .content .checkList .left .btnMsg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  background: rgba(222, 65, 50, 0.1);
  border-radius: 24px;
  font-size: 14px;
  color: #DC3525;
  letter-spacing: 0;
  text-align: justify;
  box-sizing: border-box;
  padding: 0 12px;
  cursor: pointer;
  width: 80%;
  letter-spacing: 0.1em;
}
.recruitment > .content .checkList .left .btnMsg span {
  font-size: 28px;
}
.recruitment > .content .checkList .right {
  flex: 1;
  height: 100%;
}
.recruitment > .content .checkList .right > li {
  position: relative;
  float: left;
  margin-left: 24px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  width: 258px;
  height: 228px;
  box-sizing: border-box;
  padding: 28px 16px;
  color: #FFFFFF;
}
.recruitment > .content .checkList .right > li .isOut {
  position: absolute;
  top: 0;
  right: 0;
  color: #DC3525;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 7px 2px 12px;
  transform: translateX(1px);
  border-radius: 0 0 0 10px;
}
.recruitment > .content .checkList .right > li .isOut.over {
  background: #fff;
  opacity: 0.6;
}
.recruitment > .content .checkList .right > li:nth-child(n+4) {
  margin-bottom: 0;
}
.recruitment > .content .checkList .right > li > .h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.recruitment > .content .checkList .right > li > .h3 .tag {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 1px 6px;
  letter-spacing: 0.1em;
}
.recruitment > .content .checkList .right > li > p {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  line-height: 25px;
  height: 50px;
  margin-bottom: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recruitment > .content .checkList .right > li > .time {
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.recruitment > .content .checkList .right > li > .time:nth-last-of-type(1) {
  padding-bottom: 0;
}
.recruitment > .content .checkList .right > li > .time i {
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recruitment > .content .checkList .right > li > .time span {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 2px;
  margin-right: 5px;
}
.recruitment > .content .checkList .right > li .h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}
.recruitment > .content .checkList .right > li .h .smallTime {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.recruitment > .content .checkList .right > li .zwmc {
  font-size: 18px;
  padding: 20px 0;
}
.recruitment > .content .checkList .right > li .zwmc img {
  width: 20px;
  height: 20px;
}
.recruitment > .content .checkList .right > li .bottomLogo {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 10px 0 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.recruitment > .content .checkList .right > li .bottomLogo img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.recruitment > .content .checkList .right > li .bottomLogo > div {
  flex: 1;
  vertical-align: middle;
  margin-left: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.career {
  margin-bottom: 100px;
}
.career > .content {
  margin: auto;
}
.career > .content .careerBox {
  position: relative;
  margin-right: 460px;
  padding-right: 40px;
}
.career > .content .careerBox .left .list {
  height: 380px;
  overflow-y: auto;
}
.career > .content .careerBox .left .list > li {
  padding: 15px 0;
  border-bottom: 1px dashed #E4E3E3;
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.career > .content .careerBox .left .list > li > .leftimg {
  height: 102px;
  width: 136px;
  object-fit: contain;
  margin-right: 20px;
  display: none;
  transition: all 0.4s;
}
.career > .content .careerBox .left .list > li:nth-of-type(1) > .leftimg {
  display: block;
}
.career > .content .careerBox .left .list > li .occupation {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
}
.career > .content .careerBox .left .list > li .timeBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.career > .content .careerBox .left .list > li .timeBox > div {
  margin-right: 13px;
}
.career > .content .careerBox .left .list > li .timeBox > div > p {
  margin-bottom: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.career > .content .careerBox .left .list > li .timeBox > div > p:nth-of-type(1) {
  margin-top: 0;
}
.career > .content .careerBox .left .list > li:nth-of-type(1) .occupation {
  color: #DC3525;
}
.career > .content .careerBox .right {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
  width: 460px;
  height: 630px;
  background: url('../../public/images/example/careerBg.png') no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 16px 24px;
}
.career > .content .careerBox .right > .headerText {
  font-family: MicrosoftYaHeiLight;
  font-size: 68px;
  color: #C6C6C7;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 200;
  text-align: right;
}
.career > .content .careerBox .right > .header {
  margin: 71px 0 60px 0;
}
.career > .content .careerBox .right .rightBtns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
}
.career > .content .careerBox .right .rightBtns > li {
  width: 33.3%;
  height: 160px;
  box-sizing: border-box;
  padding-top: 19px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  border-right: 1px solid rgba(102, 102, 102, 0.2);
  cursor: pointer;
}
.career > .content .careerBox .right .rightBtns > li:nth-child(n+4) {
  border-bottom: 0;
}
.career > .content .careerBox .right .rightBtns > li:nth-child(3n) {
  border-right: 0;
}
.career > .content .careerBox .right .rightBtns > li > .iconImg {
  height: 54px;
  display: block;
  margin: 0 auto 17px auto;
}
.career > .content .careerBox .right .rightBtns > li > p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #262626;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 0 15px;
}
.btnsimgsBox {
  background: #DC3525;
}
.btnsimgsBox .btnsimgs {
  text-align: center;
  font-size: 13px;
  overflow-x: auto;
  white-space: nowrap;
  width: 1152px;
  margin: auto;
  box-sizing: border-box;
}
.btnsimgsBox .btnsimgs li {
  padding: 28px 34px;
  margin-right: 39px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.btnsimgsBox .btnsimgs li:nth-of-type(1) {
  margin-right: 8px;
}
.btnsimgsBox .btnsimgs li:nth-last-of-type(2) {
  margin-right: 8px;
}
.btnsimgsBox .btnsimgs li:nth-last-of-type(1) {
  margin-right: 0;
}
.btnsimgsBox .btnsimgs li .imgBox {
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  margin: auto;
}
.btnsimgsBox .btnsimgs li .imgBox > img {
  position: absolute;
  z-index: 1;
  width: 28px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btnsimgsBox .btnsimgs li .imgBox > img:hover {
  width: 30px;
}
.btnsimgsBox .btnsimgs li > p {
  white-space: nowrap;
  margin-top: 14px;
  font-size: 12px;
}
.btnsimgsBox .btnsimgs li.active {
  background: rgba(0, 0, 0, 0.2);
}
.tail {
  background: #DC3525;
}
.tail > .logoDiv {
  text-align: center;
  padding: 30px 0;
}
.tail > .logoDiv img {
  height: 60px;
  vertical-align: bottom;
}
.tail .mainUi {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tail .mainUi .box {
  margin-right: 38px;
  padding-right: 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.tail .mainUi .box:nth-last-of-type(1) {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.tail .mainUi .box > .name {
  padding-right: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding-bottom: 4px;
  font-size: 14px;
}
.tail .mainUi .box > .title {
  opacity: 0.8;
  font-size: 14px;
}
.tail .mainUi.telBox {
  margin-top: 30px;
}
.tail .middleWorks {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 49px 0 51px 0;
  color: #fff;
}
.tail .middleWorks .leftBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 190px;
}
.tail .middleWorks .leftBox .telBox {
  margin-right: 56px;
}
.tail .middleWorks .leftBox .telBox p {
  padding-bottom: 24px;
}
.tail .middleWorks .leftBox .telBox .tel {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 15px;
}
.tail .middleWorks .leftBox ul.msg > li {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.tail .middleWorks .leftBox ul.msg > li img {
  margin-right: 12px;
  vertical-align: middle;
}
.tail .middleWorks .leftBox ul.msg > li i {
  vertical-align: middle;
}
.tail .middleWorks .leftBox ul.msg > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.tail .middleWorks .imgBox img {
  display: block;
  height: 120px;
}
.tail .middleWorks .imgBox p {
  font-size: 12px;
  text-align: center;
  padding-top: 12px;
}


.tail .departmentEdu1 {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 20px 0;
}
.tail .departmentEdu1 > li {
  margin-right: 32px;
}
.tail .departmentEdu1 > li > a {
  color: #fff;
}
.tail .bottom {
  color: #fff;
  font-size: 12px;
  padding: 15px 0 15px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.tail .departmentEdu2 {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 20px 0;
}
.tail .departmentEdu2 > li {
  margin-right: 32px;
}
.tail .departmentEdu2 > li > a {
  color: #fff;
}

.tail .departmentEdu3 {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 20px 0;
}
.tail .departmentEdu3 > li {
  margin-right: 32px;
}
.tail .departmentEdu3 > li > a {
  color: #fff;
}
