@charset "UTF-8";
@font-face {
  font-family: "阿里妈妈东方大楷 Regular";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/LOQUX2OFzURx/aET4SmdFwZTX.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/LOQUX2OFzURx/LZWTvaBZtKfy.woff") format("woff");
  font-display: swap;
}

body {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  font-size: .2rem;
  color: #505050;
  background: #fff;
  -webkit-text-size-adjust: 100% !important;
}

* {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a {
  text-decoration: normal;
  color: #030304;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

a:hover {
  text-decoration: normal;
  color: #2580dd;
}

img {
  max-width: 100%;
}

.ismobile {
  display: none;
}

.none {
  display: none;
}

::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 6px;
  /* 滚动条的高度 */
}

::-webkit-scrollbar-thumb {
  background-color: #4e4c4c;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 滑块圆角 */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
}

html, body {
  color: #000;
  background: #f2f2f2;
  font-size: .2rem;
  overflow-x: hidden;
}

.home {
  background: url(../images/homebg.jpg) no-repeat top center;
  background-size: 100% auto;
  overflow: hidden;
}

header {
  background: rgba(37, 128, 221, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
}

.w150 {
  width: 15.39rem;
  margin: 0 auto;
}

.header-content {
  color: #fff;
  display: flex;
  align-items: center;
}

.header-content a {
  color: #fff;
}

.header-content .logo {
  flex: 1;
  line-height: 0;
  height: 1rem;
}

.header-content .logo img {
  width: auto;
  max-width: unset;
  height: 100%;
}

.header-content .menu {
  padding-right: .3rem;
}

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

.header-content .menu ul li {
  padding: 0 .3rem;
}

.header-content .menu ul li.active a {
  border-bottom: 2px solid #fff;
}

.header-content .menu ul li a {
  padding: .1rem 0;
  color: #fff;
}

.header-content .menu ul li a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.header-content .login-btn {
  padding-right: .3rem;
  cursor: pointer;
}

.header-content .islogin {
  position: relative;
  padding: .2rem 0;
  cursor: pointer;
}

.header-content .islogin .dap {
  display: none;
  position: absolute;
  width: 1.7rem;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: .1rem;
}

.header-content .islogin .dap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -0.05rem;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: .1rem;
  width: .1rem;
  z-index: -1;
}

.header-content .islogin .dap ul {
  position: relative;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  border-radius: .1rem;
}

.header-content .islogin .dap ul li {
  border-bottom: 1px solid #f1f1f1;
}

.header-content .islogin .dap ul li:last-child {
  border-bottom: 0;
}

.header-content .islogin .dap ul li a {
  color: #000;
  font-size: .16rem;
  line-height: .5rem;
  text-align: left;
  padding-left: .15rem;
  display: flex;
  align-items: center;
  color: #333333;
}

.header-content .islogin .dap ul li a i {
  margin-right: .1rem;
}

.header-content .islogin .dap ul li a:hover {
  background: #ecf5ff;
}

.header-content .mobile-menu {
  display: none;
  position: absolute;
  right: .1rem;
  top: 1rem;
  background: #fff;
  width: 1.7rem;
  color: #000;
  padding: .1rem 0;
  border-radius: 0 0 .1rem .1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-content .mobile-menu a {
  color: #000;
  display: block;
  line-height: .4rem;
  text-align: center;
}

.search {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.07rem;
  margin-top: 1.16rem;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
}

.search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: .1rem;
  font-size: .2rem;
  color: #000;
  height: 0.59rem;
}

.search button {
  width: 0.59rem;
  height: 0.59rem;
  background-color: #2580dd;
  border-radius: 0.07rem;
  border: solid 0.01rem #ffffff;
  cursor: pointer;
  font-size: .24rem;
  color: #fff;
}

.top-content {
  background-color: #ffffff;
  display: flex;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  padding: .26rem;
}

.top-content .nav {
  width: 3.1rem;
  position: relative;
  z-index: 2;
}

.top-content .nav ul li {
  line-height: .446rem;
  padding: 0 .1rem;
}

.top-content .nav ul li:hover {
  background: #f5f7fa;
}

.top-content .nav ul li:hover i {
  color: #2580dd;
}

.top-content .nav ul li a {
  font-size: .18rem;
  display: block;
  color: #4a4a4a;
  position: relative;
  display: flex;
}

.top-content .nav ul li a p {
  flex: 1;
}

.top-content .nav ul.one {
  position: relative;
  height: 100%;
}

.top-content .nav ul.two {
  border-left: 1px solid #f2f2f2;
  position: absolute;
  left: 3.1rem;
  width: 3.1rem;
  top: 0;
  display: none;
  height: 100%;
  background: #ffffff;
}

.top-content .nav ul.two li i {
  color: #4a4a4a;
}

.top-content .nav ul.two li:hover i {
  color: #2580dd;
}

.top-content .nav ul.two li a {
  padding-left: .1rem;
}

.top-content .nav ul.three {
  border-left: 1px solid #f2f2f2;
  position: absolute;
  left: calc(3.1rem - 1px);
  width: 3.1rem;
  height: 100%;
  overflow: auto;
  top: 0;
  display: none;
  background: #fff;
}

.top-content .nav ul.three::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 6px;
  /* 滚动条的高度 */
}

.top-content .nav ul.three::-webkit-scrollbar-thumb {
  background-color: #4e4c4c;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 滑块圆角 */
}

.top-content .nav ul.three::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
}

.top-content .banner {
  width: 8.27rem;
  height: 5.35rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-content .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-content .loginbox {
  padding-left: .13rem;
  flex: 1;
}

.top-content .loginbox .geren {
  margin-top: .5rem;
}

.top-content .loginbox .qiye {
  margin-top: 0.5rem;
}

.top-content .loginbox .avatar {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 2px solid #accbee;
  margin: 0 auto;
  overflow: hidden;
}

.top-content .loginbox .xname {
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #2580dd;
  text-align: center;
  font-weight: bold;
  padding: .1rem 0;
}

.top-content .loginbox .bluebox {
  height: 0.96rem;
  background-color: #deecff;
  border-radius: 0.03rem;
  margin: 0 .2rem 0 .2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Source Han Serif CN';
}

.top-content .loginbox .bluebox dl {
  width: 50%;
}

.top-content .loginbox .bluebox dl dt {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #2580dd;
}

.top-content .loginbox .bluebox dl dd {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #515151;
}

.top-content .loginbox .line {
  height: 0.02rem;
  width: 100%;
  background-color: #deecff;
  margin: .27rem 0 .05rem 0;
}

.top-content .loginbox .like {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #303030;
  line-height: 0.52rem;
}

.top-content .loginbox .like p {
  font-size: .16rem;
  font-weight: bold;
}

.top-content .loginbox .like p b {
  color: #2f86df;
  font-weight: bold;
}

.top-content .loginbox .btnbox {
  margin-top: .2rem;
  display: flex;
  justify-content: center;
}

.top-content .loginbox .btnbox a {
  margin: 0 .11rem;
  border-radius: 0.44rem;
  width: 1.4rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: .44rem;
  border: 2px solid #2580dd;
}

.top-content .loginbox .btnbox a.btnFill {
  background-color: #2580dd;
  color: #fff;
}

.top-content .loginbox .btnbox a.btnPlain {
  background: #fff;
  font-size: 0.18rem;
  color: #2580dd;
}

.top-content .loginbox #inHd ul {
  display: flex;
}

