@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  font-family: "微软雅黑", "PingFang SC", "Trebuchet MS", Tahoma, Arial, sans-serif;
}

.body-index {
  background: #fafafa;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #0e5cd2;
}

.container {
  padding: 0 100px;
}

.fade-container {
  width: 1150px;
  margin: 0 auto;
}

.right {
  float: right;
}

[role=button] {
  cursor: pointer;
}

body .iconfont {
  font-size: inherit;
}

#divNavBar {
  background: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  z-index: 999;
  height: 54px;
  line-height: 54px;
}
#divNavBar .icon-search {
  padding: 7px;
  margin-right: 15px;
}
#divNavBar h1 {
  font-size: 20px;
  padding-top: 10px;
  color: #333;
  line-height: 1;
}
#divNavBar .logo {
  align-items: center;
  min-width: 200px;
  float: left;
  padding-top: 8px;
  height: 54px;
  text-align: center;
  padding-right: 20px;
}
#divNavBar .logo img {
  height: 36px;
}
#divNavBar ul {
  display: inline-block;
}
#divNavBar li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
#divNavBar li a {
  padding: 5px 15px;
  transition: all 0.2s;
  border-radius: 6px;
}
#divNavBar li a.active, #divNavBar li a:hover {
  background: #000;
  color: #fff;
}
#divNavBar li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 2;
}
#divNavBar li ul li {
  white-space: nowrap;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #eee;
}
#divNavBar li ul li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
#divNavBar li:hover ul {
  display: block;
}
#divNavBar #navbar-toggle {
  display: none;
}

#divSearch {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background: #fff;
  z-index: 9999;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 1000px #ddd;
  display: none;
}
#divSearch.show {
  display: block;
}
#divSearch .search-box {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
#divSearch .search-engine {
  text-align: left;
}
#divSearch .search-engine li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 18px;
  cursor: pointer;
}
#divSearch .search-engine li.active {
  color: #fff;
  background: #0e5cd2;
}
#divSearch .input-group {
  display: flex;
}
#divSearch .input-group .input {
  flex: 1;
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #0e5cd2;
  border-radius: 0;
}
#divSearch .input-group .input:focus {
  outline: none;
}
#divSearch .input-group button {
  width: 100px;
  height: 47px;
  background: #0e5cd2;
  border: 1px solid #0e5cd2;
  color: #fff;
  cursor: pointer;
}

.nav-list {
  padding: 15px;
}

.nav-list-item {
  padding: 20px 0;
}
.nav-list-item a {
  color: inherit;
  text-decoration: none;
}
.nav-list-item ul {
  font-size: 0;
  margin: -5px;
}
.nav-list-item li {
  font-size: 15px;
  display: inline-block;
  width: 16.666666667%;
  transition: all 0.2s;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  padding: 5px;
}
.nav-list-item li:hover .link {
  box-shadow: 0px 5px 10px 5px #f4f8fd;
  background: #fff;
  transform: translateY(-5px);
}
.nav-list-item .link {
  display: block;
  padding: 15px;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px #F4F8FD;
}
.nav-list-item .intro {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
  line-height: 1.5;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 12px;
}

.list-nav .title {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
}
.list-nav .title h3 {
  font-size: 15px;
  white-space: pre-wrap;
  padding-left: 10px;
  flex: 1;
}
.list-nav .icon {
  height: 32px;
  width: 32px;
  border-radius: 32px;
}

.list-nav-book {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px #F4F8FD;
  border-bottom-width: 5px;
}
.list-nav-book li {
  width: initial;
  padding-left: 10px;
  padding-right: 10px;
}
.list-nav-book .link {
  display: flex;
  padding: 0;
}
.list-nav-book .icon {
  border-radius: 5px;
  height: 150px;
}
.list-nav-book .title {
  max-height: 2em;
}
.list-nav-book h3 {
  font-size: 15px;
}
.list-nav-book .link-content {
  flex: 1;
}

