.line-h {
  width: 100%;
  height: 6px;
  background-color: #004098;
}
.title {
  position: relative;
  margin: 40px auto 45px !important;
}
.title img {
  width: 100%;
  height: 54px;
  vertical-align: text-top;
}
.title p {
  position: absolute;
  left: 9%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 26px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
}
.search {
  display: flex;
  align-items: center;
  margin: 27px auto 40px !important;
}
.search select{
    width: 200px;
    height: 45px;
    outline: none;
    color: #888;
    font-size: 14px;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}
.search input {
  width: 295px;
  height: 45px;
  border: none;
  outline: none;
  color: #888;
  font-size: 14px;
  border: 1px solid #bbb;
  border-radius: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
.search input:nth-child(2) {
  margin: 0 20px;
}
.search button {
  width: 120px;
  height: 45px;
  line-height: 45px;
  border: none;
  background-color: #004098;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 20px;
  transition: all 0.5s linear;
  cursor: pointer;
}
.search button:hover{
  background-color: #0655C2;
}
.search p {
  font-size: 14px;
  color: #6C6C6C;
}
.emp_list {
  min-height: 500px;
}
.emp_list .tit {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #004098;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: flex;
}
.emp_list .tit span {
  flex: 1;
}
.emp_list .list .item:nth-child(odd) .tit {
  background-color: #F5F6FA;
}
.emp_list .list .item .tit {
  background-color: #fff;
  cursor: pointer;
  display: flex;
}
.emp_list .list .item .tit span {
  flex: 1;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  transition: all 0.5s linear;
}
.emp_list .list .item .tit:hover span{
  color: #004098;
}
.emp_list .list .item .tit span:nth-child(3) {
  cursor: pointer;
}
.emp_list .list .item .tit span img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.emp_list .list .item .tit span:nth-child(4) {
  display: none;
  cursor: pointer;
}
.emp_list .list .item .son {
  display: none;
}
.emp_list .list .item .son .i {
  display: flex;
  /* height: 50px; */
  padding: 10px 0;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #F5F6FA;
  cursor: pointer;
}
.emp_list .list .item .son .i p {
  flex: 1;
  text-align: center;
}
.emp_list .list .item .son .i p:nth-child(1) span:nth-child(2) {
  font-size: 12px;
  color: #6C6C6C;
  transition: all 0.5s linear;
}
.emp_list .list .item .son .i:hover p:nth-child(1) span{
  color: #0655C2;
}
.emp_list .list .item .son .i p:nth-child(1) span:nth-child(1) {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #004098;
}
.emp_list .list .item .son .i p:nth-child(2) span {
  font-size: 12px;
  color: #6C6C6C;
}
.emp_list .list .item .son .i p:nth-child(2) span:nth-child(1) {
  font-size: 12px;
  color: #004098;
  margin-right: 20px;
}
.emp_list .list .item .son .i a {
  display: inline-block;
  width: 70px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background-color: #004098;
  font-size: 12px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.5s linear;
}
.emp_list .list .item .son .i a:hover{
  background-color: #0655C2;
}
.no {
  text-align: center;
  font-size: 14px;
  color: #6C6C6C;
  margin: 60px 0 130px;
}
@media screen and (max-width: 768px) {
  .line-h {
    height: 2px;
  }
  .title {
    margin: 25px auto !important;
  }
  .title p {
    font-size: 20px;
    left: 5%;
  }
  .search {
    flex-direction: column;
    text-align: center;
  }
  .search input {
    width: 70%;
    height: 36px;
    line-height: 36px;
  }
  .search input:nth-child(2) {
    margin: 20px auto;
  }
  .search button {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .search p {
    display: none;
  }
  .emp_list .list .item .tit span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  .emp_list .list .item .son .i p:nth-child(2) span:nth-child(1) {
    display: none;
  }
  .emp_list .list .item .son .i a {
    width: 65px;
    height: 22px;
    line-height: 22px;
  }
}