.top-content .loginbox #inHd ul li {
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #aaaaaa;
  cursor: pointer;
  text-align: center;
  flex: 1;
  position: relative;
  font-weight: bold;
  transition: all 200ms;
}

.top-content .loginbox #inHd ul li p {
  position: relative;
  top: 0;
  font-weight: bold;
  transition: all 200ms;
}

.top-content .loginbox #inHd ul li.on {
  color: #2f86df;
}

.top-content .loginbox #inHd ul li.on p {
  position: relative;
  top: -.07rem;
  font-weight: bold;
  transition: all 200ms;
}

.top-content .loginbox #inHd ul li.on::before {
  position: absolute;
  transition: all 200ms;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 1.03rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background-color: #2580dd;
}

.top-content .loginbox #inHd ul li.on::after {
  transition: all 200ms;
  font-family: "iconfont";
  content: "\e697";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.02rem;
  font-size: .14rem;
  line-height: 0rem;
  color: #2580dd;
}

.top-content .loginbox #inBd {
  padding: .2rem 0 .13rem 0;
}

.top-content .loginbox #inBd ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  font-size: 0.18rem;
  line-height: 0.52rem;
  color: #363636;
  height: .7rem;
}

.top-content .loginbox #inBd ul li input {
  flex: 1;
  border: 0;
  outline: none;
  height: .4rem;
  font-size: 0.18rem;
  min-width: 1px;
}

.top-content .loginbox #inBd ul li span {
  padding-right: .1rem;
}

.top-content .loginbox #inBd ul li button {
  border: 0;
  background: none;
  color: #2580dd;
  font-size: .18rem;
  cursor: pointer;
}

.top-content .loginbox #inBd ul li i {
  font-size: .26rem;
  padding-right: .1rem;
}

.top-content .loginbox #inBd ul li:last-child {
  border-bottom: 0;
}

.top-content .loginbox #inBd .btn {
  margin-top: .17rem;
  width: 100%;
  font-size: 0.18rem;
  color: #ffffff;
  height: 0.5rem;
  background-color: #2580dd;
  border-radius: 0.5rem;
  border: 0;
  cursor: pointer;
  margin-bottom: .2rem;
}

.top-content .loginbox #inBd .tips {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #a8a8a8;
  display: flex;
  align-items: start;
  justify-content: start;
}

.top-content .loginbox #inBd .tips span {
  color: #2580dd;
  cursor: pointer;
}

.top-content .loginbox #inBd .tips input {
  width: 0.22rem;
  height: 0.22rem;
  border: solid 1px #a9a9a9;
  margin-right: .1rem;
  margin-top: -0.02rem;
}

.top-content .loginbox #inBd .oterhlogin {
  padding-top: .5rem;
  font-size: .22rem;
  color: #2aae67;
}

.top-content .loginbox #inBd .oterhlogin .title {
  text-align: center;
  color: #7f7f7f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-content .loginbox #inBd .oterhlogin .title p {
  padding: 0 .15rem;
}

.top-content .loginbox #inBd .oterhlogin .title img {
  width: .27rem;
}

.top-content .loginbox #inBd .oterhlogin .content {
  text-align: center;
  padding-top: .2rem;
}

.top-content .loginbox #inBd .oterhlogin .content a {
  color: #2aae67;
  font-size: .4rem;
}

.center .newtop {
  display: flex;
  flex-flow: wrap;
  margin-top: .2rem;
}

.center .newtop .box {
  flex: 1;
  min-width: 1px;
  min-height: 4.25rem;
  background: #fff;
  margin-right: .2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  padding: .2rem;
}

.center .newtop .box:last-child {
  margin-right: 0;
}

.center .newtop .box .title {
  display: flex;
  align-items: center;
}

.center .newtop .box .title img {
  max-width: unset;
  height: 0.5rem;
}

.center .newtop .box .title p {
  flex: 1;
  color: #2f86df;
  font-weight: bold;
  font-size: 0.24rem;
}

.center .newtop .box .title a {
  font-size: 0.18rem;
  color: #4a4a4a;
}

.center .newtop .box .title a:hover {
  color: #2580dd;
}

.center .newtop .box .memo {
  padding: .15rem 0 0 0;
}

.center .newtop .box .memo ul li {
  line-height: .46rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.center .newtop .box .memo ul li a {
  font-size: .18rem;
  color: #4a4a4a;
}

.center .newtop .box .memo ul li a:hover {
  color: #2580dd;
}

.center .newtop .box .memo .img {
  line-height: 0;
  width: 100%;
  height: 2.7rem;
  margin: .06rem 0;
  background-color: #389aff;
  overflow: hidden;
}

.center .newtop .box .memo .img:hover img {
  transform: scale(1.1);
}

.center .newtop .box .memo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms;
}

.center .bt img {
  max-width: unset;
  height: .8rem;
}

.center .zhaopin {
  background-image: linear-gradient(0deg, #ffffff 0%, #e7f0fd 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  padding: .3rem;
}

.center .zhaopin .Hd {
  padding: .14rem 0;
}

.center .zhaopin .Hd ul {
  display: flex;
}

.center .zhaopin .Hd ul li {
  font-size: 0.28rem;
  line-height: 0.52rem;
  position: relative;
  color: #6b6b6b;
  cursor: pointer;
  margin-right: .5rem;
}

.center .zhaopin .Hd ul li.on {
  font-weight: bold;
  color: #2580dd;
}

.center .zhaopin .Hd ul li.on::before {
  content: "";
  height: 0.03rem;
  background-color: #2f86df;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.center .zhaopin .Bd ul {
  display: flex;
  justify-content: space-between;
}

.center .zhaopin .Bd ul li {
  border-radius: 0.3rem;
  line-height: 0;
  overflow: hidden;
  margin-right: .17rem;
  flex: 1;
}

.center .zhaopin .Bd ul li:last-child {
  margin-right: 0;
}

.center .zhaopin .Bd ul li:hover img {
  transform: scale(1.05);
  transition: all 300ms;
}

.center .zhaopin .Bd ul li img {
  width: 100%;
  max-width: unset;
  height: 1;
  transition: all 300ms;
}

.center .hotbox {
  background-image: linear-gradient(0deg, #ffffff 0%, #e7f0fd 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  padding: .3rem;
}

.center .hotbox ul {
  display: flex;
  flex-flow: wrap;
}

.center .hotbox ul li {
  margin-top: .3rem;
  height: 1.13rem;
  width: 18.4%;
  margin-right: 2%;
}

.center .hotbox ul li a {
  background: #a5c9fc;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #ffffff;
  padding: 0 .22rem 0 .92rem;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  transition: all 300ms;
  border-radius: .05rem;
}

.center .hotbox ul li a span {
  position: absolute;
  left: 0;
  top: -.05rem;
  width: .82rem;
  height: .82rem;
  font-size: .3rem;
  background: url(../images/noOhter.png) no-repeat;
  background-size: 100% auto;
  text-align: center;
  line-height: .7rem;
  font-weight: bold;
  color: #ffffff;
}

.center .hotbox ul li a:hover {
  background: #2580dd;
  transition: all 300ms;
}

.center .hotbox ul li:nth-child(1) a span, .center .hotbox ul li:nth-child(2) a span, .center .hotbox ul li:nth-child(3) a span {
  background: none;
  top: 0;
}

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

.center .hotdw {
  background-image: linear-gradient(0deg, #ffffff 0%, #e7f0fd 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  padding: .3rem .3rem 0 .3rem;
}

.center .hotdw-main {
  display: flex;
  flex-flow: wrap;
  padding-top: .18rem;
}

.center .hotdw-main .item {
  width: 31.1111111111%;
  margin-right: 3.333333%;
  padding-bottom: .3rem;
  background-color: #ffffff;
  box-shadow: 0.02rem 0.02rem 0.32rem 0rem rgba(4, 1, 1, 0.09);
  overflow: hidden;
  margin-bottom: .3rem;
}

.center .hotdw-main .item-top {
  height: 1.49rem;
  background-color: #deecff;
}

.center .hotdw-main .item-top a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 .11rem;
}

.center .hotdw-main .item-top a img {
  margin: 0 .2rem 0 0;
  width: .77rem;
  height: .77rem;
  border-radius: .77rem;
}

.center .hotdw-main .item-top a .memo {
  flex: 1;
}

.center .hotdw-main .item-top a .memo .name {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.52rem;
  color: #494949;
}

.center .hotdw-main .item-top a .memo .name:hover {
  color: #2580dd;
}

.center .hotdw-main .item-top a .memo .tag {
  display: flex;
  margin-top: .05rem;
}

.center .hotdw-main .item-top a .memo .tag p {
  font-size: .16rem;
  height: 0.36rem;
  background-color: #f0f0f0;
  line-height: .36rem;
  border-radius: .02rem;
  margin-right: .05rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a4a4a;
  padding: 0 .05rem;
}

.center .hotdw-main .item-center {
  padding-top: .3rem;
  height: 3rem;
}

.center .hotdw-main .item-center a {
  padding: 0 .18rem;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
}

.center .hotdw-main .item-center a:hover .info .name {
  color: #389aff;
}

.center .hotdw-main .item-center a .info {
  flex: 1;
  min-width: 1px;
}

.center .hotdw-main .item-center a .info .name {
  font-size: 0.22rem;
  font-weight: bold;
  color: #494949;
  line-height: .22rem;
  padding: .1rem 0;
}

.center .hotdw-main .item-center a .info .tags {
  display: flex;
  overflow: auto;
  padding-bottom: .03rem;
}

.center .hotdw-main .item-center a .info .tags::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 3px;
  /* 滚动条的高度 */
}

.center .hotdw-main .item-center a .info .tags::-webkit-scrollbar-thumb {
  background-color: #4e4c4c;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 滑块圆角 */
}

.center .hotdw-main .item-center a .info .tags::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
}

