@import url(base.css);
body {
  background: #eee;
}
header {
  height: 240px;
  background: url("https://zos.alipayobjects.com/cmsmng/cms/images/ir3njciw/f465df15-d8f1-40b2-a9a1-f16b602038c6.png") no-repeat #fff;
  background-size: 100% 240px;
}
.main {
  position: relative;
  padding: 0 150px;
}
.main .left_bar {
  position: absolute;
  top: -180px;
}
.left_bar ul li {
  list-style: none;
  width: 115px;
  padding-left: 50px;
  margin-left: 20px;
  height: 50px;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
  background: url(../image/icon4.jpg);
}
.left_bar ul li:first-child {
  background: none;
  margin-bottom: -10px;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}
.left_bar ul li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
img.own_img {
  border-radius: 50%;
}
.main .wrap {
  margin-left: 210px;
}
.main .wrap section {
  height: 800px;
}
