﻿body {
  background: #e6ecf2; }

.content-wrap {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto 0;
  background: #fff;
  background-image: url("../images/con-bg.png");
  background-size: 100% 100%;
  min-height: 500px; }
  .content-wrap .list {
    padding: 20px 10px;
    width: 100%;
    overflow: hidden; }
    .content-wrap .list .list-item {
      float: left;
      width: 32%;
      margin-bottom: 28px;
      background-image: url('../images/faguan-list-bg.png');
      background-size: 380px 270px;
      background-repeat: no-repeat;
      overflow: hidden;
      background-color: #ffffff;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
      box-sizing: border-box;
      padding: 30px 11px 16px 5px; }
      .content-wrap .list .list-item .cont {
        margin-bottom: 20px; }
        .content-wrap .list .list-item .cont .img-wrap {
          float: left;
          width: 150px;
          height: 200px;
          overflow: hidden;
          border-radius: 10%;
          border: solid 1px #eaeaea;
          margin-right: 10px; }
          .content-wrap .list .list-item .cont .img-wrap img {
            width: 100%;
            height: 100%; }
        .content-wrap .list .list-item .cont .p .p1 {
          font-size: 16px;
          color: #333333; }
        .content-wrap .list .list-item .cont .p .p1 img {
          width: 20px;
          margin-right: 5px;
        }
        .content-wrap .list .list-item .cont .p .p2 {
          font-size: 16px;
          line-height: 60px;
          letter-spacing: 0px;
          color: #333333; }
        .content-wrap .list .list-item .cont .p .p2 img {
          width: 20px;
          margin-right: 5px;
        }
        .content-wrap .list .list-item .cont .p .p3 {
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 1.3;
          letter-spacing: 0px;
          color: #333333; }
        .content-wrap .list .list-item .cont-btn .btn {
          background-color: #2e7dff;
          color: #fff; }
  .content-wrap .arrow {
    width: 80px;
    margin: 0 auto;
    overflow: hidden; }
    .content-wrap .arrow div {
      color: #cccccc;
      font-size: 45px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 60px;
      letter-spacing: 0px;
      margin-bottom: 50px;
      cursor: pointer; }
    .content-wrap .arrow .active {
      color: #2e7dff; }

/*# sourceMappingURL=index.css.map */
