@charset "utf-8";
.lv1-tit {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
.lv1-tit span {
  position: relative;
}

.lv1-tit span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/common/xxjb_xb.png) no-repeat;
  background-size: 100%;
  left: 0;
  top: 100%;
}
.lv1-tit a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.76px;
  color: rgba(128, 128, 128, 1);
}

/* 信件 */
.hd-top {
  background: #fff;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.09);
  min-height: 560px;
  margin-bottom: 41px;
}
.hd-xjhead {
  width: 100%;
  height: 120px;
  background: url(../images/hd/hd-topbg01.png) no-repeat;
}
.hd-xjhead > div {
  float: left;
  line-height: 120px;
  margin-left: 168px;
  /* vertical-align: middle; */
}
.hd-xjhead .qzxx {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  margin-left: 40px;
  vertical-align: middle;
}

.hd-xjhead > ul {
  float: right;
  overflow: hidden;
  margin-right: 6px;
}
.hd-xjhead > ul li {
  float: left;
  margin-right: 34px;
  margin-top: 37px;
}
.hd-xjhead > ul li a {
  display: block;
  width: 150px;
  height: 45px;
  border-radius: 2px;
  border: 1px solid rgba(211, 221, 237, 1);
  line-height: 45px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hd-xjhead > ul li a img {
  margin-right: 8px;
}

.hd-xjbox {
  padding: 17px 21px 0 21px;
}

.xjbox-left {
  float: left;
  width: 63.33%;
}
#xj_list {
  margin-top: 20px;
}
.xjbox-right {
  float: right;
  width: 32%;
}
.xjbox-left li {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding-left: 43px;
  background: rgba(222, 225, 232, 0.24);
  margin-bottom: 6px;
  position: relative;
}

.xjbox-left li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(166, 166, 166, 1);
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3.5px;
}
.xjbox-left li > a {
  display: block;
  font-family: '微软雅黑';
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  padding-right: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xjbox-left li:hover a {
  color: rgba(29, 90, 161, 1);
}
.xjbox-left li > p {
  float: right;
  margin-right: 10px;
}
.xjbox-left li > p span {
  font-size: 16px;
  color: rgba(128, 128, 128, 1);
}
.xjbox-left li > p span.xjtype {
  color: rgba(0, 0, 0, 1);
  margin-right: 24px;
}
.xjbox-left li > p span.ybj {
  margin-right: 18px;
  color: rgba(29, 90, 161, 1);
}
.xjbox-left li > p span.blz {
  margin-right: 18px;
  color: rgba(168, 16, 16, 1);
}
.xjtj-box {
  position: relative;
  width: 100%;
  min-height: 342px;
  background: url(../images/hd/hd-tjbg.png) no-repeat;
  padding-top: 30px;
  margin-top: 20px;
}
.xjtj-box .memo {
  position: absolute;
  top: -3px;
  font-size: 16px;
  text-indent: 2em;
  padding: 0 38px;
  line-height: 25px;
}
/* 饼图 */
#tjbt {
  width: 100%;
  height: 220px;
}

.tjbfb {
  margin-left: 32px;
}
.tjbfb li {
  overflow: hidden;
}
.tjbfb li + li {
  margin-top: 9px;
}
.tjbfb li span {
  float: left;
  font-size: 16px;
  color: #000000;
}
.Progress {
  float: left;
  width: 63%;
  height: 11px;
  background-color: rgba(214, 228, 253, 1);
  border-radius: 6px;
  margin: 5px 4px 0 8px;
}

.Bar {
  width: 10%;
  height: 11px;
  background-color: rgba(164, 194, 244, 1);
  border-radius: 6px;
}
.blz .Bar {
  background-color: rgba(99, 137, 215, 1);
}

/* 在线调查 */
.hd-zxdc {
  background: rgba(247, 248, 252, 1);
  min-height: 362px;
}
.zxdc-box {
  padding-top: 31px;
}
.zxdc-left {
  float: left;
  width: 100%;
}
.zxdc-left h5 {
  padding-left: 21px;
}

