body{
    background:#f7fbff;
}
.main{
    /* width: 1100px; */
}
/* 头部区域 */
.hdzsk-body{
    background: url(../images/bg_banner.png)no-repeat top center #f7fbff; 
 }
 .site-logo{
    display: none;
 }
 .hdzsk-body .zt-hdzsk{
    margin: 0;
    margin-bottom: 200px;
 }
 .hdzsk-body .header{
    padding-top: 100px;
    border-top: 2px solid #e87a2f;
    box-sizing: border-box;
 }
 .search{
    background: none;
    padding: 0;
    box-shadow: none;
 }
 .search-form{
    padding: 0;
    box-sizing: border-box;
    border: none;
 }
 .search-box{
    width: 579px;
    height: auto;
    box-sizing: border-box;
    border: solid 1px #439ff8;
    background: #f7fbff;
    border-radius: 32px;
 }
 .search-keyword{
    width: 74%;
    box-sizing: border-box;
    border-radius: 32px 0 0 32px;
    height: 63px;
    border: none;
    padding-left: 30px;
 }
 
 .search-btn{
    width: 26%;
    box-sizing: border-box;
    height: 63px;
	border-radius: 32px;
    padding-right: 30px;
    font-size: 20px;
    background:#78a8f0 url(../images/icon_search.png) 75% 17px no-repeat;
    background-size: 33px  auto;
 }
 .zwzxbox{
    margin-top: 47px;
 }
 .hot .hot-title{
    height: 77px;
	background-color: #78a8f0;
	border-radius: 10px 10px 0px 0px;
    line-height: 77px;
 }
 .hot .hot-title span{
    line-height: 77px;
    font-size: 26px;
    color: #fff;
 }
 .hot .hot-title a.more{
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 77px;
 }
.qa{
    position: relative;
}
 .qa .question .con{
    background-color: #d7eafd;
	border-radius: 0px 30px 0px 30px;
    padding-left: 40px;
    box-sizing: border-box;
    margin-left: -35px;
    margin-top: 10px;
    color: #000000;
 }
 .qa .question .con .icon{
    display: none;
 }
 .qa .question .avatar{
    position: relative;
    z-index: 9;
 }
 .qa .answer .con .info{
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    padding-right: 60px;
 }
 .qa .answer{
    position: relative;
    width: 976px;
 }
 .qa .answer .avatar{
    margin: 0 ;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 10px;
 }
 .qa .answer .con .content .icon{
    display: none;
 }
 .qa .answer .con{
    margin-right: 0;
 }
 .qa .answer .con .content{
    margin-right: 25px;
    background: #619edb;
	border-radius: 0px 30px 0px 30px;
 }
 .main .link li{
    width: 360px;
    height: 239px;
    margin-right: 5%;
 }
 .main .link li a{
    font-size: 36px;
 }
 .hot .hot-con{
    border: solid 1px #4c87e7;
    border-top: none;
    border-radius: 0 0 10px 10px;
 }
 .hot{
    box-shadow: none;
 }
 .faq{
    background: none;
    box-shadow: none;
 }
 .faq .hd{
    border: none;
 }
 .faq .hd span{
    font-size: 26px;
    color: #010101;
    position: relative;
    padding-bottom: 10px;
 }
 .faq .hd span::before{
    content: '';
    width: 107px;
	height: 4px;
    background: #4b89e8;
    position: absolute;
    bottom: 0;
    left: 0;
 }
 .faq .hd a.more{
    font-size: 20px;
    margin-top: 10px;
 }
 .faq .bd{
    margin-top: 30px;
 }
 .faq .bd .article-list li{
   margin-bottom: 20px;
   background: url(../images/dot1.png) left center no-repeat;
   font-size: 20px;
}
.faq .bd .article-list li a{
   color: #333333;
}
 @media (max-width:768px) {
   .qa .answer{
      width: 100%;
   }
   .qa .answer .con .content,
   .qa .question .con{
      border-radius: 0px 15px 0px 15px;
   }
   .main .link li {
      float: none;
      width: 100%;
      height: 110px;
      margin: 0 0 10px 0;
      background-size: 100% 100% !important;
  }
  .main .link li a{
   font-size: 20px;
  }
  .faq .bd .article-list li{
   margin-bottom: 5px;
   font-size: 16px;
  }
  .search-box{
   width: 100%;
  }
  .search-btn{
   padding-left: 0;
   background-position: center;
  }


 }