﻿  .nav-title {
    padding: 15px;
    font-size: 1.2em;
  }
  .nav-sidebar {
      padding: 0px;
      margin: 20px 0px;
      list-style: none;
      font-size: 15px;
  }
  
  ul.nav-sidebar>li a {
    line-height: 36px;
    width: 100%;
    display: block;
    padding: 0px 15px;
    font-size: 1.1em;
    color: #111;
  }
  
  ul.nav-sidebar>li>a:hover, ul.nav-sidebar>.selected>a{
      /* background:#0073b7; */
      color:#0073b7;
      font-weight:bold;
  }
  
  .djsz  ul.nav-sidebar>li>a {
    color: #111;
  }
  
  .djsz ul.nav-sidebar>li>a:hover, .djsz ul.nav-sidebar>.selected>a{
    color: #eee;
    background:rgb(218,0,1) ;
  }

  /* .anchor {
    border-bottom: 2px solid #0073b7 !important;
  } */

  .anchor-thumbnail {
    float: left;
    width: 90px;
    height: 60px;
  }

  .anchor-name {
    float: left;
    padding: 0px 0px;
    font-size: 24px;
    line-height: 61px;
    left: 120px;
    position: absolute;
  }

  .anchor-name-n {
    float: left;
    padding: 0px 0px;
    font-size: 24px;
    line-height: 61px;
    border-bottom: 2px solid #0073b7 !important;
    width: 100%;
  }

  .article-date{
    padding: 20px 20px;
    
  }

  .article-header {
    padding: 10px 20px;
    border-bottom: 1px dotted #d8d8d8;
  }

  .article-title {
    line-height: 26px;
    font-family: "Microsoft YaHei";
    padding: 5px;
    text-align: center;
    font-size: 23px;
    color: #124D83;
  }

  .wp_articlecontent, .article-content {
    font-size: 15px;
    font-family: "Microsoft YaHei", sans-serif;
    color: #333333;
    letter-spacing: 1px;
  }

  .news-title {
      cursor: pointer;
  }

  .article-content p {
    text-indent: 2em;
  }

  @media (min-width: 768px) {
    #article{
      padding-left:100px;
      padding-right:100px;
    }
  }


  @media (min-width: 992px) {
    #article{
      padding-left:200px;
      padding-right:200px;
    }
  }
