*{
  padding: 0;
  margin: 0;
  font-size: 20px;
}
a{
  text-decoration: none;
  font-size: 20px;
  color: #333;
}
ul,li{
  list-style: none;
}
.bg{
  width: 100%;
  height: 1098px;
  background: url(../images/qdgjbg.png) no-repeat;
  overflow: hidden;
}
.logo{
  width: 255px;
  height: 53px;
  position: absolute;
      top: 28px;
      left: 250px;
  }

.bn{
  width: 639px;
  height: 161px;
  margin: 0 auto;
  margin-top: 100px;
  background: url(../images/qdgjbn.png) no-repeat;
}
.content{
  margin: 100px auto 55px;
  width: 1200px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
  .banner{
  width: 1140px;
  height: 179px;
  font-size: 20px;
  text-indent: 2em;
  padding: 27px 30px;
  line-height: 40px;
  box-sizing: border-box;
  background: url(../images/qdgjbanner.png) no-repeat;
  color: #0c6cbd;

}

.article{
  margin: 30px 0 30px;
}
.article ul{
overflow: hidden;
}
.article ul li{
  float: left;
  width: 555px;
  height: 70px;
  line-height: 70px;
  padding-left: 23px;
  box-sizing: border-box;
  border: 1px solid #a7caf3;
  border-left: 8px solid #629cde;
}
.article ul li:nth-of-type(even){
  margin-left: 29px;
}
.article ul li:nth-of-type(n+3){
  margin-top: 20px;
}
.article ul li:hover{
   z-index: 999;
  box-shadow:  #629cde 0 0 10px;
  /* transform: scale(1.01); */
}
.more{
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #a7caf3;
  margin: 0 auto;
  color: #0c6cbd;
}
.more1{
color: #0c6cbd;
}