
.vab-main_nav-item{
    position: relative;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    cursor: pointer;
  }
  .vab-main_nav-item.active{
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #BE956B;
  }
  .vab-main_nav-item.active::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background-color: #BE956B;
  }
  .vab-subject_wrap{
    padding-top: 32px;
    width: 100%;
    background: url(../../images/subject/subject-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 400px;
  }

  .vab-subject_logo{
    float: left;
    width: 460px;
    height: 325px;
    background: url('../../images/subject/zsh_title.png') no-repeat;
    background-size: 100% 100%;
  }
  .vab-lhgp-logo{
    width: 460px;
    height: 325px;
    background: url(../../images/cjsfw-heard.png) no-repeat;
  }

  .vab-subject_content{
    float: right;
    width: 740px;
    padding-left: 50px;
  }
  .vab-subject_title{
    padding-top: 12px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    position: relative;
  }
  .vab-subject_title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background-color: #BE956B;
    z-index: 1;
  }
  .vab-subject_text{
    line-height: 1.5;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    padding-bottom: 20px;
  }

.vab-box_panel {
  flex: none;
  width: 280px;
  height: 600px;
  background: url(../../images/subject/subject-panel_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 180px;
}

.vab-subject_panel-icon{
  display: block;
  width: 84px;
  height: 84px;
  background: url('../../images/subject/subject-panel_icon.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.vab-subject_panel-title {
  padding-top: 40px;
  padding-bottom: 25px;
  margin-bottom: 40%;
  font-size: 32px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  position: relative;
  text-align: center;
}

.vab-subject_panel-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transform: translateX(-50%);
  z-index: 1;
}

.vab-box_table{
  padding-top: 24px;
}
.cell-table{
  position: relative;
  margin-top: 0;
  background: #fff;
}
  .vab-subject_contact{
    position: relative;
    width: 100%;
    background: url('../../images/subject/subject-contact_bg.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
  }
  .vab-subject_contact .vab-box_bd{
    padding: 30px 0 40px;
  }
  .vab-subject_contact-item {
    height: 260px;
    background-color: #fff;
  }
  .vab-subject_contact-item:nth-child(2){
    margin-left: 20px;
  }
  .vab-subject_contact-item:nth-child(2) .vab-subject_contact-logo{
    height: 143px;
    background: url('../../images/subject/subject-contact-logo2.png') no-repeat;
    background-size: 100% 100%;
  }
  .vab-subject_contact-wrap{
    float: left;
    width: 508px;
    height: 260px;
    background: url('../../images/footer-all-icon.png') no-repeat;
    background-size: 100% 100%;
  }
  .vab-subject_contact-logo{
    width: 195px;
    height: 143px;
    background: url('../../images/subject/subject-contact-logo2.png') no-repeat;
    background-size: 100% 100%;
  }
  .vab-subject_contact-content{
    float: left;
    width: calc(100% - 508px);
    height: 100%;
    background-color: #fff;
    padding: 0 25px;
    padding-top: 30px;
    border: 1px solid #F0F0F0;
  }
  .vab-subject_contact-text-line {
    margin: 10px 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #efefef;
}
  .vab-subject_contact-text i {
    display: inline-block;
    vertical-align: middle;
  }
  .vab-subject_contact-title{
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
  }
  

  .robot {
    position: absolute;
    left: 0;
    top: -82px;
    width: 102px;
    height: 139px;
    background: url(../../images/blankCooperate/bb.png);
}

  /* 列表样式 */
.mineList {
  margin-top: 40px;
  overflow: hidden;
}

.blank-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: center;
}

.blank-title-line {
  margin: 0 auto;
  margin-top: 21px;
  width: 80px;
  height: 1px;
  border-bottom: 3px solid #962E34;
  border-radius: 2px;
}

.long-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #DDDDDD;
}


.xxpl-box-list {
  margin-top: 30px;
  width: 590px;
  height: 390px;
  float: left;
}

.xxpl-box-header {
  width: 100%;
  height: 50px;
}

.sz-icon {
  display: inline-block;
  width: 209px;
  height: 38px;
  background: url(../../images/wlhz/szjys.png) no-repeat;
  background-size: cover;
}
.xxpl-box-header-text {
  float: right;
  margin-top: 15px;
  cursor: pointer;
}
.xxpl-more {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../../images/wlhz/rihgt-more.png) no-repeat;
  margin-left: 5px;
}

