.breadcrumb-box {
  width: 100%;
}
.breadcrumb-box ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb-box ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2F80ED;
  cursor: default;
}
.breadcrumb-box ul li a:hover {
  text-decoration: underline;
  color: #0082FF;
  cursor: pointer;
}
.breadcrumb-box ul li a::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-width: 1px 1px 0 0;
  border-color: #1F1F24;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -moz-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -o-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  margin: 0 14px;
}
.breadcrumb-box ul li:first-child a::before {
  display: none;
}
.breadcrumb-box ul li:last-child a {
  width: 670px;
  color: #666;
  display: inline-block;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.breadcrumb-box ul li:last-child a::before {
  margin-bottom: 1.8px;
}

.pagination-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination-box .pagination-page-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.pagination-box .pagination-page-box .pagination-page-pre {
  margin-right: 11px;
}
.pagination-box .pagination-page-box .pagination-page-pre img {
  display: none;
}
.pagination-box .pagination-page-box .pagination-page-pre img.show {
  display: block;
}
.pagination-box .pagination-page-box .pagination-page-pre img.show:nth-child(2) {
  cursor: pointer;
}
.pagination-box .pagination-page-box .pagination-page-num a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #353535;
}
.pagination-box .pagination-page-box .pagination-page-num a:hover {
  font-weight: 700;
  color: #353535;
  background: #F0F0F0;
  cursor: pointer;
}
.pagination-box .pagination-page-box .pagination-page-num a.active {
  font-weight: 700;
  color: #353535;
  background: #F0F0F0;
}
.pagination-box .pagination-page-box .pagination-page-next {
  margin-left: 11px;
}
.pagination-box .pagination-page-box .pagination-page-next img {
  display: none;
}
.pagination-box .pagination-page-box .pagination-page-next img.show {
  display: block;
}
.pagination-box .pagination-page-box .pagination-page-next img.show:nth-child(2) {
  cursor: pointer;
}
.pagination-box .pagination-input {
  margin-left: 30px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #353535;
}
.pagination-box .pagination-input input {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
  width: 44px;
  height: 32px;
  line-height: 32px;
  background: #F9F9F9;
  border: 1px solid #EAEBEC;
  border-radius: 6px;
  margin: 0 8px;
  text-align: center;
}

body {
  background: #F2F2F2;
}

.article-box {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.article-box .article-container {
  width: 1200px;
  margin: 0 auto;
}
.article-box .article-container .article-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 16px;
}
.article-box .article-container .article-item:last-child {
  margin-bottom: 0;
}
.article-box .article-container .article-item > a img {
  width: 340px;
  height: 190px;
  border-radius: 16px;
  object-fit: cover;
}
.article-box .article-container .article-item .article-info-text {
  position: relative;
  width: 68%;
  height: 190px;
}
.article-box .article-container .article-item .article-info-text h1 a {
  display: block;
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.article-box .article-container .article-item .article-info-text p {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A2A2A2;
  margin-top: 16px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.article-box .article-container .article-item .article-info-text .article-tag-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text a {
  padding: 6px 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #323232;
  margin-right: 16px;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text a:last-child {
  margin-right: 0;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text a:hover {
  background: rgba(0, 122, 255, 0.1);
  border: 1px solid #007AFF;
  color: #007AFF;
}
.article-box .article-container .article-item .article-info-text .article-tag-box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  opacity: 0.5;
}
.article-box .other-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.article-box .other-box .common-title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.article-box .other-box .common-title i {
  display: inline-block;
  width: 4px;
  height: 26px;
  background: #000000;
  border-radius: 115px;
  margin-right: 12px;
}
.article-box .other-box .featured-article-box ul {
  width: 585px;
  height: 270px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  margin-top: 16px;
  padding: 20px 24px;
  box-sizing: border-box;
}
.article-box .other-box .featured-article-box ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9px;
}
.article-box .other-box .featured-article-box ul li:last-child {
  margin-bottom: 0;
}
.article-box .other-box .featured-article-box ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 85%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  display: inline-block;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-box .other-box .featured-article-box ul li a:hover {
  text-decoration: underline;
}
.article-box .other-box .featured-article-box ul li a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000000;
  margin-right: 8px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.article-box .other-box .featured-article-box ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
.article-box .other-box .hot-products ul {
  width: 585px;
  height: 270px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  margin-top: 16px;
  padding: 12px 8px;
  box-sizing: border-box;
}
.article-box .other-box .hot-products ul li {
  width: 100%;
  padding: 8px 25px;
  box-sizing: border-box;
  border-radius: 8px;
}
.article-box .other-box .hot-products ul li:hover {
  background: #F5F5F5;
}
.article-box .other-box .hot-products ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.article-box .other-box .hot-products ul li a .hot-products-info {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 91%;
}
.article-box .other-box .hot-products ul li a .hot-products-info img {
  width: 44px;
  height: 44px;
}
.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-left: 8px;
}
.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text h2 {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 12px;
  margin-top: 1px;
  display: inline-block;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text p {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  display: inline-block;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.paginationBox .my-pagination ._page_container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 0;
}
.paginationBox .my-pagination ._page_container ._prev {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  background: #F5F5F5;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0;
  margin-right: 11px;
}
.paginationBox .my-pagination ._page_container ._next {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  background: #F5F5F5;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0;
  margin-left: 11px;
}
.paginationBox .my-pagination ._page_container ._disabled_c {
  color: #D9D9D9 !important;
}
.paginationBox .my-pagination ._page_container ul li {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 6px;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  padding: 0;
  margin: 0;
  margin-right: 8px;
}
.paginationBox .my-pagination ._page_container ul li:last-child {
  margin-right: 0;
}
.paginationBox .my-pagination ._page_container ul li:hover {
  background: #007AFF;
  color: #FFFFFF !important;
}
.paginationBox .my-pagination ._page_container ul li._active_2 {
  background: #007AFF;
  color: #FFFFFF !important;
}
.paginationBox .my-pagination ._page_container ._jumper {
  margin: 0;
  margin-left: 16px;
}
.paginationBox .my-pagination ._page_container ._jumper span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #A2A2A2;
}
.paginationBox .my-pagination ._page_container ._jumper ._jumper_input {
  width: 50px;
  height: 28px;
  line-height: 28px;
  background: #F5F5F5;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 4px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.paginationBox .my-pagination ._page_container ._jumper ._jumper_input:focus {
  background: #FFFFFF;
}