.qyjscon {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.qyjscon .info {
  width: 5.84rem;
  margin-right: 0.32rem;
}
.qyjscon .info h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.2rem;
}
.qyjscon .info p {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #3d3d3d;
  margin-bottom: 0.2rem;
}
.qyjscon .info p:last-child {
  margin-bottom: 0;
}
.qyjscon .info button {
  width: 1.2rem;
  height: 0.36rem;
  color: #fff;
  border-radius: 0.24rem;
  background: #002ca6;
}
.qyjscon .img {
  width: 5.84rem;
  overflow: hidden;
}
.qyjscon .img img{
	width: 100%;
	height: auto;
}
.list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.list .item {
  width: 100%;
  padding: 0.3rem;
  display: flex;
  border-radius: 0.24rem;
  background: #fff;
  margin-bottom: 0.32rem;
  overflow: hidden;
}
.list .item .img {
  width: 3.2rem;
  height: 1.8rem;
  overflow: hidden;
}
.list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.list .item .info {
  flex: 1;
  margin-left: 0.3rem;
}
.list .item .info h2 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.24rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list .item .info p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #666666;
  margin-bottom: 0.32rem;
}
.list .item .info .time {
  display: block;
  font-size: 0.18rem;
  color: #999999;
}
/* 页码 */
.pagenum {
  width: 100%;
  margin: 0.4rem 0 0.6rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 0.18rem;
}
.pagenum li{
  display:inline;
}
.pagenum a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.12rem;
  width: 0.48rem;
  height: 0.48rem;
  font-size: 0.18rem;
  line-height: 0.48rem;
  border-radius: 0.48rem;
  background: #fff;
  overflow: hidden;
}

.pagenum .active a{
  color: #fff;
  background: #002ca6;
}

.arc {
  width: 100%;
  padding: 0.64rem 0;
  overflow: hidden;
  position: relative;
}
.arc h1 {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.08rem;
  text-align: center;
}
.arc .time {
  font-size: 0.14rem;
  color: #999999;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #999;
  overflow: hidden;
}
.arccon {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.5rem;
}
.arccon p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #666666;
  padding: 0.16rem 0;
  overflow: hidden;
}
.arccon p img {
  /* display: block; */
  max-width: 100%;
  overflow: hidden;
}
.fnye {
  border-top: 0.01rem solid #999999;
  padding: 0.32rem 0 0;
  overflow: hidden;
}

.fnye span {
  width: 48%;
  color: #666;
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
  overflow: hidden;
}
.fnye span:hover{
  color: #ff6f37;
}
.fnye span:hover a{
  color: #0000EE;
}
.tabs {
  width: 100%;
  display: flex;
  margin-bottom: 0.64rem;
  overflow: hidden;
  position: relative;
}
.tabs a {
  font-size: 0.24rem;
  color: #999999;
  padding-bottom: 0.08rem;
  margin-right: 0.64rem;
  position: relative;
}
.tabs a.on {
  color: #002ca6;
  border-bottom: 0.02rem solid #002ca6;
}
.tabs2 {
  width: 100%;
  display: flex;
  margin-bottom: 0.64rem;
  overflow: hidden;
  position: relative;
  justify-content: space-evenly;
}
.tabs2 a {
  font-size: 0.24rem;
  color: #999999;
  padding-bottom: 0.08rem;
  
  position: relative;
}
.tabs2 a.on {
  color: #002ca6;
  border-bottom: 0.02rem solid #002ca6;
}

.shzr {
  width: 100%;
  padding: 0.64rem 0 0.32rem;
  overflow: hidden;
  position: relative;
}
.shzrinner .item {
  margin-bottom: 0.32rem;
  overflow: hidden;
  position: relative;
  width: calc(50% - 0.16rem);
}
 .shzrinner .item:first-child {
    width: 100%;
  }
.shzrinner .item .info {
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
}
.shzrinner .item img{
	width: 100%;
	height: auto;
}

