.main {
  width: 1160px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 70px;
  box-sizing: border-box;
  box-shadow: 0 0 5px #ddd;
}
.tag {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.tag a {
  color: #999999;
}
.tag a:hover {
  color: red;
}
.ulList {
  margin-top: 20px;
}
.ulList li {
  height: 50px;
  border-top: 1px solid #eee;
  line-height: 25px;
}
.ulList li p {
  padding-left: 3%;
  background: url(/uiFramework/commonResource/image/2022122915210363011.png)
    no-repeat left center;
  box-sizing: border-box;
  width: auto;
}
.ulList a:hover {
  color: #0050a2;
}
.zsrq {
  display: block;
  line-height: 50px;
}
.page {
  margin: 30px 0px 40px 0px;
  display: flex;
  justify-content: center;
}
.page a,
.page font {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f2f2f2;
  float: left;
  margin: 0 4px;
  font-size: 16px;
  color: #999999;
  text-decoration: none;
}
.page a:hover {
  color: #999999;
}
.page font {
  color: #ffff00;
  background-color: #98abc0;
}
.shang,
.xia,
.shou,
.wei {
  width: 60px !important;
  height: 30px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #333333 !important;
}
.xyfj {
  width: 1020px;
}
.xyfj li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}

.xyfj li:nth-child(3n) {
  margin-right: 0;
}

.bnwzLi p {
  position: absolute;
  bottom: -12px;
  height: 30px;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.3) !important;
}
.bnwzLi:hover.bnwzLi > p {
  background: #00aed7 !important;
}
#yqlj{
    background: #0b6cd0;
    padding-top: 10px;
    margin-top: 35px;
}
    .yqlj h2 {
        float: left;
    }

    .yqlj li {
        float: left;
        padding: 0px 10px;
    }

    .yqlj,.yqlj a {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 28px;
        font-family: "微软雅黑";
    }
@media screen and (max-width: 1160px) {
  .main {
    width: 100%;
    margin-bottom: 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 760px) {
  body {
    background: #ffffff;
  }
  .ulList li {
    height: auto;
  }
  .ulList li p {
    width: 100%;
  }
  p.left a {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .zsrq {
    display: block;
    line-height: 20px;
  }
  .page a,
  .page font {
    font-size: 12px;
  }
  .xyfj {
    width: 100%;
  }
      .yqlj{display:none;}
  .xyfj li {
    width: calc((100% - 20px) / 3) !important;
    height: 40vw !important;
    margin-right: 10px;
    margin-top: 10px !important;
  }
}