* {

  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  font-family: "微软雅黑" !important;
  box-sizing: border-box;
  color: #333333;
}

a {
  color: #fefefe;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.main1 {
  height: 400px;
  background: url(./banner.jpg) no-repeat center top;
  margin-bottom: 20px;
}

.main2 {
  width: 100%;
  overflow: hidden;
}

.main2_list {
  width: 568px;
  margin-bottom: 20px;
  min-height: 354px;
  float: left;
}

.main2_list_1 {
  float: right;
}

.main2_list p {
  background: url(./gzbdtitbg1.png) no-repeat bottom left;
  line-height: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.main2_list ul li {
  line-height: 45px;
  background: url(./gzbddian.png) left center no-repeat;
  padding-left: 20px;
  color: #222222;
}

.main2_list ul li a {
  color: #222222;
  font-size: 18px;
}

.main2_list ul li span {
  color: #8e8e8e;
  float: right;
}

@media screen and (max-width:998px) {
  .main1 {
    width: 100%;
    background-size: contain;
    height: 75px;
  }

  .main {
    width: 100% !important;

    padding: 0 3%
  }

  .main2 {
    width: 100%
  }

  .main2_list {
    width: 100%;
  }

  .main2_list_1 {
    float: left;
  }

  .main2_list ul li {
    line-height: 24px;
    padding-top: 8px;
  }

  .main2_list ul li a {
    display: inline-block;
    width: 200px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .main2_list ul li span {
    padding-top: 8px;
  }
}