

/*列表*/
/*lh38*/
.u-lst {
  height: auto;
  overflow: hidden;
}
.u-lst ul {
  height: auto;
  padding: 15px 10px;
}
.u-lst ul li {
  overflow: hidden;
  line-height: 31px;
  height: 31px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.u-lst ul li a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
}
.u-lst ul li .column {
  padding-right: 10px;
  font-size: 16px;
}
.u-lst ul li .time {
  float: right;
  padding-left: 10px;
  font-size: 16px;
}
.u-lst ul em {
  float: left;
  padding-right: 10px;
  font-style: revert;
}
.u-lst ul li span {
  float: right;
}
/*lh26*/
.m-lst26 {
  height: auto;
  overflow: hidden;
}
.m-lst26 ul {
  height: auto;
  padding: 6px;
}
.m-lst26 ul li {
  overflow: hidden;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.m-lst26 ul li a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
}
.m-lst26 ul li .column {
  padding-right: 10px;
  font-size: 16px;
}
.m-lst26 ul li .time {
  float: right;
  padding-left: 10px;
  font-size: 16px;
}
.m-lst26 ul em {
  float: left;
  padding-right: 10px;
  font-style: revert;
}
.m-lst26 ul li span {
  float: right;
}


/*列表导航*/
.m-lst-nav {
  background: #ffffff;
  /* padding: 12px; */
  height: auto;
  /* margin-left: -12px; */
  width: 100%;
  height: 100%;
  background: #f4f4f4;
}
.m-lst-nav .tnm {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  background: url("../image/snbg.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-weight: bold;
}
.m-lst-nav ul {
  background: #f2f6f8;
}
.m-lst-nav ul li {
  font-size: 18px;
  line-height: 54px;
  color: #666;
  text-align: center;
  border-bottom: solid 1px #fff;
  padding: 0;
}
.m-lst-nav ul li a {
  position: relative;
  display: block;
  padding: 15px 15% 15px 7%;
  line-height: 24px;
  background: #f6f6f6;
}
.m-lst-nav ul li.hover a {
  /* color: #0077c2; */
  /* font-weight: bold; */
  background: #ccdcf0;
}
.m-lst-nav ul li a:after {
  position: absolute;
  top: 50%;
  right: 7%;
  display: block;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  content: " ";
}

#lst-rt{background:#fff;padding: 20px 15px;min-height: 500px;}

/*翻页*/
.page {
  text-align: center;
}
.page .pagination input {
  width: 80px;
  height: 22px;
  padding: 0;
  margin: -3px 5px;
  border: 1px solid #ddd;
}
.pagination li.am-active a {
  color: #fff;
  background: #0077c2;
}
/*列表翻页*/
.page {
  text-align: center;
}
.m-lst-pg {
  display: inline-block;
  margin: 10px 0;
  font-size: 0;
  vertical-align: middle;
}
.m-lst-pg > a:first-child,
.m-lst-pg > a:first-child em {
  border-radius: 2px 0 0 2px;
}
.m-lst-pg > a:last-child,
.m-lst-pg > a:last-child em {
  border-radius: 0 2px 2px 0;
}
.m-lst-pg > :first-child {
  margin-left: 0 !important;
}
.m-lst-pg > :last-child {
  margin-right: 0 !important;
}
.m-lst-pg a,
.m-lst-pg input,
.m-lst-pg span {
  border: 1px solid #e2e2e2;
}
.m-lst-pg span.hover {
  background: #0077c2;
  color: #fff;
}
.m-lst-pg a,
.m-lst-pg span {
  display: inline-block;
  height: 36px;
  margin: 0 -1px 0 0;
  padding: 0 15px;
  line-height: 36px;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
}
.m-lst-pg > a.m-lst-pg-prev {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.m-lst-pg a:hover {
  color: #0077c2;
}
.m-lst-pg em {
  font-style: normal;
}
.m-lst-pg .m-lst-pg-spr {
  color: #777;
  font-weight: 700;
}
.m-lst-pg a {
  text-decoration: none;
}
.m-lst-pg .m-lst-pg-curr {
  position: relative;
}
.m-lst-pg .m-lst-pg-curr em {
  position: relative;
  color: #fff;
}
.m-lst-pg .m-lst-pg-curr .m-lst-pg-em {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  padding: 1px;
  background-color: #0077c2;
}
.m-lst-pg-em {
  border-radius: 2px;
}
.m-lst-pg-next em,
.m-lst-pg-prev em {
  font-size: 16px;
}
.m-lst-pg .m-lst-pg-count,
.m-lst-pg .m-lst-pg-limits,
.m-lst-pg .m-lst-pg-refresh,
.m-lst-pg .m-lst-pg-skip {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  border: none;
}
.m-lst-pg .m-lst-pg-limits,
.m-lst-pg .m-lst-pg-refresh {
  vertical-align: top;
}
.m-lst-pg .m-lst-pg-refresh i {
  display: none;
  font-size: 16px;
  cursor: pointer;
}
.m-lst-pg .m-lst-pg-skip {
  height: 36px;
  line-height: 36px;
  color: #777;
}
.m-lst-pg .m-lst-pg-skip a {
  overflow: hidden;
  height: 36px;
  margin: -2px 0 0 0;
  padding: 0;
  border: none;
  line-height: 36px;
}
.m-lst-pg input {
  width: 60px;
  height: 26px;
  margin: 5px 10px;
  padding: 0;
  line-height: 26px;
  text-align: center;
  color: #343434;
}
.m-lst-pg input:focus {
  border-color: #0077c2 !important;
}
.m-lst-pg button {
  height: 34px;
  margin-left: 10px;
  padding: 0 10px;
  border: none;
  border-left: solid 1px #ddd;
  border-radius: 0 6px 6px 0;
  line-height: 36px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
.m-lst-pg .m-lst-pg-count,
.m-lst-pg .m-lst-pg-limits,
.m-lst-pg .m-lst-pg-refresh,
.m-lst-pg .m-lst-pg-skip {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  border: none;
}
.m-lst-pg .m-lst-pg-skip {
  height: 36px;
  margin-left: 0;
  padding-left: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 0 6px 6px 0;
  line-height: 36px;
  color: #777;
}

.lst-tnm { padding: 10px;/*border: solid 1px #dddddd;*/ background: #fff;/*box-shadow: 0 2px 5px #c1c1c1;*/ }
.lst-tnm a { padding: .5rem 0; border-bottom: 2px solid #226ebc; color: #226ebc; font-weight: bold; font-size: 1.8rem; display:block;}

.con-bd {
  overflow: hidden;
}
.swiper-slide.m-lst{min-height:345px;}
.g-navsec.g-navsec1 .m-navsec{margin-left:12.5%;}
.g-navsec.g-navsec2 .m-navsec{margin-left:22.5%;}
.g-navsec.g-navsec3 .m-navsec{margin-left:32.5%;}
.g-navsec.g-navsec4 .m-navsec{margin-left:42.5%;}
.g-navsec.g-navsec5 .m-navsec{margin-left:52.5%;}
.g-navsec.g-navsec6 .m-navsec{margin-left:62.5%;}
.g-navsec.g-navsec7 .m-navsec{margin-left:46.5%;}

@media all and (max-width:991px) {

  #lst-rt{background: none;padding:0px 30px;background: #fff;min-height: auto;}
  /*列表导航*/
  .m-lst-nav {
    background: none;
    /* margin: 0 -12px; */
  }
  .m-lst-nav .tnm {
    line-height: 36px;
    color: #fff;
    height: 36px;
    text-align: center;
    background: #0077c2;
    border-radius: 0;
    margin-top: 0;
    font-size: 18px;
    font-weight: normal;
  }
  .m-lst-nav ul {
    border: solid 1px #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .m-lst-nav ul li {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-align: center;
    padding: 0 8px;
    margin: 6px 0;
    border: none;
    width: 50%;
    float: left;
  }
  .m-lst-nav ul li a {
    position: relative;
    display: block;
    padding: 0;
    line-height: 32px;
    height: auto;
    background: #ffffff;
    border: solid 1px #e1e1e1;
  }
  .m-lst-nav ul li.hover a {
    color: #0077c2;
    font-weight: bold;
    background: #ccdcf0;
  }
  .m-lst-nav ul li a:after {
    position: absolute;
    top: 50%;
    right: 7%;
    display: block;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    content: " ";
    background: none;
  }
  .sec-content{margin:0 8px;}

  /*移动端加载更多*/
  .wapMore {
    padding: 8px 0;
    margin: 8px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #005ebe;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
  }
}

.m-txt-article {min-height: 400px;line-height: 32px;font-size: 18px;}
.m-txt-article table { border: solid 1px #b1b1b1; }
.m-txt-article table p { text-indent: 0; }
.m-txt-article img,video { max-width: 100%; height: auto; margin: 0 auto; text-align: center; }

.m-txt-article p {/* padding-top: 15px; */text-indent: 2em;}
.m-txt-article p img { display: block; max-width: 100%; height: auto; margin: 0 auto; text-align: center; }
.m-txt-article a { color: #226ebc; font-weight: bold; }
.m-txt-article p a { color: #226ebc; font-weight: bold; }
.m-txt-article h1,h2,h3,h4,h5,h6 { font-size: 18px; }
.m-txt-article table { border-right: 1px solid #b1b1b1; border-bottom: 1px solid #b1b1b1; }
.m-txt-article table td { padding-left: 10px; border-top: 1px solid #b1b1b1; border-left: 1px solid #b1b1b1; }
.footerpc p {
  line-height: 1.8;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.m-lst {
  overflow: hidden;
  height: auto;
  min-height: 441px;
  /*min-height: 345px;*/
}
