@charset "utf-8";
/* CSS Document */
#hrWrap{
  width:1140px;
  height:auto;
  margin:0 auto;
  overflow:hidden;
  padding:40px 0px 10px 0px; 
}
#hrSidebar_a{
  width:700px;
  height:auto;
  float:left;
  margin-left:30px;
}
.hrListWrap{
  width:700px;
  height:auto;
}
.hrListTime{
  width:auto;
  height:auto;
  font-size:14px;
}
.hrListTitle{
  width:auto;
  height:60px;
  font-size:28px;
  line-height:60px;
  font-weight:600;
}
.hrListSummary{
  font-size:14px;
  line-height:20px;
  font-weight:600;
}
.hrListContent{
  font-size:12px;
  line-height:20px;
  margin-top:20px;
  margin-bottom:20px;
}
#hrSidebar_a a{
  color:#333333;
}
.hrListContent a{
  color:#666666;
}
.hrListBorder{
  width:100%;
  height:1px;
  margin-bottom:20px;
/*  border-bottom:1px solid #e1e1e1;*/
}

#hrSidebar_b{
  width:300px;
  height:auto;
  float:right;
  overflow:auto;
  margin-right:30px;
  background-color:#0E67B7;
  padding:20px 15px 20px 15px; 
}
.hrSidebar_bTitle{
  width:auto;
  height:60px;
  font-size:28px;
  color:#FFFFFF;
  margin-bottom:20px;
}
.hrSidebar_bList li{
  width:auto;
  color:#FFFFFF;
  margin-bottom:10px;
}
.hrSidebar_bList li a{
  font-size:14px;
  color:#FFFFFF;
  text-decoration:underline;
}
.hrSidebar_bTime{
  width:auto;
  text-align:right;
  font-size:12px;
  line-height:20px;
}
.shareWrap{
  width:200px;
  line-height:30px;
  color:#FFFFFF;
  font-size:16px;
  float:right;
}
.shareList li{
  width:40px;
  height:40px;
  margin-right:10px;
  float:left;
  cursor:pointer;
  background-image:url(../img/share.png);
}
.xinlang{
  background-position:0px 0px;
}
.f{
  background-position:-50px 0px;
}
.in{
  background-position:-100px 0px;
}
.weixin{
  background-position:-150px 0px;
}