/*
www.adminbuy.cn
*/
* {
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
.aiyuanma {
  margin: 0;
  padding: 0;
}
body {
  font: 16px/1.875em sans-serif;
  color: #222;
  word-break: break-all;
  min-width: 960px; /* 设置最小宽度，防止缩小 */
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #222;
}
a:hover {
  color: #006abe;
}
input,
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  font-size: 1em;
}
input:focus,
textarea:focus {
  outline: none;
}
li {
  list-style: none;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
  box-sizing: border-box;
}
table th {
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
}
table td,
table th {
  padding: 10px 1%;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/*gold*/
.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#wrapper .box {
  margin: 0;
}
.submit {
  cursor: pointer;
}
.clear {
  clear: both;
}

/*box*/
.box {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.boxTitle {
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.boxTitle .name {
  font-size: 16px;
  line-height: 1.5em;
  margin-right: 50px;
}
.boxTitle:after {
  content: '';
  display: block;
  width: 2em;
  height: 2px;
  background-color: #006abe;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.boxTitle span,
.boxTitle .arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.boxTitle i {
  font-style: normal;
  font-weight: bold;
  color: #006abe;
}
.boxTitle span a {
  font-weight: normal;
  color: #888;
  position: relative;
  padding-right: 10px;
  font-size: 12px;
}
.boxTitle span a:after {
  width: 6px;
  height: 6px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  content: '';
  display: block;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.boxTitle .slick-arrow {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
}
.boxTitle .slick-arrow:before {
  content: '';
  display: block;
  background: url(../images/icon_arrow_gray.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 41.667%;
  height: 66.667%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20.8335%;
  transform: translateY(-50%);
}
.boxTitle .slick-prev:before {
  background-position: 0 100%;
}

/*dot*/
.dot {
  position: relative;
  padding-left: 13px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dot:before {
  width: 3px;
  height: 3px;
  background-color: #006abe;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 首页列表开始 */
/* 四宫格布局 */
.home-panels {
  padding: 0;
  background: transparent;
  border: 0;
}
.panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* 单块面板 */
.panel {
  border: 2px solid #2f7de1;
  background: #fff;
  overflow: hidden;
}
.panel-hd {
  background: #2f7de1;
  color: #fff;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel-title {
  font-weight: 700;
  font-size: 14px;
}
.panel-more {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.panel-more:hover {
  text-decoration: underline;
  color: #d40000;
}

/* 列表 */
.panel-list {
  padding: 8px 10px 10px;
}
.panel-list li {
  border-bottom: 1px dashed #cfcfcf;
}
.panel-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
  color: #222;
  text-decoration: none;
}
.panel-link:hover .t {
  text-decoration: underline;
}
.panel-link .t {
  flex: 1;
  min-width: 0;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.panel-link .d {
  width: 92px;
  text-align: right;
  color: #666;
  font-size: 12px;
}

/* “精”标识 */
.jing {
  display: inline-block;
  background: #d40000;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  padding: 0 4px;
  margin-right: 6px;
  vertical-align: 1px;
}

/* 学员风采 */
.panel.photos {
  margin-top: 14px;
}
.photo-marquee {
  overflow: hidden;
  padding: 10px;
  background: #fff;
}
.photo-track {
  display: flex;
  gap: 14px;
  will-change: transform;
}
.photo-item {
  flex: 0 0 auto;
  width: 220px;
  height: 130px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  overflow: hidden;
}
.photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 首页列表结束 */

/*adminbuy*/
.line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide .item {
  vertical-align: middle;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots li {
  vertical-align: middle;
}
.slick-dots button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/*top*/
#top {
  position: relative;
  padding-bottom: 27.5px;
}
#top:before {
  content: '';
  display: block;
  width: 100%;
  height: 107px;
  background: linear-gradient(to bottom, #fff, #f3cdce);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

/*welcome*/
#welcome {
  float: left;
}
#welcome,
#pagelist {
  line-height: 2em;
  font-size: 14px;
  padding: 5px 0;
}

/*pagelist*/
#pagelist {
  float: right;
}
#pagelist ul {
  overflow: hidden;
}
#pagelist li {
  float: left;
  padding-left: 25px;
  position: relative;
}
#pagelist li:after {
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -5px;
}
#pagelist li:first-child:after {
  display: none;
}

/*header*/
#header {
  position: relative;
  z-index: 2;
  padding: 7px 0;
}
#header .inner {
  display: table;
  table-layout: fixed;
}
#header .td {
  display: table-cell;
  vertical-align: middle;
}

