:root {
  --bgcolor: #ffffff;
  --jcolor1: #E8A204;
  --jcolor2: #666666;
  --jcolor3: #F5F5F5;
  --jcolor4: #ffffff;
  --jcolor5: #999999;
  --jcolor6: #C6C4C5;
  --jcolor7: #D6D6D6;
  --jcolor8: #EBEBEB;
  --jcolor9: #DCDCDC;
}
.j-rczp {
  display: flex;
  padding: 82px 0 131px;
}
@media screen and (max-width: 1024px) {
  .j-rczp {
    padding: 60px 0 100px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .j-rczp {
    padding: 60px 0 80px;
  }
}
.j-rcl {
  width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .j-rcl {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .j-rcl {
    width: 100%;
  }
}
.j-rcR {
  width: calc(100% - 400px);
  padding-left: 99px;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .j-rcR {
    width: calc(100% - 320px);
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .j-rcR {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.jrc-nav.jactive .jrcT {
  position: relative;
  background: var(--jcolor1) url(../hrimg/3.png) no-repeat 88% center;
}
.jrc-nav.jactive .jrcT .ico1 {
  display: none;
}
.jrc-nav.jactive .jrcT .ico2 {
  display: block;
}
.jrc-nav.jactive .jrcT .name {
  color: var(--jcolor4);
}
.jrc-nav.jactive .jrc-infos {
  display: block;
}
.jrcT {
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding: 11px 14% 11px 5.8%;
  background-color: var(--jcolor3);
  margin-bottom: 20px;
}
.jrcT .ico {
  width: 35px;
  flex-shrink: 0;
  margin-right: 13px;
}
.jrcT .ico img {
  width: 100%;
}
.jrcT .ico2 {
  display: none;
}
.jrcT .name {
  font-size: 24px;
  color: var(--jcolor1);
}
@media screen and (max-width: 1680px) {
  .jrcT .ico {
    width: 30px;
    margin-right: 10px;
  }
  .jrcT .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .jrcT .ico {
    width: 26px;
    margin-right: 8px;
  }
  .jrcT .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .jrcT .name {
    font-size: 18px;
  }
}
.jrc-infos {
  display: none;
}
.jrc-info {
  margin-bottom: 20px;
}
.jrc-info .jTName {
  color: var(--jcolor2);
  font-size: 20px;
  padding: 11px 5.8%;
  border-radius: 3px;
  background-color: var(--jcolor3);
}
.jrc-info .jB {
  background-color: var(--jcolor4);
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid var(--jcolor9);
}
.jrc-info .selectBox {
  display: block;
  width: 100%;
  font-size: 20px;
  color: var(--jcolor2);
  padding: 10px 14% 10px 5.8%;
  background: url(/hrimg/jt.png) no-repeat 89% center;
  background-size: 10px 5px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}
.jrc-info .jzp-items {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0 32px 5.8%;
}
.jrc-info .jzp-item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  color: var(--jcolor2);
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  box-sizing: border-box;
  background: url(/hrimg/1.png) no-repeat left center;
  background-size: 9px 9px;
}
.jrc-info .jzp-item.active {
  color: var(--jcolor1);
}
@media screen and (max-width: 1680px) {
  .jrc-info .jTName {
    font-size: 18px;
  }
  .jrc-info .selectBox {
    font-size: 18px;
  }
  .jrc-info .jzp-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .jrc-info .jTName {
    font-size: 16px;
  }
  .jrc-info .selectBox {
    font-size: 14px;
  }
  .jrc-info .jzp-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .jrc-info .jzp-items {
    padding: 10px 0 15px 5.8%;
  }
  .jrc-info .jzp-item {
    margin-top: 10px;
  }
}
.j-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 722px;
  height: 57px;
  max-width: 100%;
  border-radius: 29px;
  background-color: var(--jcolor3);
  margin: 0 auto;
}
.j-search .ico {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 77px;
  line-height: 1;
  text-align: center;
}
.j-search .icoImg {
  display: inline-block;
  width: 22px;
}
.j-search .j-input {
  flex: 1;
  height: 100%;
  color: var(--jcolor2);
  font-size: 16px;
  border: 0;
  padding: 0 0 0 77px;
  box-sizing: border-box;
  background-color: transparent;
}
.j-search .j-input::-webkit-input-placeholder {
  color: var(--jcolor2);
}
.j-search .j-input::-moz-placeholder {
  color: var(--jcolor2);
}
.j-search .j-input:-ms-input-placeholder {
  color: var(--jcolor2);
}
.j-search .j-input:-internal-autofill-previewed,
.j-search .j-input:-internal-autofill-selected {
  -webkit-text-fill-color: var(--jcolor2) !important;
}
.j-search .j-input:-internal-autofill-previewed {
  transition: background-color 999999999s !important;
}
.j-search .btn {
  display: inline-block;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  color: var(--jcolor4);
  padding: 0 28px;
  border-radius: 29px;
  border: 0;
  outline: none;
  background-color: var(--jcolor1);
  cursor: pointer;
}
@media screen and (max-width: 1680px) {
  .j-search {
    width: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .j-search {
    width: 600px;
    height: 50px;
  }
  .j-search .ico {
    width: 60px;
  }
  .j-search .icoImg {
    width: 20px;
  }
  .j-search .j-input {
    padding-left: 60px;
  }
  .j-search .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .j-search .icoImg {
    width: 18px;
  }
  .j-search .j-input {
    font-size: 14px;
  }
  .j-search .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .j-search {
    height: 44px;
  }
  .j-search .ico {
    width: 40px;
  }
  .j-search .icoImg {
    width: 18px;
  }
  .j-search .j-input {
    padding-left: 40px;
  }
  .j-search .btn {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
  }
}
.jrc-wrap {
  margin-top: 53px;
}
@media screen and (max-width: 640px) {
  .jrc-wrap {
    margin-top: 30px;
  }
}
.jrc-item {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--jcolor6);
}
.jrc-item .name {
  position: relative;
  flex: 1;
  display: inline-block;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 200;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jrc-item .name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--jcolor7);
}
.jrc-item .date {
  color: var(--jcolor5);
  font-size: 16px;
  font-weight: 200;
  flex-shrink: 0;
  margin-left: 15px;
}
.jrc-item:hover .name {
  color: var(--jcolor1);
}
.jrc-item:hover .name::before {
  background-color: var(--jcolor1);
}
@media screen and (max-width: 1680px) {
  .jrc-item .name {
    font-size: 16px;
  }
  .jrc-item .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1680px) {
  .jrc-item .name {
    font-size: 14px;
  }
}
.j-paging {
  font-size: 14px;
  color: var(--jcolor5);
  text-align: center;
  margin-top: 48px;
}
.j-paging .page-item {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: var(--jcolor5);
  padding: 0 9px;
  border-radius: 2px;
  margin: 2px;
  box-sizing: border-box;
  border: 1px solid var(--jcolor8);
}
.j-paging .page-item:hover,
.j-paging .page-item.active {
  color: var(--jcolor4);
  border-color: var(--jcolor1);
  background-color: var(--jcolor1);
}
.j-paging .last {
  margin-right: 7px;
}
.j-paging .jump-page {
  width: 40px;
  height: 32px;
  line-height: 32px;
  color: var(--jcolor5);
  padding: 0 2px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid var(--jcolor8);
}
@media screen and (max-width: 640px) {
  .j-paging {
    font-size: 12px;
  }
  .j-paging .page-item {
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
  }
  .j-paging .jump-page {
    width: 35px;
    height: 28px;
    line-height: 28px;
  }
}
:root {
  --icolor1: rgba(0, 0, 0, 0.5);
  --icolor2: #379927;
  --icolor3: #F1F2F1;
}
.j-inportant {
  padding: 52px 5.75% 126px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 96px;
}
.j-inportant .newtitle {
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .j-inportant {
    padding: 40px 5.75% 100px;
  }
}
@media screen and (max-width: 640px) {
  .j-inportant {
    padding: 40px 5.75% 80px;
  }
}
.j-event-items {
  display: flex;
  margin-top: 52px;
}
@media screen and (max-width: 1024px) {
  .j-event-items {
    flex-direction: column;
  }
}
.j-event-item {
  width: 153px;
  display: flex;
  height: 334px;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.j-event-item:last-of-type {
  margin-right: 0;
}
.j-event-item .jevTit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 153px;
  height: 100%;
  padding-top: 62px;
  color: var(--jcolor4);
  background-color: var(--icolor1);
  box-sizing: border-box;
}
.j-event-item .jevTit .ico {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-color: var(--jcolor4);
  overflow: hidden;
}
.j-event-item .jevTit .ico img {
  display: block;
  width: 100%;
}
.j-event-item .jevTit .name {
  font-size: 20px;
  font-weight: 500;
  writing-mode: vertical-rl;
}
.j-event-item .jInfo {
  display: none;
  width: calc(100% - 153px);
  padding: 26px 3.8% 35px;
  background-color: var(--jcolor4);
  box-sizing: border-box;
}
.j-event-item .j-titleT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: var(--jcolor5);
}
.j-event-item .j-titleT .date {
  width: 90px;
}
.j-event-item .j-info-items {
  margin-top: 11px;
}
.j-event-item .j-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 11px;
}
.j-event-item .j-info-item .name {
  display: block;
  flex: 1;
  color: var(--jcolor2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.j-event-item .j-info-item .date {
  width: 90px;
  color: var(--jcolor5);
  flex-shrink: 0;
  margin-left: 10px;
}
.j-event-item .j-info-item:hover .name {
  color: var(--icolor2);
}
.j-event-item .j-eform {
  position: relative;
  display: flex;
  align-items: center;
  height: 37px;
  border-radius: 19px;
  overflow: hidden;
  background-color: var(--icolor3);
  margin-top: 36px;
}
.j-event-item .j-eform .ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  line-height: 1;
  text-align: center;
}
.j-event-item .j-einput {
  flex: 1;
  height: 100%;
  font-size: 16px;
  padding: 0 67px 0 51px;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
}
.j-event-item .j-einput::-webkit-input-placeholder {
  color: var(--jcolor5);
}
.j-event-item .j-einput::-moz-placeholder {
  color: var(--jcolor5);
}
.j-event-item .j-einput:-ms-input-placeholder {
  color: var(--jcolor5);
}
.j-event-item .j-einput:-internal-autofill-previewed,
.j-event-item .j-einput:-internal-autofill-selected {
  -webkit-text-fill-color: var(--jcolor5) !important;
}
.j-event-item .j-einput:-internal-autofill-previewed {
  transition: background-color 999999999s !important;
}
.j-event-item .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 67px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  color: var(--jcolor4);
  border: 0;
  outline: none;
  background-color: var(--icolor2);
  cursor: pointer;
}
.j-event-item.cur {
  width: 75%;
}
.j-event-item.cur .jevTit {
  background-color: var(--icolor2);
}
.j-event-item.cur .jInfo {
  display: block;
}
@media screen and (max-width: 1680px) {
  .j-event-item .jevTit {
    width: 140px;
  }
  .j-event-item .jevTit .ico {
    width: 60px;
    height: 60px;
  }
  .j-event-item .jevTit .name {
    font-size: 18px;
  }
  .j-event-item .jInfo {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1440px) {
  .j-event-item {
    height: 300px;
  }
  .j-event-item .jevTit {
    width: 120px;
    padding-top: 40px;
  }
  .j-event-item .jevTit .ico {
    width: 60px;
    height: 60px;
  }
  .j-event-item .jevTit .name {
    font-size: 18px;
  }
  .j-event-item .jInfo {
    width: calc(100% - 120px);
  }
  .j-event-item .j-titleT,
  .j-event-item .j-info-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .j-event-item .jevTit {
    width: 100px;
  }
  .j-event-item .jevTit .ico {
    width: 52px;
    height: 52px;
  }
  .j-event-item .jInfo {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1100px) {
  .j-event-item .jevTit {
    width: 70px;
  }
  .j-event-item .jevTit .ico {
    width: 46px;
    height: 46px;
  }
  .j-event-item .jevTit .name {
    font-size: 16px;
  }
  .j-event-item .jInfo {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 1024px) {
  .j-event-item {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .j-event-item:last-of-type {
    margin-bottom: 0;
  }
  .j-event-item .jevTit {
    height: inherit;
    background-color: var(--icolor2);
  }
  .j-event-item .jInfo {
    display: block;
  }
  .j-event-item.cur {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .j-event-item {
    flex-direction: column;
  }
  .j-event-item .jevTit {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
  }
  .j-event-item .jevTit .ico {
    margin: 0 10px 0 0;
  }
  .j-event-item .jevTit .name {
    writing-mode: inherit;
  }
  .j-event-item .jInfo {
    width: 100%;
  }
  .j-event-item .j-eform {
    margin-top: 20px;
  }
}
