﻿/*banner*/
.mbanner .focus .focus-title-bar {
  bottom: 40px;
  left: 40px;
  margin-left: 0px;
}
.mbanner .focus .focus-title-bg {
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin-right: 0px;
  z-index: 60;
}
.mbanner .focus .focus-page {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  background: #fff;
}
.mbanner .focus .focus-page-active {
  width: 18px;
  background: #fff;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
  width: 58px;
  height: 53px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url(../images/slide_next.png) no-repeat;
  text-indent: -999em;
}
.mbanner .focus .focus-navigation:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner .focus .focus-navigation:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner .focus .focus-prev {
  left: 0px;
}
.mbanner .focus .focus-next {
  right: 0px;
  background-position: right top;
}

.post-11 .focus .focus-title {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
}
.post-11 .focus .focus-title-bar {
  height: 34px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: 0px;
}
.post-11 .focus .focus-title-bg {
  background-color: #000;
}

.post-11 .focus .focus-pagination {
  position: absolute;
  right: 14px;
  bottom: 46px;
}
.post-11 .focus .focus-page {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
}
.post-11 .focus .focus-page span {
  display: block;
}
.post-11 .focus .focus-page:hover {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.post-11 .focus .focus-page-active {
  background-color: #146cc1;
  color: #fff;
}

.post-11 .focus .focus-navigation {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.post-11 .focus .focus-navigation:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.post-11 .focus .focus-navigation:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.article h1.arti_title {
  line-height: 48px;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #182880;
} /**文章标题**/
.article h2.arti_title {
  line-height: 40px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;
} /**文章副标题**/
.article .arti_metas {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ececec;
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
} /**文章其他属性**/
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;
}
.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
} /**文章阅读部分图片大小限制**/
.article .entry .read table {
  margin: 0 auto;
  border: none !important;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

main .nav-item a.active {
  border-top: 0.15rem solid #0969fa !important;
  border-left: 1px solid rgba(0, 0, 0, 0.15)!important;
  border-right: 1px solid rgba(0, 0, 0, 0.15)!important;
  /* border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.25rem #fff inset; */
  font-weight: bold;
  color: #0969fa !important;
  background: transparent !important;
}
main .nav-item .nav-link {
  background-color: transparent !important;
  color: #000;
  background-color: #fff !important;
  /* border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem; */
  border-bottom: 0.25rem solid #fff !important;
  /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); */
}
.tab-content {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  height: 24rem;
  /* background-color: #efefef !important; */
}
.tab-content a {
  color: #000 !important;
}
.tab-content .list-group-item {
  /* background-color: #efefef !important; */
}
.tab-content .list-group-flush > .list-group-item {
  border-width: 0;
}
.links .list-group-flush > .list-group-item {
  border-style: dashed;
}
/* .links .card-header {
  border-top: 0.25rem solid #856404 !important;
  background-color: #ffeeba;
} */
main {
  /* background-color: #0969fa; */
}
main .container {
  /* background-color: #efefef; */
}
.submenu {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
.submenu .card-header {
  border-top: 0.25rem solid #0969fa !important;
  background-color: transparent;
  font-weight: bold;
}
.more {
  font-size: small;
}
.links a {
  color: #000 !important;
}
/*系统默认搜索*/
.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 4px;
}
.wp_search #keyword {
  width: 160px !important;
  padding: 4px 0;
  border: none;
  height: 20px;
  line-height: 20px;
  background: transparent;
  color: #fff;
}
.wp_search .search {
  width: 32px;
  height: 30px;
  border: 0px;
  background: #ffffff url(../images/sous.png) no-repeat center;
  cursor: pointer;
  vertical-align: top;
}
/*自定义输入框*/
.searchbox {
  text-align: right;
  margin-top: 5px;
}
.wp-search {
  position: relative;
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-left: 4px;
  margin-right: 40px;
}
.wp-search .search-input input.search-title {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wp-search .search-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0%;
}
.wp-search .search-btn input.search-submit {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #0969fa;
  border-color: #0969fa;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
main .nav-tabs{
  background-color: transparent;
  font-weight: bold;
  color: #0969fa;
}
main .tab-content {
  background-color: #fff;
}
main .nav-justified>.nav-link,
main .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  line-height: 2.0rem;
}
.banner {
  background: #0969fa;
  /* background: #0969FA url(../img/banner.png) no-repeat center; */
  /* background-size: contain; */
}