.banner-cont img {
  width: 1000px;
  height: 250px; }

.main-cont {
  margin-top: 35px; }

.siderbar {
  width: 200px;
  float: left;
  color: #333; }

.content {
  width: 760px;
  margin-left: 240px;
  min-height: 350px; }

.data-list li {
  margin: 20px 0; }
  .data-list li a {
    color: #666;
    max-width: 600px;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
  .data-list li a {
    *display: inline;
    *zoom: 1;
    _display: inline;
    _zoom: 1; }
  .data-list li .date-suffix {
    color: #999;
    float: right; }

.search-pane {
  overflow: hidden; }
  .search-pane .title {
    margin: 30px auto;
    font-size: 20px;
    text-align: center; }
  .search-pane table.search-groups {
    width: 100%;
    font-size: 16px; }
    .search-pane table.search-groups tr td {
      width: 370px;
      padding: 5px 0; }
      .search-pane table.search-groups tr td .label {
        width: 77px;
        display: inline-block; }
      .search-pane table.search-groups tr td .label {
        *display: inline;
        *zoom: 1;
        _display: inline;
        _zoom: 1; }
      .search-pane table.search-groups tr td .field {
        display: inline-block; }
      .search-pane table.search-groups tr td .field {
        *display: inline;
        *zoom: 1;
        _display: inline;
        _zoom: 1; }
    .search-pane table.search-groups .member-name {
      width: 263px;
      height: 28px;
      font-size: 15px;
      text-indent: 1em; }
    .search-pane table.search-groups .search-btn {
      margin-left: 82px;
      width: 268px;
      height: 30px;
      border-radius: 2px;
      font-size: 16px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      background-color: #f3ac04; }
  .search-pane .data-table {
    text-align: center; }
    .search-pane .data-table table.member-table {
      width: 100%;
      margin: 40px 0;
      border-spacing: 0;
      border-collapse: collapse;
      border-bottom: 1px solid #d5d5d5; }
      .search-pane .data-table table.member-table th {
        padding: 8px; }
      .search-pane .data-table table.member-table tr:nth-of-type(odd) {
        background-color: #f9f9f9; }
      .search-pane .data-table table.member-table tr.table-head {
        background: #d9edf7;
        font-weight: bold;
        border: 1px solid #d5d5d5; }
      .search-pane .data-table table.member-table td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd; }
      .search-pane .data-table table.member-table .col-name {
        width: 280px; }

.select {
  display: inline-block;
  width: 268px;
  height: 28px;
  line-height: 30px;
  text-indent: 1em;
  border: 1px solid #d9d9d9;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .select .select-content {
    width: 100%; }
  .select i {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 9px;
    height: 5px;
    background-image: url("../../images/icons.png");
    background-position: -12px 0px; }
  .select .dropdown-list {
    z-index: 1005;
    display: none;
    border: 1px solid #e3e3e3;
    background: white;
    position: absolute;
    top: 30px;
    left: -1px;
    width: 268px; }
    .select .dropdown-list .list-item + .list-item {
      border-top: 1px solid #e3e3e3;
      cursor: pointer; }
    .select .dropdown-list .list-item:hover {
      background: #fafafa; }
