.aC{text-align: center;}
.dis-b{display: block;}
.dis-n{display: none;}
.dis-i{display: inline-block;}
*{
  box-sizing: border-box;
}
/*原base.css*/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #666560;
}
a {
  text-decoration: none;
  color: #666560;
}

.pos-pr{
  position: relative; 
}

img, input {
  padding: 0;
  outline-style: none;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}


.left {
  float: left;
}

.right {
  float: right;
}
.cur-i{
  cursor: initial;
}
.mt50{
  margin-top: 0.5rem;
}
.f33{
  font-size: 0.33rem;
}
.f18{
  font-size: 0.18rem;
}
.f20{
  font-size: 0.20rem;
}
.f16{
  font-size: 0.16rem;
}
.f38{
  font-size: .38rem;
}
.strong{
  font-weight: bold;
}
/*原 index_qn.css*/
body {
  background-color: #fff;
}

/* new */
.section-news .article_box {
    width: 100%;
    /* height: 18.1rem; */
    background-color: #f6f6f6;
  }
  .section-news .article_list .artImg img{
      display: inline-block;
      width: 2.95rem;
      height: 1.95rem;
      border-radius:0.2rem ;
      -webkit-border-radius:0.2rem ;
      -moz-border-radius:0.2rem ;
      -ms-border-radius:0.2rem ;
      -o-border-radius:0.2rem ;
}
  .section-news .articleCon{
    display: flex;
    justify-content: space-between;
    height: 2.8rem;
    border-bottom: solid 0.01rem #ececec;
    /* align-items: center; */
    gap: 0.55rem;
  }

  .section-news .articleCon .artCon .artCon_title a{
    width: 3.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 省略号 */
    line-height: 1.5em;
    font-weight: bold;
    color: #333333;
    font-size: 0.25rem;
  }

  .section-news .artinfo{
    font-size: 0.2rem;
  }

.pages{
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    margin-bottom: 0.6rem;
 }
.pages ul.yiiPager a:link, ul.yiiPager a:visited{
    border: solid 1px #eeeeee !important;
    /* font-weight: bold; */
    font-weight: normal !important;
    font-size: 0.15rem !important;
    color: #666666 !important;
    padding: 0.1rem 0.15rem !important;
    text-decoration: none !important;
  }
ul.yiiPager .hidden a {
    background-color: #ffffff !important;
}
ul.yiiPager .page a {
  background-color: #ffffff !important;;
}
ul.yiiPager .selected a{
  color: #ffffff !important;
  background-color: #3fbbce !important;
}
  .pages .previous a{
    border: solid 1px #eeeeee !important;
    /* font-weight: bold; */
    font-weight: normal !important;
    font-size: 0.15rem !important;
    color: #666666 !important;
    padding: 0.1rem 0.15rem !important;
    text-decoration: none !important;
  }
  .pages .selected a{
    border: solid 1px #eeeeee !important;
    font-weight: normal !important;
    font-size: 0.15rem !important;
    color: #ffffff!important;
    padding: 0.1rem 0.15rem !important;
    text-decoration: none !important;
    background-color: #40bbcd !important;
  }
  
  .pages .noborder{
    font-weight: bold !important;
    font-size: 0.15rem !important;
    color: #666666 !important;
    padding: 0.1rem 0.15rem !important;
    text-decoration: none !important;
    text-align: center;
    vertical-align: middle;
  }





  .section-news .navigation-item-common.selected {
    border-bottom: solid 2px #3fbbce;
    color: #3fbbce;
  }
  .section-news .devided-line{
    display: inline-block;
    margin: 0 0.35rem;
    /* color: #bfbfbf; */
    background-color:#bfbfbf ;
    width: 1px;
    height: 0.2rem;
  }
  .section-news .navigation-item{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-news .more{
    width: 2.85rem;
    height: 0.73rem;
    text-align: center;
    line-height: 0.73rem;
    border: 1px solid #999999;
    color: #999999;
    font-size: 0.21rem;
    margin: 0.6rem auto 0 auto;
  }
  
 
  .section-news .item-details-title{
    font-size: 0.25rem;
    color: black;
      font-weight: bold;
  }
  .section-news .publish-data{
    font-size: 0.16rem;
  }
  .section-news .item-details-title-dsc{
      font-size: 0.2rem;
      font-size: 0.2rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      color: #999999;
  }
  .section-content-info-list-item {
    display: flex;
    justify-content: space-between;
  }
  .section-news .item-details{
  width: 4.85rem;
  }
  
  /* 覆盖原导航样式 */
.header-index-nav #home{
  border-bottom: 0.06rem solid #36bdd1 !important;
  padding-bottom: 0.2rem !important;
  color: #36bdd1 !important;
}
