/* pc端 */
@media screen and (min-width: 1367px) {
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-main {
    margin-top: 60px;
  }
  .main-top {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    padding: 42px 20px;
  }
  .main-top h1 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 11px;
    border-bottom: 1px solid #9c1d22;
  }
  .main-top .select {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .select .inp {
    width: 25.86%;
  }
  .select > div:first-child {
    width: 23.1%;
  }
  .select .name-inp {
    margin-top: 15px;
  }
  .select input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: none;
    background-color: #f5f5f5;
    outline: none;
    padding-left: 30px;
  }
  .el-select {
    width: 100%;
    height: 32px;
    margin-top: 15px;
  }
  .select > div {
    margin-top: 20px;
  }
  .el-input__icon {
    line-height: 32px !important;
  }
  .el-input__suffix {
    background-color: #9c1d22;
    right: 0 !important;
    width: 32px;
  }
  .el-select .el-input .el-select__caret {
    color: #fff !important;
  }
  .select .search {
    padding: 9px 36px;
    background-color: #9c1d22;
    cursor: pointer;
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    margin-top: 53px;
  }
  .select > div h5 {
    font-size: 14px;
    color: #666666;
  }
  .people-items {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexp {
    width: 22.58%;
    padding: 11px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    margin-bottom: 69px;
    transition: all 0.3s ease;
  }
  .indexp:hover {
    box-shadow: 0px 12px 15px 3px rgba(0, 0, 0, 0.06);
    transform: translate3d(0, -4px, 0);
  }

  .ntitle {
    margin-top: 20px;
    position: relative;
    line-height: 24px;
  }
  .ntitle .sp1 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-right: 10px;
  }
  .ntitle .sp3 {
    position: absolute;
    right: 0;
  }
  .ntitle .sp3 i {
    font-size: 19px;
  }
  .indexp .identity {
    /*width: 44.28%;*/
    font-size: 14px;
    color: #999999;
    padding-bottom: 7px;
    margin-top: 2px;
    border-bottom: 1px solid #ccc;
  }
  .indexp .field {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-main {
    margin-top: 40px;
  }
  .main-top {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    padding: 30px 15px;
  }
  .main-top h1 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 11px;
    border-bottom: 1px solid #9c1d22;
  }
  .main-top .select {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .select .inp {
    width: 25.86%;
  }
  .select > div:first-child {
    width: 23.1%;
  }
  .select .name-inp {
    margin-top: 15px;
  }
  .select input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: none;
    background-color: #f5f5f5;
    outline: none;
    padding-left: 30px;
  }
  .el-select {
    width: 100%;
    height: 32px;
    margin-top: 15px;
  }
  .select > div {
    margin-top: 20px;
  }
  .el-input__icon {
    line-height: 32px !important;
  }
  .el-input__suffix {
    background-color: #9c1d22;
    right: 0 !important;
    width: 32px;
  }
  .el-select .el-input .el-select__caret {
    color: #fff !important;
  }
  .select .search {
    padding: 9px 36px;
    background-color: #9c1d22;
    cursor: pointer;
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    margin-top: 53px;
  }
  .select > div h5 {
    font-size: 14px;
    color: #666666;
  }
  .people-items {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexp {
    width: 22.58%;
    padding: 11px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    margin-bottom: 35px;
    transition: all 0.3s ease;
  }
  .indexp:hover {
    box-shadow: 0px 12px 15px 3px rgba(0, 0, 0, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  .indexp:hover .sp3 i {
    background-color: #9c1d22;
    border-radius: 50%;
    border: none;
  }
  .ntitle {
    margin-top: 20px;
    position: relative;
    line-height: 24px;
  }
  .ntitle .sp1 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-right: 10px;
  }
  .ntitle .sp3 {
    position: absolute;
    right: 0;
  }
  .ntitle .sp3 i {
    font-size: 19px;
  }
  .indexp .identity {
    width: 44.28%;
    font-size: 14px;
    color: #999999;
    padding-bottom: 7px;
    margin-top: 2px;
    border-bottom: 1px solid #ccc;
  }
  .indexp .field {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-main {
    margin-top: 28px;
  }
  .main-top {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    padding: 18px 13px;
  }
  .main-top h1 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 11px;
    border-bottom: 1px solid #9c1d22;
  }
  .main-top .select {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .select .inp {
    width: 25.86%;
  }
  .select > div:first-child {
    width: 23.1%;
  }
  .select .name-inp {
    margin-top: 15px;
  }
  .select input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: none;
    background-color: #f5f5f5;
    outline: none;
    padding-left: 30px;
  }
  .el-select {
    width: 100%;
    height: 32px;
    margin-top: 15px;
  }
  .select > div {
    margin-top: 20px;
  }
  .el-input__icon {
    line-height: 32px !important;
  }
  .el-input__suffix {
    background-color: #9c1d22;
    right: 0 !important;
    width: 32px;
  }
  .el-select .el-input .el-select__caret {
    color: #fff !important;
  }
  .select .search {
    padding: 9px 28px;
    background-color: #9c1d22;
    cursor: pointer;
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    margin-top: 53px;
  }
  .select > div h5 {
    font-size: 14px;
    color: #666666;
  }
  .people-items {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexp {
    width: 22.58%;
    padding: 8px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    margin-bottom: 35px;
    transition: all 0.3s ease;
  }
  .indexp:hover {
    box-shadow: 0px 12px 15px 3px rgba(0, 0, 0, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  .indexp:hover .sp3 i {
    background-color: #9c1d22;
    border-radius: 50%;
    border: none;
  }
  .ntitle {
    margin-top: 20px;
    position: relative;
    line-height: 24px;
  }
  .ntitle .sp1 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-right: 10px;
  }
  .ntitle .sp3 {
    position: absolute;
    right: 0;
  }
  .ntitle .sp3 i {
    font-size: 19px;
  }
  .indexp .identity {
    width: 50%;
    font-size: 12px;
    color: #999999;
    padding-bottom: 7px;
    margin-top: 2px;
    border-bottom: 1px solid #ccc;
  }
  .indexp .field {
    font-size: 12px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-main {
    margin-top: 28px;
  }
  .main-top {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    padding: 10px 8px;
  }
  .main-top h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 8px;
    border-bottom: 1px solid #9c1d22;
  }
  .main-top .select {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .select .inp {
    width: 25.86%;
  }
  .select > div:first-child {
    width: 19%;
  }
  .select .name-inp {
    margin-top: 15px;
  }
  .select input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: none;
    background-color: #f5f5f5;
    outline: none;
    padding-left: 10px;
  }
  .el-select {
    width: 100%;
    height: 32px;
    margin-top: 15px;
  }
  .select > div {
    margin-top: 20px;
  }
  .el-input__icon {
    line-height: 32px !important;
  }
  .el-input__suffix {
    background-color: #9c1d22;
    right: 0 !important;
    width: 32px;
  }
  .el-select .el-input .el-select__caret {
    color: #fff !important;
  }
  .select .search {
    padding: 9px 16px;
    background-color: #9c1d22;
    cursor: pointer;
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    margin-top: 53px;
  }
  .select > div h5 {
    font-size: 14px;
    color: #666666;
  }
  .people-items {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexp {
    width: 48%;
    padding: 8px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    margin-bottom: 35px;
    transition: all 0.3s ease;
  }
  .indexp:hover {
    box-shadow: 0px 12px 15px 3px rgba(0, 0, 0, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  .indexp:hover .sp3 i {
    background-color: #9c1d22;
    border-radius: 50%;
    border: none;
  }
  .ntitle {
    margin-top: 20px;
    position: relative;
    line-height: 24px;
  }
  .ntitle .sp1 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-right: 10px;
  }
  .ntitle .sp3 {
    position: absolute;
    right: 0;
  }
  .ntitle .sp3 i {
    font-size: 14px;
  }
  .indexp .identity {
    width: 50%;
    font-size: 12px;
    color: #999999;
    padding-bottom: 7px;
    margin-top: 2px;
    border-bottom: 1px solid #ccc;
  }
  .indexp .field {
    font-size: 12px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