/*schBtn*/
#schBtn {
  display: none;
}
#schBtn i {
  width: 20px;
  height: 20px;
  background: url(../images/search_blue.png) no-repeat 0 0;
  background-size: 100% auto;
}

/*topGG*/
#topGG {
  width: 100%;
}
#topGG img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*navBtn*/
#navBtn {
  display: none;
  width: 22px;
  height: 20px;
  overflow: hidden;
  margin-left: 15px;
  opacity: 0.85;
}
#navBtn i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #006abe;
  position: relative;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s;
}
#navBtn i:before,
#navBtn i:after {
  width: 130%;
  height: 3px;
  background-color: #006abe;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  transition: width 0.3s;
}
#navBtn i:before {
  bottom: 8px;
}
#navBtn i:after {
  top: 8px;
}
#navBtn.active i {
  width: 100%;
}
#navBtn.active i:before,
#navBtn.active i:after {
  width: 70%;
}

/*nav*/
#nav {
  margin-top: -27.5px;
  position: relative;
  z-index: 2;
}
#nav .inner {
  background: linear-gradient(to bottom, #f42e2e, #7c0000);
  border: 1px solid #b50000;
}
#nav ul {
  display: flex;
}
#nav li {
  line-height: 40px;
  font-size: 16px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#nav li a {
  font-size: 15px;
  color: #fff;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 12px;
}
#nav li a.active {
  background: linear-gradient(to bottom, #f65254, #ba0000);
}
#nav li i {
  display: inline-block;
  width: 1.5px;
  height: 14px;
  background-color: #790300;
}
#nav li.on > a,
#nav li.current-menu-item > a,
#nav li.current-menu-parent > a,
#nav li.current_page_item > a {
  background: linear-gradient(to bottom, #f65254, #ba0000);
}
#nav li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #006abe;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  background: linear-gradient(to bottom, #f65254, #ba0000);
}
#nav li ul.sub-menu {
  width: auto;
  min-width: 100%;
}
#nav li li {
  text-align: center;
  display: block;
  font-weight: normal;
  width: auto;
  line-height: 40px;
}
#nav li em {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  height: 15px;
  width: 15px;
  transform: translateY(-50%);
  display: none;
}
#nav li em:after,
#nav li.hasSub > a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
#nav li em:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}
#nav li.hasSub > a:after {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
}

/* 轮播图开始 */
.banner-box {
  position: relative;
}
.banner-box h2 {
  position: absolute;
  top: 68%;
  left: 7%;
  font-size: 30px;
  color: #b90e18;
}
/* 轮播图结束 */

/*table*/
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table .td {
  display: table-cell;
  vertical-align: top;
}

/*main*/
#main.td {
  padding-left: 1.5625%;
}
#main .boxTitle {
  margin-bottom: 15px;
}

/*hmTop*/
#hmTop {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#hmTop .td {
  /* height: 280px; */
  overflow: hidden;
}

/*slides*/
#slides {
  width: 100%;
}
#slides .item a {
  display: block;
  color: #fff;
  background: no-repeat center center;
  background-size: cover;
  padding-bottom: 70%;
  position: relative;
}
#slides .item h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 5px 5%;
  font-size: 14px;
  line-height: 1.875em;
  overflow: hidden;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.15);
  font-weight: normal;
}
#slides .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  background: rgba(0, 0, 0, 0.35) no-repeat center center;
  background-size: contain;
  opacity: 0.5;
  color: #fff;
  font-size: 0;
  line-height: normal;
  transition: all 0.3s;
  text-indent: -99999em;
  overflow: hidden;
  z-index: 3;
  border: none;
  cursor: pointer;
}
#slides .slick-prev {
  left: -30px;
}
#slides .slick-next {
  right: -30px;
}
#slides .slick-prev:after,
#slides .slick-next:after {
  content: '';
  display: block;
  width: 13px;
  height: 21px;
  position: absolute;
  left: 50%;
  margin-left: -6.5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.png) no-repeat 0 100%;
  background-size: 100% auto;
}
#slides .slick-next:after {
  background-position: 0 0;
}
#slides:hover .slick-prev {
  left: 0;
}
#slides:hover .slick-next {
  right: 0;
}
#slides .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 5px;
}
#slides .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#slides .slick-dots button {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s;
  line-height: 5px;
}
#slides .slick-dots .slick-active button {
  background-color: #006abe;
  width: 20px;
}
#slides .load {
  padding-bottom: 100%;
  background-color: #f9f9f9;
  position: relative;
}
#slides .load span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 36px;
  line-height: 1.125em;
  color: #999;
  text-align: center;
}

