@charset "utf-8";

/***** 频道页图片 *****/
#pagebj {
  width: 100%;
  height: 270px;
  background: url(page_bj.png) left top repeat-x;
}
#banner {
  height: 221px;
}

/***** 内页 *****/
#container {
  margin-top: 20px;
}
#colL {
  width: 260px;
  float: left;
  clear: left;
}
#colR {
  width: 912px;
  float: right;
  clear: right;
  padding-bottom: 20px;
}

/***** 左边导航 *****/
.nav dt {
  height: 65px;
  text-align: left;
  padding-left: 20px;
  background-color: #245399;
  font: 20px/65px '宋体';
  color: #fff;
}
.nav dd {
}
.nav ul {
  width: 260px;
}
.nav ul li {
  width: 260px;
  height: 45px;
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  position: relative;
  background: #eaeaea;
}
.nav ul li.active {
  background: #245399;
  color: #fff;
}
.nav ul li.active a {
  color: #fff;
}
.nav ul li::after {
  content: '';
  position: absolute;
  left: 0;
  height: 70%;
  top: 15%;
  width: 2px;
  background-color: #1b81cf;
}
.nav ul li.active::after {
  display: none;
}
.nav ul li a {
  font: 14px/45px '宋体';
  padding-left: 28px;
  color: #005ca3;
}
.nav ul li a:hover {
  font: 14px/45px '宋体';
}

