﻿.topmenudiv {
  background-color: #ffffff;
  width: 1100px;
  padding-top: 30px;
  height: 70px;
  margin: auto;
}

.topmenudiv .BingTitle {
  color: #377ebc;
  float: left;
  font-family: Microsoft Yahei, "微软雅黑";
  font-size: 34px;
  line-height: 40px;
  margin: -8px 0 0 20px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  width: 180px;
}

.topmenudiv .SmallTitle {
  font-family: Microsoft Yahei, "微软雅黑";
  color: #aaa;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

.box {
  width: 1300px;
  margin: 20px auto;
}

.box .box-content {
  padding: 25px 45px 45px 45px;
  background: #fff;
}

.box .box-content-left {
  width: 200px;
  margin-top: 20px;
  margin-right: 20px;
  background: #fff; 
}
.box .box-content-right {
  margin-top: 20px;
}

.box .menu {
  height: 38px;
  border-bottom: 1px solid #f2f6fc;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.box .menu:hover,
.box .menu:hover a,
.box .menu.selected,
.box .menu.selected a {
  background: #0378d8;
  color: #fff;
}

.box .menu a {
  text-decoration: none;
}


.box .title {
  height: 45px;
  background-color: #F7FAFD;
}

.box .title .titlel,
.box .title .title2 {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #fff;
  padding: 0 20px;
  background: #0378d8;
}

.box .icon1 {
  background: url(/images/v/hr.gif) no-repeat 0 -116px;
  height: 28px;
  width: 240px;
  margin: 20px 0 20px 0;
  display: block;
}

.box .icon2 {
  background-position: 0 -162px;
}

.box .icon3 {
  background-position: -264px -116px;
}

.box .icon4 {
  background-position: -264px -162px;
}

.box .icon5 {
  background-position: -528px -116px;
}

.box .icon6 {
  background-position: -528px -162px;
}

.box .iconbox {
  color: #ffffff;
  width: 464px;
  height: 261px;
  border: 2px solid #EDEDED;
}

.box .icon11 {
  background: url(/images/v/hr.gif) no-repeat -1px -220px;
  height: 143px;
  width: 464px;
  display: block;
}

.box .icon22 {
  background-position: -480px -220px;
}

.box .icon33 {
  background-position: -1px -376px;
}

.box .icon44 {
  background-position: -480px -376px;
}

.box .icon55 {
  background-position: -1px -531px;
}

.box .icon66 {
  background-position: -480px -531px;
}

.box .adv {
  padding: 40px 0 40px 40px;
}

.box .adv .abox {
  width: 254px;
  margin-right: 60px;
  padding-left: 5px;
  font-weight: bold;
}

.box .adv .abox .boxtitle {
  color: #0378d8;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
  height: 35px;
}

.box .adv .abox .content {
  font-weight: normal;
  line-height: 200%;
  padding: 5px 0 5px 0;
}

.box .listtitle {
  color: #999;
  margin: 10px 0;
  line-height: 20px;
  height: 20px;
  position: relative;
  font-size: 12px;
}

.box .listtitle .sign {
  background: #1e84d6;
  display: inline-block;
  width: 8px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.box .listtitle .ch {
  color: #1f7fcc;
  font-weight: bold;
  margin-left: 15px;
  font-size: 14px;
}

.box .listtitle .en {
  color: #fc9b00;
  font-size: 12px;
}


.box .ListView {
}

.box .ListView .tdmenu {
  background-color: #0378d8;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
}

.box .ListView td {
  height: 35px;
}

.box .down {
  background: url(/images/v/hrdown.gif) no-repeat -25px 0;
  height: 17px;
  width: 16px;
  display: block;
  float: left;
  margin: 0 15px 0 50px;
}

.box .down:hover {
  background-position: 0 0;
}

.box .look {
  background: url(/images/v/hrdown.gif) no-repeat -49px 0;
  height: 17px;
  width: 20px;
  display: block;
  float: left;
}

.search-box {
  position: relative;
}

.search-box:hover input {
  border: 1px solid #0378d8ad;
}

.hrsearchbottom {
  background: url(/images/v4/search.png) no-repeat;
  height: 32px;
  width: 36px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
}

.hrkeyword {
  border: 1px solid #eeeeee;
  height: 30px;
  width: 195px;
  margin-right: 5px;
  padding: 0 40px 0 10px;
  font-size: 14px;
  outline: none;
}