.center .hotdw-main .item-center a .info .tags p {
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #4a4a4a;
  text-align: center;
  padding: .05rem .1rem;
  white-space: nowrap;
  margin-right: .05rem;
  background-color: #f0f0f0;
}

.center .hotdw-main .item-center a .wage {
  font-size: 0.22rem;
  font-weight: bold;
  color: #f8ad4d;
}

.center .hotdw-main .item-bottom {
  text-align: center;
}

.center .hotdw-main .item-bottom a {
  width: 1.85rem;
  border-radius: 0.24rem;
  border: solid 0.02rem #389aff;
  text-align: center;
  line-height: .48rem;
  font-size: 0.2rem;
  color: #389aff;
  display: inline-block;
  transition: all 300ms;
}

.center .hotdw-main .item-bottom a:hover {
  font-weight: bold;
  background: #389aff;
  border-color: #2388ec;
  color: #fff;
  transition: all 300ms;
}

.center .hotdw-main .item:nth-child(3n) {
  margin-right: 0;
}

.center .rcfuwu {
  background-image: linear-gradient(0deg, #ffffff 0%, #e7f0fd 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  padding: .3rem;
  margin-top: .2rem;
}

.center .rcfuwu-main {
  margin-top: .2rem;
}

.center .rcfuwu-main ul {
  display: flex;
  justify-content: space-between;
}

.center .rcfuwu-main ul li {
  border-radius: 0.3rem;
  line-height: 0;
  overflow: hidden;
  margin-right: .17rem;
  flex: 1;
}

.center .rcfuwu-main ul li:last-child {
  margin-right: 0;
}

.center .rcfuwu-main ul li:hover img {
  transform: scale(1.05);
  transition: all 300ms;
}

.center .rcfuwu-main ul li img {
  width: 100%;
  max-width: unset;
  height: 1;
  transition: all 300ms;
}

.gg {
  margin: .2rem 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  line-height: 0;
}

.gg img {
  width: 100%;
}

footer {
  background: #2f86de;
  margin-top: .5rem;
  color: #fff;
  font-size: .16rem;
}

footer .footertop {
  display: flex;
  padding: .3rem 0 .3rem 0;
}

footer .footertop dl {
  flex: 1;
}

footer .footertop dl dt {
  font-size: .2rem;
  padding-bottom: .2rem;
}

footer .footertop dl dd {
  line-height: .3rem;
}

footer .footertop dl dd a {
  color: #fff;
}

footer .footertop .ewmbox {
  display: flex;
  padding-top: .1rem;
}

footer .footertop .ewmbox .item {
  margin-right: .4rem;
  width: 1.46rem;
  text-align: center;
  font-size: .14rem;
}

footer .footertop .ewmbox .item p {
  padding-top: .1rem;
}

footer .compyright {
  border-top: 1px solid #fff;
  padding: .2rem 0;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-flow: wrap;
}

.nycenter {
  margin-top: 1.2rem;
}

.nycenter .searchbox {
  padding: .3rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

.nycenter .searchbox.npsearcdh {
  padding: 0;
  margin-bottom: .3rem;
  background: none;
  box-shadow: none;
}

.nycenter .searchbox .item {
  display: flex;
  padding-bottom: .3rem;
}

.nycenter .searchbox .item input {
  height: .6rem;
  border-radius: 4px 0 0 4px;
  font-size: .14rem;
}

.nycenter .searchbox .item button {
  height: .6rem;
  width: .8rem;
  padding: 0;
  font-size: .3rem;
  border-radius: 0 4px 4px 0;
}

.nycenter .searchbox .el-col {
  margin-bottom: 10px;
}

.nycenter .searchbox .el-cascader, .nycenter .searchbox .el-select {
  width: 100%;
  font-size: .14rem;
}

.nycenter .searchbox .ctitle {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.52rem;
  color: #2f86df;
  padding-bottom: .1rem;
  margin-top: -.1rem;
}

.nycenter .searchbox .checkmian {
  display: flex;
  flex-flow: wrap;
}

.nycenter .searchbox .checkmian .check {
  padding: .05rem .2rem;
  line-height: .34rem;
  font-size: .16rem;
  background-color: rgba(216, 230, 249, 0.3);
  cursor: pointer;
  margin-right: .1rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
  border: 1px solid rgba(216, 230, 249, 0.3);
}

.nycenter .searchbox .checkmian .check span {
  width: .2rem;
  height: .2rem;
  background: #d8e6f9;
  border-radius: .05rem;
  margin-left: .1rem;
  position: relative;
}

.nycenter .searchbox .checkmian .check.active {
  border-color: #409EFF;
  color: #409EFF;
  background: #fff;
}

.nycenter .searchbox .checkmian .check.active span {
  background: #2580dd;
}

.nycenter .searchbox .checkmian .check.active span:before {
  font-family: 'iconfont' !important;
  content: "\e689";
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: .16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.nycenter .tabbox {
  padding: .5rem 0 0;
}

.nycenter .tabbox .el-tabs__header, .nycenter .tabbox .el-tabs__nav {
  border: 0;
  margin-bottom: 0;
}

.nycenter .tabbox .el-tabs__item {
  border: 0;
  font-size: .18rem;
  height: .6rem;
  line-height: 0.6rem;
  background-color: #e5e5e5;
  margin-right: .18rem;
  border-radius: .1rem .1rem 0 0;
  padding: 0 .2rem;
  min-width: 1.6rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  color: #969696;
}

.nycenter .tabbox .el-tabs__item:hover {
  border: 0;
  background: #2388ec;
  color: #fff;
}

.nycenter .tabbox .el-tabs__item.is-active {
  border: 0;
  background: #2388ec;
  color: #fff;
}

.nycenter .listbox {
  padding: .3rem .24rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  min-height: 3rem;
  position: relative;
  z-index: 2;
}

.nycenter .listbox .new-title {
  font-size: 0.22rem;
  line-height: 0.7rem;
  color: #2580dd;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #2f86df;
}

.nycenter .listbox .new-title div {
  flex: 1;
  font-weight: bold;
  padding-left: .1rem;
}

.nycenter .listbox .new-title div p {
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.nycenter .listbox .new-title div p:after {
  content: "";
  position: absolute;
  bottom: -.05rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 0.1rem;
  background-color: #2f86df;
  border-radius: 0.07rem;
}

.nycenter .listbox .new-title span a {
  color: #2f86df;
  font-size: .2rem;
}

.nycenter .listbox .new-contant {
  padding: .2rem 0 0 0;
  font-size: .18rem;
  line-height: .4rem;
  text-align: justify;
}

.nycenter .listbox .new-list {
  padding: .2rem 0;
}

.nycenter .listbox .new-list ul li {
  border-bottom: 1px solid #f7f7f7;
}

.nycenter .listbox .new-list ul li a {
  display: flex;
  font-size: .18rem;
  line-height: .7rem;
}

.nycenter .listbox .new-list ul li a .time {
  width: 2rem;
  color: #3d3d3d;
}

.nycenter .listbox .new-list ul li a p {
  flex: 1;
  color: #3d3d3d;
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nycenter .listbox .new-list ul li a:hover .time, .nycenter .listbox .new-list ul li a:hover p {
  color: #2388ec;
}

.nycenter .listbox .el-tabs__header {
  margin-bottom: 0;
}

.nycenter .listbox .el-tabs__nav-wrap .el-tabs__item {
  padding: 0;
  padding-right: .2rem;
  font-size: .16rem;
}

.nycenter .listbox .el-tabs__nav-wrap .el-tabs__item.is-active {
  font-weight: bold;
}

.nycenter .listbox .el-tabs__nav-wrap::after {
  display: none;
}

.nycenter .list-main {
  position: relative;
  z-index: 12;
  display: flex;
  flex-flow: wrap;
}

.nycenter .list-main .item {
  width: calc(50% - .12rem);
  margin-right: .24rem;
  background-color: #ffffff;
  margin-bottom: .24rem;
  box-shadow: 0.02rem 0.02rem 0.32rem 0rem rgba(4, 1, 1, 0.09);
}

.nycenter .list-main .item:nth-child(even) {
  margin-right: 0;
}

.nycenter .list-main .item a .item-top {
  display: flex;
  align-items: center;
  margin: 0 .3rem;
  padding: .17rem 0;
  border-bottom: 1px solid #f1f1f1;
}

.nycenter .list-main .item a .item-top .name {
  flex: 1;
  font-size: .22rem;
  font-weight: bold;
  min-width: 1px;
  line-height: .3rem;
  color: #494949;
}

.nycenter .list-main .item a .item-top .payroll {
  color: #f8ad4d;
  font-size: .22rem;
  font-weight: bold;
}

.nycenter .list-main .item a .item-center {
  min-height: 2rem;
  position: relative;
}

.nycenter .list-main .item a .item-center .tag {
  padding: .17rem .3rem;
}

.nycenter .list-main .item a .item-center .company {
  padding: .3rem;
}

.nycenter .list-main .item a .item-center .company .memo {
  display: flex;
  align-items: center;
}

.nycenter .list-main .item a .item-center .company .memo .avatar {
  width: 0.66rem;
  height: 0.66rem;
  background-image: linear-gradient(0deg, #a1c4fd 0%, #c2e9fb 100%);
  border-radius: .66rem;
  margin-right: .15rem;
}

.nycenter .list-main .item a .item-center .company .memo .name {
  font-size: .22rem;
  font-weight: bold;
  flex: 1;
}

.nycenter .list-main .item a .item-center .company .memo .name h4 {
  padding-bottom: .05rem;
  line-height: .3rem;
  color: #494949;
}

.nycenter .list-main .item a .item-center .company .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  line-height: 0;
}

.nycenter .list-main .item a .item-center .company .img img {
  max-width: 2rem;
}

.nycenter .list-main .item .item-bottom {
  height: .88rem;
  background: #deecff;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 .28rem;
}

.nycenter .list-main .item .item-bottom .btn {
  line-height: .4rem;
  padding: 0 .2rem;
  border-radius: 0.4rem;
  border: solid 0.02rem #389aff;
  cursor: pointer;
  margin-left: .18rem;
  font-size: 0.16rem;
  color: #389aff;
  transition: all 300ms;
}

.nycenter .list-main .item .item-bottom .btn i.icon-favorite-filling, .nycenter .list-main .item .item-bottom .btn i.icon-wendangshangchuan1 {
  color: #f8ad4d;
}

.nycenter .list-main .item .item-bottom .btn.active {
  background: #389aff;
  color: #fff;
}

.nycenter .list-main .item .item-bottom .btn:hover {
  background: #389aff;
  color: #fff;
  transition: all 300ms;
}

.nycenter .activity-list {
  padding-bottom: .3rem;
}

.nycenter .activity-list .item a {
  display: flex;
  align-items: center;
  padding: .2rem 0;
  border-bottom: 1px solid #f5f5f5;
}

.nycenter .activity-list .item a .img {
  width: 3.55rem;
  height: 1.52rem;
  margin-right: .2rem;
  position: relative;
}

.nycenter .activity-list .item a .img .tag {
  background: url(../images/runing.png) no-repeat;
  background-size: 100% 100%;
  width: .9rem;
  height: .59rem;
  position: absolute;
  left: -0.05rem;
  top: -0.05rem;
  color: #fff;
  font-size: .16rem;
  padding-left: 0.05rem;
  text-align: center;
  line-height: .38rem;
}

.nycenter .activity-list .item a .img .tag.end {
  background: url(../images/end.png) no-repeat;
  background-size: 100% 100%;
}

.nycenter .activity-list .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .05rem;
}

.nycenter .activity-list .item a .memo {
  flex: 1;
  min-width: 1px;
  margin-right: .2rem;
  font-size: .16rem;
  color: #5c5b5b;
  line-height: .28rem;
}

.nycenter .activity-list .item a .memo .title {
  font-weight: bold;
  font-size: .22rem;
  padding-bottom: .15rem;
  color: #000000;
}

.nycenter .activity-list .item a .btnbox button {
  font-size: .16rem;
}

.nycenter .detailmain {
  padding: .3rem 0;
}

.nycenter .detailmain .tabbox {
  text-indent: .1rem;
}

.nycenter .detailmain .title {
  text-align: center;
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #373737;
  padding: 0 0 .3rem 0;
}

.nycenter .detailmain .zbfname {
  text-align: center;
  font-size: .18rem;
  color: #010101;
}

.nycenter .detailmain .zbfname span {
  color: #7a7a7a;
}

.nycenter .detailmain .detail-box {
  padding: .4rem .24rem 0 .24rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  margin-bottom: .2rem;
  border-radius: .1rem;
}

.nycenter .detailmain .detail-box .detail-name {
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.36rem;
  padding-top: .2rem;
  padding-bottom: .4rem;
  color: #373737;
}

.nycenter .detailmain .detail-box .active-detail {
  display: flex;
  justify-content: space-between;
  padding-bottom: .4rem;
  font-size: .18rem;
  color: #010101;
  flex-flow: wrap;
  line-height: .4rem;
}

.nycenter .detailmain .detail-box .active-detail span {
  color: #7a7a7a;
}

.nycenter .detailmain .detail-box dl {
  padding-bottom: .2rem;
  font-size: .18rem;
  display: flex;
  flex-flow: wrap;
}

.nycenter .detailmain .detail-box dl dt {
  color: #7a7a7a;
}

.nycenter .detailmain .detail-box dl dd {
  flex: 1;
  min-width: 1px;
  color: #010101;
}

.nycenter .detailmain .detail-box .memo {
  font-size: .18rem;
  color: #010101;
  padding-bottom: .4rem;
  line-height: .4rem;
}

.nycenter .detailmain .qy-list-main {
  padding: .4rem .24rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  margin-bottom: .2rem;
  border-radius: .1rem;
}

.nycenter .detailmain .qy-list-main .search-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: .2rem;
}

.nycenter .detailmain .qy-list-main .search-box .item {
  width: 16%;
}

.nycenter .detailmain .qy-list-main .qy-list {
  display: flex;
  flex-wrap: wrap;
  height: 8rem;
}

.nycenter .detailmain .qy-list-main .qy-list-left {
  height: 100%;
  width: 30%;
  overflow: auto;
}

.nycenter .detailmain .qy-list-main .qy-list-left .item {
  height: .7rem;
  line-height: .7rem;
  border-bottom: 1px solid #f7f7f7;
  font-size: .18rem;
  padding-left: .4rem;
  padding-right: .2rem;
  cursor: pointer;
  position: relative;
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nycenter .detailmain .qy-list-main .qy-list-left .item:last-child {
  border-bottom: 0;
}

.nycenter .detailmain .qy-list-main .qy-list-left .item.active {
  color: #389aff;
  font-weight: bold;
  background: #d8e6f9;
  border-bottom: 1px solid transparent;
}

.nycenter .detailmain .qy-list-main .qy-list-left .item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: .04rem;
  background: #389aff;
}

.nycenter .detailmain .qy-list-main .qy-list-top {
  width: 100%;
  margin-bottom: .2rem;
}

.nycenter .detailmain .qy-list-main .qy-list-top .qy-name {
  line-height: .6rem;
  display: flex;
  align-items: center;
  padding: 0 .1rem;
  border-radius: .05rem;
  box-shadow: 0 0 0.12rem rgba(4, 1, 1, 0.09);
  color: #389aff;
}

.nycenter .detailmain .qy-list-main .qy-list-top .qy-name p {
  flex: 1;
}

.nycenter .detailmain .qy-list-main .qy-list-right {
  flex: 1;
  height: 100%;
  padding-left: .2rem;
  overflow: auto;
  padding-top: .1rem;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item {
  width: calc(100% - .1rem);
  background-color: #ffffff;
  margin-bottom: .24rem;
  border-radius: .05rem;
  box-shadow: 0 0 0.12rem rgba(4, 1, 1, 0.09);
}

.nycenter .detailmain .qy-list-main .qy-list-right .item a .item-top {
  display: flex;
  align-items: center;
  margin: 0 .3rem;
  padding: .17rem 0;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item a .item-top .name {
  flex: 1;
  font-size: .22rem;
  font-weight: bold;
  min-width: 1px;
  line-height: .3rem;
  color: #494949;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item a .item-top .payroll {
  color: #f8ad4d;
  font-size: .22rem;
  font-weight: bold;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item .item-bottom {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 .28rem .2rem .28rem;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item .item-bottom .tags span {
  margin-right: .02rem;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item .item-bottom .btnbox {
  display: flex;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item .item-bottom .btn {
  line-height: .4rem;
  padding: 0 .2rem;
  border-radius: 0.4rem;
  border: solid 0.02rem #389aff;
  cursor: pointer;
  margin-left: .1rem;
  font-size: 0.16rem;
  color: #389aff;
  transition: all 300ms;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item .item-bottom .btn i.icon-favorite-filling, .nycenter .detailmain .qy-list-main .qy-list-right .item .item-bottom .btn i.icon-wendangshangchuan1 {
  color: #f8ad4d;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item .item-bottom .btn.active {
  background: #389aff;
  color: #fff;
  cursor: not-allowed;
}

.nycenter .detailmain .qy-list-main .qy-list-right .item .item-bottom .btn:hover {
  background: #389aff;
  color: #fff;
  transition: all 300ms;
}

.nycenter .detailmain .drawer-box .item {
  height: .7rem;
  line-height: .7rem;
  font-size: .2rem;
  padding: 0 .2rem;
  cursor: pointer;
  position: relative;
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nycenter .detailmain .drawer-box .item:last-child {
  border-bottom: 0;
}

.nycenter .detailmain .drawer-box .item::before {
  content: "";
  position: absolute;
  left: .1rem;
  right: .1rem;
  bottom: 0;
  background: #f7f7f7;
  height: 1px;
}

.nycenter .detailmain .drawer-box .item.active {
  color: #389aff;
  font-weight: bold;
}

.nycenter .companymain {
  padding: .3rem 0;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  min-height: 3rem;
  position: relative;
  z-index: 2;
}

.nycenter .companymain .compy-top {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 .11rem .2rem .11rem;
  margin: 0 .3rem;
  border-bottom: 1px solid #f7f7f7;
}

.nycenter .companymain .compy-top img {
  margin: 0 .2rem 0 0;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
}

.nycenter .companymain .compy-top .memo {
  flex: 1;
}

.nycenter .companymain .compy-top .memo .name {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.52rem;
  color: #494949;
}

.nycenter .companymain .compy-top .memo .tag span {
  margin-right: 0.03rem;
}

.nycenter .companymain .compy-top .btnbox .btn {
  cursor: pointer;
}

.nycenter .companymain .compy-top .btnbox .btn.active {
  color: #2388ec;
}

.nycenter .companymain .compy-tags {
  padding: .2rem .3rem;
}

.nycenter .companymain .compy-tags span {
  margin-right: 0.03rem;
}

.nycenter .companymain .compy-title {
  font-size: 0.2rem;
  line-height: 0.52rem;
  color: #494949;
  font-weight: bold;
  padding: 0rem .3rem;
}

.nycenter .companymain .compy-title.job-title {
  padding: .15rem .3rem .05rem .3rem;
}

.nycenter .companymain .compy-job-list {
  padding: 0rem .3rem;
}

.nycenter .companymain .compy-job-list .item {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: .24rem;
  border-radius: .05rem;
  box-shadow: 0 0 0.12rem rgba(4, 1, 1, 0.09);
}

.nycenter .companymain .compy-job-list .item a .item-top {
  display: flex;
  align-items: center;
  margin: 0 .3rem;
  padding: .17rem 0;
}

.nycenter .companymain .compy-job-list .item a .item-top .name {
  flex: 1;
  font-size: .22rem;
  font-weight: bold;
  min-width: 1px;
  line-height: .3rem;
  color: #494949;
}

.nycenter .companymain .compy-job-list .item a .item-top .payroll {
  color: #f8ad4d;
  font-size: .22rem;
  font-weight: bold;
}

.nycenter .companymain .compy-job-list .item .item-bottom {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 .28rem .2rem .28rem;
}

.nycenter .companymain .compy-job-list .item .item-bottom .tags span {
  margin-right: .02rem;
}

.nycenter .companymain .compy-job-list .item .item-bottom .btnbox {
  display: flex;
}

.nycenter .companymain .compy-job-list .item .item-bottom .btn {
  line-height: .4rem;
  padding: 0 .2rem;
  border-radius: 0.4rem;
  border: solid 0.02rem #389aff;
  cursor: pointer;
  margin-left: .1rem;
  font-size: 0.16rem;
  color: #389aff;
  transition: all 300ms;
}

.nycenter .companymain .compy-job-list .item .item-bottom .btn i.icon-favorite-filling, .nycenter .companymain .compy-job-list .item .item-bottom .btn i.icon-wendangshangchuan1 {
  color: #f8ad4d;
}

.nycenter .companymain .compy-job-list .item .item-bottom .btn.active {
  background: #389aff;
  color: #fff;
  cursor: not-allowed;
}

.nycenter .companymain .compy-job-list .item .item-bottom .btn:hover {
  background: #389aff;
  color: #fff;
  transition: all 300ms;
}

.nycenter .companymain .page {
  padding: 0rem .3rem;
}

.nycenter .companymain .compy-content {
  padding: 0rem .3rem;
  line-height: .3rem;
  color: #494949;
  font-size: 0.17rem;
}

.nycenter .companymain .compy-content .addressImg {
  margin-top: .15rem;
}

.nycenter .companymain .compy-content .addressImg img {
  width: 100%;
}

.nycenter .othermain {
  padding: .3rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  min-height: 3rem;
  position: relative;
  z-index: 2;
  margin-top: .2rem;
}

.nycenter .othermain .feed {
  padding: .5rem 0 .3rem 0;
}

.nycenter .othermain .feed .elname {
  width: 50%;
}

.nycenter .othermain .feed textarea {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

.nycenter .othermain .feed .red {
  color: red;
}

.nycenter .othermain .feed .uploadtips {
  border: 1px solid #DCDFE6;
  height: 40px;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 4px;
}

.nycenter .othermain .feed .uploadtips .n {
  width: 94px;
  background-color: #F5F7FA;
  color: #909399;
}

.nycenter .othermain .feed .uploadtips p {
  width: 200px;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  height: 100%;
}

.nycenter .othermain .feed .uploadtips .r {
  padding: 0 20px;
  background-color: #F5F7FA;
  color: #2f86df;
}

.nycenter .newdetailmain {
  padding: .3rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  min-height: 3rem;
  position: relative;
  z-index: 2;
  margin-top: .2rem;
}

.nycenter .newdetailmain .here .el-breadcrumb {
  font-size: .16rem;
}

.nycenter .newdetailmain .newdetail .title {
  text-align: center;
  padding: .4rem 0 .4rem 0;
  line-height: 0.38rem;
  color: #2580dd;
  font-size: 0.3rem;
  font-weight: bold;
  border-bottom: 1px solid #f7f7f7;
}

.nycenter .newdetailmain .newdetail .time {
  padding: .1rem 0 .3rem 0;
  flex-flow: wrap;
  display: flex;
  align-items: center;
  font-size: .16rem;
  color: #676767;
}

.nycenter .newdetailmain .newdetail .time p {
  padding-right: .1rem;
}

.nycenter .newdetailmain .newdetail .time span {
  flex: 1;
  text-align: right;
}

.nycenter .newdetailmain .newdetail .content {
  padding-top: .2rem;
  font-size: .18rem;
  line-height: .4rem;
  color: #333333;
  text-align: justify;
}

.nycenter .newdetailmain .appendix {
  padding: .3rem 0 .2rem 0;
  border-bottom: 1px solid #f7f7f7;
}

.nycenter .newdetailmain .appendix dl {
  font-size: .18rem;
  display: flex;
  line-height: .3rem;
}

.nycenter .newdetailmain .appendix dl dt {
  color: #2580dd;
  font-size: .2rem;
}

.nycenter .newdetailmain .appendix dl dd {
  flex: 1;
}

.nycenter .newdetailmain .appendix dl dd a {
  display: block;
  color: #2580dd;
}

.nycenter .newdetailmain .backlist {
  padding: .2rem 0;
  text-align: right;
}

.nycenter .newdetailmain .backlist a {
  color: #2388ec;
  font-size: .16rem;
  text-decoration: underline;
}

.nycenter .el-pagination {
  text-align: right;
  padding-top: .15rem;
}

.nycenter .page {
  text-align: right;
}

.nycenter .page .el-pagination__jump {
  margin-left: 0;
}

.nycenter .page .el-pagination button, .nycenter .page .el-pagination span:not([class*=suffix]), .nycenter .page .el-pager li {
  font-size: .16rem;
  line-height: .4rem;
  height: .4rem;
}

.nycenter .page .el-input--mini .el-input__inner {
  height: .4rem;
  line-height: .4rem;
}

.nycenter .page .el-pagination__sizes .el-input .el-input__inner {
  font-size: .16rem;
}

.nycenter .page .el-pagination__editor.el-input .el-input__inner {
  height: .4rem;
}

.nycenter .page .el-pager li.btn-quicknext, .nycenter .page .el-pager li.btn-quickprev {
  line-height: .4rem;
}

.nycenter .page .el-pagination .el-select .el-input .el-input__inner {
  padding-right: 0.25rem;
  padding-left: .08rem;
}

.el-cascader__tags .el-tag {
  max-width: 72%;
}

.el-cascader-node {
  line-height: .36rem;
  height: .36rem;
}

.el-avatar, .el-cascader-panel, .el-radio, .el-radio--medium.is-bordered .el-radio__label, .el-radio__label, .el-input, .el-cascader__dropdown, .el-tag, .el-select-dropdown__item {
  font-size: .14rem;
}

.rNav {
  width: 0.91rem;
  padding-bottom: .2rem;
  background-color: #f0f0f0;
  box-shadow: 0.02rem 0.02rem 0.32rem 0rem rgba(4, 1, 1, 0.09);
  border-radius: 0.2rem;
  font-family: "阿里妈妈东方大楷 Regular";
  position: fixed;
  right: .1rem;
  top: 35%;
  z-index: 999;
}

.rNav .rnavbtn {
  text-align: center;
  position: absolute;
  left: -.4rem;
  top: 50%;
  box-shadow: 0.02rem 0.02rem 0.32rem 0rem rgba(4, 1, 1, 0.09);
  transform: translate(0, -50%);
}

.rNav .rnavbtn p {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem 0 0 .1rem;
  background: #e6e6e6;
  height: 1rem;
  width: .4rem;
}

.rNav .rnavbtn p i {
  transform: rotate(0deg);
}

.rNav.open .rnavbtn p {
  background: #fff;
}

.rNav.open .rnavbtn i {
  transform: rotate(180deg);
}

.rNav .item {
  text-align: center;
  margin-top: .2rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #2f86df;
  cursor: pointer;
  position: relative;
}

.rNav .item:hover .ibox i {
  transition: all 300ms;
  transform: scale(1.05);
}

.rNav .item .ibox {
  width: 0.58rem;
  height: 0.58rem;
  background-color: #2f86df;
  box-shadow: 0.03rem 0.04rem 0.09rem 0.01rem rgba(31, 93, 156, 0.17);
  border-radius: 0.1rem;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .32rem;
}

.rNav .item .ibox i {
  transition: all 300ms;
}

.rNav .item a {
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #2f86df;
}

.rNav .item .dap {
  display: none;
  position: absolute;
  right: 1rem;
  top: 0;
  box-shadow: 0.02rem 0.02rem 0.32rem 0rem rgba(4, 1, 1, 0.09);
  background: #fff;
  border-radius: .1rem;
  padding: .1rem;
  line-height: .2rem;
}

.rNav .item .dap::before {
  content: "\e699";
  font-family: "iconfont";
  position: absolute;
  right: -.1rem;
  top: .2rem;
  color: #fff;
  font-size: .2rem;
}

.rNav .item .dap .title {
  color: #666;
  text-align: left;
}

.rNav .item .dap .ewm {
  line-height: 0;
}

.rNav .item .dap img {
  width: 1.5rem;
  max-width: none;
}

.rNav .item .dap .memo {
  padding-top: .05rem;
  min-width: 1.9rem;
  line-height: .3rem;
  text-align: left;
}

.rNav .item .dap .memo p a {
  font-weight: bold;
  color: #5f5f5f;
  transition: all 300ms;
}

.rNav .item .dap .memo p a:hover {
  color: #389aff;
  transition: all 300ms;
}

.login-layer .loginbox {
  padding: .3rem;
  flex: 1;
}

.login-layer .loginbox #inHd ul {
  display: flex;
}

.login-layer .loginbox #inHd ul li {
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #aaaaaa;
  cursor: pointer;
  text-align: center;
  flex: 1;
  position: relative;
  font-weight: bold;
  transition: all 200ms;
}

.login-layer .loginbox #inHd ul li p {
  position: relative;
  top: 0;
  font-weight: bold;
  transition: all 200ms;
}

.login-layer .loginbox #inHd ul li.on {
  color: #2f86df;
}

.login-layer .loginbox #inHd ul li.on p {
  position: relative;
  top: -.07rem;
  font-weight: bold;
  transition: all 200ms;
}

.login-layer .loginbox #inHd ul li.on::before {
  position: absolute;
  transition: all 200ms;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 1.03rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background-color: #2580dd;
}

.login-layer .loginbox #inHd ul li.on::after {
  transition: all 200ms;
  font-family: "iconfont";
  content: "\e697";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.02rem;
  font-size: .14rem;
  line-height: 0rem;
  color: #2580dd;
}

.login-layer .loginbox #inBd {
  padding: .2rem 0 .13rem 0;
}

.login-layer .loginbox #inBd ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  font-size: 0.18rem;
  line-height: 0.52rem;
  color: #363636;
  height: .7rem;
}

.login-layer .loginbox #inBd ul li input {
  flex: 1;
  border: 0;
  outline: none;
  height: .4rem;
  font-size: 0.18rem;
  min-width: 1px;
}

.login-layer .loginbox #inBd ul li span {
  padding-right: .1rem;
}

.login-layer .loginbox #inBd ul li button {
  border: 0;
  background: none;
  color: #2580dd;
  font-size: .18rem;
  cursor: pointer;
}

