.content {
  border: 1px solid #c1c1c1;
  margin: 10px 0; }
  .content a {
    color: #333; }
  .content .left-head {
    background-color: #1a5393;
    height: 50px;
    line-height: 50px;
    color: #fff; }
  .content .left-body {
    padding: 5px 0; }
    .content .left-body .active {
      background: url("../images/nav_icon.png") no-repeat;
      background-size: 40% 40%;
      background-position: 30% 52%; }
    .content .left-body .nav > li > a:hover, .content .left-body .nav > li > a:focus {
      text-decoration: none;
      color: #1a5393;
      background-color: transparent; }
  .content .right-head {
    padding: 0 20px;
    background-image: url("../images/news_right_head_bg.png");
    background-size: 100% 100%; }
    .content .right-head ul {
      height: 40px;
      line-height: 40px; }
    .content .right-head img {
      padding-bottom: 5px; }
  .content .right-body {
    padding: 10px 20px;
    clear: left; }
    .content .right-body .reports-index > div {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .content .right-body .nav-justified {
      padding-left: 0; }
    .content .right-body .news-content {
      padding: 10px 20px;
      line-height: 2; }
      .content .right-body .news-content .news-article img {
        display: block;
        max-width: 100%;
        height: auto; }
    .content .right-body h2 {
      color: #1a5393; }
  .content .divider {
    margin: 0 10px 0 10px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #c1c1c1; }
.b-page {
  background: #fff;
  box-shadow: 0px 1px 2px 0px #E2E2E2;
}
.page {
  width: 100%;
  padding: 30px 15px;
  background: #FFF;
  text-align: center;
  overflow: hidden;
}
.page .first,
.page .prev,
.page .current,
.page .num,
.page .current,
.page .next,
.page .end {
  padding: 8px 16px;
  margin: 0;
  display: inline-block;
  color: #008CBA;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
}
.page .first:hover,
.page .prev:hover,
.page .current:hover,
.page .num:hover,
.page .current:hover,
.page .next:hover,
.page .end:hover {
  text-decoration: none;
  background: #F8F5F5;
}
.page .current {
  background-color: #008CBA;
  color: #FFF;
  border-radius: 5px;
  border: 1px solid #008CBA;
}
.page .current:hover {
  text-decoration: none;
  background: #008CBA;
}
.page .not-allowed {
  cursor: not-allowed;
}