@charset "UTF-8";
/*
* @Author: wangkexin02
* @Date:   2017-09-23 21:19:02
* @Last Modified by:   michellewkx
* @Last Modified time: 2017-10-31 13:56:12
*/
html, body, .layout-main {
  height: 100%;
}

.non-footer-wrapper {
  min-height: 100%;
  padding-bottom: 160px;
  box-sizing: border-box;
}

.footer {
  margin-top: -160px;
}

.layout-main {
  min-height: 100%;
}

.wikiwrapper {
  width: 954px;
  margin: 0 auto;
  min-height: 500px;
  margin-bottom: 90px;
}

h1 {
  margin: 50px 0;
}

.zz_dldes_content p {
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 30px !important;
  text-align: justify !important;
}

.zz_dldes_content a {
  color: #3F82FC !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.zz_dldes_content a:hover {
  text-decoration: underline !important;
}

.info-item-time {
  color: #999;
  margin-bottom: 40px;
  font-size: 14px;
  text-indent: initial;
}

.wiki-container .zz_book_normallist {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
}

.wiki-container .zz_book_normallist li {
  /*list-style-type:disc;
			list-style-position: inside;*/
  list-style-image: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid #f1f1f1;
  line-height: 54px;
  font-size: 16px;
  /*            a:hover {
                color: #3f82fc;
                &::before {
                    content: "•";
                    color: #3f82fc;
                }
            }*/
}

.wiki-container .zz_book_normallist li:hover {
  background: #f9f9f9;
}

.wiki-container .zz_book_normallist li:hover a {
  color: #3f82fc;
}

.wiki-container .zz_book_normallist li:hover a::before {
  content: "•";
  color: #3f82fc;
}

.wiki-container .zz_book_normallist li a {
  color: #333333;
  padding-left: 34px;
  position: relative;
  font-weight: normal;
  display: block;
  height: 100%;
}

.wiki-container .zz_book_normallist a::before {
  content: "•";
  left: 0;
  position: absolute;
  color: #666666;
}

.pager_block {
  margin: 30px 0;
}

.pager_block a {
  font-size: 14px;
  color: #333333;
}

.pager_block strong {
  margin-left: 12px;
  color: #333333;
  font-weight: bolder;
}
