@charset "UTF-8";
.main-list .tab-wrap {
  min-height: auto !important;
}

.entry-page-next a,
.entry-page-prev a {
  width: 90% !important;
  left: 15px !important;
  top: 15px !important;
  text-align: center;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.no-link {
  cursor: default;
}

/* 二级导航 */
body > header.header {
  background-image: none !important;
  background: #434343;
}

body > header.header .nav > li > a {
  padding: 0 14px;
}

.arrow-down {
  /* 用border值来控制箭头粗细 */
  border: 3px solid rgba(255, 255, 255, 0.9);
  /* 上、右、下、左  四个边框的宽度 */
  border-width: 0px 1px 1px 0px;
  display: inline-block;
  /* padding值控制箭头大小 */
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 41%;
  right: 0;
}

.menu-child {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  min-width: 100px;
  background: #434343;
  list-style: none;
  display: none;
  text-align: center;
  border-radius: 5px;
}

.menu-child li a {
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 15px;
}

.menu-child li a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.menu-child li a:first-child {
  display: none;
}

.menu-child li a:last-child {
  display: block;
}

.menu-child li:first-child a {
  padding-top: 10px !important;
}

.menu-child li:last-child a {
  padding-bottom: 10px !important;
}

.menu-item:hover .menu-child {
  display: block;
}

.menu-item.has-child {
  padding-right: 12px;
}

/* 分页 */
.next1 {
  color: #262626 !important;
}

.next1 a {
  background-color: #fff !important;
  border-color: #d8dadf !important;
  color: #262626;
}

.next1 a.active {
  cursor: default;
  background-color: #262626 !important;
  color: #fff !important;
}

.next1 a:hover {
  background-color: #262626 !important;
  color: #fff !important;
}

/*tags*/
.tags {
  position: relative;
  overflow: hidden;
}

.tags ul {
  margin: 30px auto;
}

.tags ul a {
  display: block;
  float: left;
  /* font-size: 12px; */
  width: auto;
  text-align: center;
  /* height: 16px; */
  margin-bottom: 4px;
  background-color: #f1f1f1;
  color: #615f5f;
  padding: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tags ul a:after,
.tags ul a:before {
  content: "";
  background: #fff;
  top: 0;
  width: 2px;
  height: 100%;
  position: absolute;
}

.tags ul a:after {
  right: 0;
}

.tags ul a:before {
  left: 0;
}

.tags ul a:hover {
  background: #1abc9c;
  color: #fff;
}

.clearfix {
  height: 0;
  clear: both;
}

/* 友情链接 */
.list-partner {
  font-size: 15px;
  margin: auto;
}

.beian {
  display: inline-block;
  margin: 0 0 5px 10px;
}

.beian img {
  vertical-align: middle;
  float: left;
}

.beian a {
  vertical-align: middle;
}

.footer .copyright p {
  display: inline-block;
}

@media (max-width: 991px) {
  body > header.header.header-style-2 .nav > li > a.no-link {
    pointer-events: none;
  }
  body > header.header .logo {
    height: 43px !important;
  }
  .navbar-collapse {
    background: #434343;
  }
  .menu-item.has-child {
    padding-right: 0;
  }
  .arrow-down {
    right: 15px;
  }
  .menu-child {
    position: relative;
    transform: translateX(0);
    text-align: left;
    margin-left: 10px;
    top: 0;
    left: 0;
  }
  .footer {
    padding: 50px 10px 100px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
  .footer .copyright {
    margin-top: -20px;
  }
}