/*carousel*/
.carousel .boxTitle {
  margin-bottom: 15px;
}
.carousel .slick-load {
  width: 101%;
}
.carousel .info {
  margin-right: 7.3%;
  overflow: hidden;
}
.carousel .thumbnail {
  margin-bottom: 10px;
}
.carousel .title {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  max-height: 3em;
  -webkit-line-clamp: 2;
}
.carousel .load {
  padding-bottom: 11.544%;
  margin-bottom: 55px;
}

/*picture*/
.picture .boxTitle {
  margin-bottom: 5px;
}
.picture ul {
  overflow: hidden;
  width: 101%;
}
.picture li {
  float: left;
  width: 19%;
  padding: 1% 1% 0 0;
}
.picture .thumbnail {
  margin-bottom: 10px;
}
.picture .title {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/*column*/
.column .list {
  overflow: hidden;
  width: 102%;
}
.column .item {
  width: 31.333%;
  float: left;
  padding-right: 2%;
}
.column .item:nth-child(n + 4) {
  padding-top: 2%;
}
.column li {
  overflow: hidden;
}
.column .thumbnail {
  width: 130px;
  float: left;
}
.column .info {
  margin-left: 145px;
  overflow: hidden;
}
.column .first {
  padding: 8px 0;
}
.column .first .title {
  margin-bottom: 5px;
}
.column .first .title a {
  display: block;
  font-size: 14px;
  line-height: 1.65em;
  max-height: 3.3em;
  -webkit-line-clamp: 2;
}
.column .first p {
  font-size: 13px;
  line-height: 1.75em;
  height: 3.5em;
  -webkit-line-clamp: 2;
  color: #888;
}
.column .li {
  border-top: 1px dashed #eee;
  padding-top: 5px;
  margin-top: 5px;
  line-height: 30px;
}
.column .li .title {
  font-weight: normal;
  font-size: 14px;
  margin-right: 70px;
}
.column time {
  display: block;
  float: right;
  font-size: 12px;
  color: #888;
}
.column .warning {
  margin-bottom: 0;
  text-align: center;
  padding: 5% 0;
}

/*gallery*/
.gallery {
  overflow: hidden;
}
.gallery ul {
  overflow: hidden;
  width: 100.7%;
}
.gallery li {
  float: left;
  width: 15.965%;
  padding: 0.7% 0.7% 0 0;
}
.gallery li .thumbnail {
  padding-bottom: 75%;
}
.gallery li img {
  transition: all 0.3s;
}
.gallery li:first-child {
  width: 32.615%;
}
.gallery li:first-child .thumbnail {
  padding-bottom: 75.5%;
}
.gallery li a {
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #f9f9f9;
}
.gallery li a:before,
.gallery li a:after {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
.gallery li a:before {
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gallery li a:after {
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 10%;
  padding-bottom: 10%;
  background: url(../images/icon_link.png) no-repeat center center;
  background-size: contain;
  margin-left: -5%;
  transform: translateY(-50%);
}
.gallery li a:hover:before {
  opacity: 1;
}
.gallery li a:hover:after {
  opacity: 1;
}
.gallery li a:hover img {
  transform: scale(1.1);
}

/*news*/
.news .boxTitle {
  margin-bottom: 15px;
}
.news ul {
  overflow: hidden;
}
.news .top {
  float: right;
  width: 560px;
  position: relative;
}
.news .top h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
}
.news .top h3 a {
  display: block;
  padding: 0 3%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .item {
  overflow: hidden;
  margin: 0 590px 15px 0;
}
.news .item:last-child {
  margin-bottom: 0;
}
.news .item .thumbnail {
  float: left;
  width: 125px;
}
.news .item .info {
  margin-left: 140px;
}
.news .item h3 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
.news .item time {
  display: block;
  font-size: 12px;
  line-height: 2em;
  color: #999;
}
.news .item p {
  font-size: 13px;
  color: #888;
  line-height: 1.75em;
  height: 3.5em;
  -webkit-line-clamp: 2;
}

/*文章列表*/
.blogItem {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e4e4e4;
}
.blogItem .thumbnail {
  float: left;
  width: 250px;
}
.blogItem .info {
  margin-left: 265px;
  overflow: hidden;
  padding: 5px 0;
}
.blogItem .title {
  line-height: 1.35em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-bottom: 5px;
}
.blogItem .title strong {
  color: #f00;
}
.blogItem .meta {
  color: #888;
  margin-bottom: 5px;
  overflow: hidden;
}
.blogItem .meta a {
  color: #888;
}
.blogItem .meta span {
  font-size: 12px;
  background: no-repeat left center;
  padding: 0 16px;
  background-size: auto 10px;
  display: block;
  float: left;
}
.blogItem .meta .views {
  float: right;
  padding-right: 0;
  background-image: url(../images/icon_01.png);
}
.blogItem .meta .tag {
  background-image: url(../images/icon_02.png);
}
.blogItem .meta .date {
  background-image: url(../images/icon_03.png);
}
.blogItem .intro {
  font-size: 14px;
  color: #666;
  line-height: 1.75em;
  height: 5.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 13px;
  text-align: justify;
}
.blogItem .more {
  overflow: hidden;
}
.blogItem .more a {
  display: block;
  float: right;
  color: #fff;
  background-color: #006abe;
  padding: 0 10px;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}
.blogItem .more a:hover {
  opacity: 0.75;
}

/*gallery*/
#gallery .list {
  overflow: hidden;
  margin-bottom: 20px;
}
#gallery ul {
  overflow: hidden;
  width: 101%;
  border-bottom: 1px dashed #e4e4e4;
}
#gallery li {
  float: left;
  width: 32.333%;
  padding: 0 1% 2% 0;
}
#gallery .listpic {
  clear: both;
  width: 99%;
}
#gallery .thumbnail {
  margin-bottom: 10px;
}
#gallery .title {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/*pagenavi*/
#pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#pagenavi a,
#pagenavi .current {
  display: block;
  height: 2.3em;
  line-height: 2.3em;
  min-width: 2.3em;
  padding: 0 0.5em;
  background-color: #f1f1f1;
  color: #888;
  margin: 0.15em;
  box-sizing: border-box;
}
#pagenavi .current,
#pagenavi a:hover {
  background-color: #006abe;
  color: #fff;
}

