
.left-list .left-list-item {
  cursor: pointer;
    background: url(../images/inner_l_nav_border.gif) no-repeat bottom left;
    overflow: hidden;
}
.left-list .left-list-item.active .list-item-first,.left-list .left-list-item.active .list-item-first a {
  color: #fff;
}
.left-list .left-list-item:last-child .list-item-first {
  border: 0;
}
.left-list .left-list-item.open .list-item-second {
  display: block;
}

.left-list .left-list-item .list-item-first.active ,.left-list .left-list-item .list-item-first.active  a{
  color: #0062bf;
  font-weight: bold;
}

.left-list .left-list-item .list-item-second {
  list-style-type: none;
  padding-left: 24px;
  display: none;
}
/* .left-list .left-list-item .list-item-second li {
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #222222;
} */
.left-list .left-list-item .list-item-second li a {
  color: #222222;
}
.left-list .left-list-item .list-item-second li.active a {
  color: #222222;
  font-weight: bold;
}
.left-list .left-list-item .list-item-second li:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #6D6E71;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
}
.right-list {
  float: right;
  width: 1120px;
  background-color: transparent;
  border-radius: 8px;
  border: solid 1px #d2d2d2;
}
.right-list .right-list-head {
  height: 60px;
  border-bottom: 1px solid #e1e6e8;
  display: flex;
  align-items: center;
}
.right-list .right-list-head .head-item {
  font-size: 18px;
  color: #333;
  padding: 10px 24px;
  display: inline-block;
}
.right-list .right-list-head .head-item a {
  color: #333;
}
.right-list .right-list-head .head-item a:visited,
.right-list .right-list-head .head-item a:hover {
  color: #333;
}
.right-list .right-list-head .head-item:first-child {
  margin-left: 20px;
}
.right-list .right-list-head .head-item.active {
  background-color: #0062bf;
  border-radius: 18px;
  color: #fff;
}
.right-list .right-list-head .head-item.active a {
  color: #fff;
}
.right-list .right-list-head .head-item.active a:visited,
.right-list .right-list-head .head-item.active a:hover {
  color: #fff;
}
.right-list .right-list-table {
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
  list-style-type: none;
  margin-bottom: 50px;
}
.right-list .right-list-table li {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px dashed #ededed;
  padding-left: 16px;
  box-sizing: border-box;
  position: relative;
  list-style-type: none;
}
.right-list .right-list-table li::before {
  content: "";
  /* 必须加上content才能显示 */
  position: absolute;
  /* 绝对定位 */
  left: 0;
  /* 放在左侧 */
  top: 50%;
  /* 垂直居中 */
  transform: translateY(-50%);
  /* 微调居中 */
  width: 5px;
  /* 设置项目符号的宽度 */
  height: 5px;
  /* 设置项目符号的高度 */
  background-color: #3279d9;
  /* 自定义颜色 */
}
.right-list .right-list-table li div {
  display: inline-block;
  color: #333333;
  font-size: 18px;
}
.right-list .right-list-table li .title {
  float: left;
  width: 850px;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.right-list .right-list-table li .title a {
  color: #333;
}
.right-list .right-list-table li .time {
  float: right;
  color: #888888;
}
.right-list .pagination-wrapper {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.pages {
  width: 623px;
  margin-top: 30px;
  text-align: center;
}
.pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    width: auto;
    padding: 0 5px;
    height: 24px;
    cursor: pointer;
}
.pages a.current, .pages a:hover {
    color: #fff;
    background-color: #99c8ff;
    border-color: #99c8ff;
}
.pages a {
    box-sizing: border-box;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #666;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
}
.sel_page_wrap {
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #666;
}
#sel_page {
    height: 24px;
    margin: 0 5px;
    color: #666;
    border-color: #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
}