@charset "UTF-8";
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
@keyframes img-hover {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-moz-keyframes img-hover /* Firefox */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-webkit-keyframes img-hover /* Safari 和 Chrome */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-o-keyframes img-hover /* Opera */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
.hy-sub-banner {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center; }

body {
  background: #f5f5f5; }

.hy-sub-container .hy-sub-info {
  padding-bottom: 50px; }
  .hy-sub-container .hy-sub-info h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 42px 0 22px;
    position: relative; }
    .hy-sub-container .hy-sub-info h1 span {
      display: inline-block;
      background: #e03636;
      height: 28px;
      width: 4px;
      margin-right: 15px;
      vertical-align: middle;
      margin-top: -3px; }
    .hy-sub-container .hy-sub-info h1 .hy-more {
      position: absolute;
      right: 0;
      font-size: 16px;
      bottom: 22px;
      color: #333;
      cursor: pointer; }
      .hy-sub-container .hy-sub-info h1 .hy-more:hover {
        color: #e03636; }
      .hy-sub-container .hy-sub-info h1 .hy-more span {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 6px;
        background: url("/Public/Home/img/sub/more.png") no-repeat center;
        background-size: contain; }
  .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center; }
    .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item {
      width: 210px;
      height: 235px;
      overflow: hidden;
      background: white;
      color: #333;
      cursor: pointer;
      margin-right: 20px;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07); }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item:hover {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23); }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item:last-child {
        margin-right: 0; }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item:hover .hy-info {
        padding: 10px 5px; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item:hover .hy-info .hy-btn {
          display: inline-block; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item:hover .hy-info .hy-describe {
          height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item:hover .hy-info p {
          margin-top: 4px; }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-img {
        height: 90px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info {
        padding: 15px 5px;
        text-align: center;
        transition: all .2s; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info p {
          transition: all .2s;
          margin-top: 14px; }
          .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info p:first-child {
            margin-top: 0; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info .hy-name {
          font-size: 18px; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info .hy-describe {
          height: 40px;
          font-size: 14px;
          color: #999; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info .hy-strong {
          font-size: 20px;
          font-weight: bold;
          color: #e03636; }
          .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info .hy-strong span {
            font-size: 15px;
            font-weight: bold;
            color: #e03636; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info .hy-btn {
          display: none;
          transition: all .3s;
          padding: 5px 16px;
          color: #e03636;
          border: 1px solid #e03636;
          margin-top: 6px;
          cursor: pointer; }
          .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-row .hy-sub-item .hy-info .hy-btn:hover {
            color: white;
            background: #e03636; }
  .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center; }
    .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item {
      width: 210px;
      height: 200px;
      overflow: hidden;
      background: white;
      color: #333;
      cursor: pointer;
      margin-right: 20px;
      background-repeat: no-repeat;
      background-position: right bottom;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07); }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item:hover {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23); }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item:last-child {
        margin-right: 0; }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item:hover .hy-info .hy-btn {
        display: inline-block; }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item:hover .hy-info p {
        margin-top: 4px; }
      .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info {
        padding: 31px 22px;
        text-align: left;
        transition: all .2s; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info p {
          transition: all .2s;
          margin-top: 14px; }
          .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info p:first-child {
            margin-top: 0; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info .hy-name {
          font-size: 18px; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info .hy-describe {
          font-size: 14px;
          color: #999; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info .hy-strong {
          font-size: 20px;
          font-weight: bold;
          color: #e03636; }
          .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info .hy-strong span {
            font-size: 15px;
            font-weight: bold;
            color: #e03636; }
        .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info .hy-btn {
          display: none;
          transition: all .3s;
          padding: 5px 16px;
          color: #e03636;
          border: 1px solid #e03636;
          margin-top: 6px;
          cursor: pointer; }
          .hy-sub-container .hy-sub-info .hy-sub-list .hy-sub-more .hy-sub-item .hy-info .hy-btn:hover {
            color: white;
            background: #e03636; }
  .hy-sub-container .hy-sub-info .hy-sub-hot h1 .hy-title-img {
    display: inline-block;
    background: url("/Public/Home/img/sub/hot.png") no-repeat center;
    height: 27px;
    width: 29px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -3px; }
  .hy-sub-container .hy-sub-info .hy-sub-hot .hy-row {
    margin-bottom: 20px;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center; }
    .hy-sub-container .hy-sub-info .hy-sub-hot .hy-row:last-child {
      margin-bottom: 0; }
    .hy-sub-container .hy-sub-info .hy-sub-hot .hy-row .hy-item {
      flex: 1;
      max-width: 50%;
      margin-right: 20px;
      height: 120px;
      overflow: hidden;
      cursor: pointer;
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center; }
      .hy-sub-container .hy-sub-info .hy-sub-hot .hy-row .hy-item:last-child {
        margin-right: 0; }
      .hy-sub-container .hy-sub-info .hy-sub-hot .hy-row .hy-item .hy-img {
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 20px;
        width: 211px;
        height: 120px; }
      .hy-sub-container .hy-sub-info .hy-sub-hot .hy-row .hy-item .hy-info {
        width: 348px;
        text-align: left; }
        .hy-sub-container .hy-sub-info .hy-sub-hot .hy-row .hy-item .hy-info .hy-name {
          font-size: 18px;
          color: #333;
          line-height: 1.9;
          max-height: 70px;
          overflow: hidden; }
        .hy-sub-container .hy-sub-info .hy-sub-hot .hy-row .hy-item .hy-info .hy-describe {
          font-size: 14px;
          color: #999;
          line-height: 1.9;
          max-height: 50px;
          overflow: hidden; }
  .hy-sub-container .hy-sub-info .hy-sub-news h1 .hy-title-img {
    display: inline-block;
    background: url("/Public/Home/img/sub/news.png") no-repeat center;
    height: 25px;
    width: 24px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -3px; }
  .hy-sub-container .hy-sub-info .hy-sub-news .hy-row {
    margin-bottom: 20px;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    flex-direction: column; }
    .hy-sub-container .hy-sub-info .hy-sub-news .hy-row:last-child {
      margin-bottom: 0; }
    .hy-sub-container .hy-sub-info .hy-sub-news .hy-row .hy-item {
      padding: 20px 0;
      border-bottom: 1px solid #eee;
      height: 140px;
      overflow: hidden;
      cursor: pointer;
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center;
      justify-content: flex-start; }
      .hy-sub-container .hy-sub-info .hy-sub-news .hy-row .hy-item:first-child {
        padding-top: 0; }
      .hy-sub-container .hy-sub-info .hy-sub-news .hy-row .hy-item:last-child {
        border-bottom: none; }
      .hy-sub-container .hy-sub-info .hy-sub-news .hy-row .hy-item .hy-img {
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 20px;
        width: 230px;
        height: 140px;
        border-radius: 10px; }
      .hy-sub-container .hy-sub-info .hy-sub-news .hy-row .hy-item .hy-info {
        text-align: left;
        width: calc(100% - 250px);
        position: relative;
        height: 115px; }
        .hy-sub-container .hy-sub-info .hy-sub-news .hy-row .hy-item .hy-info .hy-name {
          font-size: 18px;
          color: #333;
          line-height: 1.9;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .hy-sub-container .hy-sub-info .hy-sub-news .hy-row .hy-item .hy-info .hy-describe {
          font-size: 14px;
          color: #999;
          line-height: 1.9;
          max-height: 80px;
          overflow: hidden; }
        .hy-sub-container .hy-sub-info .hy-sub-news .hy-row .hy-item .hy-info .hy-time {
          position: absolute;
          bottom: -20px;
          left: 0;
          background: url("/Public/Home/img/sub/time.png") no-repeat left center;
          padding-left: 23px;
          color: #666;
          font-size: 14px; }

/*# sourceMappingURL=sub.css.map */
