*{padding: 0;margin: 0;}
li{list-style: none;}
a{text-decoration: none;}
img{max-width: 100%;}
.clear::after{
  content: '';
  display: block;
  clear: both;
}

.hbody{
  background: #f7fbff;
  padding-bottom: 70px;
}
.setwidth{
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.searchbox{
  border-radius: 10px;
  border: 1px solid #c7e1e7;
  overflow: hidden;
  height: 58px;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 58px;
  background: #fff;
}
#searchinput{
  width: 70%;
  float: left;
  font-size: 20px;
  padding-left: 20px;
  border: none!important;
  height: 58px;
  line-height: 58px;
}
#searchinput:focus-visible{
  border:none!important;
  outline:none!important;
}
#searchbtn{
  width: 12%;
  float: right;
  border-radius: 10px;
  background: linear-gradient(to right,#3994da,#3966d0);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
}
#searchbtn img{
  max-width: 60%;
}
.mainleft{
  width: 68%;
  float: left;
}
.fenlei ul{
  border-bottom: 1px solid #c7e1e7;
}
.fenlei li{
  font-size: 25px;
  color: #626262;
  display: inline-block;
  margin-right: 45px;
  line-height: 75px;
  position: relative;
  cursor: pointer;
}
.fenlei li:last-child{
  margin-right: 0;
}
.fenlei li.active{
  color: #23619b;
}
.fenlei li.active::after{
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #23619b;
  left: 0;
  bottom: -1px;
}
.content{
  padding-top: 10px;
}
.content li{
  border-bottom: 1px solid #c7e1e7;
  padding-bottom: 25px;
  margin-top: 10px;
}
.content li:last-child{
  border:none
}
.content li h2{
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0;
}
.iconnew{
  position: relative;
  top: 9px;
  margin-right: 5px;
}
.content li h2 a{
  color: #000;
}
.content li p {
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-height: 1.8;
  font-size: 16px;
  color: #7d7d7d;
  text-indent: 2em;
}
.jumpxxbox{
  margin-top: 10px;
  text-align: right;
}
.jumpxx{
  color: #23619b;
}

.mainright{
  width: 26%;
  float: right;
}
.wdzqtt{
  border-bottom: 1px solid #c7e1e7;
  padding: 23px 0 23px 10px;
}
#iconwdzq{
  position: relative;
  top: 4px;
  right: 10px;
}
.wdzqtt span{
  line-height: 25px;
  font-size: 25px;
  color: #23619b;
}
#morewdzq{
  float: right;
  color: #bfbfbf;
  font-size: 20px;
  line-height: 30px;
}
.wdzqimg{
  padding-top: 25px;
}
.wdzqimg li{
  margin-top: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.wdzqimg li img{
  width: 100%;
}
.searchshow{
  display: none;
}
#searchexit{
  font-size: 18px;
  float: right;
  
}
#searchexit span{
  border-radius: 10px;
  border: 1px solid #3966d0;
  display: inline-block;
  line-height: 30px;
  padding: 0 5px;
}
.nodata{
  font-size: 20px;
  color: #7d7d7d;
}
#jjrbox{
  position:fixed;
  bottom:20%;
  right:5%;
  z-index: 9;
}
@media screen and (max-width:1050px){
  .mainleft,.mainright{
    width: 100%;
  }
  #searchbtn{
    width: 20%;
  }
  .fenlei li{
    margin-right: 20px;
  }
  #jjrbox{
    width: 60px;
  }
}