/***** 热门信息 最新信息 *****/
.lastlist {
  margin-top: 18px;
}
.lastlist dt {
  height: 48px;
  text-align: left;
  padding-left: 20px;
  background-color: #245399;
  font: 20px/48px '宋体';
  color: #fff;
}
.lastlist dd {
  padding: 12px 20px 26px 20px;
  border: 1px #d7d7d7 solid;
  border-top: none;
}
.lastlist ul li {
  font: 14px/32px '宋体';
  background: url(dian.jpg) left center no-repeat;
  text-indent: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.lastlist ul li a:hover {
  color: #ff0000;
}

/***** 内页列表 *****/
.sortlist {
  width: 100%;
  margin: 0px auto 5px auto;
  font: 12px/160% '宋体';
}
.sortlist dt {
  font: 12px / 160% '宋体';
}
.sortlist dt a:hover {
  color: #ff0000;
}
.sortlist dl+dl dt{
  margin-top: 15px;
}
.xwlm {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px #ececec solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lyhf {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.xwlm.lyhf h5 a {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: normal;
}
.lyhf span {
  flex: none;
  margin-top: 10px;
}
.xwlm img {
  width: 200px;
  height: 132px;
  float: left;
  padding-right: 30px;
}
.xwlm h5 {
  font: 400 16px/40px '宋体';
  color: #005ca3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.xwlm h5 a {
  color: #2480c7;
}
.xwlm h5 a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.xwlm span {
  font: 12px/22px '宋体';
  color: #999;
  flex: none;
}
.xwlm p {
  font: 12px/24px '宋体';
  text-indent: 24px;
  padding-top: 12px;
}
.xwlm p a {
  color: #005ca3;
}

/***** 内页列表分页 *****/
.page {
  margin: 8px 3px 24px 3px;
  padding: 3px;
  text-align: center;
  clear: both;
}
.page a {
  font: 12px/34px 'Helvetica';
  margin: 2px;
  padding: 6px 9px;
  background-color: #dfdfdf;
  color: #747474;
  text-decoration: none;
}
.page a:hover {
  background-color: #1570c5;
  color: #fff;
}
.page a:active {
  background-color: #1570c5;
  color: #fff;
}
.page span {
  margin: 2px;
  padding: 6px 9px;
  background-color: #dfdfdf;
  color: #747474;
  font: 12px/34px 'Helvetica';
  white-space: nowrap;
}
.page span.strong {
  margin: 2px;
  padding: 6px 9px;
  font-weight: bold;
  color: #fff;
  background-color: #1570c5;
  font: 12px/34px 'Helvetica';
}

/***** 搜索列表 *****/
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '.';
  display: block;
  height: 0px;
  visibility: hidden;
  clear: both;
}
.item {
  padding: 18px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.item h2,
.item h2 a {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.item-clearfix {
  zoom: 1;
}
.item-c {
  margin-top: 15px;
}
.item-c1 {
  margin-top: 13px;
}
.item-a {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
  overflow: hidden;
}
.item-clearfix::after {
  content: '.';
  display: block;
  height: 0px;
  visibility: hidden;
  clear: both;
}
.item a {
  text-decoration: none;
  font-size: 14px;
}
.item-time {
  float: left;
  display: inline;
  margin-right: 10px;
}
.item-tags {
  float: left;
  margin-left: 20px;
}
.item-actions {
  float: right;
  display: inline;
}
.item-tags a {
  margin-right: 10px;
}
.item-a a {
  color: #555;
}
.item-a a:visited {
  color: #555;
}
.item-spliter {
  margin: 0 8px 0 10px;
  font-size: 12px;
  vertical-align: 1px;
}
.item-img {
  float: left;
  position: relative;
  width: 130px;
  height: 87px;
  margin-top: 5px;
  margin-right: 15px;
  _margin-right: 12px;
  overflow: hidden;
}
.item-img img {
  width: 130px;
  height: 87px;
}
.item-txt {
  font-size: 15px;
  line-height: 26px;
  color: #555;
}
.item-c1 .item-txt {
  overflow: hidden;
  _zoom: 1;
}

.ldlb_230822 ul li.ld_first {
  width: 100%;
  float: left;
}
.ldlb_230822 ul li {
  float: left;
  width: 25%;
  border-bottom: 1px solid #dddddd;
  padding: 24px 0;
}
.ldlb_230822 ul li a {
  font-size: 18px;
  color: #245399;
  font-weight: bold;
  font-family: 'microsoft yahei';
  line-height: 2;
}
.ldlb_230822 ul li a p {
  font-size: 16px;
  color: #777777;
  font-weight: normal;
}
.ldlb_230822 ul li:hover a p {
  color: #245399;
}

@media screen and (max-width: 768px) {
  #pagebj {
    /* height: 2.1rem; */
    height: auto;
  }
  #banner {
    height: 1.4rem;
  }
  #banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #colL,
  #colR {
    width: 100%;
  }
  #colR {
    margin-top: 0.3rem;
  }
  .nav ul {
    width: 100%;
  }
  .nav dt {
    font: 0.36rem / 65px '宋体';
  }
  .nav ul li {
    width: 100%;
  }
  .nav ul li a {
    font: 0.28rem / 45px '宋体';
  }
  .lastlist dt {
    font: 0.32rem / 48px '宋体';
  }
  .lastlist ul li {
    font: 0.24rem / 32px '宋体';
  }
  .sortlist {
    font-size: 0.26rem;
  }
  .lyhf {
    display: block;
  }

  .xwlm h5 {
    font: 400 0.28rem / 0.5rem '宋体';
  }
  .xwlm span {
    font: 0.22rem / 0.3rem '宋体';
  }
  .xwlm p {
    font: 0.22rem / 0.3rem '宋体';
  }
  .xwlm img {
    padding-right: 0.3rem;
    width: 2rem;
    height: 1.32rem;
  }
  .loadmore {
    font: 0.26rem / 0.6rem '宋体';
    background: #eaeaea;
    width: 100%;
    height: 0.6rem;
    text-align: center;
    margin: 0.3rem auto;
  }
  .ldlb_230822 ul li {
    width: 50% !important;
  }
  .ldlb_230822 ul li a {
    font-size: 0.36rem;
  }
  .ldlb_230822 ul li a p {
    font-size: 0.32rem;
  }
}
