.topic-contain {
  padding-bottom: 60px; }
  .topic-contain .topic-title {
    position: relative;
    height: 44px;
    line-height: 44px;
    margin-bottom: 36px;
    text-align: center;
    font-size: 22px;
    font-weight: bold; }
    .topic-contain .topic-title:before {
      content: '';
      position: relative;
      top: -1px;
      display: inline-block;
      padding-bottom: 1px;
      padding-left: 36px;
      background-color: #8d8d8d;
      vertical-align: middle;
      margin-right: 20px; }
    .topic-contain .topic-title:after {
      content: '';
      position: relative;
      top: -1px;
      display: inline-block;
      padding-bottom: 1px;
      padding-left: 36px;
      background-color: #8d8d8d;
      vertical-align: middle;
      margin-left: 20px; }
  .topic-contain .topic-nav {
    text-align: center;
    font-size: 16px;
    margin-bottom: 48px; }
    .topic-contain .topic-nav > a {
      display: inline-block;
      color: #1C1C1C;
      width: 126px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      vertical-align: middle;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      -moz-transition: all .2s;
      transition: all .2s; }
      .topic-contain .topic-nav > a:last-child {
        margin-left: 100px; }
      .topic-contain .topic-nav > a:hover, .topic-contain .topic-nav > a.curr {
        background-color: #1C1C1C;
        color: #ffffff; }
  .topic-contain .topic-list {
    margin-left: -4%; }
    .topic-contain .topic-list > li {
      width: 29.3%;
      margin-left: 4%;
      margin-bottom: 32px; }
      .topic-contain .topic-list > li .house-img {
        height: 260px; }
      @media screen and (max-width: 1679px) {
        .topic-contain .topic-list > li .house-img {
          height: 220px; } }
      .topic-contain .topic-list > li .house-tile {
        line-height: 24px; }
  .topic-contain .link-list {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .topic-contain .link-list .link-lis {
      position: relative;
      width: 24.5%;
      height: 468px; }
    .topic-contain .link-list .w-fill-img {
      width: 100%;
      height: 100%; }
    .topic-contain .link-list .link-img {
      height: 66.667%; }
    .topic-contain .link-list .link-name {
      position: absolute;
      left: 0;
      bottom:0;
      width: 100%;
      height: 33.333%;
      background-color: #588CC0;
      font-size: 20px;
      color: #fff;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 1;
      transition: all .1s; }
    .topic-contain .link-list .link-popup {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      padding-top: 48%;
      text-align: center;
      transition: all .2s;
      opacity: 0;
      z-index: -1; }

    .topic-contain .link-lis:hover .link-popup{
      z-index: 9;
      opacity: 1;
    }
    .topic-contain .link-lis:hover .link-name{
      opacity: 0;
    }
    .topic-contain .link-list .link-popup-cap {
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 20%; }
    .topic-contain .link-list .link-popup-btn {
      display: block;
      width: 42.5%;
      height: 48px;
      margin: 0 auto 10%;
      border: 2px solid #fff;
      -webkit-border-radius: 24px;
         -moz-border-radius: 24px;
              border-radius: 24px;
      background-color: rgba(0, 0, 0, 0.6);
      line-height: 48px;
      color: #fff;
      font-size: 18px; }
      .topic-contain .link-list .link-popup-btn:hover {
        background-color: rgba(194, 55, 10, 0.8); }

.topic-list .house-title {
  text-align: center; }

.uni-laypage {
  margin-top: 28px;
  margin-bottom: 50px; }
