
/* 专业库 */
.searchwrap{
  padding-top: 30px;
}
.p02{
  float: left;
  margin-right: 24px;
  font-size: 18px;
  line-height: 40px;
}
.degreeList{
  float: left;
  margin-right: 24px;
}
.degreeList li{
  float: left;
  width: 124px;
  height: 40px;
  margin-right:12px;
  border: 1px solid #d5d7d7;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.degreeList li span{
  display: block;
  width: 86px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.degreeList li i{
  position: absolute;
  right: 0;
  top: -1px;
  width: 38px;
  height: 40px;
  background-color: #d5d7d7;
  background-image: url(../images/icon-choose02.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.degreeList li:hover,.degreeList li.active{
  border: 1px solid #3a9ff9;
  color: #3a9ff9;
}
.degreeList li:hover i,.degreeList li.active i{
  background-color: #39a6fc;
}
.searchBox{
  float: left;
  width: 490px;
  height: 40px;
  border: 1px solid #3a9ff9;
  border-radius: 3px;
  position: relative;
}
.searchInput{
  width:390px;
  height: 40px;
  text-indent: 1em;
  font-size: 16px;
  line-height: 40px;
  border-radius: 3px;
}
.searchButton{
  position: absolute;
  right: 0;
  top: 0px;
  height: 40px;
  width: 100px;
  background-color: #3a9ff9;
  border-radius: 3px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.searchButton:hover{
  color: #fff;
  background-color: #39a6fc;
}

/* 学历切换 */
.zyk-menu{
  height: 64px;
  margin-top: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.zyk-menu li{
  float: left;
  padding: 0 8px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 64px;
  position: relative;
  cursor: pointer;
}
.zyk-menu li.on{
  font-weight: bold;
}
.zyk-menu li.on:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #3a9ff9;
}
/* 专业切换 */
.sortMenu{
  padding: 24px 0;
}
.sortMenu span{
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  line-height: 34px;
  cursor: pointer;
}
.sortMenu span.current,.sortMenu span:hover{
  color: #3a9ff9;
}
.sortList li{
  display: none;
}
.sortList li.cur{
  display: block;
}
.sortList div{
  padding-bottom: 12px;
}
.sortList h4{
  font-size: 26px;
  line-height: 64px;
}
.sortList p a{
  float: left;
  width: 25%;
  height: 60px;
  border: 1px solid #ededed;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}


/* 适配手机 */
@media screen  and ( max-width: 1200px) {

/* 专业库 */
.searchwrap{
  padding-top: 0;
}
.p02{
  float: none;
  margin-right: 0;
  font-size: .7rem;
  line-height: 2rem;
}
.degreeList{
  float: none;
  margin-right: 0;
}
.degreeList li{
  width: 5rem;
  height: 1.5rem;
  margin-right:.8rem;
}
.degreeList li span{
  width: 3.5rem;
  font-size: .6rem;
  line-height: 1.5rem;
}
.degreeList li i{
  right: -1px;
  top: -1px;
  width: 1.5rem;
  height: 1.5rem;
  background-size: .6rem auto;
}
.searchBox{
  float: none;
  width: 100%;
  height: 1.8rem;
}
.searchInput{
  width:12.75rem;
  height: 1.8rem;
  font-size: .6rem;
  line-height: 1.8rem;
}
.searchButton{
  position: absolute;
  right: 0;
  top: 0px;
  height: 1.8rem;
  width: 5rem;
  font-size: .7rem;
  line-height: 1.8rem;
}
/* 学历切换 */
.zyk-menu{
  height: 1.8rem;
  margin-top: .5rem;
}
.zyk-menu li{
  padding: 0 .2rem;
  margin-right: 1rem;
  font-size: .7rem;
  line-height: 1.8rem;
}
/* 专业切换 */
.sortMenu{
  padding: .5rem 0;
}
.sortMenu span{
  margin-right: 1rem;
  font-size: .6rem;
  line-height: 1.2rem;
}
.sortList div{
  padding-bottom: .3rem;
}
.sortList h4{
  font-size: .8rem;
  line-height: 2rem;
}
.sortList p a{
  width: 33.333%;
  height: 1.5rem;
  font-size: .6rem;
  line-height: 1.5rem;
  overflow: hidden;
}

}
