<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @desc:Home_page css;
 * @author:钟俊辉;
 * @date:2017-05-17;
 */
#sh_header {
  width: 1000px;
  height: 30px;
  margin: auto;
  margin: 0px auto;
  text-align: left;
  overflow: hidden;
}
#sh_header &gt; .sh_top {
  line-height: 30px;
}
#sh_header &gt; .sh_top &gt; .top_l {
  font-family: "宋体";
}
#sh_header &gt; .sh_top &gt; .top_r &gt; .top_login {
  padding-right: 20px;
  color: #999;
}
#sh_header &gt; .sh_top &gt; .top_r &gt; .top_login &gt; .person_login {
  padding-right: 3px;
}
#sh_header &gt; .sh_top &gt; .top_r &gt; .top_login &gt; .person_login:hover {
  color: #0094ff;
}
#sh_header &gt; .sh_top &gt; .top_r &gt; .top_login &gt; .sh_regiter:hover {
  color: #0094ff;
}
#sh_header &gt; .sh_top &gt; .top_r &gt; .company_login {
  width: 80px;
  height: 25px;
  line-height: 25px;
  background-color: #64AAFF;
  color: white;
  text-align: center;
  margin-top: 2px;
}
.sh_nav {
  height: 60px;
  width: 100%;
  margin: auto;
  background-color: #07467B;
  text-align: left;
  line-height: 60px;
}
.sh_nav &gt; .sh_logo &gt; img {
  width: 102px;
  height: 60px;
}
.sh_nav &gt; .sh_logo &gt; ul &gt; li {
  float: left;
  padding-left: 30px;
}
.sh_nav &gt; .sh_logo &gt; ul &gt; li &gt; a {
  color: white;
}
.search {
  height: 80px;
  line-height: 80px;
}
.search &gt; .search_content {
  text-align: center;
  width: 100%;
}
.search &gt; .search_content &gt; #city {
  color: #999999;
  vertical-align: middle;
}
.search &gt; .search_content &gt; .city_text_btn {
  height: 40px;
  border: 2px solid #07467B;
}
.search &gt; .search_content &gt; #text_city {
  width: 800px;
  border-left: 0px;
  color: #999999;
  margin-left: -5px;
  padding-left: 20px;
}
.search &gt; .search_content &gt; #btn_city {
  width: 140px;
  background-color: #07467B;
  color: white;
  cursor: pointer;
  margin-left: -4px;
  border-left: 0px;
  vertical-align: middle;
}
#job_classify {
  margin-top: 10px;
  margin-bottom: 20px;
}
#job_classify &gt; .sh_common &gt; .job_cls_main {
  padding: 22px 20px 12px;
  background-color: #F8F8F8;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_1 {
  display: block;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_1 &gt; .job_cls_title {
  width: 52px;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_1 &gt; .job_cls_title &gt; span {
  float: left;
  font-size: 14px;
  color: #999999;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_1 &gt; ul {
  width: 857px;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_1 &gt; ul &gt; li {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_1 &gt; ul &gt; li &gt; a {
  font-size: 14px;
  color: #6A6A6A;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_1 &gt; ul &gt; li &gt; select {
  width: 128px;
  height: 24px;
  margin-left: -10px;
  padding-left: 5px;
  color: #999999;
  text-align: center;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_2 {
  background-color: #F2F2F2;
  display: block;
  padding: 5px;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_2 &gt; .job_cls_title {
  width: 74px;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_2 &gt; .job_cls_title &gt; span {
  float: left;
  font-size: 14px;
  color: #999999;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_2 &gt; ul &gt; li {
  float: left;
  color: #fff;
  font-size: 14px;
  padding-left: 16px;
  background-color: #07467B;
  border-radius: 2px;
  margin-right: 5px;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_2 &gt; ul &gt; li &gt; a {
  color: #fff;
  padding-right: 10px;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_2 &gt; .job_cls_count &gt; span:nth-child(1),
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_2 &gt; .job_cls_count span:nth-child(3) {
  font-size: 14px;
  color: #999999;
}
#job_classify &gt; .sh_common &gt; .job_cls_main &gt; .job_cls_line_2 &gt; .job_cls_count &gt; span:nth-child(2) {
  font-size: 14px;
  color: #FE9655;
  padding: 0 5px;
}
#job_table &gt; .sh_common &gt; .job_table_tab {
  border-bottom: 1px solid #07467B;
  height: 30px;
  width: 100%;
}
#job_table &gt; .sh_common &gt; .job_table_tab &gt; .job_table_left &gt; ul &gt; li {
  float: left;
  width: 120px;
  height: 30px;
  background-color: #07467B;
  margin-bottom: -1px;
  margin-right: 6px;
}
#job_table &gt; .sh_common &gt; .job_table_tab &gt; .job_table_left &gt; ul &gt; li &gt; a {
  color: #ffffff;
}
#job_table &gt; .sh_common &gt; .job_table_tab &gt; .job_table_left &gt; ul &gt; li.tab_selected {
  background-color: #ffffff;
  border: 1px solid #07467B;
  border-bottom: 1px solid #ffffff;
}
#job_table &gt; .sh_common &gt; .job_table_tab &gt; .job_table_left &gt; ul &gt; li.tab_selected &gt; a {
  color: #999999;
}
#job_table &gt; .sh_common &gt; .job_table_tab &gt; .job_table_right &gt; .job_table_display {
  margin-left: 15px;
}
#job_table &gt; .sh_common &gt; .job_table_tab &gt; .job_table_right &gt; .job_table_display &gt; span,
#job_table &gt; .sh_common &gt; .job_table_tab &gt; .job_table_right &gt; .job_table_display a {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
}
#job_table &gt; .sh_common &gt; .job_table_tab &gt; .job_table_right &gt; .job_table_display &gt; a {
  color: #666666;
}
#job_table &gt; .sh_common &gt; .job_table_sel {
  width: 100%;
  height: 50px;
  background-color: #F8F8F8;
  padding-left: 16px;
  padding-top: 8px;
}
#job_table &gt; .sh_common &gt; .job_table_sel &gt; .job_all_select {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
#job_table &gt; .sh_common &gt; .job_table_sel &gt; .job_all_select a {
  font-size: 14px;
  color: #6A6A6A;
}
#job_table &gt; .sh_common &gt; .job_table_sel &gt; .job_table_btn {
  width: 106px;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  font-size: 18px;
}
#job_table &gt; .sh_common &gt; .job_table_sel &gt; .job_table_btn.job_apply {
  background-color: #FF9900;
}
#job_table &gt; .sh_common &gt; .job_table_sel &gt; .job_table_btn.job_apply &gt; a {
  color: #FFFFFF;
}
#job_table &gt; .sh_common &gt; .job_table_sel &gt; .job_table_btn.job_collect {
  background-color: #E2EEF8;
}
#job_table &gt; .sh_common &gt; .job_table_content {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 35px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content {
  width: 100%;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_head {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 20px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_head &gt; .table_head_cell {
  float: left;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_head &gt; .table_head_cell:first-child {
  width: 330px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_head &gt; .table_head_cell:nth-child(2) {
  width: 260px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_head &gt; .table_head_cell:nth-child(3) {
  width: 150px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_head &gt; .table_head_cell:nth-child(4) {
  width: 150px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_head &gt; .table_head_cell:nth-child(5) {
  width: 80px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body {
  width: 100%;
  height: 50px;
  border: 0;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body + .table_body {
  border-top: 1px solid #cccccc;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body:hover {
  background-color: #F2F2F2;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body .table_body_cell {
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 50px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body .table_body_cell &gt; a:hover {
  color: #FF9900;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body .table_body_cell:first-child {
  font-size: 16px;
  padding-left: 20px;
  width: 350px;
  height:50px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body .table_body_cell:nth-child(2) {
  width: 260px;
  height:50px;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body .table_body_cell:nth-child(3) {
  width: 150px;
  height:50px;
  text-align: center;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body .table_body_cell:nth-child(4) {
  width: 150px;
  height:50px;
  font-size: 16px;
  color: #FF5500;
  text-align: center;
}
#job_table &gt; .sh_common &gt; .job_table_content &gt; #job_table_content &gt; .table_body .table_body_cell:nth-child(5) {
  width: 80px;
  height:50px;
  text-align: center;

}
#tab_and_pages {
  margin-top: 60px;
}
#tab_and_pages &gt; .sh_common &gt; #job_table_pages {
  height: 150px;
  width: 100%;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab {
  width: 100%;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_tab {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #898989;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_tab &gt; ul &gt; li {
  float: left;
  width: 105px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  margin-bottom: -1px;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_tab &gt; ul &gt; li.job_link_select {
  border: 1px solid #898989;
  border-bottom: 1px solid #F2F2F2;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_tab &gt; ul &gt; li &gt; a {
  color: #898989;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_content {
  width: 100%;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_content &gt; ul {
  width: 100%;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_content &gt; ul &gt; li {
  width: 20%;
  float: left;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_content &gt; ul &gt; li &gt; .job_link_city {
  font-size: 14px;
  margin: 16px 0;
  text-align: left;
}
#tab_and_pages &gt; .sh_common &gt; #job_link_tab &gt; .job_link_content &gt; ul &gt; li &gt; .job_link_city &gt; a {
  color: #898989;
}
#tab_and_pages &gt; .sh_common &gt; #friend_link {
  height: 42px;
  border-bottom: 1px solid #898989;
  line-height: 42px;
}
#tab_and_pages &gt; .sh_common &gt; #friend_link &gt; span {
  font-size: 12px;
  float: left;
}
#tab_and_pages &gt; .sh_common &gt; #friend_link &gt; ul {
  width: 870px;
  height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tab_and_pages &gt; .sh_common &gt; #friend_link &gt; ul &gt; li {
  float: left;
  font-size: 12px;
}
#tab_and_pages &gt; .sh_common &gt; #friend_link &gt; ul &gt; li + li {
  margin-left: 20px;
}
#tab_and_pages &gt; .sh_common &gt; #friend_link &gt; ul &gt; li &gt; a {
  color: #898989;
}
#tab_and_pages &gt; .sh_common &gt; #friend_link &gt; .more_link {
  font-size: 12px;
}
#footer {
  width: 100%;
  margin: auto;
}
#footer &gt; .sh_common &gt; .now_area {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  text-align: left;
}
#footer &gt; .sh_common &gt; .now_area &gt; a {
  color: #1D81C7;
}
/*备案信息*/
.backup {
  margin: auto;
  width: 100%;
  line-height: 20px;
  text-align: center;
  padding-top: 20px;
}
.backup &gt; p {
  padding-bottom: 10px;
}
.backup &gt; p &gt; .split {
  padding-left: 10px;
  font-size: 12px;
}
</pre></body></html>