.listBox {
  width: 100%;
  height: auto;
}

.listBox img {
  width: 100%;
}

.listBoxa {
  width: 100%;
  height: 60px;
}

.listBoxa .content1080 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.listBoxa .content1080 div {
  display: flex;
  margin: 0 13px;
}

.listBoxa .content1080>i {
  margin: 0 13px;
}

.listBoxa .content1080 div i {
  margin: 0 -2.5px;
  font-size: 13px !important;
}

.content1080 {
  color: #3c3c3c;
}

.listBoxa .content1080 span {
  color: #008cd6;
}

.listBoxb {
  background: #f0f0f0;
}

.listBoxb .content1080 {
  padding: 50px 0px;
  display: flex;
  flex-wrap: wrap;
}

.listBoxb .content1080 li {
  width: 50%;
  float: left;
  height: auto;
 
  margin-bottom: 30px;
}


.listBoxb .content1080 li a:hover {
  -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0);
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
  box-shadow: 0px 0px 10px rgb(0, 0, 0);
  transform: translate3d(0, -2px, 0);
  transform: scale(1.02);
}


.listBoxb .content1080 li a img {
  width: 90%;
}

.neironga {
  height: 70px;
  background: white;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  font-size: 16px;
}


.neironga .divs {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neironga div i {
  font-size: 25px;
  margin-left: 5px;
}

.listBoxd .content1080 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}


.listBoxd .content1080 .fontS18 {
  margin-top: 20px;
}

.listBoxda {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  font-size: 16px;
}

.listBoxda p {
  margin: 10px 0;
}

.listBoxdc {
  margin-left: 50px;
}

.listXingBox .content1080 {
  display: flex;
  margin: 40px auto;
}

.listXiangLeft {
  width: 250px;
  border-radius: 8px;
}

