.listLeft {
  float: left;
}

@media (max-width: 767px) {
  .listLeft {
    width: 100%;
  }
}

.listRight {
  float: right;
  width: 800px;
}

@media (max-width: 767px) {
  .listRight {
    width     : 100%;
    margin-top: 0px;
  }
}

.overHidden {
  overflow: hidden;
}

.breadcrumb {
  font-size: 14px;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin: 20px 10px;
  }
}

.breadcrumb a {
  font-size         : 14px;
  -webkit-transition: color 0.3s;
  transition        : color 0.3s;
}

.breadcrumb a:hover {
  color: #2984d9;
}

.homebg {
  padding-bottom: 80px;
}

.homebg>.container {
  overflow     : hidden;
  width        : 1300px;
  box-sizing   : border-box;
  background   : #fff;
  border-radius: 10px;
  padding      : 0 50px;
  padding-top  : 30px;
}

@media (max-width: 767px) {
  .homebg>.container {
    width  : 90%;
    padding: 0;
  }
}

.listMain {
  padding   : 30px 40px 30px 50px;
  background: #fff;
}

@media (max-width: 767px) {
  .listMain {
    padding: 10px;
  }
}
.zfhfrx{ font-size: 16px;
    line-height: 34px;
    padding-top: 20px; }

.listCon .listTit {
  border-bottom: 1px solid #dcdcdc;
}

.listCon .listTit span {
  position      : relative;
  display       : inline-block;
  padding-bottom: 15px;
  color         : #2984d9;
  border-bottom : 2px solid #2984d9;
  font-weight   : bold;
  font-size     : 18px;
}

.listCon .listTit span::after {
  content          : "";
  position         : absolute;
  border-bottom    : 8px solid transparent;
  border-top       : 8px solid #2984d9;
  border-left      : 8px solid transparent;
  border-right     : 8px solid transparent;
  bottom           : -18px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
}

.list li {
  line-height: 1.8;
  overflow   : hidden;
  margin     : 20px 0;
  padding    : 0 4px;
}

.list li:nth-child(5n)::after {
  content      : "";
  display      : inline-block;
  width        : 100%;
  border-bottom: 1px solid #ddd;
  margin       : 22px 0 0px 0;
}

.list li a {
  font-size         : 16px;
  float             : left;
  position          : relative;
  padding-left      : 12px;
  -webkit-transition: color 0.3s;
  transition        : color 0.3s;
}

.list li a:hover {
  color: #2984d9;
}

@media (max-width: 767px) {
  .list li a {
    display      : inline-block;
    width        : 73%;
    font-size    : 14px;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }
}

.list li a::before {
  content      : "";
  position     : absolute;
  left         : 0;
  top          : 12px;
  width        : 5px;
  height       : 5px;
  background   : #666;
  border-radius: 50%;
}

.list li span {
  float    : right;
  font-size: 16px;
  color    : #999;
}

@media (max-width: 767px) {
  .list li span {
    font-size: 12px; width: 22%;
    overflow: hidden;
    height: 22px; padding-top:3px;
  }
}

.leftNavModule {
  background    : #fafafa;
  width         : 260px;
  box-sizing    : border-box;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .leftNavModule {
    width  : 100%;
    display: none;
  }
}

.leftNavModule .moduleTit {
  color       : #fff;
  font-size   : 20px;
  height      : 60px;
  font-weight : bold;
  line-height : 60px;
  padding-left: 60px;
  background  : url(/uiFramework/commonResource/image/2022112720521874855.png) no-repeat;
}

@media (max-width: 767px) {
  .leftNavModule .moduleTit {
    background-size: cover;
  }
}

.leftNavModule .leftNav {
  padding: 0 15px;
}

.leftNavModule .leftNav li {
  margin  : 10px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .leftNavModule .leftNav li {
    margin: 0;
  }
}

.leftNavModule .leftNav li a {
  font-size  : 20px;
  display    : inline-block;
  box-sizing : border-box;
  font-weight: bold;
  width      : 100%;
  padding    : 8px 45px;
}

@media (max-width: 767px) {
  .leftNavModule .leftNav li a {
    font-size: 18px;
  }
}

.leftNavModule .leftNav li a:hover {
  color: #2984d9;
}

.leftNavModule .leftNav li a.classa_active {
  background   : #e1ecf9;
  border-radius: 5px;
  color        : #2984d9;
  position     : relative;
}

.leftNavModule .leftNav li a.classa_active::after {
  content   : "";
  position  : absolute;
  right     : 20px;
  top       : 16px;
  background: url(/uiFramework/commonResource/image/2022112720502824272.png) no-repeat;
  width     : 14px;
  height    : 12px;
}

.listpage {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : flex;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  justify-content        : center;
  -webkit-box-align      : center;
  -webkit-align-items    : center;
  align-items            : center;
  white-space            : nowrap;
  overflow-x             : auto;
}

.listpage a {
  font-size: 18px;
  margin   : 0 8px;
}

.listpage font {
  font-size: 18px;
  margin   : 0 8px;
}

.listpage font.NormalRed {
  color: #2984d9;
}

.listpage>span {
  display: none;
}

.listpage .jump-page {
  margin: 0 20px;
}

.listpage .jump-page input {
  outline      : none;
  background   : none;
  border       : 1px solid #666;
  border-radius: 5px;
  padding      : 4px 8px;
  margin       : 0 4px;
}

.listpage .jump-page .easysite-jump-btn {
  cursor: pointer;
}

.imgList {
  overflow               : hidden;
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : flex;
  -webkit-box-pack       : justify;
  -webkit-justify-content: space-between;
  justify-content        : space-between;
  -webkit-flex-wrap      : wrap;
  flex-wrap              : wrap;
}

@media (max-width: 767px) {
  .imgList {
    margin-top: 20px;
  }
}

.imgList li {
  float        : left;
  width        : 30%;
  margin-bottom: 20px;
  padding      : 0;
}

@media (max-width: 767px) {
  .imgList li {
    width : 48%;
    margin: 0 0 10px 0;
  }
}

.imgList li:not(:nth-child(3n)) {
  margin-right: 5%;
}

@media (max-width: 767px) {
  .imgList li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.imgList li::after {
  display: none !important;
}

.imgList li a {
  padding: 0;
  width  : 100%;
}

.imgList li a::before {
  display: none;
}

.imgList li p {
  text-align: center;
}

.imgList li p a {
  float: none;
}

.imgList li span {
  float: none;
}

.imgList li img {
  width : 100%;
  height: 145px;
}

@media (max-width: 767px) {
  .imgList li img {
    height: 100px;
  }
}

@media (max-width: 767px) {
  div.easysite-row {
    padding: 10px 0 10px 90px;
  }

  div.easysite-section-wrap {
    padding: 20px 0;
  }
}

/*# sourceMappingURL=list.css.map */