.zxdc-thead {
  height: 48px;
  opacity: 1;
  background: rgba(235, 241, 250, 1);
  line-height: 48px;
  margin-top: 20px;
}
.zxdc-thead > div {
  float: left;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 82, 147, 1);
  font-weight: 400;
}
.zxdc-td01 {
  width: 60%;
}
.zxdc-thead .zxdc-td01 {
  text-align: center;
  /* text-indent: 203px; */
}
.zxdc-td02 {
  width: 15%;
}
.zxdc-td03 {
  width: 11%;
}
.zxdc-td04 {
  width: 13%;
}
.zxdc-tbody {
  margin-top: 12px;
}
.zxdc-tbody li {
  overflow: hidden;
  line-height: 48px;
  height: 48px;
}
.zxdc-tbody li:hover a {
  color: rgba(0, 82, 147, 1) !important;
}
.zxdc-tbody li > div {
  float: left;
  text-align: center;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zxdc-tbody li .zxdc-td01 {
  text-align: left;
  padding-left: 42px;
  background: url(../images/hd/hd-dian01.png) no-repeat 20px center;
}
.zxdc-tbody li .zxdc-td04 {
  color: rgba(166, 166, 166, 1);
}
.zxdc-tbody li .zxdc-td01 a {
  display: block;
  width: 100%;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.zxdc-tbody li .zxdc-td01 a:hover {
  padding-left: 10px;
}

/* 热线 */
.hd-rxdh {
  margin-top: 41px;
  margin-bottom: 59px;
  display: none;
}
.hd-rxdh li {
  float: left;
  width: 200px;
  height: 120px;
  margin-left: 48px;
}
.hd-rxdh li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hd-rxdh li a img {
  width: 100%;
  height: 100%;
}
.hd-rxdh li:first-child {
  margin-left: 0;
}

.hd_on {
  color: rgba(168, 16, 16, 1);
}

@media (max-width: 768px) {
  .hd-xjhead {
    height: auto;
    overflow: hidden;
    background-repeat: repeat-y;
    padding: 10px 10px 20px 10px;
  }
  .hdtop-left {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .hd-xjhead .hdtop-left img{
    width: 70px;
  }
  .hd-xjhead .qzxx{
    font-size: 24px;
  }
  .hd-xjhead > div {
    margin-left: 0;
    float: none;
  }
  .hd-xjhead > ul {
    float: none;
    padding: 0 10px;
  }
  .hd-xjhead > ul li {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
  }
  .hd-xjhead > ul li a {
    width: 100%;
  }
  .hd-xjbox {
    padding: 20px 0;
  }
  .xjbox-left {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .xjbox-right {
    float: none;
    width: 100%;
    margin-top: 24px;
  }
  .xjbox-right .lv1-tit {
    padding-left: 10px;
  }

  .xjbox-left li {
    padding-left: 14px;
  }
  .xjbox-left li::before {
    left: 4px;
  }
  .xjbox-left li > a {
    font-size: 16px;
  }
  .xjbox-left li > p span {
    font-size: 16px;
  }
  .xjbox-left li > p span.xjtype,
  .xjbox-left li > p span.blz,
  .xjbox-left li > p span.ybj {
    display: none;
  }
  .hd-zxdc {
    padding: 0 10px;
  }
  .zxdc-left {
    float: none;
    width: 100%;
  }
  .zxdc-left h5 {
    padding-left: 0;
  }
  .zxdc-td02,
  .zxdc-td03 {
    display: none;
  }
  .zxdc-td01 {
    width: 72%;
  }
  .zxdc-td04 {
    width: 27%;
  }
  .zxdc-tbody li .zxdc-td01 {
    padding-left: 12px;
    background-position-x: 0;
  }
  .hd-rxdh {
    padding: 0 10px;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .hd-rxdh li {
    width: 48%;
    margin-left: 4%;
    height: auto;
    margin-bottom: 10px;
  }
  .hd-rxdh li:nth-child(2n + 1) {
    margin-left: 0;
  }
}