.Index-block {
  width: 100%;
  display: inline-block;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #eee;
  opacity: .7;
  border-radius: 50%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(6) {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #57e6d1;
  opacity: .7;
  position: relative;
}

.Index-bzrt {
  margin-top: 20px;
  width: 580px;
  height: 300px;
  float: right;
}

.Index-bzrt .title h2:before {
  content: '';
  margin-right: 12px;
  width: 24px;
  height: 26px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: -5px;
}

.Index-bzrt .title h2:after {
  display: none;
}

.Index-bzrt ul li {
  margin-top: 20px;
  width: 102px;
  padding-right: 7px;
  text-align: center;
  float: left;
}

.Index-bzrt ul li:nth-of-type(5n) {
  padding-right: 0;
}

.Index-bzrt ul li .img {
  width: 60px;
  height: 60px;
  display: inline-block;
}

.Index-bzrt ul li .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Index-bzrt ul li a.tit {
  padding-top: 5px;
  font-size: 14px;
  color: #0b0b0b;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 80px;
  margin: 0 auto;
}

.Index-bzrt ul li a.tit:hover {
  color: var(--blueColor);
}

/*Index-jxrj*/
.Index-jxrj {
  margin-top: 20px;
  width: 100%;
  display: block;
  position: relative;
}

.Index-jxrj .Swiper {
  padding: 6px 0 26px;
  width: 100%;
  overflow: hidden;
}

.Index-jxrj .jxrj-list li {
  margin-top: 20px;
  padding: 17px 0;
  width: 370px;
  height: 100px;
  border: #f4f4f4 solid 1px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  transition: transform .15s;
}
.Index-jxrj .jxrj-list li:hover {
  box-shadow: 0px 0px 15px rgb(222, 222, 222, 1);
  transform: translate(0px, -10px);
  transition: transform .15s;
}

.bzrt-list li, .rmbw-list li {
  transition: transform .15s;
}
.bzrt-list li:hover, .rmbw-list li:hover {
  transform: translate(0px, -10px);
  transition: transform .15s;
}

.Index-jxrj .jxrj-list li .img {
  margin-left: 15px;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  float: left;
}

.Index-jxrj .jxrj-list li .img img {
  width: 60px;
  height: 60px;
  display: block;
}

.Index-jxrj .jxrj-list li span {
  padding-right: 106px;
  display: block;
}

.Index-jxrj .jxrj-list li .but {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
}

.Index-jxrj .jxrj-list li span .tit {
  padding-top: 5px;
  font-size: var(--size16);
  color: #070707;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.Index-jxrj .jxrj-list li span .tit:hover {
  color: var(--blueColor);
}

.Index-jxrj .jxrj-list li span p {
  padding-top: 10px;
  font-size: var(--size14);
  color: #929292;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*Index-rmbw*/
.Index-rmbw {
  width: 100%;
  margin-top: 20px;
  display: block;
  position: relative;
}

.Swiper {
  width: 100%;
  overflow: hidden;
}

.Index-rmbw .rmbw-list li {
  padding: 25px 0 20px;
  width: 120px;
  text-align: center;
}

.Index-rmbw .rmbw-list li .img img {
  width: 60px;
  height: 60px;
  display: inline-block;
}

.Index-rmbw .rmbw-list li .tit {
  padding-top: 8px;
  font-size: var(--size16);
  color: #070707;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Index-rmbw .rmbw-list li p {
  padding-top: 0px;
  font-size: var(--size14);
  color: #929292;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Index-rmbw .rmbw-list li .but {
  width: 60px;
  height: 26px;
  margin-top: 6px;
  color: #fff;
  line-height: 26px;
  display: none;
}

.Index-rmbw .rmbw-list li:hover .but {
  display: inline-block;
}

.Index-rmbw .rmbw-list li:hover p {
  display: none;
}

/*channel-list*/
.channel-list {
  margin-top: 20px;
}

.L-title {
  width: 100%;
  height: 65px;
  padding: 0 20px;
  border-bottom: 0;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  padding-top: 10px;
  position: relative;
}

.L-title>div {
  width: 1158px;
  /* height: 55px; */
  padding: 10px 20px 0;
  background: #fff;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 9;
}

.L-title p {
  float: left;
  line-height: 55px;
  font-size: 22px;
  color: #2c2c2c;
  font-weight: bold;
}

.channel-rj-list {
  width: 100%;
  padding: 6px 0 26px;
  border-top: #eee solid 1px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
}

.channel-rj-list ul {
  padding: 0 10px;
}

.channel-rj-list li {
  margin-top: 20px;
  padding: 25px;
  width: 500px;
  border: #f4f4f4 solid 1px;
  border-radius: 5px;
  float: left;
  position: relative;
  transition: transform .15s;
  height: 72px;
}

.channel-rj-list li:nth-of-type(even) {
  float: right;
}

#pagesWap li:nth-of-type(n+17) {
  display: none;
}

.channel-rj-list li .img {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  float: left;
}

.channel-rj-list li .img img {
  width: 70px;
  height: 70px;
  display: block;
}

.channel-rj-list li .tit {
  font-size: var(--size16);
  color: #070707;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.channel-rj-list li .tit:hover {
  color: var(--blueColor);
}

.channel-rj-list li .liright {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 130px
}

.channel-rj-list li .liright p {
  padding-top: 5px;
}

.channel-rj-list li .liright p span {
  font-size: var(--size14);
  color: #b3b3b3;
  line-height: 1;
}

.channel-rj-list li .liright p span.size {
  border-right: #d2d2d2 solid 1px;
  padding-right: 10px;
  margin-right: 8px;
}

.channel-rj-list li .liright .digest {
  font-size: var(--size14);
  color: #929292;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-rj-list li .but {
  width: 92px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -18px;
}

.channel-rj-list li:hover {
  box-shadow: 0px 0px 15px rgb(222, 222, 222, 1);
  transform: translate(0px, -10px);
  transition: transform .15s;
}

.channel-rj-list li i {
  width: 51px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 20px;
  background: #fbe0c0;
  border-radius: 5px 0 5px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.channel-rj-list li:nth-of-type(2) i {
  background: #dce9fe;
}

.channel-rj-list li:nth-of-type(3) i {
  background: #f1e2db;
}

.channel-rj-list li:nth-of-type(n+4) i {
  display: none;
}

.but {
  width: 66px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background: #45c061;
  border-radius: 5px;
  display: inline-block;
}

.but:hover {
  background-image: linear-gradient(to right, #2fd86e, #00cfd2);
}

/*result-cont*/
.result-cont {
  margin: 20px 0;
  width: 100%;
}

.result-cont .result-list-box {
  padding: 0;
}

.result-cont .result-list-box .result-sm {
  width: calc(100% - 40px);
  margin-top: 7px;
  margin-left: 20px;
  display: inline-block;
}

.result-cont .result-list-box .result-sm dt {
  width: 100%;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 55px;
  border-bottom: #e4e4e4 solid 1px;
  display: inline-block;
}

.result-cont .result-list-box .result-sm dt h3 {
  position: relative;
  display: inline-block;
}

.result-cont .result-list-box .result-sm dt h3:after {
  content: '';
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #2fd86e, #00cfd2);
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.result-cont .result-list-box .result-sm dt span {
  color: #ff5a5a;
  font-weight: bold;
  padding: 0 5px;
}

.result-cont .result-list-box .result-sm dd {
  padding: 60px 0;
  width: 100%;
  font-size: 14px;
  color: #959595;
  line-height: 45px;
  text-align: center;
}

.redColor {
  color: #ff5a5a;
}

.result-cont .s-list dl {
  width: calc(100% - 40px);
  padding: 25px 20px;
  display: inline-block;
  position: relative;
}

.result-cont .s-list dl dt {
  padding-right: 20px;
  width: 60px;
  float: left;
}

.result-cont .s-list dl dt .img {
  padding-right: 15px;
  width: 60px;
  height: 60px;
  float: left;
}

.result-cont .s-list dl dt .img img {
  width: 60px;
  height: 60px;
  display: block;
}

.result-cont .s-list dl dd {
  height: 60px;
  position: relative;
}

.result-cont .s-list dl dd .tit {
  padding-top: 3px;
  padding-right: 150px;
  font-size: 18px;
  color: #181818;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-cont .s-list dl dd .spanbottom {
  padding-top: 10px;
  display: inline-block;
}

.result-cont .s-list dl dd p {
  padding-right: 15px;
  font-size: 14px;
  color: #9b9a9a;
  display: inline-block;
}

.result-cont .s-list dl dd p.size {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-cont .s-list dl dd p.time {
  width: 165px;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-cont .s-list dl dd p.version {
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-cont .s-list dl dd p.categoryName {
  width: 130px;
}

.result-cont .s-list dl dd .but {
  width: 100px;
  height: 42px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
}

.result-cont .s-list dl:after {
  content: '';
  width: 780px;
  height: 1px;
  border-bottom: #eee dashed 1px;
  position: absolute;
  left: 20px;
  bottom: 0;
  display: inline-block;
}

.result-cont .s-list dl:hover {
  box-shadow: 0px 0px 15px rgb(222, 222, 222, 1);
}

.result-cont .s-list dl .tit:hover {
  color: var(--blueColor);
}

.result-cont .more {
  width: 146px;
  height: 46px;
  font-size: 16px;
  color: #45c061;
  text-align: center;
  line-height: 48px;
  border: #45c061 solid 1px;
  background: #fff;
  border-radius: 5px;
  margin: 30px auto 0;
  display: none;
  cursor: pointer;
}

.result-cont .more:hover {
  color: #059426;
  background: #daf3e0;
}

.IndexJdt .swiper-button-prev, .IndexJdt .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url('../img/next.png');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  transition: transform .15s;
}
.IndexJdt:hover .swiper-button-prev, .IndexJdt:hover .swiper-button-next {
  display: block;
  transition: transform .15s;
}
.IndexJdt .swiper-button-next {
  transform: rotate(180deg);
}