body {
    width: 100%;
    /*min-width: 1700px;*/
    background: #E2E8EA;
  }
  .littleHands:hover {
    cursor: pointer;
  }
  .sociology {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .sociology .soc_title {
    width: 300px;
    margin: 0 auto;
    padding-top: 64px;
    text-align: center;
  }
  .sociology .soc_title p:nth-child(1) {
    color: #FE8A5B;
    font-size: 48px;
  }
  .sociology .soc_title p:nth-child(2) {
    width: 40px;
    height: 6px;
    margin: 0 auto;
    background: #FE8A5B;
    margin-top: 19px;
  }
  .sociology .soc_search {
    width: 686px;
    height: 52px;
    margin: 0 auto;
    margin-top: 44px;
    margin-bottom: 39px;
    background: url('../img/talentRecruitments/sociologySearchBg1.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
  }
  .sociology .soc_search .soc_ipt {
    width: 481px;
    height: auto;
    margin-left: 31px;
  }
  .sociology .soc_search .soc_ipt input {
    width: 450px;
    margin-top: 10px;
    font-size: 24px;
    border: none;
    background: none;
    outline: none;
  }
  .sociology .soc_search .soc_btn {
    width: 173px;
    height: 52px;
    background: linear-gradient(90deg, #F28E26 0%, #FD644F 100%);
    border-radius: 26px;
    text-align: center;
  }
  .sociology .soc_search .soc_btn a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 52px;
  }
  .sociology .soc_cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sociology .soc_cont .soc_item {
    width: 28.8%;
    height: 219px;
    background: #FFFFFF;
    margin-top: 50px;
    margin-left: 45px;
    position: relative;
    display: inline-block;
  }
  .sociology .soc_cont .soc_item .soc_item_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .sociology .soc_cont .soc_item .soc_item_box .soc_item_title {
    width: 100%;
    height: 40px;
    margin-top: 32px;
    border-bottom: 1px solid #E9E9EA;
  }
  .sociology .soc_cont .soc_item .soc_item_box .soc_item_title p:nth-child(1) {
    font-size: 24px;
    color: #FE8A5B;
    font-weight: bold;
    float: left;
  }
  .sociology .soc_cont .soc_item .soc_item_box .soc_item_title p:nth-child(2) {
    font-size: 18px;
    color: #8C8C8C;
    font-weight: 300;
    line-height: 24px;
    float: right;
  }
  .sociology .soc_cont .soc_item .soc_item_box .soc_item_text {
    width: 100%;
    height: 76px;
    margin-top: 28px;
    overflow: hidden;
  }
  .sociology .soc_cont .soc_item .soc_item_box .soc_item_text p {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    color: #7B7B83;
  }
  .sociology .soc_cont .soc_item .post_mask {
    width: 100%;
    height: 219px;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
  }
  .sociology .soc_cont .soc_item .post_btn {
    width: 100%;
    height: 219px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 219px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
  }
  