.shzrinner .item .info h2 {
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.shzrinner .item .info p {
  font-size: 0.24rem;
  color: #ffffff;
}
.rczpcon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.rczpcon .item {
  width: 5.84rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.24rem;
  background: #002ca6;
  transition: all .3s;
}
.rczpcon .item:hover{
  background: #ff6f37;
}
.rczpcon .item .img {
  width: 1.28rem;
  height: 1.28rem;
}
.rczpcon .item .img img {
  width: 100%;
  height: auto;
}
.rczpcon .item .info {
  margin-left: 0.6rem;
}
.rczpcon .item .info h2 {
  font-size: 0.24rem;
  color: #ffffff;
  margin-bottom: 0.16rem;
}
.rczpcon .item .info p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ffffff;
}
.fzzlcon {
  width: 100%;
  padding-bottom: 0.32rem;
  overflow: hidden;
}
.fzzlcon .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.32rem;
  overflow: hidden;
}
.fzzlcon .item img {
    display: block;
    width: 5.84rem;
	
}
.fzzlcon .item .info {
  flex: 1;
  padding: 0.32rem;
}
.fzzlcon .item .info h2 {
  margin-bottom: 0.32rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #002ca6;
}
.fzzlcon .item .info p {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #666666;
}
.zhaopin {
  padding: 0.64rem 0;
  overflow: hidden;
}

.zhaopin .tongzhi {
  width: 100%;
  height: 0.48rem;
  padding: 0 0.19rem;
  margin-bottom: 0.64rem;
  display: flex;
  align-items: center;
  border-radius: 0.24rem;
  background: #ffffff;
  overflow: hidden;
}
.zhaopin .tongzhi div {
  font-size: 0.18rem;
  /* 请将简历投递至邮箱： */
  color: #333333;
  margin-left: 0.18rem;
}
.zhaopin .tongzhi a {
  color: #002ca6;
}
.zhaopin .cate {
  width: 100%;
  display: flex;
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0.64rem;
}
.zhaopin .cate a {
  margin-left: 0.32rem;
}
.tabsinfo {
  column-count: 2;
  column-gap: 0.32rem;
}
.tabsinfo .item {
  column-span: 1;
  break-inside: avoid;
  padding: 0.3rem;
  background: #fff;
  border-radius: 0.24rem;
  margin-bottom: 0.32rem;
}
.tabsinfo .item h2 {
  display: flex;
  align-items: flex-end;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.08rem;
}
.tabsinfo .item h2 .name {
  color: #ff6f37;
  margin-left: 0.16rem;
  font-weight: normal;
}
.tabsinfo .item .intro {
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.tabsinfo .item .intro span {
  font-size: 0.16rem;
  color: #999999;
  margin-right: 0.24rem;
}
.tabsinfo .item P {
  font-size: 0.16rem;

}
.tabsinfo .item ul {
  margin-bottom: 0.32rem;
}
.tabsinfo .item li {
  display: flex;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  color: #666666;
}
.tabsinfo .item li:first-child {
  font-size: 0.14rem;
  font-weight: bold;
  color: #333333;
}
.tabsinfo .item li .num {
  margin-right: 0.05rem;
}
.sqbtn {
  width: 2.4rem;
  height: 0.48rem;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  font-weight: bold;
  border-radius: 0.24rem;
  line-height: 0.48rem;
  background: #002ca6;
  margin: 0.64rem auto 0;
  display: block;
}
.upjianli {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.upjlinner {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 0.6rem;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 4.8rem;
  border-radius: 0.24rem;
  opacity: 1;
  background: #ffffff;
}
.upjlinner h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #002ca6;
  margin-bottom: 0.08rem;
}
.upjlinner > p {
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0.83rem;
}
.uploadbtn {
  width: 4.8rem;
  height: 0.96rem;
  border-radius: 0.24rem;
  background: #002ca6;
  margin: 0 auto;
  position: relative;
}
.uploadbtn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  z-index: 9999;
}
.uploadbtninnner {
  height: 0.96rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uploadbtninnner p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ffffff;
  margin-left: 0.18rem;
}
.upbot {
  display: flex;
  justify-content: center;
  margin-top: 0.64rem;
}
.upbot a {
  width: 2.25rem;
  height: 0.48rem;
  color: #002ca6;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.24rem;
  font-weight: bold;
  border-radius: 0.24rem;
  background: #ffffff;
  border: 0.01rem solid #002ca6;
}
.upbot a + a {
  margin-left: 0.3rem;
}
.upbot a.on {
  color: #fff;
  border-radius: 0.24rem;
  background: #002ca6;
}
.upjlinner .close {
  width: 0.36rem;
  height: 0.36rem;
  background: url(../img/close.png) 0 0 no-repeat;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  cursor: pointer;
}
.fzls {
  width: 100%;
  padding: 0.64rem 0;
  position: relative;
}
.fzlccon {
  width: 100%;
  display: flex;
  position: relative;
}
.fztabs {
  width: 0.85rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-left: 0.01rem solid #999999;
  margin-bottom: 0.67rem;
}
.fztabs a {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #666666;
  padding-left: 0.19rem;
  transition: all 0.2s;
  position: relative;
}
.fztabs a::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #999;
  position: absolute;
  left: -0.04rem;
  top: 50%;
  transform: translateY(-50%);
}

