/*就业信息*/
.jy_jy,
.jy_dd {
  width: 100%;
  overflow: hidden;
}
.jy_jy > a {
  width: 100%;
  height: 71px;
  display: block;
  overflow: hidden;
  color: #222;
  margin-top: 20px;
}
.jy_jy > a > span {
  width: 80px;
  height: 71px;
  display: block;
  float: left;
  margin-right: 20px;
}
.jy_jy > a > span > b {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  background: #f2f2f2;
  font-size: 24px;
  color: #1e4f89;
}
.jy_jy > a > span > em {
  width: 78;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  font-style: normal;
  font-size: 18px;
  border: 1px solid #bfbfbf;
  border-top: none;
}
.jy_jy > a > h3 {
  width: 1000px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  float: left;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.jy_jy > a > i {
  width: 30px;
  height: 71px;
  display: block;
  float: right;
  background: url(../img/btn_5.jpg) no-repeat;
}
.jy_jy > a > p {
  width: 1010px;
  overflow: hidden;
  float: left;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.jy_jy > a:hover {
  color: #e9c109;
}
.jy_jy > a:hover b {
  background: #e9c109;
}
.jy_jy > a:hover i {
  background: url(../img/btn_05.jpg) no-repeat;
}
/*分页*/
.page {
  width: 100%;
  height: 18px;
  overflow: hidden;
  text-align: center;
  margin: 40px auto;
}
.page > a {
  color: #222;
  margin-left: 10px;
}
.page > .on,
.page > a:hover {
  color: #1e4f89;
}
/*详情页*/
.jy_main > h3 {
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
}
.time {
  height: 16px;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  color: #666;
  margin-top: 15px;
}
.time > em {
  font-style: normal;
}
.time > span {
  margin-left: 20px;
}
.jy_main > h4 {
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.jy_main > p {
  width: 100%;
  overflow: hidden;
  text-indent: 2em;
  line-height: 24px;
  margin-top: 5px;
}
.jy_main > span {
  text-indent: 2em;
}
/*就业明星*/
.nav_a {
  height: 30px;
  overflow: hidden;
  overflow: hidden;
  margin: 18px 0;
}
.nav_a > a {
  width: 118px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #222;
  display: block;
  float: left;
  border: 1px solid #1e4f89;
  margin: 0 20px 0 5px;
}
.nav_a > a:hover,
.nav_a > .on {
  background: #1e4f89;
  color: #fff;
}
.jy_dd > a {
  width: 285px;
  height: 300px;
  display: block;
  float: left;
  box-shadow: 2px 3px 4px #e4e4e4;
  border-radius: 6px;
  color: #222;
  margin: 0 0 20px 20px;
}
.jy_dd > a > dd {
  width: 285px;
  height: 210px;
  overflow: hidden;
}
.jy_dd > a > h3 {
  width: 265px;
  margin: 0 auto;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: lighter;
  font-size: 16px;
}
.jy_dd > a > p {
  width: 265px;
  height: 40px;
  margin: 0 auto;
  margin-top: 6px;
  overflow: hidden;
}
.jy_dd > a:hover {
  color: #1e4f89;
}