/*侧边*/
#sidebar {
  width: 210px;
}
#sidebar .widget_mza_popular_posts h3.wp-block-heading {
  background: url(../images/side_center.png) 50% repeat-x;
}

/* 通用盒子 */
#sidebar .box {
  margin-bottom: 20px;
}
#sidebar .box h3 {
  font-weight: 400;
  padding-left: 16px;
  height: 42px;
  line-height: 38px;
  width: 100%;
  color: #fff;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #025896, #023d72);
  color: #fff;
  font-size: 14px;
}

/* 在线客服 */
.kefu_avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.kefu_avatar img {
  width: 21px;
  margin-right: 8px;
}
.common-box-style {
  padding: 0px 10px 20px;
  background-color: #eeeeee;
  border-radius: 0 0 8px 8px;
}
.kefu_item {
  padding: 0px 10px 10px;
}
.kefu_item p {
  font-size: 12px;
  margin: 6px 0;
}
.kefu_contact {
  font-size: 15px;
}
.kefu_contact img {
  width: 24px;
  margin-right: 4px;
}

/* 搜索框 */
.search_box .form-box {
  padding-top: 10px;
}
.search_box .form-box input,
.search_box .form-box input::-webkit-input-placeholder {
  font-size: 12px;
}
.search_box form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search_box input {
  width: calc(100% - 50px);
  height: 32px;
  padding: 0 8px;
}
.search_box button {
  width: 45px;
  height: 32px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: linear-gradient(to bottom, #10a5dd, #0081be);
}

/* 下载列表 */
.download_list {
  padding: 20px 5px 40px !important;
}
.download_list li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.download_list .down_info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.download_list .down_btn a {
  color: #005bac;
}

/* 地图 */
/* 侧栏地图容器 */
#sidebarMap {
  width: 100%;
  height: 320px; /* 侧栏建议别太高，你可改 260/300/340 */
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

/* 关键：避免你全站 img{max-width:100%} 影响高德瓦片 */
#sidebarMap img {
  max-width: none !important;
}

/* 可选：隐藏高德 logo 空间挤压（不建议强隐藏，按需开启）
#sidebarMap .amap-logo,
#sidebarMap .amap-copyright {
  display: none !important;
}
*/

/*侧边*/

