
/* 专业库 */
.searchwrap{
  padding-top: 30px;
}
.p02{
  float: left;
  margin-right: 24px;
  font-size: 18px;
  line-height: 40px;
}
.degreeList{
  float: left;
}
.degreeList li{
  float: left;
  width: 124px;
  height: 40px;
  margin-right:12px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.degreeList li span{
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.degreeList li:hover,.degreeList li.active{
  border: 1px solid #fc7e5b;
  color: #fc7e5b;
}

.searchBox{
  /*width:550px;*/
  float: left;
  height: 40px;
  margin:0 auto;
}
.searchInput{
  float: left;
  width:400px;
  height: 40px;
  text-indent: 1em;
  font-size: 16px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.searchButton{
  float: left;
  height: 40px;
  width: 130px;
  margin-left: 15px;
  background:#fcad38;
  background: linear-gradient(90deg, #fcad38,#fc235a );
  border-radius: 6px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.searchButton:hover{
  color: #fff;
  background:#fcad38;
}

/* 学历切换 */
.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;
  color: #fc7e5b;
}
.zyk-menu li.on:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fc7e5b;
}
/* 专业切换 */
.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: #fc7e5b;
}
.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: 20%;
  height: 60px;
  border: 1px solid #ededed;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}
tr:hover{background:#efe;}
/* 默认适配屏幕最小1710px */
@media screen and ( min-width: 1310px) and ( max-width: 1709px) {

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

/* 专业库 */
.searchwrap{
  padding-top: .5rem;
}
.p02{
  width: 4rem;
  margin-right: .3rem;
  font-size: .7rem;
  line-height: 1.5rem;
}
.degreeList{
  width: 13.45rem;
  height: 1.5rem;
  margin-right: 0;
}
.degreeList li{
  width: 4rem;
  height: 1.5rem;
  margin-right:.725rem;
}
.degreeList li:nth-child(3){
  margin-right: 0;
}
.degreeList li span{
  width: 3.5rem;
  font-size: .6rem;
  line-height: 1.5rem;
}
.searchBox{
  width: 100%;
  height: 1.8rem;
  padding-top: .5rem;
  position: relative;
}
.searchInput{
  width:12rem;
  height: 1.5rem;
  font-size: .6rem;
  line-height: 1.5rem;
}
.searchButton{
  float:none;
  float: right;
  height: 1.5rem;
  width: 4.7rem;
  font-size: .7rem;
  line-height: 1.5rem;
}
/* 学历切换 */
.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: .5rem;
  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;
}

}