.fztabs a.active::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.08rem;
  border: 0.01rem solid #ff6f37;
  position: absolute;
  left: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}
.fztabs a.active::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #ff6f37;
  position: absolute;
  left: -0.04rem;
  top: 50%;
  transform: translateY(-50%);
}
.fztabs a.active {
  color: #ff6f37;
  font-size: 0.24rem;
  font-weight: bold;
}
#tabs-container {
  flex: 1;
  height: 6rem;
  overflow-y: auto;
}
#tabs-container .list {
  padding: 0 0.3rem;
}
/* 设置滚动条的宽度 */
#tabs-container::-webkit-scrollbar {
  width: 0.04rem; /* 水平滚动条的高度 */
  height: 0.04rem; /* 垂直滚动条的宽度 */
  border-radius: 0.04rem;
}

/* 设置滚动条轨道的颜色 */
#tabs-container::-webkit-scrollbar-track {
  width: 0.04rem;
  border-radius: 0.04rem; /* 设置圆角大小 */
  background: #999999; /* 或者你想要的任何颜色 */
}

/* 设置滚动条滑块的颜色 */
#tabs-container::-webkit-scrollbar-thumb {
  border-radius: 0.04rem; /* 设置圆角大小 */
  background: #2e65fd; /* 或者你想要的任何颜色 */
}
@media screen and (max-width: 750px) {
	
  .arccon {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.4rem;
}
  .qyjscon {
    padding: 0 0.32rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .qyjscon .img {
    width: 100%;
  }
  .qyjscon .img img {
    width: 100%;
  }
  .qyjscon .img img:last-child {
    display: none;
  }
  .qyjscon .info {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .qyjscon .info p {
    font-size: 0.28rem;
    line-height: .48rem;
    margin-bottom: 0.24rem;
    text-align: justify;
  }
  .dszzc .img img {
    display: block !important;
  }
  .dszzc .qyjscon {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .dszzc .qyjscon .img {
    width: calc(50% - 0.16rem);
  }
  .dszzc .qyjscon .info {
    width: calc(50% - 0.16rem);
	margin: 0 !important;
  }
  .dszzc .qyjscon .ydpos {
    position: absolute;
    right: 0.32rem;
    top: 50vw;
    width: calc(50% - .48rem);
  }
  .qyjscon .info h3 {
    font-size: 0.36rem;
    margin-bottom: 0.32rem;
    text-align: center;
  }
  .qywn {
    width: 100%;
    padding: 0 0.32rem;
  }
  .qywn .img img {
    display: block;
    width: 100%;
  }
  .qyry {
    padding: 0.32rem;
  }
  .list .item .img {
    width: 2.4rem;
    height: 1.8rem;
    overflow: hidden;
  }
  .list .item {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0.32rem;
    background: transparent;
  }
  .list .item .info {
    margin-left: 0.32rem;
    overflow: hidden;
  }
  .list .item .info h2 {
    font-size: 0.28rem;
    margin-bottom: 0.08rem;
  }
  .list .item .info p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list .item .info .time {
      display: block;
      font-size: 0.24rem;
      color: #999999;
  }
  .pagenum a {
    margin: 0 0.12rem;
    width: 0.56rem;
    height: 0.56rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
    border-radius: 0.56rem;
  }
  .arc {
    padding: 0.64rem 0.32rem 0.32rem;
  }
  .arc h1 {
    font-size: 0.32rem;
  }
  .arc .time {
      font-size: 0.24rem;
      color: #999999;
      padding-bottom: 0.32rem;
      border-bottom: 0.02rem solid #999;
      overflow: hidden;
  }
  .arccon p {
    padding: 0.16rem 0;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .fnye span {
    width: 100%;
    display: block;
    color: #666;
    font-size: 0.28rem;
    margin-bottom: 0.36rem;
  }
  .zhaopin {
  padding: 1.28rem 0;
  overflow: hidden;
}
.tabs2 {
  width: 100%;
  display: flex;
  margin-bottom: 0.4rem;
  overflow: hidden;
  position: relative;
  justify-content: space-evenly;
}
.tabs2 a {
  font-size: 0.36rem;
  color: #999999;
  padding-bottom: 0.16rem;
  position: relative;
}
.zhaopin .tongzhi {
  width: 100%;
  height: 0.96rem;
  padding: 0 0.38rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  border-radius: 0.48rem;
  background: #ffffff;
  overflow: hidden;
}
.zhaopin .tongzhi div {
  font-size: 0.36rem;
  /* 请将简历投递至邮箱： */
  color: #333333;
  margin-left: 0.36rem;
}
.zhaopin .tongzhi a {
  color: #002ca6;
}
.tabsinfo .item P {
  font-size: 0.28rem;
}
.zhaopin .cate {
  width: 100%;
  display: flex;
  color: #999999;
  font-size: 0.28rem;
  margin-bottom: 0.32rem;
}
.zhaopin .cate a {
  margin-left: 0.64rem;
}
  .tabs {
    margin-bottom: 0.32rem;
  }
  .tabs a {
    font-size: 0.32rem;
    margin-right: 0.32rem;
  }
  .fzlccon {
    flex-direction: column;
  }
  #tabs-container {
    width: 100%;
  }
  #tabs-container .list {
    padding: 0 0.32rem;
  }
  .fzls {
    padding: 0 0 0.32rem;
    position: relative;
  }
  .fztabs {
    width: 100%;
    height: 1.02rem;
    flex-direction: row;
    justify-content: space-around;
    border-left: none;
    border-bottom: 1px solid #999999;
    margin-bottom: 0.32rem;
  }
  .fztabs a {
    height: 1.06rem;
    line-height: 1.5rem;
    font-size: 0.28rem;
    color: #666666;
    padding-left: 0;
    padding-bottom: 0.38rem;
    transition: all 0.2s;
    position: relative;
  }
  .fztabs a.active {
      color: #ff6f37;
      font-size: 0.36rem;
      font-weight: bold;
	  height: 1.18rem;
  }
  .fztabs a::after {
    left: 50%;
    top: auto;
    bottom: -0.16rem;
    transform: translatex(-50%);
  }
  .fztabs a.active::before {
    left: 50%;
    top: auto;
    bottom: -0.08rem;
    transform: translatex(-50%);
  }
  .fztabs a.active::after {
    background: #ff6f37;
    left: 50%;
    top: auto;
    bottom: -0.08rem;
    transform: translatex(-50%);
  }
  .shzr {
    width: 100%;
    padding: 0.64rem 0.32rem 0.32rem;
  }
  .shzrinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shzrinner .item {
    margin-bottom: 0.32rem;
    width: calc(50% - 0.16rem);
  }
  .shzrinner .item:first-child {
      margin-bottom: 0.32rem;
      width: calc(50% - 0.16rem)!important;
  }
  .shzrinner .item:last-child {
    width: 100%;
  }
  .shzrinner .item img {
    width: 100%;
    height: 3rem;
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .shzrinner .item .info {
    left: 0.32rem;
    top: 0.32rem;
  }
  .shzrinner .item .info h2 {
    font-size: 0.36rem;
    color: #002ca6;
  }
  .shzrinner .item .info p {
    color: #002ca6;
    font-size: 0.28rem;
  }
  .rczpcon {
    padding: 0 0.32rem;
  }
  .rczpcon .item {
    width: calc(50% - 0.08rem);
    height: 3.84rem;
    border-radius: 0.24rem;
    padding: 0 0.32rem;
  }
  .rczpcon .item .img {
    width: 0.96rem;
    height: 0.96rem;
  }
  .rczpcon .item .img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .rczpcon .item .info {
    flex: 1;
    margin-left: 0.32rem;
  }
  .rczpcon .item .info h2 {
    font-size: 0.32rem;
    margin-bottom: 0.16rem;
  }
  .rczpcon .item .info p {
    font-size: 0.24rem;
  }
  .fzzlcon {
    padding: 0 0.32rem;
  }
  .fzzlcon .item {
    width: 100%;
    flex-direction: column;
  }
  .fzzlcon .item img {
    display: block;
    width: 100%;
  }
  .fzzlcon .item .info {
    padding: 0.32rem 0;
  }
  .fzzlcon .item .info h2 {
    margin-bottom: 0.24rem;
    font-size: 0.32rem;
  }
  .fzzlcon .item .info p {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .fzzlcon .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .zhaopin {
    padding: 0.64rem 0.32rem;
    overflow: hidden;
  }
  .zhaopin .tongzhi div {
    font-size: 0.24rem;
    margin-left: 0.18rem;
  }
  .tabsinfo {
    column-count: 1;
    column-gap: 0;
  }
  .tabsinfo .item {
    padding: 0.32rem;
    border-radius: 0.24rem;
    margin-bottom: 0.32rem;
  }
  .tabsinfo .item li:first-child {
      font-size: 0.24rem;
      font-weight: bold;
      color: #333333;
  }
  .tabsinfo .item li {
      display: flex;
      font-size: 0.24rem;
      font-weight: normal;
      line-height: 0.24rem;
      color: #666666;
  }
  .tabsinfo .item h2 {
  display: flex;
  align-items: flex-end;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.16rem;
}
.tabsinfo .item h2 .name {
  color: #ff6f37;
  margin-left: 0.32rem;
  font-weight: normal;
}
.tabsinfo .item .intro {
  display: flex;
  align-items: center;
  margin-bottom: 0.48rem;
}
.tabsinfo .item .intro span {
  font-size: 0.24rem;
  color: #999999;
  margin-right: 0.34rem;
}

  .sqbtn {
    width: 120px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 24px;
  }
  .zhaopin .cate a {
    margin-left: 0.32rem;
  }
  
  .pagenum {
    width: 100%;
    margin: 0.32rem 0;
	font-size: 0.26rem;
  }
  .upjlinner {
    padding: 0.32rem;
    width: 90%;
    height: 4.8rem;
    border-radius: 0.24rem;
  }
  .upjlinner h2 {
    font-size: 0.34rem;
  }
  .upjlinner > p {
    font-size: 0.28rem;
    margin-bottom: 0.48rem;
  }
  .uploadbtn {
    width: 5.66rem;
    height: 0.96rem;
    border-radius: 0.24rem;
  }
  .uploadbtninnner {
    height: 0.96rem;
  }
  .uploadbtninnner img {
    width: 0.44rem;
  }
  .uploadbtninnner p {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .upbot {
    margin-top: 0.56rem;
  }
  .upbot a {
    width: 2.68rem;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.28rem;
    font-weight: normal;
  }
  .upjlinner .close {
    width: 0.36rem;
    height: 0.36rem;
    right: 0.2rem;
    top: 0.2rem;
    cursor: pointer;
    background-size: 100% 100%;
  }
}
