@charset "utf-8";

.content {
  padding-top: 20px;
  position: relative;
}
.content::before {
  width: 1px;
  height: 97%;
  background: #ccc;
  content: '';
  position: absolute;
  left: 880px;
  top: 20px;
}
.container1000 {
  width: 1200px;
  margin: 0 auto;
}
.conleft {
  width: 850px;
  float: left;
}
.conright {
  width: 295px;
  float: right;
}
.comldtit {
  border-bottom: 2px solid #be0000;
}
.comldtit a {
  float: right;
  font-size: 14px;
}
.comldtit span {
  width: 133px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #be0000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ldimgbox {
  /* padding: 20px; */
  width: 100%;
  box-sizing: border-box;
  background-color: #fafafa;
}
.ldimgbox a {
  color: #000;
  font-family: '黑体';
}
.ldimgbox > ul {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.ldimgbox > ul > div:last-child {
  border: none;
}
.leaderdiv {
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 21px;
  display: table;
}

.leaderdiv > .imgul {
  display: inline-block;
  width: 100%;
  float: left;
}
.szdiv {
  padding-top: 10px;
}
.fszdiv {
  padding-top: 5px;
}
.imgul > li {
  float: left;
  width: 33.3%;
  height: 200px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  padding-bottom: 4px;
}
.leaderdiv .wz {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  float: none;
  font-size: 18px;
  text-align: right;
  font-weight: bolder;
  color: #000;
  font-family: '宋体 Light';
}
.leaderdiv.szdiv .wz {
  /* text-align: right; */
}
.ldimgbox li img {
  padding: 10px;
  border: 1px solid #cdcdcd;
  width: 73px;
  height: 97px;
}
.ldimgbox .szdiv li img {
  /* width: 73px; */
  /* height: 97px; */
}
.imgul > li p {
  font-size: 13px;
  line-height: 14px;
  /*     height: 14px; */
  text-align: center;
  width: 100%;
  margin-top: 8px;
  font-family: '宋体';
}
.ldhd > p {
  padding-top: 20px;
  background-color: #fff;
}
.zfldcomul ul {
  padding: 10px;
}
.zfldcomul ul li {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}
.zfldcomul ul li a {
  color: #000;
  width: 80%;
  padding-left: 5px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.zfldcomul ul li a::after {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
}
.zfldcomul ul li span {
  float: right;
}

.conright .cwhtit {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: left;
  text-indent: 20px;
  font-size: 18px;
  color: #fff;
  background: url(../images/zfld/cwh20180130xb_031.png) no-repeat;
}
.conright .cwhtit a {
  float: right;
  color: #000;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  margin-top: 30px;
}
.cwhbox ul li a {
  line-height: 14px;
  font-size: 14px;
  width: 97%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cwhbox ul li {
  height: 30px;
}
.cwhbox ul {
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 0px;
}
.hx {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  margin: 18px 0;
}
.leaderdiv {
  width: 100%;
}
.finaimg {
  padding-bottom: 30px;
}
.finaimg a,
.finaimg a img {
  display: block;
}
.finaimg a img {
  margin: 0 auto;
}
.conright .cwhbannerimg img {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
}
.pbxs {
  display: none;
}
@media (max-width: 1200px) {
  .content {
    padding: 20px 8px 8px 8px;
    box-sizing: border-box;
  }
  .container1000,
  .container {
    width: 100%;
  }
  .content::before {
    display: none;
  }
  .conleft,
  .conright {
    width: 100%;
  }
  .cwhbox {
    width: 100%;
    display: inline-block;
  }
  .cwhbox2.cwhbox {
    margin-left: 1%;
  }
  .conright .cwhtit span {
    padding: 0 20px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #be0000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .conright .cwhtit {
    border-bottom: 1px solid #be0000;
    height: auto;
    line-height: 32px;
    height: 32px;
    background: none;
    text-indent: 0px;
  }
  .conright .cwhtit a {
    margin: 0;
  }

  .leaderdiv .wz {
    width: 15%;
  }
  .leaderdiv > .imgul {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .pbxs {
    display: block;
  }
  .ldzw{
    display: none;
  }
  .imgul > li p.lddh{
    line-height: 36px;
  }
  .zfldcomul ul li a{
    width:100%;
    overflow:unset;
    white-space:unset;
  }
  .zfldcomul ul li span{
    display:none;
  }
  .zfldcomul ul li{
    height:auto;
  }
}
@media (max-width: 600px) {
  .pbxs {
    display: none;
  }
  .ldzw{
    display: block;
  }
  .imgul > li p.lddh{
    line-height: 14px;
  }
  .imgul > li {
    width: 100%!important;
  }
  .ldimgbox li img {
    border: none;
    height: auto !important;
  }
  .conright .cwhbox {
    width: 100%;
    margin-left: 0;
  }
  .zfldcomul ul li a {
    /* width: 65%; */
  }
  .cwhbox ul {
    padding-bottom: 10px;
  }
  .ldimgbox > ul {
    padding: 0 5px;
  }
  .leaderdiv .wz {
    width: 18%;
  }
  .leaderdiv > .imgul {
    width: 82%;
  }
}

