@charset "UTF-8";
/**
  css style 用于scss编写继承
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hover:hover {
  color: #1764ce !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

* {
  margin: 0;
  padding: 0;
}

.wqhg-all {
  width: 1200px;
  width: 12rem;
  height: auto;
  margin: 0 auto;
}
.wqhg-all .topCon {
  width: 100%;
  height: 60px;
  height: 0.6rem;
  background: #f2f7ff;
}
.wqhg-all .topCon ul {
  width: 100%;
  height: auto;
}
.wqhg-all .topCon ul li {
  width: 160px;
  width: 1.6rem;
  height: auto;
  float: left;
}
.wqhg-all .topCon ul li:hover {
  background-color: #2760b7;
}
.wqhg-all .topCon ul li.cur {
  display: block;
  background-color: #2760b7;
}
.wqhg-all .topCon ul li.cur a {
  color: #fff;
}
.wqhg-all .topCon ul li.cur a img {
  display: block;
}
.wqhg-all .topCon ul li a {
  display: block;
  font-size: 20px;
  font-size: 0.2rem;
  line-height: 60px;
  line-height: 0.6rem;
  text-decoration: none;
  text-align: center;
  color: #333333;
  position: relative;
}
.wqhg-all .topCon ul li a:hover img {
  display: block;
}
.wqhg-all .topCon ul li a:hover {
  color: #ffffff;
}
.wqhg-all .topCon ul li a img {
  width: 20px;
  width: 0.2rem;
  height: 10px;
  height: 0.1rem;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: -0.1rem;
  display: none;
}
.wqhg-all .content {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  padding-bottom: 0.6rem;
}
.wqhg-all .content ul {
  width: calc(100% - 0.9rem);
  padding: 0 0.45rem;
  height: auto;
}
.wqhg-all .content ul li {
  width: 250px;
  width: 2.5rem;
  height: 330px;
  height: 3.3rem;
  background-color: #fbfdff;
  box-shadow: 2px 3px 24px 0px rgba(97, 97, 97, 0.13);
  border: 1px solid #eee;
  float: left;
  margin-top: 30px;
  margin-top: 0.3rem;
  margin-right: 20px;
  margin-right: 0.2rem;
  position: relative;
}
.wqhg-all .content ul li:hover {
  border-color: #2760b7;
  box-shadow: 2px 3px 24px 0px rgba(97, 97, 97, 0.13);
}
.wqhg-all .content ul li a {
  text-decoration: none;
}
.wqhg-all .content ul li a > img {
  top: 13%;
  left: 50%;
  margin-left: -24.5px;
  margin-left: -0.245rem;
  position: absolute;
  width: 49px;
  width: 0.49rem;
  /*height: 51px;
  height: 0.51rem;*/
}
.wqhg-all .content ul li a .describe {
  width: 80%;
  height: auto;
  margin: 105px auto;
  margin: 1.05rem auto;
  margin-bottom: 0 !important;
  padding-bottom: 22px;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #dddddd;
}
.wqhg-all .content ul li a .describe p {
  font-size: 20px;
  font-size: 0.2rem;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.wqhg-all .content ul li a .pone {
  margin-top: 30px;
  margin-top: 0.3rem;
  font-size: 20px;
  font-size: 0.2rem;
  text-align: center;
  color: #333333;
}
.wqhg-all .content ul li a .pone span {
  font-size: 20px;
  font-size: 0.2rem;
  color: #2760b7;
  padding: 0 4px;
  padding: 0 0.04rem;
}

@media screen and (max-width: 768px) {
  .wqhg-all {
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
  }

  .ptwo {
    display: block !important;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.44rem;
    color: #1764ce;
    margin: 0.3rem 0;
  }

  .wqhg-all .topCon {
    background-color: #FFFFFF;
  }

  .wqhg-all .content ul {
    width: 100%;
    padding: 0;
  }

  .wqhg-all .topCon ul li {
    border-radius: 30px;
    background-color: #dde6ee;
    margin-right: 0.56rem;
  }

  .wqhg-all .topCon ul li a {
    font-size: 0.24rem;
    color: #333333 !important;
  }

  .wqhg-all .topCon ul li a:nth-child(1) {
    color: #ffffff !important;
  }

  .wqhg-all .content ul li {
    height: 4rem;
    width: 49%;
    margin: 0 !important;
  }

  .wqhg-all .content ul li:nth-child(odd) {
    margin-top: 0.5rem !important;
    float: left;
  }

  .wqhg-all .content ul li:nth-child(even) {
    margin-top: 0.5rem !important;
    float: right;
  }

  .wqhg-all .content ul li a img {
    width: 0.64rem;
    /*height: 0.67rem;*/
  }

  .wqhg-all .content ul li a .describe {
    margin-top: 1.31rem;
  }

  .wqhg-all .content ul li a .describe p {
    font-size: 0.26rem;
  }

  .wqhg-all .content ul li a .pone {
    font-size: 0.26rem;
  }

  .wqhg-all .content ul li a .pone span {
    font-size: 0.26rem;
    font-weight: bold;
  }
}