.widget ul {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 5px;
  border-radius: 0 0 8px 8px;
}
.widget li {
  overflow: hidden;
  font-size: 12px;
  /* height: 1.875rem;
  line-height: 1.875em; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}

.widget li:hover {
  background-color: #cccccc;
}
.widget li:hover a {
  color: #333;
}
.widget li.active a:hover {
  color: #fff;
  background-color: #2e6fb7;
}
.widget img {
  max-width: 100%;
  height: auto;
}
.widget .custom {
  border-bottom: 1px solid #2c6db6;
  padding: 0 10px;
}
.widget .custom.active {
  background-color: #2e6fb7;
}
.widget .custom a {
  display: inline-block;
  width: 100%;
}
.widget .custom.active a {
  color: #fff;
}
.widget .custom:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget .thumbnail {
  width: 100px;
  float: left;
}
.widget .info {
  margin-left: 110px;
}
.widget .title {
  font-size: 14px;
  line-height: 1.75em;
  height: 3.5em;
  color: #333;
  overflow: hidden;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget .meta {
  font-size: 12px;
  line-height: 1.5em;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: no-repeat left center;
  background-size: auto 12px;
  padding-left: 17px;
}
.widget .views {
  background-image: url(../images/icon_01.png);
}
.widget .rand {
  background-image: url(../images/icon_02.png);
}
.widget .cmt {
  background-image: url(../images/icon_04.png);
}
.widget .date {
  background-image: url(../images/icon_03.png);
}

/* 侧边下载开始 */

.download_title {
  flex: 1;
  min-width: 0;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.download_box li:hover,
.download_box li:hover .down_btn a {
  color: #fff;
  background-color: #d40000;
}
/* 侧边下载结束 */

/*divComments*/
.widget_mza_recent_comments li {
  overflow: hidden;
  color: #444;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e4e4e4;
  text-align: justify;
}
.widget_mza_recent_comments li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_mza_recent_comments li .top {
  border: 1px solid #eee;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.75em;
  color: #999;
  position: relative;
  margin-bottom: 10px;
}
.widget_mza_recent_comments li .top:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 7px;
}
.widget_mza_recent_comments li .gravatar {
  float: left;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
}
.widget_mza_recent_comments li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget_mza_recent_comments li .text {
  margin-left: 30px;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget_mza_recent_comments li a {
  overflow: hidden;
  color: #555;
}

/*widget_categories*/
.widget_nav_menu li,
.wp-block-page-list li,
.widget_categories li,
.wp-block-categories li,
.widget_pages li,
.widget_meta li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1% 0;
}
.wp-block-page-list li a,
.widget_categories li a,
.wp-block-categories li a,
.widget_pages li a,
.widget_nav_menu li a,
.widget_meta li a {
  background-color: #f9f9f9;
  color: #555;
  padding: 5px 10px;
  display: block;
}
.wp-block-page-list li li a,
.widget_categories li li a,
.wp-block-categories li li a,
.widget_pages li li a {
  padding-left: 2em;
}

/* 列表开始 */
/* ===== 重要公告 ===== */
.important-notice {
  border: 1px solid #2f7de1;
  margin: 0;
  padding-bottom: 20px;
}

.important-title {
  background: #2f7de1;
  color: #fff;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: bold;
}

.important-content {
  padding: 12px 15px;
}

.important-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.icon-hand {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/static/img/hand.png) no-repeat center;
  background-size: contain;
  vertical-align: -3px;
  margin-right: 5px;
}

.important-list li {
  line-height: 2;
}
.important-list a {
  color: #000;
}
.important-list a:hover {
  text-decoration: underline;
}

/* ===== 新闻热点 ===== */
.news-list {
  background: #fff;
}

.news-title {
  background: #f6f8fa;
  margin-top: 4px;
  padding: 0px 12px;
  border-bottom: 1px solid #d8e2ea;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #666;
  font-size: 12px;
}
.news-title img {
  margin-right: 4px;
}
.icon-news {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ccc;
  margin-right: 6px;
}

.news-ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  border-bottom: 1px dashed #ddd;
}

.news-ul a {
  flex: 1;
  color: #333;
  margin-right: 10px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
}
.news-ul li:hover {
  background-color: #cc0000;
}
.news-ul li:hover a {
  color: #fff;
}

.news-meta {
  white-space: nowrap;
  font-size: 12px;
  color: #999;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news-meta span:first-child {
  margin-right: 8px;
}

