﻿.layout-banner {
  height: 460px;
  background-image: url("../images/banner-bg.png");
  background-position: center;
  background-size: cover; }

.home-line > .block {
  float: left;
  width: 440px;
  height: 375px;
  margin-right: 40px;
  overflow: hidden; }
  .home-line > .block:last-child {
    margin-right: 0; }

.home-top {
  padding: 50px 0; }

.home-mid {
  padding: 25px 0;
  margin-bottom: 50px;
  background-color: #fbf9f5; }
  .home-mid .news-panel > .title {
    border-color: #ece9e9; }
    .home-mid .news-panel > .title > .more {
      background-color: #ebcb4a; }
      .home-mid .news-panel > .title > .more:hover {
        background-color: #960202; }

.news-panel > .title {
  position: relative;
  height: 55px;
  border-bottom: 1px solid #f5f5f5; }
  .news-panel > .title > .text > img {
    display: block; }
  .news-panel > .title > .more {
    position: absolute;
    top: 14px;
    right: 0;
    display: block;
    height: 22px;
    width: 62px;
    border-radius: 4px;
    background-color: #d2d2d2;
    background-image: url("../images/more.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
    .news-panel > .title > .more:hover {
      background-color: #960202; }
.news-panel > .content {
  padding: 20px 0 0 0; }
  .news-panel > .content > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .news-panel > .content > ul > li > .item {
      display: block;
      position: relative;
      background-image: url("../images/icon-arrow.png");
      background-position: center left;
      background-repeat: no-repeat;
      text-decoration: none;
      font-size: 14px;
      color: #303133; }
      .news-panel > .content > ul > li > .item:hover {
        color: #960202; }
      .news-panel > .content > ul > li > .item > .text {
        display: block;
        box-sizing: border-box;
        height: 36px;
        padding: 6px 70px 6px 28px;
        line-height: 24px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .news-panel > .content > ul > li > .item > .date {
        position: absolute;
        top: 6px;
        right: 0;
        height: 24px;
        line-height: 24px;
        color: #999999; }
  .news-panel > .content > .cover {
    position: relative;
    display: block;
    height: 120px;
    margin: 8px 0 16px 0;
    background-color: #ebcb4a;
    text-decoration: none; }
    .news-panel > .content > .cover > .img {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 180px;
      height: 100%;
      background-color: #555555; }
      .news-panel > .content > .cover > .img > img {
        display: block;
        width: 100%;
        height: 100%; }
    .news-panel > .content > .cover > .main {
      box-sizing: border-box;
      margin-left: 180px;
      padding: 15px; }
      .news-panel > .content > .cover > .main > .title {
        margin-bottom: 6px;
        line-height: 24px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .news-panel > .content > .cover > .main > .date {
        line-height: 20px;
        font-size: 12px;
        color: #BFF2F3; }
      .news-panel > .content > .cover > .main > .summary {
        line-height: 20px;
        font-size: 13px;
        color: #BFF2F3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
.news-panel > .content-links > ul {
  padding: 20px 0 0 0;
  margin: -10px;
  list-style: none; }
  .news-panel > .content-links > ul > li > .item {
    float: left;
    display: block;
    height: 30px;
    width: 210px;
    margin: 10px;
    padding: 0 10px 0 42px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #FFFFFF;
    background-image: url("../images/icon-link.png");
    background-position: center left;
    background-repeat: no-repeat;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    line-height: 30px;
    color: #303133; }

.fast-link {
  margin: -10px; }
  .fast-link > .item {
    float: left;
    display: block;
    width: 210px;
    height: 170px;
    margin: 10px;
    border-radius: 10px;
    background-color: #dedede;
    overflow: hidden;
    text-decoration: none; }

/*# sourceMappingURL=home.css.map */