﻿.information_list {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 150px; }
  .information_list .position {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999; }
    .information_list .position a {
      font-size: 16px;
      color: #333;
      font-weight: bold; }
    .information_list .position a.active {
      color: #666;
      font-weight: normal; }
    .information_list .position span {
      padding: 0 5px;
      color: #999; }
  .information_list .top {
    padding: 30px 0 10px;
    position: relative;
    margin-bottom: 15px; }
    .information_list .top .title {
      padding: 10px 30px;
      position: relative;
      font-size: 36px;
      color: #373d41;
      font-weight: bold;
      margin-bottom: 20px; }
      .information_list .top .title span {
        position: absolute;
        width: 10px;
        height: 38px;
        background: #50d1d1;
        left: 0;
        top: 18px; }
  .information_list .list li {
    box-sizing: border-box;
    padding: 20px 0; }
    .information_list .list li .left {
      float: left;
      width: 280px;
      height: 120px;
      background: #ccc;
      margin-right: 50px; }
      .information_list .list li .left img {
        width: 100%;
        height: 100%; }
    .information_list .list li .right {
      overflow: hidden;
      border-bottom: 1px solid #d6d6d6;
      height: 130px; }
      .information_list .list li .right a {
        color: #373d41; }
        .information_list .list li .right a .tit {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 15px; }
        .information_list .list li .right a .content {
          font-size: 16px;
          line-height: 24px; }
      .information_list .list li .right a:hover {
        color: #50d1d1; }
      .information_list .list li .right .time {
        font-size: 16px;
        color: #919497;
        margin-top: 15px; }

/*# sourceMappingURL=information.css.map */