.listXiangRight {
  width: 100%;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.listRightTop {
  width: 100%;
  border-radius: 8px;
  margin-top: 30px;
  padding: 30px 20px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topLeft {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}


.topLeft p {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}



.topLeft div {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.topLeft div img {
  width: 100%;
}

.listRightTop>p {
  width: 100%;
  margin-bottom: 30px;
  line-height: 30px;
}


.listRightTop>img {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 40px;
}


.listRightTop>div {
  width: 100%;
  margin-bottom: 10px;
}


.listRightTop>div span {
  font-weight: 700;
}

.LeftXianbg {
  width: 100%;
  background: #f0f0f0;
  padding: 30px 10px 10px 15px;
  border-radius: 8px;
}

.LeftXianbg div {
  border-left: 3px solid #008cd6;
  display: flex;
  align-items: center;
  padding-left: 7px;
  margin-bottom: 5px;
  font-size: 18px;
}


.colorBli {
  color: #008cd6 !important;
}

.LeftXianbg li {
  /* height: 35px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.LeftXianbg li a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}

.LeftXianbg li a:hover {
  color: #008cd6;
}

.lisBoxa {
  background: #f0f0f0;
  padding: 50px 0;
}

.lisBoxa .content1080 {
  background: white;
  padding: 50px 20px;
  display: flex;
  border-radius: 8px;
}

.lsitTowLeft {
  width: 200px;
}

.lsitTowRight {
  width: 100%;
}

.lsitTowRight .listRightTopa {
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  padding-top: 15px;
}

.shijianTime {
  display: flex;
  padding-bottom: 30px;
}

.shijianTime p {
  margin-left: 40px;
}

.leftUlList div {
  width: 100%;
  height: 40px;
  background: #008cd6;
  color: white;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 5px;
}

.leftUlList li>a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #3c3c3c;
  font-size: 16px;
  letter-spacing: 3px;
}

.leftUlList li>a:hover {
  color: #008cd6;
  border-bottom: 1px solid #008cd6 !important;
}

.colorBlib {
  color: #008cd6;
  border-bottom: 1px solid #008cd6 !important;
}

.leftUlList .current_page_item a {
  color: #008cd6;
  border-bottom: 1px solid #008cd6 !important;
}

.listRightTopa p {
  line-height: 30px;
}

.gengguodeshi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 50px 0 30px 0;
}


.haiBox1 {margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.haiBox1>.fontS18 {
  margin-top: 20px;
  color: #cccccc;
}

.haiBox2 {
  margin-top: 50px;
}


.haiBox4 {
  width: 100%;
  display: flex;
}

.haiBox4a {
  width: 20%;
}


.haiBox4b {
 /* width: 30%;*/
}


.haiBox4c {
 /* width: 50%;*/
}

.haiBox4>div {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.haiBox4>div>img {
  width: 100%;
  height: 100%;
}

.haiXuan_fu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  left: 0;
  color: white;
  background: #008bd6d3;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  transition: all 1s;
}

.heightDiv {
  height: 100% !important;
}

.haiXuan_fu div {
  margin-top: 20px;
  line-height: 30px;
}

.haideaaaaa {
  width: 1080px;
  padding-top: 50px;
}


.haideaaaaa p {
  margin: 10px 0;
}

.haiwaiSriwu {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}


.haiwaiSriwu li {
  width: 120px;
  margin-right: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cccccc;
  border-radius: 3px;
  cursor: pointer;
}

.haiwaiSriwuLi {
  color: white;
  background: #008cd6 !important;
}

.haiwaiOne {
  display: none;
  font-size: 16px;
  font-weight: 300;
}

.haiwaiOne p {
  margin: 10px 0;
  color: black;
  font-weight: 500;
}

.haiwaiOne div {
  margin: 10px 0;
  line-height: 30px;
}

.zixunbox .content1080 {
  padding: 40px 0;
}

.zixunbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.zixunbox1 li {
  width: 24%;
  height: 67px;
  background: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
}
.zixunbox1 li a{ display: block;}

.zixunbox1 li.current-cat {
  background: #008cd6 !important;
  color: white;
  position: relative;
}

.zixunbox1 li.current-cat::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 10%;
  width: 20px;
  height: 20px;
  color: #008cd6;
  background: url(../images/san.png) no-repeat center center;
  background-size: 100%;
}

.zixunbox2 {
  width: 100%;
  margin-top: 40px;
  display: none;
}

.zixunbox2 li a {
  width: 100%;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .5s;
}

.zixunbox2 li {
  margin: 10px 0;
}

.zixunbox2 li a:hover {
  box-shadow: 0 0 10px 1px #e7d5d5;
  transform: scale(1.01);
}

.newBoxTow {
  width: 100px;
  display: flex;
  margin-left: 20px;
  align-items: center;
  font-size: 16px;
}

.newBoxTow i {
  margin-left: 15px;
  font-size: 30px;
}



.newBoxnoe {
  width: 70%;
}


.newBoxNoea {
  display: flex;
  align-items: flex-end;
}

.newBoxNoeb {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  color: #cccccc;
}

.newBoxNoea p {
  margin-right: 30px;
}

.newBoxNoea span {
  font-size: 13px;
  height: 30px;
  display: flex;
  align-items: flex-end;
}

.fenyeZixun {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.fenyeZixun div {
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #cccccc;
  cursor: pointer;
  margin: 0 8px;
}

.fenyeZixun div:hover {
  background: #cccccc;
}

.fenyeZixun div i {
  font-size: 12px !important;
  color: black !important;
}

.zuoZixun {
  transform: rotate(180deg);
}

.gengduoZixun i {
  margin: 0 -3px;
}


.bosBgad {
  flex-wrap: wrap;
}

.iconXia {
  display: none;
}

.ua1 {
  display: none;
}

.ua2 {
  display: none;
}

@media(max-width:800px) {
  .leftUlList div {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
  }

  .ua1 {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    display: block !important;
  }

  .ua2 {
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    display: block !important;
  }

  .lsitTowLeft {
    position: relative;
    height: 50px;
  }

  .actiaaaa li {
    width: auto !important;
    border: 0 !important;
  }

  .leftUlList li>a {
    width: auto !important;
    letter-spacing: 0;
  }

  .listBoxb .content1080 li {
    width: 100%;
  }

  .gengguodeshi {
    font-size: 18px;
    padding: 0;
  }

  .listBoxda {
    flex-direction: column;
  }

  .listBoxdc {
    margin: 0;
    margin-top: 20px;
  }

  .haiBox4 {
    flex-wrap: wrap;
  }

  .haiBox4a {
    width: 50%;
  }

  .haiBox4b {
    width: 50%;
  }

  .haiBox4c {
    width: 100%;
  }

  .uiibb {
    order: 1;
  }

  .uiiaa {
    order: 2
  }

  .haiBox2 {
    margin-top: 0;
  }

  .listBoxb .content1080 {
    padding-bottom: 30px;
  }

  .listBoxd .content1080 {
    padding: 20px 0;
  }

  .fontS24 {
    text-align: center;
  }

  .listBoxda {
    margin: 0;
  }

  .listBoxd .content1080 .fontS18 {
    margin-top: 10px;
  }

  .haideaaaaa {
    padding-top: 0;
  }

  .haiBox1>.fontS18 {
    margin-top: 10px;
  }

  .listXiangRight {
    margin-left: 0;
  }

  .lisBoxa .content1080 {
    flex-direction: column;
  }

  .lsitTowLeft {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  .leftUlList {
    /* width: 100%; */
    margin-bottom: 20px;
    display: none;
  }

  .leftUlList li {
    display: none;
  }

  .iconXia {
    width: 30%;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    cursor: pointer;
  }

  .zixunbox2 li a {
    flex-direction: column;
    align-items: flex-start;
  }

  .newBoxnoe {
    width: 100%;
  }

  .newBoxTow {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .newBoxNoea {
    flex-wrap: wrap;
  }

  .listXingBox .content1080 {
    flex-direction: column;
  }

  .listXiangLeft {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  .listXiangLeft {
    order: 2;
    margin-bottom: 20px;
  }

  .listXiangRight {
    order: 1;
  }

  .LeftXianbg li {
    display: none;
  }

  .LeftXianbg {
    padding: 10px;
  }

  .erZizizi {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none !important;
  }

  .listXiangRight {
    margin-top: 20px;
  }

  .listRightTop>img {
    width: 100%;
  }

  .haiwaiSriwu li {
    font-size: 13px;
  }
}

.nav-links {
  display: table;
  height: 30px;
  width: auto;
  overflow: hidden;
  line-height: 30px;
  margin: 40px auto 20px;
  text-align: center; font-size: 12px;
}

.nav-links a,.nav-links .page-numbers {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #3399cc;
  margin: 0 5px;
  color: #3399cc;
  display: inline-block
}

.nav-links a:hover,
.nav-links .current {
  border: 1px solid #3399cc;
  background: #3399cc;
  color: #fff;
}
.nav-links a.prev,
.nav-links a.next {
  display: inline-block;
  width: 60px;
}
