.main {
  padding: 0 10px;
  background: url(../images/bg_body.png) repeat-x;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 12px;
  color: #567591;
}
.main .breadcrumbs img {
  margin-right: 10px;
}
.main .breadcrumbs a {
  color: #1f6db5;
}
.main .inner {
  display: flex;
  justify-content: space-between;
}
.main .inner .side {
  width: 200px;
}
.main .inner .side .side_title {
  width: 100%;
}
.main .inner .side .side_title img {
  width: 100%;
}
.main .inner .side .side_nav {
  width: 100%;
}
.main .inner .side .side_nav li {
  height: 55px;
  background-color: #f7f9fe;
  padding: 0 20px;
}
.main .inner .side .side_nav li:hover,
.main .inner .side .side_nav li.active {
  background-color: #dfedfd;
}
.main .inner .side .side_nav li:last-child a {
  border: 0;
}
.main .inner .side .side_nav li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  border-bottom: 1px dashed #eee;
  color: #333;
  font-size: 16px;
}
.main .inner .side .side_nav li a .dot {
  width: 8px;
  height: 8px;
  background-color: #2d589b;
  margin-right: 15px;
}
.main .inner .content {
  flex: 1;
  margin-left: 20px;
}
.main .inner .content .list li {
  position: relative;
  padding-left: 15px;
  line-height: 40px;
}
.main .inner .content .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #b5bfdc;
  transform: translateY(-50%);
  border-radius: 50%;
}
.main .inner .content .list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
}
.main .inner .content .list li a .type {
  color: #333;
}
.main .inner .content .list li a .left {
  display: flex;
}
.main .inner .content .list li:hover a {
  color: #1f6db5;
}
.main .inner .content .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.main .inner .content .paging a {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
}
.main .inner .content .paging a:hover {
  background-color: #1f6db5;
  color: #fff;
}
.main .inner .content .paging .active {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #1f6db5;
  color: #fff;
  font-size: 14px;
  border: 1px solid #1f6db5;
}
.main .inner .content .paging .jump-ipt {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #1f6db5;
  font-size: 14px;
}