.list-nav-article .link {
  border-radius: 10px;
  padding: 0;
}
.list-nav-article .icon {
  width: 100%;
  height: 170px;
  background: #eee;
  display: block;
}
.list-nav-article .link-content {
  padding: 10px 15px;
  line-height: 2;
}
.list-nav-article .title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-nav-article .intro {
  margin-top: 0;
}
.list-nav-article .intro, .list-nav-article .meta {
  color: #aaa;
  font-size: 12px;
}
.list-nav-article .meta span {
  margin-right: 10px;
}
.list-nav-article .meta .time {
  float: right;
  margin-top: 4px;
  margin-right: 0;
}

.nav-category-title {
  font-size: 22px;
  margin-bottom: 1em;
}

.nav-list-wrapper {
  padding-left: 220px;
}

.left-bar {
  position: fixed;
  top: 54px;
  left: 0;
  width: 220px;
}

.category-list {
  padding-top: 15px;
  z-index: 999;
  text-align: center;
  width: 100%;
}
.category-list li {
  display: block;
  list-style: none;
  padding: 10px 10px;
}
.category-list li:hover {
  cursor: pointer;
  font-weight: bold;
  color: #0e5cd2;
}
.category-list li .title {
  color: #aaa;
  font-weight: 200;
  margin-bottom: 15px;
}

.empty {
  padding: 2em 0;
  text-align: center;
  color: #aaa;
}

.footer {
  padding: 2em 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.footer .links {
  margin-bottom: 1em;
}
.footer .links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

.post-page {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}
.post-page .sidebar {
  float: right;
}

.card {
  background: #fff;
  padding: 15px 30px;
}

.post-wrapper {
  float: left;
  width: 805px;
}
.post-wrapper .card {
  margin-bottom: 15px;
}
.post-wrapper .info {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 50px;
  margin-bottom: 1em;
  display: flex;
}
.post-wrapper .info .info-left {
  width: 240px;
  text-align: center;
}
.post-wrapper .info .info-left img {
  max-width: 60%;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(210, 210, 210, 0.72);
  padding: 10px;
}
.post-wrapper .info p {
  font-size: 13px;
  color: #aaa;
}
.post-wrapper .info p span {
  margin-right: 10px;
}
.post-wrapper .info h2 {
  font-size: 28px;
  line-height: 2;
}
.post-wrapper .content {
  line-height: 2;
}

.sidebar {
  width: 330px;
}
.sidebar .function {
  margin-bottom: 15px;
  background: #fff;
}
.sidebar .function_t {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  color: #323232;
}
.sidebar .function_c {
  padding: 15px;
}

#divSearchPanel .function_t {
  display: none;
}
#divSearchPanel form {
  display: flex;
}
#divSearchPanel input[type=text] {
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  padding: 10px 15px;
  flex: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#divSearchPanel input[type=text]:focus {
  border: 1px solid #0e5cd2;
}
#divSearchPanel input[type=submit] {
  width: 80px;
  background: #0e5cd2;
  color: #fff;
  border: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}

#divContorPanel .function_c {
  text-align: center;
  padding-bottom: 30px;
}
#divContorPanel .cp-hello {
  display: inline-block;
  margin-bottom: 1em;
}
#divContorPanel a {
  border: 1px solid #0e5cd2;
  color: #0e5cd2;
}
#divContorPanel a:hover {
  background: #0e5cd2;
  color: #fff;
}

#divContorPanel a,
.btn {
  min-width: 80px;
  border-radius: 4px;
  padding: 5px 12px;
  font-size: 13px;
  transition: all 0.2s;
}
#divContorPanel a:hover,
.btn:hover {
  opacity: 0.8;
}
#divContorPanel a.btn-plain,
.btn.btn-plain {
  border: 1px solid #0e5cd2;
  color: #0e5cd2;
}
#divContorPanel a.btn-primary, #divContorPanel a.btn-plain:hover,
.btn.btn-primary,
.btn.btn-plain:hover {
  background: #0e5cd2;
  color: #fff;
}