.login-layer .loginbox #inBd ul li i {
  font-size: .26rem;
  padding-right: .1rem;
}

.login-layer .loginbox #inBd ul li:last-child {
  border-bottom: 0;
}

.login-layer .loginbox #inBd .btn {
  margin-top: .17rem;
  width: 100%;
  font-size: 0.18rem;
  color: #ffffff;
  height: 0.5rem;
  background-color: #2580dd;
  border-radius: 0.5rem;
  border: 0;
  cursor: pointer;
  margin-bottom: .2rem;
}

.login-layer .loginbox #inBd .tips {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #a8a8a8;
  display: flex;
  align-items: start;
  justify-content: start;
}

.login-layer .loginbox #inBd .tips span {
  color: #2580dd;
  cursor: pointer;
}

.login-layer .loginbox #inBd .tips input {
  width: 0.22rem;
  height: 0.22rem;
  border: solid 1px #a9a9a9;
  margin-right: .1rem;
  margin-top: -0.02rem;
}

.login-layer .loginbox #inBd .oterhlogin {
  padding-top: .5rem;
  font-size: .22rem;
  color: #2aae67;
}

.login-layer .loginbox #inBd .oterhlogin .title {
  text-align: center;
  color: #7f7f7f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-layer .loginbox #inBd .oterhlogin .title p {
  padding: 0 .15rem;
}

