@charset "UTF-8";
body{
  font-family: "FZHei-B01" !important;
}
.top_tpl{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 9999;
}
#header {
  min-width: 1024px;
  height: 160px;
  background: #fff;
}
#header .title_top{
  min-width: 1024px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
#header .title_top .title_top_left{
  color: #333333;
  margin-left: 162px;
}
#header .wrapper {
  width: 1024px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logo {
  border: 0;
}

#navheader {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#navheader li {
  height: 60px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#navheader li.current {
  z-index: 1;
}

#navheader li a {
  line-height: 57px;
  color: #333;
}

#navheader li.current a {
  color: #333;
  border-bottom: 2px solid #C81725;
}

#navheader li a:hover {
  color: #C81725;
  border-bottom: 2px solid #C81725;
}

#header ul.loginTop {
  margin: 0;
  padding: 0;
  margin-right: 40px;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

#header ul.loginTop li {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 15px;
}
#header ul.loginTop li a{
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#header ul.loginTop li span{
  color: #C81725;
  margin-left: 10px;
}

.job_recommend_content{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.job_recommend_content_list{
  width: 100%;
  /* height: 90px; */
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.job_recommend_content_tpl{
  /* height: 80px; */
  background: #F8F8F8;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.job_recommend_content_tpl img{
  width: 80px;
  height: 80px;
  border-radius: 8px;
}
.job_recommend_content_tpl .job_recommend_content_tpl_text_box{
  width: 165px;
  /* height: 80px; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.job_recommend_content_tpl .job_recommend_content_tpl_text_box div{
  font-size: 12px;
  color: #333;
}
.single_line .job_recommend_content_tpl .job_recommend_content_tpl_text_box{
  margin-left: 10px;
}
.double_line .job_recommend_content_tpl .job_recommend_content_tpl_text_box{
  margin-right: 10px;
}
.single_line .job_recommend_content_tpl .job_recommend_content_tpl_text_box div{
  text-align: left;
}
.double_line .job_recommend_content_tpl .job_recommend_content_tpl_text_box div{
  text-align: right;
}
.job_recommend_content_tpl:hover{
  background: #FFEFF0;
  cursor: pointer;
}
.job_recommend_content_tpl:hover .job_recommend_content_tpl_text_box div{
  color: #C81725;
}
.hunters_university{
  width: 984px;
  background: #FFFFFF;
  border-radius: 14px;
  margin-top: 20px;
  padding: 20px;
}
.university_container{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.university_list{
  width: 30%;
  margin: 5px;
}
.university_world{
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.university_world .university_world_left{
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.university_world .university_world_left img{
  margin-left: 20px;
}
.university_world .university_world_left span{
  color: #666666;
  margin-left: 20px;
}
.link_box{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.link_box .link_box_txt{
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.link_box .link_box_txt span{
  color: #666666;
}
.link_box .link_box_list{
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #C81725;
  color: #fff;
  border-radius: 10px;
  margin: 5px 10px;
}
.link_box .link_box_list a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
/*end*/
