@charset "utf-8";
* {
    padding: 0;
    margin: 0;
  }
  body{
    font-size: 16px;
  }
a{
    color: #333;
}
  a:hover {
    color: #ff0000;
    text-decoration: none;
    font-family: '微软雅黑';
  }

  #special_content {
    max-width: 1200px;
    margin: 0 auto;
  }
  #article_content_ocation td{
    line-height: 36px;
  }
  .banner {
    text-align: center;
    max-width: 1138px;
    margin: 0 auto;
  }

  .banner img {
    width: 100%;
  }

  #special_content {
    max-width: 1140px;
    margin: auto;
    background-color: #f9fafc;
    height: 100%;
    height: auto !important;
    overflow: hidden;
  }

  .list {
    padding: 10px 20px;
    height: auto;
    width: 99%;
    margin: 0 auto;
  }

  .tit {
    height: 37px;
    line-height: 37px;
    background: #06C;
    color: #FFF;
    margin-top: 20px;
    font-size: 18px;
  }

  .tit a {
    color: #fff;
    padding-left: 16px;
  }

  .list_item {
    height: 240px;
    border: 1px solid #d8dde7;
    padding: 0 10px;
    overflow: hidden;
  }

  .list_item ul li {
    line-height: 38px;
    font-size: 16px;
  }

  .list_item ul li span {
    float: right;
    display: block;
    padding-left: 10px;
  }

  .list_item ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .list_item ul li a::before {
    content: '●';
    font-size: 10px;
    padding-right: 6px;
  }

  @media (max-width:768px) {
    .list {
      padding: 0
    }
  }