#divCatalog ul, #divArchives ul, #divStatistics ul, #divFavorites ul, #divAuthors ul, #divTags ul {
  font-size: 0;
}
#divCatalog li, #divArchives li, #divStatistics li, #divFavorites li, #divAuthors li, #divTags li {
  font-size: 15px;
  width: 50%;
  display: inline-block;
  line-height: 2;
  padding: 3px;
}
#divCatalog li a, #divArchives li a, #divStatistics li a, #divFavorites li a, #divAuthors li a, #divTags li a {
  background: #fafafa;
  display: block;
  text-align: center;
  padding: 3px 0;
  transition: all 0.2s;
  border-radius: 6px;
}
#divCatalog li a:hover, #divArchives li a:hover, #divStatistics li a:hover, #divFavorites li a:hover, #divAuthors li a:hover, #divTags li a:hover {
  background: #0e5cd2;
  color: #fff;
}

#divComments li, #divPrevious li {
  list-style: none;
  border-bottom: 1px dashed #eee;
  padding: 10px 0;
  position: relative;
}
#divComments li:last-of-type, #divPrevious li:last-of-type {
  border-bottom: none;
}

.sidebar #divNavBar {
  padding: 0;
}
.sidebar #divNavBar ul {
  width: 100%;
}
.sidebar #divNavBar .navbar-item {
  display: block;
  line-height: 2.2;
}
.sidebar #divNavBar .navbar-item a {
  display: block;
}

#tbCalendar {
  width: 100%;
  line-height: 2;
}
#tbCalendar tbody a {
  background: #0e5cd2;
  color: #fff;
  display: block;
}
#tbCalendar td {
  background: #fafafa;
  text-align: center;
  color: #676767;
}

#divLinkage li {
  list-style-type: none;
  display: block;
  line-height: 2;
}

#divMisc li {
  display: inline-block;
  margin-right: 10px;
}

.comment li {
  list-style: none;
}
.comment .msg.msghead {
  padding-top: 0;
}
.comment .tbname {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.comment .msg {
  border-bottom: 1px solid #eee;
  padding: 15px 0 0;
}
.comment .msg .msg {
  padding-bottom: 0;
  border-bottom: none;
}
.comment .msgarticle {
  padding: 15px 15px 15px 65px;
}
.comment .msgarticle .msgarticle {
  padding-bottom: 0;
}
.comment .msgname {
  overflow: hidden;
}
.comment .msgname small {
  font-size: 13px;
  color: #aaa;
}
.comment .avatar {
  float: left;
  margin-right: 15px;
  width: 45px;
}

.post {
  margin-top: 20px;
}
.post .posttop {
  font-size: 20px;
  margin-bottom: 1em;
}

#frmSumbit p {
  margin-bottom: 10px;
}

.postbottom {
  text-align: center;
  line-height: 3;
}

input.text, textarea.text {
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 34px;
  padding: 0 10px;
}

textarea.text {
  width: 100%;
}

.button {
  background: #0e5cd2;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 15px;
  letter-spacing: 5px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  box-shadow: 0 3px 5px #ccc;
}
.button:hover {
  box-shadow: 0 5px 10px #ccc;
}

.breadthumb {
  padding: 15px 0;
}
.breadthumb a:after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  color: #aaa;
}

.article-item {
  background: #fff;
  padding: 30px;
  margin-bottom: 15px;
}
.article-item .article-title {
  margin-bottom: 10px;
  font-size: 30px;
}
.article-item .article-info {
  margin-bottom: 15px;
  font-size: 13px;
  color: #aaa;
}
.article-item .article-info span {
  margin-right: 10px;
}
.article-item .article-intro {
  color: #6d6c6c;
  line-height: 1.5;
}
.article-item img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pagebar {
  text-align: center;
  padding: 15px 0;
}
.pagebar .page {
  padding: 8px;
  min-width: 36px;
  display: inline-block;
  background: #eee;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.pagebar .now-page {
  background: #0e5cd2;
  color: #fff;
}

