.home-content .home-block {
  background: #f1fcfa;
  padding: 40px 0; }

.cycle-slideshow {
  width: 100%;
  height: auto; }
  .cycle-slideshow .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none; }
    .cycle-slideshow .slide .text {
      margin-left: 20px;
      position: absolute;
      bottom: 10px;
      text-shadow: 1px 1px #808080; }
      .cycle-slideshow .slide .project-name {
        color: #ddd; }
        .cycle-slideshow .slide .summary {
          color: #fff;
          font-weight: 600; }
  .cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0px;
    width: 10%;
    height: 100%;
    opacity: 0.5;
    z-index: 998;
    cursor: pointer; }
    .cycle-slideshow .cycle-prev:hover, .cycle-slideshow .cycle-next:hover {
      opacity: 0.9; }
      .cycle-slideshow .cycle-prev span, .cycle-slideshow .cycle-next span {
        position: absolute;
        top: 50%; }
  .cycle-slideshow .cycle-prev {
    left: 0px; }
    .cycle-slideshow .cycle-prev span {
      left: 50%; }
  .cycle-slideshow .cycle-next {
    right: 0px; }
    .cycle-slideshow .cycle-next span {
      right: 50%; }

.home-focus {
  height: 422px;
  margin-left: 0;
  margin-right: 0; }
  .home-focus .recommend-wrapper {
    height: 100%; }
    .home-focus .recommend-wrapper .recommend {
      height: 100%; }
      .home-focus .recommend-wrapper .recommend .rec-item {
        height: 48%;
        width: 100%;
        display: block;
        margin-bottom: 4%;
        background-size: cover;
        background-repeat: no-repeat;
        text-decoration: none;
        position: relative; }
        .home-focus .recommend-wrapper .recommend .rec-item .item-text {
          margin-left: 20px;
          position: absolute;
          bottom: 10px;
          text-shadow: 1px 1px #808080; }
          .home-focus .recommend-wrapper .recommend .rec-item .project-name {
            color: #ddd; }
            .home-focus .recommend-wrapper .recommend .rec-item .summary {
              color: #fff;
              font-weight: 600; }

.home_h3 {
  padding-left: 1em;
  margin-bottom: 1em; }
