.breadcrumb {
  height: 30px;
  padding: 14px 0;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  float: left;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  max-width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb li.active {
  color: #333;
}
.breadcrumb li::after {
  content: ">";
  padding: 0 12px;
}
.breadcrumb li:nth-last-child(1)::after {
  display: none;
}
.breadcrumb strong {
  color: #f5533d;
  font-weight: 400;
}
.pagination {
  height: 32px;
  line-height: 32px;
  padding: 10px 0;
  text-align: center;
  font-size: 0;
  color: #333;
  overflow: hidden;
}
@media (max-width: 640px) {
  .pagination {
    height: 26px;
    line-height: 26px;
  }
}
.pagination a {
  color: inherit;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 640px) {
  .pagination a {
    font-size: 12px;
  }
}
.pagination .pagination-next,
.pagination .pagination-prev {
  padding: 0 15px;
  color: #666;
}
@media (max-width: 640px) {
  .pagination .pagination-next,
  .pagination .pagination-prev {
    padding: 0 2px;
  }
}
.pagination .pagination-next svg,
.pagination .pagination-prev svg {
  width: 16px;
  height: 16px;
  margin-top: 7px;
  vertical-align: top;
}
@media (max-width: 640px) {
  .pagination .pagination-next svg,
  .pagination .pagination-prev svg {
    margin-top: 4px;
  }
}
.pagination .pagination-next.disabled,
.pagination .pagination-prev.disabled {
  cursor: not-allowed;
  color: #999;
}
.pagination .pagination-page {
  width: 32px;
  height: 32px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .pagination .pagination-page {
    width: 26px;
    height: 26px;
    margin: 0 2px;
  }
}
.pagination .pagination-page.active,
.pagination .pagination-page:hover {
  color: #fff;
  background: #3f8af6;
}
.pagination .pagination-page.disabled {
  cursor: default;
  color: #333;
  background: 0 0;
}
.pagination .pagination-pages {
  font-size: 14px;
  margin-left: 4px;
}
@media (max-width: 640px) {
  .pagination .pagination-pages {
    font-size: 12px;
  }
}
.banner {
  height: 220px;
  background: url(/wp-content/themes/qysti2022/images/news_banner.jpg) no-repeat center/cover;
  text-align: center;
}
@media (min-width: 1025px) {
  .banner {
    margin-left: auto;
    margin-right: auto;
    min-width: 1230px;
  }
}
@media (min-width: 2561px) {
  .banner {
    max-width: 1920px;
  }
}
@media (max-width: 1024px) {
  .banner {
    height: 118px;
  }
}
.header #search-toggle,
.header .search-form {
  display: none;
}
.search-form {
  display: inline-block;
  position: relative;
  margin-top: 87px;
}
@media (max-width: 1024px) {
  .search-form {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .search-form {
    margin-top: 43px;
  }
}
.search-form .search-field {
  margin: 0;
  border: 0;
  outline: 0;
  width: 580px;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  padding: 0 100px 0 25px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 1024px) {
  .search-form .search-field {
    width: 400px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    font-size: 12px;
    padding-right: 85px;
  }
}
@media (max-width: 640px) {
  .search-form .search-field {
    width: 270px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 65px 0 15px;
  }
}
.search-form .search-submit {
  margin: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  background: #deebfe;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
@media (max-width: 1024px) {
  .search-form .search-submit {
    width: 60px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
  }
}
@media (max-width: 640px) {
  .search-form .search-submit {
    width: 50px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
.search-form .search-icon {
  color: #448cfa;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .search-form .search-icon {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 640px) {
  .search-form .search-icon {
    width: 14px;
    height: 14px;
  }
}
.search-form .search-submit:hover .search-icon {
  color: #3f8af6;
  transition: color 0.3s;
}
.page-content {
  width: 100%;
  padding-bottom: 50px;
  background: #f4f4f4;
}
@media (min-width: 1025px) {
  .page-content {
    margin-left: auto;
    margin-right: auto;
    min-width: 1230px;
  }
}
@media (min-width: 2561px) {
  .page-content {
    max-width: 1920px;
  }
}
@media (max-width: 1024px) {
  .page-content {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .page-content.page-content-article {
    padding: 0;
  }
  .page-content.page-content-article .container {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .page-content {
    padding-top: 20px;
  }
}
.page-content .content-wrap {
  position: relative;
}
.page-content .content {
  margin-left: 300px;
}
@media (max-width: 1024px) {
  .page-content .content {
    margin: 0;
  }
}
.page-content .content-tip {
  height: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  padding: 120px 0;
}
.page-content .content-tip img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .page-content .content-tip {
    padding: 70px 0 130px;
    margin-bottom: 10px;
  }
  .page-content .content-tip img {
    width: 330px;
    margin-bottom: 7px;
  }
}
@media (max-width: 640px) {
  .page-content .content-tip {
    padding: 35px 0 120px;
    font-size: 13px;
    margin-bottom: 0;
  }
  .page-content .content-tip img {
    width: 280px;
    margin-bottom: -7px;
  }
}
@media (min-width: 1025px) {
  .page-content .full-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}
.article {
  height: 100%;
  box-sizing: border-box;
  padding: 40px 50px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .article {
    padding: 25px 15px;
  }
}
.article-title {
  font-size: 26px;
  color: #333;
}
@media (max-width: 1024px) {
  .article-title {
    font-size: 22px;
    line-height: 39px;
  }
}
@media (max-width: 640px) {
  .article-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.article-meta {
  line-height: 52px;
  font-size: 0;
}
.article-meta a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.article-meta a:hover {
  color: #666;
}
.article-meta li {
  font-size: 14px;
  color: #bbb;
  display: inline-block;
}
.article-meta li:after {
  content: "/";
  padding: 0 20px;
}
.article-meta li:nth-last-child(1):after {
  display: none;
}
@media (max-width: 1024px) {
  .article-meta li {
    font-size: 13px;
  }
  .article-meta li:after {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .article-meta li {
    font-size: 12px;
  }
  .article-meta li:after {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .article-meta {
    line-height: 37px;
  }
}
@media (max-width: 640px) {
  .article-meta {
    line-height: 37px;
  }
}
.article-content {
  color: #666;
}
.article-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.article-content p {
  font-family: "\5B8B\4F53", sans-serif;
  /* font-size: 14px; */
  margin: 1em 0;
  word-wrap: break-word;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  text-align: center;
  font-family: "\5B8B\4F53", sans-serif;
  font-size: 14px;
  text-indent: 2em;
  margin: 1em 0;
  word-wrap: break-word;
  padding-bottom: 1em;
}
.article-content a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.3s;
}
.article-content a:hover {
  color: #333;
}
.article-content strong {
  font-weight: 700;
}
.article-content cite,
.article-content dfn,
.article-content em,
.article-content i {
  font-style: italic;
}
.article-content big {
  font-size: 125%;
}
.article-content .alignleft {
  float: left;
  margin-right: 1.5em;
}
.article-content .alignright {
  float: right;
  margin-left: 1.5em;
}
.article-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .article-content {
    padding-top: 10px;
    min-height: 300px;
  }
}
@media (max-width: 640px) {
  .article-content {
    padding-top: 0;
    min-height: auto;
  }
}
.news-list .news-item {
  display: block;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  padding: 20px 40px 25px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s;
}
@media (max-width: 1024px) {
  .news-list .news-item {
    margin-bottom: 20px;
    padding: 15px 30px 20px;
  }
}
@media (max-width: 640px) {
  .news-list .news-item {
    margin-bottom: 15px;
    padding: 10px 15px 17px;
  }
}
.news-list .news-item:hover {
  box-shadow: 0 0 10px rgba(34, 24, 21, 0.07);
}
.news-list .news-item:hover .news-title {
  color: #3f8af6;
}
.news-list .news-title {
  font-size: 18px;
  line-height: 38px;
  color: #333;
  white-space: nowrap;
  padding-right: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .news-list .news-title {
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 640px) {
  .news-list .news-title {
    font-size: 13px;
    line-height: 32px;
  }
}
.news-list .news-date {
  font-size: 13px;
  position: absolute;
  right: 0;
  color: #999;
}
@media (max-width: 1024px) {
  .news-list .news-date {
    font-size: 12px;
  }
}
.news-list .news-desc {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .news-list .news-desc {
    font-size: 13px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 640px) {
  .news-list .news-desc {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
}
.news-list strong {
  color: #f5533d;
  font-weight: 400;
}
.slidebar {
  float: left;
  width: 270px;
}
@media (max-width: 1024px) {
  .slidebar {
    display: none;
  }
}
.slidebar .widget {
  background: #fff;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 4px 30px 11px;
  margin-bottom: 30px;
}
.slidebar .widget .title {
  font-size: 18px;
  color: #333;
  padding: 13px 5px 15px;
  margin-bottom: 11px;
  border-bottom: 1px solid #ebebeb;
}
.slidebar .widget:nth-last-child(1) {
  margin-bottom: 0;
}
.widget_categories > ul {
  margin-bottom: 13px;
}
.widget_categories > ul a {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  line-height: 30px;
  transition: color 0.3s;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget_categories > ul a:hover {
  color: #3f8af6;
}
.widget_categories > ul > li {
  margin-bottom: 5px;
}
.widget_categories .children a {
  font-weight: 400;
  color: #666;
}