/* ===== 分页 ===== */
.page-simple {
  text-align: center;
  padding: 15px 0;
}
.page-simple a {
  margin: 0 10px;
  color: #333;
  font-size: 12px;
}
.page-simple a.page-num-current {
  font-weight: 700;
  color: #2f7de1;
}
.page-simple span {
  font-size: 12px;
}
/* 列表结束 */

/* 文章详情开始 */
/* 详情整体像截图：灰底大块 */
.news-detail {
  background-color: #fbfbfb;
  padding: 26px 26px 18px;
  margin-top: 4px;
  border: 0;
}

/* 标题居中 */
.news-detail .detail-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 14px;
  color: #222;
}

/* 分享栏 */
.detail-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0 14px;
  border-bottom: 1px dashed #e1edf1;
  margin-bottom: 14px;
  color: #666;
  font-size: 12px;
}
.detail-share .share-label {
  margin-right: 4px;
  color: #666;
}
.detail-share .share-item {
  position: relative;
  padding-left: 22px;
  margin-right: 8px;
  font-size: 12px;
  color: #333;
}

.detail-share .share-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url('/skin/images/share-icons.png');
  background-repeat: no-repeat;
  background-size: auto;
}

/* 微信 */
.share-item.wechat::before {
  background-position: -29px 0px;
}

/* 新浪微博 */
.share-item.weibo::before {
  background-position: -56px 0;
}

/* QQ */
.share-item.qq::before {
  background-position: -0px 0;
}

/* QQ空间 */
.share-item.qzone::before {
  background-position: -387px 0;
}

/* 豆瓣 */
.share-item.renren::before {
  background-position: -253px 0;
}

/* 百度贴吧 */
.share-item.tieba::before {
  background-position: -412px 0;
}

/* 复制网址（可用灰色图标） */
.share-item.copy::before {
  background-position: -437px 0;
}

/* 正文 */
.detail-content {
  background: transparent;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
}
.detail-content img {
  max-width: 100%;
  height: auto;
}

/* 上一篇/下一篇 */
.detail-prevnext {
  margin-top: 22px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  color: #333;
  font-size: 13px;
}
.detail-prevnext .pn-item {
  margin: 6px 0;
}
.detail-prevnext a {
  color: #0b63c9;
}
.detail-prevnext a:hover {
  text-decoration: underline;
}
/* 文章详情结束 */

/*divLinkage*/
.widget_archive li,
.wp-block-archives li,
.widget_links li {
  float: left;
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1% 0;
  font-size: 12px;
}
.widget_archive li:nth-child(2n),
.wp-block-archives li:nth-child(2n),
.widget_links li:nth-child(2n) {
  float: right;
}
.widget_links li a,
.widget_archive li a,
.wp-block-archives li a {
  background-color: #f9f9f9;
  color: #555;
  padding: 5px 10px;
  display: block;
}

/*divCalendar*/
.widget_calendar .wp-block-calendar,
.widget_calendar .calendar_wrap {
  padding: 20px;
}
.widget_calendar caption {
  margin-bottom: 10px;
  line-height: 1.35em;
  font-weight: bold;
  vertical-align: middle;
}
.widget_calendar .wp-calendar-nav a {
  font-size: 0.875em;
  line-height: 2em;
}
.widget_calendar td,
.widget_calendar th {
  width: 13.285%;
  padding: 0 0.5%;
  text-align: center;
  font-size: 14px;
}
.widget_calendar td a {
  padding: 10%;
  background-color: #006abe;
  border-radius: 50%;
  color: #fff;
}

/*divSearchPanel*/
.widget_search form {
  position: relative;
}
.widget_search .searchform > div,
.widget_search .wp-block-search__inside-wrapper {
  position: relative;
  padding-right: 42px;
  overflow: hidden;
}
.widget_search label {
  font-size: 0.875em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  padding: 0 3%;
  cursor: text;
  width: 94%;
  display: none;
}
.widget_search input[type='text'],
.widget_search .wp-block-search__input {
  height: 24px;
  line-height: 24px;
  padding: 8px 3%;
  border: 1px solid #e4e4e4;
  width: 94%;
  box-sizing: content-box;
}
.widget_search input[type='submit'],
.widget_search .wp-element-button {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42px;
  background-color: #006abe;
  cursor: pointer;
  font-size: 14px;
}
.widget_search .wp-block-search label {
  position: static;
  padding: 0;
  width: auto;
  font-size: 0.875em;
}
.widget_search .wp-element-button {
  border: none;
}

