.banner {
  height: 260px;
  background: url(../images/fengjing_20220826_4.png) center top;
}
.banner .title2 {
  margin-top: 9px;
  margin-left: 480px;
  height: 90px;
  width: 709px;
}
.main {
  margin-bottom: 20px;
  margin-top: 30px;
}
.main .content {
  float: right;
  width: 890px;
  min-height: 640px;
}
.main .crumbs {
  line-height: 25px;
  font-size: 16px;
  color: #888;
  letter-spacing: 1px;
}
.main .crumbs .icon-seat {
  margin-right: 14px;
  display: inline-block;
  height: 25px;
  width: 17px;
  background: url(../images/seat.png) no-repeat center center;
  vertical-align: middle;
}
.main .crumbs a {
  color: #888;
  line-height: 25px;
}
.main .crumbs a:hover {
  color: #079d2c;
}
.main .crumbs .last {
  color: #079d2c;
}
.main .con {
  margin-top: 20px;
  width: 890px;
  min-height: 720px;
}
.main .con img {
  height: 100%;
  width: 100%;
}
/*侧边栏*/
.sidebar {
  float: left;
  width: 280px;
  min-height: 640px;
  border: solid 1px #e6e6e6;
}
.sidebar .hd {
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  background-color: #f3f3f3;
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
}
.sidebar .hd::after {
  display: none;
}
.sidebar .sidebar-one {
  padding: 0 20px;
}
.sidebar .sidebar-one > li > a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 23px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 1px ;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidebar-one > li > a::before {
  position: absolute;
  top: 22px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #aaaaaa;
  border-radius: 4px;
}
.sidebar .sidebar-tow,
.sidebar .sidebar-three,
.sidebar .sidebar-four {
  padding-bottom: 20px;
}
.sidebar .sidebar-tow > li > a,
.sidebar .sidebar-three > li > a,
.sidebar .sidebar-four > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #444;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidebar-one > li > a:hover {
  color: #079d2c;
}
.sidebar .sidebar-one > li > a:hover::before {
  background: #079d2c;
}
.sidebar .sidebar-one > .select > a {
  color: #079d2c;
}
.sidebar .sidebar-one > .select > a::before {
  background: #079d2c;
}
.sidebar .sidebar-tow > li > a:hover {
  color: #079d2c;
}
.sidebar .sidebar-tow > .select > a {
  color: #079d2c;
}