.wp-info {
  margin-top: 15px;
  height: 322px;
  display: flex;
  justify-content: space-between;
}

.swiper.info-swiper {
  width: 572px;
  height: 322px;
  margin: 0;
  border-radius: 4px;
}

.info-swiper-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
}

.info-swiper-bottom span {
  width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

.info-swiper .swiper-pagination {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.info-swiper .swiper-pagination-bullet {
  margin-left: 8px;
  background-color: #fff;
}

.info-right {
  width: 570px;
  height: 322px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  padding: 16px 0;
  justify-content: space-between;
}

.info-title {
  width: 540px;
  height: 35px;
  margin: 0 auto;
  display: flex;
  border-bottom: 2px solid #ececec;
  position: relative;
}

.info-title-txt {
  width: 440px;
  font-size: 18px;
  font-weight: bold;
  color: #1F2329;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
  line-height: 20px;
}

.info-sear {
  flex-shrink: 0;
  width: 540px;
  height: 243px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.info-sleft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-snav {
  width: 35px;
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ececec;
  color: #646A73;
  cursor: pointer;
}

.info-snav span {
  width: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

.info-snav.active {
  background-color: rgba(76, 211, 146, 0.15);
  color: #00A364;
}

.info-sright {
  width: 490px;
}

.info-searchbox {
  width: 490px;
  height: 40px;
  background-color: #ececec;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-searchbox input {
  margin-left: 16px;
  width: 400px;
  color: #1F2329;
  line-height: 24px;
  font-size: 16px;
  background: none;
  border: none;
}

.info-searchbox-btn {
  width: 64px;
  height: 100%;
  background: linear-gradient(180deg, #31FBAD 0%, #00A364 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-searchbox-btn .icon-sousuo {
  color: #fff;
  font-size: 24px;
}

.info-ul {
  display: flex;
  flex-direction: column;
  height: 210px;
  overflow: hidden;
}

.info-li {
  flex-shrink: 0;
  margin-top: 8px;
  height: 22px;
  display: flex;
  align-items: center;
}

.info-li span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  width: 470px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #000000;
  margin: 0 8px;
  flex-shrink: 0;
}

.wp-cate {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 27px 0;
  background-color: #fff;
}

.cate-title {
  width: 1096px;
  height: 36px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #1F2329;
  line-height: 21px;
  border-bottom: 2px solid #ececec;
}

.cate-bottom {
  width: 1096px;
  margin: 16px auto 0;
  display: flex;
}

.cate-left {
  width: 200px;
  border-right: 2px solid #ececec;
  display: flex;
  flex-direction: column;
}

.cate-left li {
  margin-top: 16px;
  min-height: 27px;
  color: #000000;
  display: flex;
  flex-direction: column;
}

.cate-left li:first-child {
  margin-top: 0;
}

.cate-left li .icon-sanjiaoxing {
  font-size: 14px;
  transform: rotate(-30deg);
  margin: 0 5px;
}

.cate-left li span {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  width: 170px;
  height: 21px;
  overflow: hidden;
}

.cate-left li.active .cate-main{
  color: #00A364;
}

.cate-left li.active .icon-sanjiaoxing {
  transform: rotate(60deg);
}

.cate-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cate-table {
  width: 860px;
  height: 56px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cate-table span {
  font-size: 15px;
  font-weight: 400;
  color: #00A364;
  line-height: 24px;
  box-sizing: border-box;
  padding-right: 10px;
}

.cate-tb01 {
  width: 300px;
}

.cate-tb02 {
  width: 430px;
}

.cate-tb03 {
  width: 100px;
}

.cate-trow{
  width: 860px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cate-trow span{
  font-size: 15px;
  font-weight: 500;
  color: #1F2329;
  line-height: 24px;
  box-sizing: border-box;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cate-main{
  display: flex;
}

.cate-sub{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 50px;
  height: 0;
  overflow: hidden;
  transition: height .5s;
}

.cate-txt{
  min-height: 27px;
}

.cate-left li.active .cate-sub{
  height: auto;
  margin-top: 5px;
}
.pagediv{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page_pre{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  padding: 2px 6px;
}
.page-item-p{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 30px;
  color: #3568B9;
  border: 1px solid #9AAFE4;
  margin-right: 4px;
  padding: 2px 6px;
}
.page-item-p.active{
  border: 1px solid #D4D9D3;
  color: #979797;
}
.page-item-p_s{
  padding: 2px 6px;
  margin-right: 4px;
}
.page_next{
  padding: 2px 6px;
  margin-right: 4px;
}
.page-item-ps{
  padding: 2px 6px;
  margin-right: 4px;
}