.main {
	margin-top: 16px;
}
.main .content {
  float: right;
  width: 900px;
  min-height: 540px;
  padding-bottom: 20px;
}
/*²à±ßÀ¸*/
.sidebar {
  float: left;
  width: 260px;
  min-height: 750px;
  background-color: #edf4fa;
  padding-top: 20px;
}
.sidebar .s-hd {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 6px;
  margin-bottom: 7px;
  line-height: 24px;
  font-size: 21px;
  color: #17447b;
  font-weight: bold;
  border-left: 4px solid #fff04c;
}
.sidebar .sidebar-one {
  margin: 0 10px;
  border-top: 1px solid #cddfeb;
  padding-top: 1px;
}
.sidebar .sidebar-one > li > a {
  display: block;
  height: 49px;
  line-height: 50px;
  transition: all 0.5s;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #17447b;
  border-bottom: 1px solid #dbe6ef;
  border-image: linear-gradient(to right, rgba(219, 230, 239, 0.3), #dbe6ef, rgba(219, 230, 239, 0.3)) 20 20;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidebar-one > li > a:hover {
  border-color: transparent;
  border-image: transparent;
  background-color: #fff04c;
}
.sidebar .sidebar-one > .select > a {
  border-color: transparent;
  border-image: transparent;
  background-color: #fff04c;
  font-weight: bold;
}
.sidebar .sidebar-tow {
  margin-top: 5px;
  background-color: #e4f3ff;
}
.sidebar .sidebar-tow > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  color: #17447b;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidebar-three {
  margin-top: 5px;
  background-color: #e4f3ff;
}
.sidebar .sidebar-three > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 16px;
  color: #17447b;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidebar-four {
  margin-top: 5px;
  background-color: #e4f3ff;
}
.sidebar .sidebar-four > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  font-size: 16px;
  color: #17447b;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidebar-tow > li > a:hover,
.sidebar .sidebar-three > li > a:hover,
.sidebar .sidebar-four > li > a:hover {
  color: #17447b;
  background-color: #fff04c;
}
.sidebar .sidebar-tow > .select > a,
.sidebar .sidebar-three > .select > a,
.sidebar .sidebar-four > .select > a {
  color: #17447b;
  background-color: #fff04c;
}
.content .tit {
  padding-bottom: 7px;
  border-bottom: 1px solid #edf4fa;
}
.content .tit h2 {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #17447b;
  line-height: 18px;
}
.content .tit .crumbs {
  float: right;
  line-height: 18px;
  font-size: 12px;
  color: #bdbdc8;
}
.content .tit .crumbs a {
  color: #bdbdc8;
}
.content .tit .crumbs a:hover {
  color: #17447b;
}
.content .con {
  font-size: 16px;
  color: #555;
  line-height: 32px;
  margin-top: 20px;
}