/*divPrevious*/
.widget_recent_comments li,
.widget_recent_entries li {
  position: relative;
  padding: 0 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e4e4e4;
}
.widget_recent_comments li:before,
.widget_recent_entries li:before {
  width: 3.5px;
  height: 3.5px;
  content: '';
  display: block;
  background-color: #006abe;
  position: absolute;
  left: 0;
  top: 12px;
}
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*entry*/
.entry {
  overflow: hidden;
}
.entry * {
  line-height: 1.875em;
}
.entry img {
  max-width: 100%;
  height: auto !important;
}
.entry blockquote {
  margin: 0 2em 2.5%;
  overflow: hidden;
  padding: 2.5% 2.5% 0;
  color: #555;
  background-color: #f9f9f9;
  font-style: italic;
}
.entry ul,
.entry ol {
  margin-bottom: 2.5%;
  margin-left: 2em;
  padding-left: 1em;
}
.entry ul li {
  list-style: outside disc none;
}
.entry ol li {
  list-style: outside decimal none;
}
.entry li p {
  margin-bottom: 0;
}
.entry p,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin-bottom: 2.5%;
}
.entry a {
  color: #006abe;
  text-decoration: underline;
}
.entry hr {
  border: none;
  margin-bottom: 2.5%;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  clear: both;
}

/*postTags _aiyuanma*/
#postTags {
  font-size: 14px;
  line-height: 1.75em;
}
#postTags span {
  font-weight: bold;
  color: #000;
}
#postTags a {
  margin: 0 1.5%;
}

/*postnavi*/
#postnavi {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.75em;
}
#postnavi .prev,
#postnavi .next {
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#postnavi .prev {
  float: left;
}
#postnavi .next {
  float: right;
  text-align: right;
}

/*breadcrumb*/
#breadcrumb {
  font-size: 14px;
  line-height: 1.5em;
  color: #999;
  float: right;
}
#breadcrumb a {
  color: #999;
  padding-right: 0;
  font-size: 14px;
}
#breadcrumb a:after {
  display: none;
}
#breadcrumb .home {
  background: url(../images/icon_home.png) no-repeat left;
  background-size: auto 14px;
  padding-left: 20px;
}
#breadcrumb i {
  font-style: normal;
  font-family: 'Simsun';
  margin: 0 5px 0 3px;
  color: #999;
}

/*postTitle aiyuanma_*/
#postTitle {
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  padding: 2% 0 3%;
}

/*postmeta*/
#postmeta {
  font-size: 0;
  line-height: normal;
  text-align: center;
  margin-bottom: 2.5%;
  border-bottom: 1px dashed #eee;
  padding-bottom: 2.5%;
}
#postmeta span {
  font-size: 14px;
  color: #888;
  margin: 0 10px;
  display: inline-block;
  background: no-repeat left center;
  padding-left: 20px;
  background-size: auto 12px;
}
#postmeta a {
  color: #888;
}
#postmeta a:hover {
  color: #006abe;
}
#postmeta .views {
  background-image: url(../images/icon_01.png);
}
#postmeta .tag {
  background-image: url(../images/icon_02.png);
}
#postmeta .date {
  background-image: url(../images/icon_03.png);
}

/*errorPage*/
#errorPage #postTitle {
  margin-top: 10%;
}
#errorPage .entry {
  text-align: center;
  margin-bottom: 15%;
}

/*related*/
#related ul {
  overflow: hidden;
  width: 102%;
}
#related li {
  float: left;
  width: 23%;
  padding: 1% 2% 1% 0;
}
#related .thumbnail {
  margin-bottom: 5px;
}
#related h4 {
  font-size: 14px;
  line-height: 1.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/*links*/
#links ul {
  overflow: hidden;
  width: 102%;
}
#links li {
  font-size: 14px;
  line-height: 1.75em;
  padding: 0.5% 1% 0.5% 0;
  float: left;
}