.content h1 {
  text-align: center;
  margin-bottom: 0.5em;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin: 1em 0;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
.content h1, .content h2 {
  font-size: 28px;
}
.content h3 {
  font-size: 26px;
}
.content h4 {
  font-size: 22px;
}
.content h5 {
  font-size: 18px;
}
.content h6 {
  font-size: 16px;
}
.content img {
  max-width: 100%;
}
.content ul {
  padding-left: 18px;
  margin-top: 15px;
}
.content p {
  margin-bottom: 10px;
}

.index-ad2 {
  box-sizing: border-box;
  width: 61.8%;
  display: block;
  margin: 30px auto 0;
}
.index-ad2 img {
  width: 100%;
}

#yddWrapper {
  display: none;
}

@media all and (max-width: 1400px) and (min-width: 960px) {
  .nav-list-item li {
    width: 25%;
  }
  .nav-list-item .list-nav-book li {
    width: 120px;
    padding: 5px;
    box-sizing: border-box;
  }
  .nav-list-item .list-nav-book li .icon {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 960px) {
  .container, .fade-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #divNavBar {
    padding-left: 10px;
    padding-right: 10px;
  }
  #divNavBar .logo {
    margin-right: 0;
  }
  #divNavBar .logo h1 {
    font-size: 18px;
  }
  #divNavBar .logo img {
    height: 40px;
  }
  #divNavBar ul {
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    width: 61.8%;
    background: #fff;
    border-top: 1px solid #eee;
    display: none;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    line-height: 2;
  }
  #divNavBar ul.show {
    display: block;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 4px;
  }
  #divNavBar ul li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #f3f3f3;
  }
  #divNavBar ul li a {
    display: block;
    padding: 10px;
    white-space: nowrap;
  }
  #divNavBar ul li ul {
    display: block;
    box-shadow: none;
    background: #fff;
    position: relative;
    width: 100%;
  }
  #divNavBar ul li:last-of-type {
    border-bottom: none;
  }
  #divNavBar .right {
    padding-top: 0;
  }
  #divNavBar #navbar-toggle, #divNavBar .icon-search {
    display: block;
    float: right;
    font-size: 27px;
    padding: 5px 10px;
    line-height: 1;
    margin-top: 7px;
  }
  #divNavBar #navbar-toggle:hover, #divNavBar .icon-search:hover {
    background: #eee;
  }
  #divNavBar .icon-search {
    margin-right: 0;
    font-size: 22px;
    margin-top: 12px;
  }
  #divSearch {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #divSearch .title {
    font-size: 30px;
  }
  .left-bar {
    display: none;
  }
  .nav-list {
    padding: 15px;
  }
  .nav-list-wrapper {
    padding-left: 0;
  }
  .nav-list-item li {
    width: 100%;
  }
  .list-nav-article .icon {
    height: auto;
  }
  .sidebar, .post-wrapper {
    float: none;
    width: 100%;
  }
  .post-wrapper .info p .date {
    display: block;
  }
  .card {
    padding: 10px 15px;
  }
  .article-item .article-title {
    font-size: 1.5em;
  }
  .article-item .article-intro img {
    max-width: 100%;
  }
  .post-wrapper .info h2, .post-wrapper .info h3 {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
  }
  .post-wrapper .info .info-left {
    width: 40%;
  }
  .post-wrapper .content img {
    max-width: 100%;
  }
  .list-nav-book li {
    width: 33.33%;
    padding: 5px;
    box-sizing: border-box;
  }
  .list-nav-book li .icon {
    width: 100%;
    height: auto;
  }
}

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