body {
  width: 100%;
  min-width: none;
  max-width: none;
}

.top2 {
  margin: 0 auto;
  width: 1000px;
  height: 306px;
  background: url(/template/1/default/_files/image/ssdb2.png) no-repeat;
  box-shadow: #666 0px 0px 10px;
}

.menu {
  height: 45px;
  width: 1004px;
  margin: 0 auto;
  background-color: #b1042a;
  padding: 2px auto auto 20px;
}

.ulMenu {
  float: left;
  padding: 7px;
}

.ulMenu li {
  float: left;
  margin: 0px auto auto 50px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100px;
  height: 20px;
  padding: 5px;
  text-align: center;
}

.ulMenu li:hover {
  background: #eecaca;
  color: #ff6a00;
  height: 20px;
  width: 100px;
  cursor: pointer;
}

.middle {
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  min-width: 1280px;
  max-width: 1600px;
}

.divZTDY {
  height: 135px;
  margin: 0 auto;
  box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 150px/10px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
  padding: 20px 10px 10px 10px;
}

.divContent {
  width: 100%;
  margin: 30px auto auto 0px;
}

.divTitle {
  width: 100%;
  background-color: #b5121b;
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 0;
}

.divTitle a {
  padding: 0 10px;
  color: #fff;
}

.divTitle a:first-child {
  font-size: 16px;
}

.divItem {
  width: 100%;
  height: 190px;
  border: solid 1px #b5b5b5;
  box-sizing: border-box;
}

.itemLeft {
  height: 170px;
  width: 150px;
  margin: 10px;
  float: left;
}

.itemRight {
  height: 170px;
  width: 100%;
  float: left;
}

.ulContentItem {
  margin: 10px;
  padding-left: 15px;
}

.ulContentItem li {
  line-height: 32px;
  width: 100%;
  list-style: square;
  clear: both;
  overflow: hidden;
  height: 32px;
  text-overflow: ellipsis;
}

.divItemTitle {
  float: left;
  width: 80%;
}

.divItemTitle a {
  color: #000000;
  font-size: 16px;
}

.divItemTitle a:hover {
  color: #b5121b;
}

.divItemDate {
  float: right;
  width: 80px;
}

.divBottom {
  margin: 0 auto;
  width: 1004px;
  margin-top: 30px;
}

.gzdt_xdth {
  height: 270px;
  width: 100%;
}

.gzdt_xdth .left {
  width: 49% !important;
  float: left;
}

.gzdt_xdth .right {
  width: 49% !important;
  margin-left: 0px !important;
  float: right;
}

.bannar {
  min-width: 1280px;
  max-width: 1600px;
  margin: 0 auto;
}

.bannar img {
  width: 100%;
  height: auto;
}

.zt {
  margin: 25px 0;
}

.zt img {
  width: 100%;
}

.footer{
  max-width: none;
}

@media screen and (max-width: 1279px) {
  body {
    min-width: auto;
    max-width: auto;
  }

  .header .right {
    display: none;
  }

  .search form {
    display: none;
  }

  .nav ul li {
    width: 19% !important;
  }

  .middle {
    width: 96% !important;
  }

  .gzdt_xdth {
    height: 460px;
  }

  .gzdt_xdth .left,
  .gzdt_xdth .right {
    width: 100% !important;
    float: none;
    height: 220px;
  }

  .divContent {
    margin: 0 auto;
  }

  .divItemTitle {
    width: calc(100% - 100px);
  }

  .divItemTitle a {
    display: inline-block;
    overflow: hidden;
    height: 24px;
  }
}