/*respond*/
#respond {
  position: relative;
  overflow: hidden;
}
#respond .item {
  margin-bottom: 2%;
  position: relative;
}
#respond label {
  display: block;
  font-size: 14px;
  line-height: 1.75em;
  color: #555;
  margin-bottom: 5px;
}
#respond label i {
  font-style: normal;
  color: #f00;
  font-size: 12px;
  margin-left: 5px;
}
#respond .input {
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
#respond .text {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 5%;
  width: 90%;
  display: block;
  border: none;
  border-radius: 3px;
  color: #555;
  font-family: 'Microsoft Yahei';
}
#respond textarea.text {
  height: 110px;
  resize: vertical;
  padding: 5px 1.5%;
  width: 97%;
}
#respond .inp {
  width: 102%;
  overflow: hidden;
}
#respond .inp .item {
  float: left;
  width: 31.333%;
  padding-right: 2%;
}
#respond .verify {
  width: 130px;
  float: left;
  margin-bottom: 0;
}
#respond .verify img {
  display: block;
  cursor: pointer;
  height: 36px;
  width: auto;
  position: absolute;
  left: 110%;
  bottom: 0;
}
#respond .btn {
  overflow: hidden;
  padding-top: 30.5px;
}
#respond .submit {
  float: right;
  background-color: #006abe;
  border: none;
  width: 100px;
  height: 35px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}
#respond .submit:hover {
  opacity: 0.85;
}
#cancel-comment-reply-link {
  font-size: 12px;
  color: #999;
  line-height: 2em;
}

/*warning*/
.warning {
  font-size: 12px;
  color: #999;
  line-height: 2em;
  clear: both;
  margin-bottom: 2%;
}

/*commentslist*/
#comments {
  overflow: hidden;
}
#comments li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  overflow: hidden;
}
#comments .gravatar {
  float: left;
  padding: 3px 0;
}
#comments .gravatar img {
  width: 40px;
  height: 40px;
  display: block;
}
#comments .info {
  margin-left: 55px;
  overflow: hidden;
}
#comments .meta {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35em;
  color: #999;
  margin-bottom: 10px;
}
#comments .meta span {
  display: block;
  float: left;
}
#comments .meta .reply {
  float: right;
}
#comments .meta a {
  color: #006abe;
}
#comments .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  color: #333;
  margin-bottom: 5px;
}
#comments .name a {
  color: #333;
}
#comments .text {
  font-size: 14px;
  line-height: 2em;
  color: #666;
}
#comments .text li {
  margin-left: 0;
}
#comments li li {
  margin: 15px 0 5px 55px;
  background-color: #f9f9f9;
  padding: 15px;
  border-bottom: none;
}
#comments li li li {
  margin: 10px 10px 5px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

/*footer*/
.site-footer {
  background: #fff;
  padding: 0 0 18px;
  font-size: 12px;
  color: #333;
  line-height: 1.8;
}
.site-footer a {
  color: #222;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}

/* ===== Link Panel (Blue Border) ===== */
.footer-links-panel {
  border: 2px solid #2f7de1;
  padding: 10px 12px;
  margin-top: 18px;
}
.footer-links-title {
  font-weight: 700;
  color: #fff;
  background: #2f7de1;
  padding: 6px 10px;
  margin: -10px -12px 10px -12px;
  font-size: 13px;
}

.footer-links-row {
  margin: 6px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-links-row b {
  white-space: nowrap;
  color: #111;
  font-weight: 700;
}
.footer-links-row a {
  margin-right: 10px;
  white-space: nowrap;
}

/* ===== Middle Pink Bar ===== */
.footer-bar {
  margin-top: 12px;
  border: 1px solid #f2bcbc;
  background: linear-gradient(#fff, #ffe9e9);
  text-align: center;
  padding: 10px 12px;
}
.footer-bar .bar-line {
  margin: 2px 0;
}

/* ===== Bottom Info Line ===== */
.footer-bottom {
  text-align: center;
  padding-top: 10px;
}
.footer-bottom .bottom-line {
  margin: 4px 0;
  color: #333;
}
.footer-bottom .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin: 0 4px 0 10px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.footer-muted {
  color: #666;
}
.footer-split a {
  margin: 0 6px;
  color: #333;
}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st {
  font-family: 宋体;
}
.text-secondary {
  text-align: center;
  padding: 20px 0;
}

.ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}
.ab_img p {
  text-wrap: inherit !important;
}
.ab_img p span {
  text-wrap: inherit !important;
}

.yzm {
  position: relative;
}
.yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
}

@media (max-width: 1080px) {
  /* 保持左右两列顺序不变，侧栏固定宽度，主区自适应 */
  .table {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  /* 侧栏，若 left.html 使用其他 id/class 请据实替换 #sidebar */
  #sidebar {
    order: 0;
    flex: 0 0 210px;
    width: 210px;
    box-sizing: border-box;
  }
  /* 主内容区 */
  #main.td {
    order: 1;
    flex: 1 1 auto;
    min-width: 0; /* 防止子元素溢出 */
    box-sizing: border-box;
    padding-left: 1.5625%;
  }
}
