body{
  background: url(../images/zwgkrbg.png) no-repeat ;
  background-color: #fff;
  font-size: 18px;
  color: #333;
}
.logo {
  position: absolute;
  top: 25px;
  height: 50px;
  left: 410px;
}
.con{
  margin: 405px auto 0;
  width: 1100px;
  background-color: #fff;
  padding: 25px 35px;
  box-sizing: border-box;
}
.link{
  display: flex;
}

.link a{
 flex: 1;
 width: 512px;
 height: 148px;
 display: block;
}
.link a span{
  padding: 35px 50px 0 145px;
  display: inline-block;
  color: #333;
}
.link .link1{
  background: url(../images/zwgkrlink1.png) no-repeat;
}
.link .link2{
  background: url(../images/zwgkrlink2.png) no-repeat;
  margin-left: 28px;
}
.hdqk{
  margin-top: 35px;
}
.hdqk .hdqkitem{
  width: 100%;
  height: 64px;
  background: url(../images/zwgkritem.png) no-repeat;
  overflow: hidden;
  line-height: 64px;
}
.hdqk .hdqkitem span{
  float: left;
  margin-left: 44px;
  font-size: 30px;
  color: #086FD5;
  font-weight: bold;
}
.hdqk .hdqkitem .more{
  float: right;
  margin-right: 26px;
  color: #086FD5;
}
/* .hdqk .hdqkitem:nth-last-of-type(){
  margin-left: 28px;
} */
.channel ul{
  margin-bottom: 64px;
}
.channel ul li {
  display: flex;
  margin-top: 25px;
}
.channel-left{
  width: 321px;
  float: left;
}
.channel-right{
  flex:1;
margin-left: 35px;
}
.channel-right .title{
font-size: 20px;
font-weight: bold;
}
.channel-right .content{
  text-indent: 2em;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 23px;
font-family:SimSun
  
}
