.bread{
    margin-bottom: 70px;
}
.bread h4{
    padding: 20px 0;
}
.bread h4 span,.bread h4 a{
    font-size: 18px;
    color: #666;

}
.bread .article .ae-nav{
    width: 25%;
}
.list-plank{
    padding-left: 64px;
}
.list-plank .t-tit h4 {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}
.list-plank .lp-con-list{
    padding: 20px 0;
}
.list-plank .lp-con-list a{
    flex: 1;
    width: 728px;
}
.list-plank .lp-con-list i{
    margin-right: 10px;
}
.list-plank .lp-con-list p{
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}
.brand{
    min-height: 170px;
    box-sizing: content-box;
    background: url('/eportal/fileDir/hnqhzz/template/page/home/list-foot.png') no-repeat center;
    background-size: cover;
}
.brand .con{
    padding: 36px 0;
}
.brand .con p{
    line-height: 33px;
}


.newsList_page {
    padding: 20px 0 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .newsList_page .pagingNormal{
      background-color: #fff;
      border: 1px solid #c2c1c1;
      display: inline-block;
      padding: 8px 11px;
      font-size: 16px;
      line-height: 16px;
      box-sizing: border-box;
    color: #323232;
  }
  .newsList_page  .NormalRed{
      padding: 8px 15px;
      font-size: 16px;
      line-height: 16px;
      box-sizing: border-box;
      color: #EE8201;
  }
  
  .newsList_page_item {
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #c2c1c1;
  }
  .newsList_page_item a {
    display: inline-block;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    color:  #323232;
    cursor: pointer;
  }
  .newsList_page_item_active {
    background-color: transparent !important;
    border: 0 !important;
  }
  .newsList_page_item_active:hover a {
    color:  #323232 !important;
  }
  .newsList_page_item a span {
    padding: 0 5px;
  }
  .newsList_page_item:hover {
    background-color: #EE8201;
    border-color: #EE8201;
  }
  .newsList_page_item:hover a {
    color: #fff;
  }
  .newsList_page_y span{
    display:none !important;
  }
.cont-text-box{
      font-size: 16px;
    padding: 25px 0;
}
.cont-text-box p{
    line-height: 2;
}
/* -----------µÇÂ½µ¯¿ò----------- */
.login_bg {
   width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 98;
    display: none;
  }
  .login_popup {
    width: 300px;
    height: 420px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 10px 26px 0px #999;
    border-radius: 10px;
    z-index: 99;
    background-image: url(/hksyzx/template/app/memberPortlet/loginMember/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -82px;
  }
.content_title {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    padding: 15px 8px;
}
.content_info {
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #A8A8A8;
    border-bottom: dashed 1px #dedede;
    margin-bottom: 15px;
}
.content_text {
    padding: 20px 30px;
    min-height: 380px;
}
.content_text img{
  max-width:100%;
}