.xxpl-right-box {
  float: right;
}
.bj-icon {
  display: inline-block;
  width: 193px;
  height: 38px;
  background: url(../../images/wlhz/bjjys.png) no-repeat;
  background-size: cover;
}
.cq-icon {
  display: inline-block;
  width: 222px;
  height: 38px;
  background: url(../../images/wlhz/cq-icon.png) no-repeat;
  background-size: cover; 
}
.xxpl-list {
  background: #FBFBFB;
  width: 590px;
  height: 335px;
  background: #FBFBFB;
  border: 1px solid rgba(0,0,0,0.0400);
  backdrop-filter: blur(0px);
}
.list-content li {
  padding: 0 20px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.list-title {
  float: left;
  position: relative;
  width: 84%;
  height: 48px;
}
.list-title .list-text {
  display: inline-block;
  color: #333333;
  height: 48px;
  line-height: 48px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-content li:hover .tools-t {
display: block;
}
.tools-t {
position: absolute;
line-height: 25px;
width: 100%;
bottom: 53px;
left: 50%;
font-size: 14px;
z-index: 1;
background: #333;
color: #fff;
padding: 0px 15px;
border-radius: 30px;
transform: translateX(-50%);
display: none;
}
.tools-t::after{
content: '';
display: block;
position: absolute;
left: 50%;
bottom: -18px;
z-index: 1;
width: 0px;
height: 6px;
border: 6px solid transparent;
border-top-color: #333;
}

.list-time {
  float: right;
  width: 14%;
}

.list-content li:hover .list-text {
  font-weight: bold;
}
.list-content li:hover .list-time {
  font-weight: bold;
}

.list-a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}


.xmxg-box {
  margin-top: 20px;
  width: 100%;
  height: 600px;
  margin-bottom: 57px;
}
.xmxg-box-left-bg {
  float: left;
  width: 282px;
  height: 100%;
  background: url(../../images/wlhz/xmxg-bg.png) no-repeat;
  overflow: hidden;
}
.file-img {
  width: 84px;
  height: 84px;
  background: url(../../images/wlhz/file-img.png) no-repeat;
  margin: 0 auto;
  margin-top: 134px;
}

.xmxg-box-left-text {
  text-align: center;
  margin-top: 38px;
  font-size: 32px;
  color: #FFFFFF;
}

.xmxg-box-left-bg > div:last-child{
  width: 16px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 24px;
}

.xmxg-box-right {
  position: relative;
  float: left;
  width: 915px;
  height: 597px;
  background: #FFFFFF;
  box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.0500);
  padding-top: 32px;
}

#pager_blank {
  position: absolute;
  height: 30px;
  right: 0;
  bottom: 10px;
}
.vab-box_bd .footer-left{
 margin:0 auto !important;
}







.mineList {
    margin-top: 40px;
    overflow: hidden;
  }
  
  .blank-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
  }
  
  .blank-title-line {
    margin: 0 auto;
    margin-top: 21px;
    width: 80px;
    height: 1px;
    border-bottom: 3px solid #962E34;
    border-radius: 2px;
  }
  
  .long-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
  }
  
  .xmxg-box {
    margin-top: 20px;
    width: 100%;
    height: 600px;
    padding-bottom: 57px;
  }
  .xmxg-box-left-bg {
    float: left;
    width: 282px;
    height: 100%;
    background: url(../../images/wlhz/xmxg-bg.png) no-repeat;
    overflow: hidden;
  }
  .file-img {
    width: 84px;
    height: 84px;
    background: url(../../images/wlhz/file-img.png) no-repeat;
    margin: 0 auto;
    margin-top: 134px;
  }
  
  .xmxg-box-left-text {
    text-align: center;
    margin-top: 38px;
    font-size: 32px;
    color: #FFFFFF;
  }
  
  .xmxg-box-left-bg > div:last-child{
    width: 16px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 24px;
  }
  
  .xmxg-box-right {
    position: relative;
    float: left;
    width: 915px;
    height: 597px;
    background: #FFFFFF;
    box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.0500);
    padding-top: 32px;
  }
  
  #pager_blank {
    position: absolute;
    height: 30px;
    right: 0;
    bottom: 10px;
  }


  .vab-subject_contact{
    position: relative;
    width: 100%;
    background: url('../../images/subject/subject-contact_bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
  }
  .vab-subject_contact .vab-box_bd{
    height: 256px;
    margin-top: 40px;
  }

  .footer-left, .footer-right  {
    /*position: relative;
    float: left;*/
    width: 588px;
    height: 256px;
    background: #FFFFFF;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #F0F0F0;
    padding: 24px 40px;
    box-sizing: border-box;
  }

  .footer-right {
    float: right;
  }

  .footer-title {
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
  }

  .footer-erweima-box {
    position: absolute;
    right: 40px;
    top: 50px;
    width: 118px;
    height: 133px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
  }

  .footer-contentTop-tit p {
    margin-top: 24px;
  }

  .footer-erweima {
    width: 94px;
    height: 91px;
    margin: 10px auto;
  }

  .erweima-left {
    background: url("../../images/wlhz/erweima-left.png") no-repeat;
  }

  .erweima-right {
    background: url("../../images/wlhz/erweima-right.png") no-repeat;
  }

  .footer-erweima-text {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #333333;
    text-align: center;
  }

  .footer-address {
    margin-top: 24px;
  }

  .vab-subject_contact-text i {
    display: inline-block;
    vertical-align: middle;
  }

  
  