  ul,
    p {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    /* Clearfix 方法 */
    .clearfix:after {
      content: "";
      display: block;
      clear: both;
    }

    .chengdu-important-info-container input,
    .chengdu-important-info-container button {
      outline: none;
      border: 0;
      background: none;
    }

    .chengdu-important-info-container a {
      color: #333;
      text-decoration: none;
      outline: none;
    }

    /* 重要信息发布容器 */
    .chengdu-important-info-container {
          width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-family: "MicrosoftYaHei", '微软雅黑';
    line-height: 1.42857143;
    color: #333;
    margin-top: 20px;
    background: #fff;
    }

    .title-bar {
      height: 55px;
    }

    .title-bar-img {
      width: 100%;
      height: 100%;
    }

    .important-info-ul {
      height: 310px;
      margin-top: 20px;
      background: #fff;
    }

    /* 默认 */
    .important-info-ul li.card {
      float: left;
      width: 130px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
      position: relative;
      height: 100%;
      overflow: hidden;
    }

    li.card+li.card {
      margin-left: 6px;
    }

    /* 激活 */
    .important-info-ul .card.active {
      width: 75%;
    }

    .card.active .card-title .pic {
      display: none;
    }

    .card.active .card-title .pic-active {
      display: inline-block;
    }

    /* 标题 */
    .card-title {
      width: 130px;
      height: 100%;
      display: block;
      text-align: center;
      overflow: hidden;
      float: left;
      background: #eee;
    }

    .card-title p {
      font: 26px/28px 'SimSun';
      width: 26px;
      margin: 0 auto;
      padding-top: 25px;
    }

    .card-title img {
      display: inline-block;
      margin: 40px auto 0 auto;
    }

    .card-title .pic-active {
      display: none;
    }

    li.active .card-title {
      background: #e1f0ff;
    }

    /* 内容 */
    .card-box {
      display: none;
      float: left;
      width: 85%;
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #eee;
      padding: 0 15px;
    }

    .important-info-ul li.active .card-box {
      display: block;
    }

    /* 列表标题 */
    .ul-title {
      font: bold 20px/36px '微软雅黑';
      padding: 10px 0;
    }

    .xxfb-title {
      display: inline-block;
      width: 80%;

    }

    .xxfb-date {
      width: 15%;
      display: block;
      float: right;
    }

    /* 招聘信息列表 */
    .zp-list {
      height: 190px;
    }

    .zp-list li {
      height: 50px;
      line-height: 50px;

    }

    /* .zp-list li .xxfb-title:hover {
      transform: translateX(8px);
      transition: transform 0.2s ease;
    } */

    .zp-list li .xxfb-title:hover a {
      color: #e83223;
    }

    .zp-list .xxfb-title a {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .zp-list .xxfb-date {
      color: #9d9d9d;
    }

    .search-box {
      width: 100%;
      height: 40px;
    }

    .search-box .search-input {
      width: 88%;
      height: 40px;
      background: #f2f6f9 url('static/images/zyxx//icon_search.png') no-repeat 15px center;
      border-radius: 30px 0 0 30px;
      font-size: 16px;
      text-indent: 55px;
      color: #5e5e5e;
      float: left;
    }

    .search-box .search-btn {
      background: #3a81bf;
      width: 78px;
      height: 40px;
      border-radius: 0 30px 30px 0;
      color: #fff;
      font-size: 18px;
      float: left;
    }
.pull-left {
    float: left;
}
 .important-info-ul {
      height: 310px;
      margin-top: 20px;
      background: #fff;
    }

    /* 默认 */
    .important-info-ul li.card {
      float: left;
      width: 130px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
      position: relative;
      height: 100%;
      overflow: hidden;
    }

    li.card+li.card {
      margin-left: 6px;
    }

    /* 激活 */
    .important-info-ul .card.active {
      width: 75%;
    }

    .card.active .card-title .pic {
      display: none;
    }

    .card.active .card-title .pic-active {
      display: inline-block;
    }

    /* 标题 */
    .card-title {
      width: 130px;
      height: 100%;
      display: block;
      text-align: center;
      overflow: hidden;
      float: left;
      background: #eee;
    }

    .card-title p {
      font: 26px/28px 'SimSun';
      width: 26px;
      margin: 0 auto;
      padding-top: 25px;
    }

    .card-title img {
      display: inline-block;
      margin: 40px auto 0 auto;
    }

    .card-title .pic-active {
      display: none;
    }

    li.active .card-title {
      background: #e1f0ff;
    }

    /* 内容 */
    .card-box {
      display: none;
      float: left;
      width: 85%;
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #eee;
      padding: 0 15px;
    }

    .important-info-ul li.active .card-box {
      display: block;
    }

    /* 列表标题 */
    .ul-title {
      font: bold 20px/36px '微软雅黑';
      padding: 10px 0;
    }

    .xxfb-title {
      display: inline-block;
      width: 80%;

    }

    .xxfb-date {
      width: 15%;
      display: block;
      float: right;
    }

    /* 招聘信息列表 */
    .zp-list {
      height: 190px;
    }

    .zp-list li {
      height: 50px;
      line-height: 50px;

    }

    /* .zp-list li .xxfb-title:hover {
      transform: translateX(8px);
      transition: transform 0.2s ease;
    } */

    .zp-list li .xxfb-title:hover a {
      color: #e83223;
    }

    .zp-list .xxfb-title a {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .zp-list .xxfb-date {
      color: #9d9d9d;
    }

    .search-box {
      width: 100%;
      height: 40px;
    }

    .search-box .search-input {
      width: 88%;
      height: 40px;
      background: #f2f6f9 url('./static/icon_search.png') no-repeat 15px center;
      border-radius: 30px 0 0 30px;
      font-size: 16px;
      text-indent: 55px;
      color: #5e5e5e;
      float: left;
    }

    .search-box .search-btn {
      background: #3a81bf;
      width: 78px;
      height: 40px;
      border-radius: 0 30px 30px 0;
      color: #fff;
      font-size: 18px;
      float: left;
    }