.inside-page .banner-wrapper {
  position: relative;
  margin-top: 22px;
}
.inside-page .banner-wrapper .img-code {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 89px;
  height: 89px;
}
.inside-page .banner-wrapper .img-code img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inside-page .banner-wrapper .button-middle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.inside-page .banner-wrapper .button-middle .link-btn {
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
.inside-page .banner-wrapper .button-middle .link-btn.active {
  background-color: #fff;
  margin-right: 40px;
}
.inside-page .banner-wrapper .button-middle .link-btn.active a {
  color: #CA111F;
}
.inside-page .banner-wrapper .button-middle .link-btn:hover {
  background-color: #fff;
}
.inside-page .banner-wrapper .button-middle .link-btn:hover a {
  color: #CA111F;
}
.inside-page .banner-wrapper .button-middle .link-btn a {
  padding: 10px 35px;
  display: block;
  color: #fff;
  font-size: 16px;
}
.inside-page .need-wrap {
  margin-top: 24px;
  display: flex;
  margin-bottom: 50px;
}
.inside-page .need-wrap .common-middle {
  border: 1px solid #999;
  width: 50%;
}
.inside-page .need-wrap .common-middle:first-child {
  margin-right: 18px;
}
.inside-page .need-wrap .common-middle .common-head {
  background-color: #E7F8FF;
  display: flex;
  justify-content: space-between;
  padding: 6px 19px;
}
.inside-page .need-wrap .common-middle .common-head .tit {
  color: #2C9CDD;
  font-size: 18px;
}
.inside-page .need-wrap .common-middle .common-head .more-text a {
  color: #2C9CDD;
  font-size: 16px;
}
.inside-page .need-wrap .common-middle .common-main {
  padding: 25px 26px;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item {
  padding-left: 25px;
  position: relative;
  margin-bottom: 21px;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item:last-child {
  /* margin-bottom: 0; */
}
.inside-page .need-wrap .common-middle .common-main .common-list .item:hover::after {
  background-color: #2C9CDD;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item:hover a .title {
  color: #2C9CDD;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item:hover a .desc,
.inside-page .need-wrap .common-middle .common-main .common-list .item:hover a .time {
  color: #333;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item a {
  display: flex;
  justify-content: space-between;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item a > div {
  font-size: 16px;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item a .title {
  color: #212121;
  max-width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item a .desc {
  color: #666;
  max-width: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.inside-page .need-wrap .common-middle .common-main .common-list .item a .time {
  color: #666;
  transition: all 0.3s;
}
.inside-page .post-box {
  margin-top: 40px;
}
.inside-page .post-box .title {
  border-width: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.inside-page .post-box .title::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 90%;
  height: 1px;
  background-color: #DCDCDC;
  z-index: -1;
}
.inside-page .post-box .title .seo-tit {
  min-width: 137px;
  height: 50px;
  line-height: 40px;
  position: relative;
  background: url(../images/inside/tit_icon.png) no-repeat;
  float: left;
}
.inside-page .post-box .title .seo-tit > span {
  margin-left: 20px;
  display: inline-block;
}
.inside-page .post-box .title .seo-tit .tit-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.inside-page .post-box .title .seo-tit .text {
  font-size: 16px;
  color: #fff;
}
.inside-page .post-box .title .seo-tit .icon-arrow {
  width: 8px;
  height: 10px;
  vertical-align: baseline;
  margin-left: 21px;
}
.inside-page .post-box .title .nav-item {
  display: flex;
  margin-top: 12px;
  margin-left: 50px;
  float: left;
}
.inside-page .post-box .title .nav-item .list {
  margin-right: 30px;
  padding-bottom: 6px;
  position: relative;
  transition: all 0.3s;
}
.inside-page .post-box .title .nav-item .list:hover a {
  color: #2C9CDD;
  font-weight: bold;
}
.inside-page .post-box .title .nav-item .list:hover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2C9CDD;
}
.inside-page .post-box .title .nav-item .list.active a {
  color: #2C9CDD;
  font-weight: bold;
}
.inside-page .post-box .title .nav-item .list.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2C9CDD;
}
.inside-page .post-box .title .nav-item .list a {
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
}
.inside-page .post-box .search-input .header-search .search-box {
  position: relative;
  padding: 2px 2px 4px 2px;
  width: 100%;
  height: 42px;
  background-color: #2C9CDD;
  border-radius: 4px;
}
.inside-page .post-box .search-input .header-search .search-box .text-in {
  background: url(../images/sear.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 15px;
  height: 100%;
  width: 86%;
  line-height: 48px;
  outline: none;
  padding: 0;
  padding-left: 40px;
  margin: 0;
  box-shadow: none;
  border-color: transparent;
}
.inside-page .post-box .search-input .header-search .search-box .text-in::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}
.inside-page .post-box .search-input .header-search .search-box .sub-in {
  background-color: transparent;
  margin: auto;
  font-size: 18px;
  border: none;
  outline: none;
  width: 9%;
  height: 94%;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
}
.inside-page .post-box .post-main {
  margin-top: 30px;
  margin-bottom: 110px;
}
.inside-page .post-box .post-main .dt {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.inside-page .post-box .post-main .dt > div {
  font-size: 14px;
  color: #999;
}
.inside-page .post-box .post-main .dt .post-tit {
  width: 40%;
}
.inside-page .post-box .post-main .dt .company-tit {
  width: 30%;
}
.inside-page .post-box .post-main .dt .site-tit {
  width: 20%;
}
.inside-page .post-box .post-main .dt .pay-tit {
  width: 20%;
}
.inside-page .post-box .post-main .dt .time-tit {
  width: 10%;
}
.inside-page .post-box .post-main .dd .item-list .list {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}
.inside-page .post-box .post-main .dd .item-list .list > div {
  font-size: 14px;
}
.inside-page .post-box .post-main .dd .item-list .list .tit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 270px;
  margin-right: 65px;
}
.inside-page .post-box .post-main .dd .item-list .list .tit-text:hover a {
  color: #2C9CDD;
}
.inside-page .post-box .post-main .dd .item-list .list .tit-text a {
  transition: all 0.3s;
}
.inside-page .post-box .post-main .dd .item-list .list .company {
  width: 185px;
  margin-right: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inside-page .post-box .post-main .dd .item-list .list .company:hover a {
  color: #2C9CDD;
}
.inside-page .post-box .post-main .dd .item-list .list .company a {
  color: #666;
  transition: all 0.3s;
}
.inside-page .post-box .post-main .dd .item-list .list .site {
  width: 100px;
  margin-right: 50px;
  color: #666;
}
.inside-page .post-box .post-main .dd .item-list .list .salary {
  width: 150px;
  color: #CA111F;
}
.inside-page .post-box .post-main .dd .item-list .list .time {
  color: #999;
  width: 110px;
  text-align: center;
}
.inside-page .post-box .post-main .page-box {
  display: flex;
  margin-top: 40px;
  padding-left: 70px;
}
.inside-page .post-box .post-main .page-box .up-page,
.inside-page .post-box .post-main .page-box .down-page,
.inside-page .post-box .post-main .page-box .confirm {
  width: 80px;
  height: 38px;
  line-height: 38px;
  color: #999;
  font-size: 14px;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  margin-right: 20px;
  transition: all 0.3s;
}
.inside-page .post-box .post-main .page-box .up-page:hover,
.inside-page .post-box .post-main .page-box .down-page:hover,
.inside-page .post-box .post-main .page-box .confirm:hover {
  background-color: #dcdbdb;
  color: #333;
}
.inside-page .post-box .post-main .page-box .down-page {
  background-color: transparent;
  margin-right: 10px;
}
.inside-page .post-box .post-main .page-box .confirm {
  color: #666;
  margin-right: 0;
  background-color: #f4f4f4;
  margin-left: 10px;
}
.inside-page .post-box .post-main .page-box .list-page {
  display: flex;
}
.inside-page .post-box .post-main .page-box .list-page .list {
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s;
  min-width: 38px;
  line-height: 38px;
}
.inside-page .post-box .post-main .page-box .list-page .list.omit:hover {
  border-color: #e1e1e1;
  background-color: transparent;
}
.inside-page .post-box .post-main .page-box .list-page .list:hover {
  border-color: #2C9CDD;
  background-color: #2C9CDD;
}
.inside-page .post-box .post-main .page-box .list-page .list:hover a {
  color: #fff;
}
.inside-page .post-box .post-main .page-box .list-page .list.active {
  border-color: #2C9CDD;
  background-color: #2C9CDD;
}
.inside-page .post-box .post-main .page-box .list-page .list.active a {
  color: #fff;
}
.inside-page .post-box .post-main .page-box .list-page .list a {
  display: block;
  font-size: 14px;
  color: #666;
}
.inside-page .post-box .post-main .page-box .sum {
  color: #666;
  line-height: 38px;
  margin-right: 20px;
}
.inside-page .post-box .post-main .page-box .jump-box {
  color: #666;
}
.inside-page .post-box .post-main .page-box .jump-box input {
  color: #666;
  width: 26px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  margin: 0 10px;
  margin-bottom: 0;
}
