.home-layout {
  padding: 30px 0 60px 0;}
  .home-layout > .home-layout-left {
    float: left;
    width: 24%;
    background-color: #e7e7e7;}
    @media (max-width: 1200px) {
      .home-layout > .home-layout-left {
        display: none;} }
  .home-layout > .home-layout-middle {
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    width: 58%;}
    @media (max-width: 1200px) {
      .home-layout > .home-layout-middle {
        width: 70%;
        padding: 0 30px 0 0;} }
    @media (max-width: 768px) {
      .home-layout > .home-layout-middle {
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 30px;} }
    .home-layout > .home-layout-middle > .home-layout-middle-block {
      margin-bottom: 20px;
      min-height: 320px;}
      .home-layout > .home-layout-middle > .home-layout-middle-block:last-child {
        margin-bottom: 0;}
  .home-layout > .home-layout-right {
    float: left;
    width: 18%;
    background-color: #545454;}
    @media (max-width: 1200px) {
      .home-layout > .home-layout-right {
        width: 30%;} }
    @media (max-width: 768px) {
      .home-layout > .home-layout-right {
        width: auto;
        float: none;} }

.home-banner {
  width: 100%;
  height: 660px;}

.home-fast-menu {
  width: 100%;
  height: 660px;
  background-image: url(../images/fast-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;}
  .home-fast-menu > ul {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;}
    .home-fast-menu > ul > li {
      min-height: 105px;
      height: calc((100% - 30px) / 6);
      border-bottom: 6px solid #FFFFFF;}
      .home-fast-menu > ul > li:last-child {
        border-bottom: 0;}
      .home-fast-menu > ul > li > a {
        display: block;
        height: 100%;
        line-height: 105px;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;}

.home-tab > .title {
  height: 44px;
  border-bottom: 2px solid #8C0006;}
  .home-tab > .title > .item {
    float: left;
    overflow: hidden;
    display: block;
    width: 33.3333333333%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #8C0006;
    cursor: pointer;}
    .home-tab > .title > .item.active {
      background-color: #8C0006;
      color: #FFFFFF;}
.home-tab > .content > .item {
  display: none;}

.home-icon-menu {
  padding-top: 14px;}
  .home-icon-menu > .item {
    float: left;
    display: block;
    width: 25%;
    height: 130px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;}
    @media (max-width: 768px) {
      .home-icon-menu > .item {
        width: 33.3333333333%;} }
    .home-icon-menu > .item:hover {
      background-color: #F7F2EA;}
      .home-icon-menu > .item:hover > .text {
        color: #303133;}
    .home-icon-menu > .item > .icon {
      margin: 5px auto;
      height: 80px;
      width: 80px;}
      .home-icon-menu > .item > .icon > img {
        height: 100%;
        width: 100%;}
    .home-icon-menu > .item > .text {
      font-size: 15px;
      color: #303133;}

.home-topic-list {
  padding-top: 65px;}
  .home-topic-list > .item {
    position: relative;
    float: left;
    width: 50%;
    height: 100px;}
    @media (max-width: 768px) {
      .home-topic-list > .item {
        float: none;
        width: auto;} }
    .home-topic-list > .item > .date {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background-color: #8C0006;
      color: #FFFFFF;}
      .home-topic-list > .item > .date > .day {
        box-sizing: border-box;
        height: 36px;
        padding-top: 6px;
        line-height: 30px;
        text-align: center;
        font-size: 30px;
        font-weight: 500;}
      .home-topic-list > .item > .date > .month {
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;}
    .home-topic-list > .item > .main {
      display: block;
      margin: 0 40px 0 80px;
      text-decoration: none;}
      .home-topic-list > .item > .main > .title {
        overflow: hidden;
        height: 22px;
        margin: 0 0 10px 0;
        line-height: 22px;
        font-size: 16px;
        font-weight: 700;
        color: #303133;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;}
      .home-topic-list > .item > .main > .summary {
        height: 40px;
        line-height: 20px;
        color: #999999;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;}
      .home-topic-list > .item > .main:hover > .title {
        color: #8C0006;}

.home-article-list {
  padding: 40px 0 30px 0;}
  .home-article-list > .item {
    position: relative;
    float: left;
    width: 50%;
    height: 40px;}
    @media (max-width: 768px) {
      .home-article-list > .item {
        float: none;
        width: auto;} }
    .home-article-list > .item > .icon {
      position: absolute;
      top: 8px;
      left: 30px;
      width: 24px;
      height: 24px;
      border-radius: 6px;
      background-color: #8C0006;
      line-height: 24px;
      text-align: center;
      color: #FFFFFF;}
      @media (max-width: 768px) {
        .home-article-list > .item > .icon {
          left: 0;} }
    .home-article-list > .item > .title {
      overflow: hidden;
      display: block;
      padding: 8px 0;
      margin: 0 0 0 70px;
      line-height: 24px;
      text-decoration: none;
      font-size: 15px;
      color: #303133;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;}
      @media (max-width: 768px) {
        .home-article-list > .item > .title {
          margin: 0 0 0 40px;} }
      .home-article-list > .item > .title:hover {
        color: #8C0006;}

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