.login-layer .loginbox #inBd .oterhlogin .title img {
  width: .27rem;
}

.login-layer .loginbox #inBd .oterhlogin .content {
  text-align: center;
  padding-top: .2rem;
}

.login-layer .loginbox #inBd .oterhlogin .content a {
  color: #2aae67;
  font-size: .4rem;
}

.xy-layer .layui-layer-title {
  font-weight: bold;
  font-size: .18rem;
  padding: 0;
  text-align: center;
  line-height: .6rem;
  height: .6rem;
}

.xy-layer .layui-layer-content {
  padding: .15rem;
  line-height: .4rem;
  text-align: justify;
  font-size: .18rem;
}

@media screen and (max-width: 768px) {
  .w150 {
    width: 96%;
  }
  .ispc {
    display: none;
  }
  .ismobile {
    display: block;
  }
  .header-content .menu {
    display: none;
  }
  .header-content .login-btn {
    padding-right: .2rem;
  }
  .header-content .mobile-menu-btn {
    font-size: .3rem;
  }
  .header-content .islogin {
    padding-right: .05rem;
  }
  .top-content {
    border-radius: .05rem;
    padding: .1rem;
  }
  .top-content .banner {
    width: 100%;
    height: auto;
  }
  .center .newtop {
    flex-flow: wrap;
  }
  .center .newtop .box {
    width: 100%;
    flex: none;
    margin-bottom: .2rem;
    border-radius: .05rem;
  }
  .center .bt img {
    height: .5rem;
  }
  .center .zhaopin {
    border-radius: .05rem;
    margin-bottom: .2rem;
    padding: .3rem .2rem;
  }
  .center .zhaopin .Hd ul {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .center .zhaopin .Hd ul li {
    width: 22%;
    margin-right: 0;
    font-size: .2rem;
    text-align: center;
  }
  .center .zhaopin .Bd div ul li {
    border-radius: .1rem;
    flex: none;
  }
  .center .zhaopin .Bd .four ul, .center .zhaopin .Bd .three ul {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .center .zhaopin .Bd .four ul li, .center .zhaopin .Bd .three ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: .15rem;
  }
  .center .zhaopin .Bd .two ul {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .center .zhaopin .Bd .two ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .15rem;
  }
  .center .hotbox {
    border-radius: .05rem;
    margin-bottom: .2rem;
    padding: .3rem .2rem;
  }
  .center .hotbox ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .center .hotbox ul li {
    margin-top: .2rem;
    height: 1.13rem;
    width: 49%;
    margin-right: 0;
  }
  .center .hotbox ul li a {
    font-size: .2rem;
    line-height: .3rem;
  }
  .center .hotdw {
    border-radius: .05rem;
    margin-bottom: .2rem;
    padding: .3rem .2rem 0 .2rem;
  }
  .center .hotdw .hotdw-main .item {
    width: 100%;
    margin-right: 0;
  }
  .center .rcfuwu {
    border-radius: .05rem;
    margin-bottom: .2rem;
    padding: .3rem .2rem;
  }
  .center .rcfuwu ul {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .center .rcfuwu ul li {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: .15rem;
    flex: none;
  }
  .login-layer .loginbox #inBd .tips input {
    margin-top: 0;
  }
  .login-layer .loginbox #inBd .btn {
    height: 0.64rem;
    border-radius: 0.64rem;
  }
  footer .footertop {
    flex-flow: wrap;
  }
  footer .footertop dl {
    width: 50%;
    flex: auto;
    text-align: center;
  }
  footer .footertop .ewmbox {
    width: 100%;
    padding-top: .2rem;
    justify-content: center;
  }
  footer .footertop .ewmbox .item {
    margin: 0 .2rem;
  }
  footer .compyright {
    line-height: .3rem;
    flex-flow: wrap;
  }
  footer .compyright p {
    width: 100%;
  }
  .rNav {
    transition: all 300ms;
    right: -.91rem;
  }
  .rNav.open {
    right: 0;
  }
  .nycenter .el-pagination {
    text-align: center;
  }
  .nycenter .el-pagination__total, .nycenter .el-pagination__sizes, .nycenter .el-pagination__jump {
    display: none !important;
  }
  .nycenter .searchbox {
    border-radius: .05rem;
  }
  .nycenter .searchbox .item input {
    font-size: .16rem;
  }
  .nycenter .searchbox .el-cascader, .nycenter .searchbox .el-select {
    font-size: .16em;
    height: 40px;
  }
  .nycenter .tabbox .el-tabs__item {
    min-width: 1rem;
  }
  .nycenter .tabbox .el-cascader__tags .el-tag {
    max-width: 58%;
  }
  .nycenter .tabbox .el-tag.el-tag--info {
    max-width: 58%;
  }
  .nycenter .list-main .item {
    width: 100%;
    margin-right: 0;
    border-radius: .05rem;
    overflow: hidden;
  }
  .nycenter .list-main .item a .item-top .name {
    font-size: .2rem;
  }
  .nycenter .list-main .item a .item-top .payroll {
    font-size: .2rem;
  }
  .nycenter .list-main .item a .item-center {
    min-height: auto;
  }
  .nycenter .list-main .item a .item-center .company {
    padding: 0rem .3rem .3rem .3rem;
  }
  .nycenter .list-main .item a .item-center .company .memo .name {
    font-size: .18rem;
  }
  .nycenter .list-main .item a .item-center .company .img {
    display: none;
  }
  .nycenter .list-main .item a .item-center .company .img img {
    max-width: 1rem;
  }
  .nycenter .list-main .item .item-bottom {
    height: auto;
    padding: .2rem;
  }
  .nycenter .listbox {
    border-radius: .05rem;
  }
  .nycenter .listbox .page {
    text-align: center;
  }
  .nycenter .listbox .page .el-pagination__total, .nycenter .listbox .page .el-pagination__sizes, .nycenter .listbox .page .el-pagination__jump {
    display: none;
  }
  .nycenter .listbox .activity-list .item a {
    flex-flow: wrap;
  }
  .nycenter .listbox .activity-list .item a .img {
    width: 100%;
    margin: 0 0 .15rem 0;
  }
  .nycenter .listbox .activity-list .item a .memo {
    width: 100%;
    flex: none;
    margin-bottom: .15rem;
    padding: 0;
    margin-bottom: 0;
  }
  .nycenter .listbox .activity-list .item a .btnbox {
    display: none;
  }
  .nycenter .listbox .new-list ul li a .time {
    width: auto;
    padding-right: .1rem;
  }
  .nycenter .detailmain .qy-list-main .search-box {
    justify-content: space-between;
  }
  .nycenter .detailmain .qy-list-main .search-box .item {
    margin-right: 0;
    width: 49%;
    margin-bottom: .1rem;
  }
  .nycenter .detailmain .qy-list-main .qy-list {
    height: auto;
    overflow: visible;
  }
  .nycenter .detailmain .qy-list-main .qy-list-right {
    padding-left: 0;
    overflow: visible;
  }
  .nycenter .detailmain .qy-list-main .qy-list-right .item {
    width: 100%;
  }
  .nycenter .detailmain .qy-list-main .qy-list-right .item .tags {
    width: 100%;
  }
  .nycenter .detailmain .qy-list-main .qy-list-right .item .tags span {
    margin-right: .02rem;
  }
  .nycenter .detailmain .qy-list-main .qy-list-right .item .btnbox {
    display: flex;
    width: 100%;
    padding: .15rem 0 0 0;
  }
  .nycenter .detailmain .qy-list-main .qy-list-right .item .btnbox .btn {
    margin: 0 .1rem 0 0;
  }
  .nycenter .companymain {
    border-radius: .05rem;
  }
  .nycenter .companymain .page {
    padding: 0;
  }
  .nycenter .companymain .tags {
    width: 100%;
  }
  .nycenter .companymain .compy-top img {
    display: none;
  }
  .nycenter .companymain .compy-top .tag span {
    margin-bottom: 0.03rem;
  }
  .nycenter .companymain .compy-job-list .item .btnbox {
    width: 100%;
    padding-top: .17rem;
    justify-content: end;
  }
  .nycenter .othermain {
    padding: .3rem .2rem;
    border-radius: .05rem;
  }
  .nycenter .othermain .feed .el-upload__tip {
    line-height: .24rem;
    text-align: justify;
  }
  .nycenter .othermain .feed .elname {
    width: 100%;
  }
  .nycenter .othermain .feed .el-upload {
    width: 100%;
  }
  .nycenter .othermain .feed .uploadtips {
    width: 100%;
  }
  .nycenter .othermain .feed .uploadtips p {
    flex: 1;
    width: auto;
  }
  .el-cascader__dropdown {
    max-width: 100%;
    overflow-x: auto;
  }
  .el-avatar, .el-cascader-panel, .el-radio, .el-radio--medium.is-bordered .el-radio__label, .el-radio__label, .el-input, .el-cascader__dropdown, .el-tag, .el-select-dropdown__item {
    font-size: .16rem;
  }
  .el-cascader-node {
    line-height: .44rem;
    height: .44rem;
  }
  .el-cascader__tags .el-tag {
    max-width: 55%;
  }
  .el-pager li {
    min-width: 30px;
  }
}

.tool_tip {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  z-index: 99999;
  max-width: 100px;
  word-wrap: break-word;
}

.tool_tip:before {
  position: absolute;
  content: '';
  background-color: transparent;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
}

.tool_tip_top:before {
  top: calc(100% - 1px);
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}

.tool_tip_right:before {
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  border-color: transparent rgba(0, 0, 0, 0.9) transparent transparent;
}

.tool_tip_bottom:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
}

.tool_tip_left:before {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.9);
}
