* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.enterprise_list {
  width: 1150px;
  margin: 20px auto;
  border: 1px solid #ccc;
}
.enterprise_list .nav {
  width: 100%;
  padding-left: 15px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
}
.enterprise_list .nav a {
  font-weight: bold;
}
.enterprise_list .nav a.now {
  font-weight: normal;
}
.enterprise_list .content {
  width: 100%;
  padding: 20px;
}
.enterprise_list .content .left {
  width: 260px;
  margin-right: 50px;
}
.enterprise_list .content .left .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.enterprise_list .content .left .title:hover {
  color: #ff6600;
}
.enterprise_list .content .left .img-box {
  width: 100%;
  height: 160px;
  margin: 10px auto;
  border: 1px solid #000;
}
.enterprise_list .content .left .img-box img {
  width: 100%;
  height: 100%;
}
.enterprise_list .content .left .item {
  line-height: 22px;
  margin-bottom: 5px;
}
.enterprise_list .content .left .item .key {
  color: #000;
  font-weight: bold;
}
.enterprise_list .content .left .item .val {
  padding-left: 15px;
}
.enterprise_list .content .right {
  width: 798px;
}
.enterprise_list .content .right .tip {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  color: #333;
  border-left: 3px solid #ff6600;
}
.enterprise_list .content .right .list {
  margin-top: 12px;
  width: 100%;
}
.enterprise_list .content .right .list li {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 12px;
}
.enterprise_list .content .right .list li .title {
  font-size: 16px;
  line-height: 26px;
  color: #ff6600;
}
.enterprise_list .content .right .list li .title:hover {
  text-decoration: underline;
  color: #777;
}
.enterprise_list .content .right .list li .position {
  line-height: 24px;
  margin: 6px 0;
  padding-right: 60px;
}
.enterprise_list .content .right .list li .position .jobs a {
  margin: 0 5px;
}
.enterprise_list .content .right .list li .position .jobs a:hover {
  color: #777;
  text-decoration: underline;
}
.enterprise_list .content .right .list li .num {
  line-height: 24px;
}
.enterprise_list .content .right .list li .num span {
  color: #333;
}
.enterprise_list .content .right .list li .look {
  padding-right: 40px;
  margin-top: -6px;
}
.enterprise_list .content .right .list li .look .fr {
  padding: 0 12px;
  color: #fff;
  background-color: #ff6600;
}
