body{
  
}
.hhzl-bg{
   background: url(../images/search-bg.png) center top no-repeat;
}
.searchLogo{
  margin-top: 45px;
  margin-left: 20px;
}
.search-area{
  margin-bottom: 120px;
}

.banner{
  height: 730px;
  background: url(../images/banner-730.png) center top no-repeat;
}
.banner .logo-index{
  padding-top: 23px;
}
.banner .search-area{
  padding-top: 40px;
}

.f-pd3{ padding-top: 70px;}

.search-box{
  margin: 0 auto;
   width: 540px;
   height: 50px;
   border: 1px solid #72b5d9;
   background: #06629d;
   box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.search-box .search-input{
  border: none;
  height: 50px;
  border-left: 3px solid #06629d;
  width: 430px;
  background:#fff url(../images/icon-search.png) 20px center no-repeat;
  text-indent: 50px;
  float: left;font-size:16px;
}

::placeholder{
  font-size: 20px;
  color: #908f8f;
}
.search-box .search-btn{
  background: #06629d;
  font-size: 24px;
  /* width:110px; */
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}


.search-side li{
  background: url(../images/tab-i-115a.png);
  width: 115px;
  height: 38px;
  margin-bottom: 30px;
  border: none;
}
.search-side li.on{
  background: url(../images/tab-i-115a-hover.png);
}
.search-side li.on a{
color: #fff;
}

.search-side li a{
  height: 38px;
  line-height: 38px;
  color: #333333;
}


.search-list{ padding-left: 80px; overflow: hidden;  font-size: 18px;}
.search-book li {
  width: 200px;
  float: left;
  margin-right: 50px;
  margin-bottom: 35px;
}
.search-book li:nth-child(4n){
  margin-right: 0;
}
.search-book li .imgCon{
  margin-bottom: 10px;
}
.search-book li img{
  width: 200px;
  height:282px ;
}
.search-book li .textCon{
  text-align: center;
}

.search-news li{
  line-height: 70px;
  height: 70px;
  padding: 0;
  border-bottom: 1px solid #aaaaaa;
}
.search-news li a{
  padding-left: 40px;
  display: inline-block;
  max-width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/jd-a.png) center left no-repeat;
}

.search-news li a:hover{
  background-image: url(../images/jd-a-hover.png);
}
.search-news li span.from{
  color: #06629d;
}


.search-audio li{
  float: left;
  margin-right: 50px;
}
.search-audio li:nth-child(4n){
  margin-right: 0;
}