html{
    background-color: #f2f2f2;
}
.container{
 height:  calc(100% - 120px);
}

.search{
    display: flex;
    justify-content: center;
}
.search input{
    width: 969px;
    height:40px;
    background-color: #f2f2f2;
    margin-top: 20px;
    outline: none;
    border: 0;
    border-radius: 20px;
    padding-left: 20px;
}
.search input:focus { outline: none; }
.search input::-ms-input-placeholder {
    text-align: center;
}
.search input::-webkit-input-placeholder {
    text-align: center;
}

.titleBox{
    margin: 64px 0 34px 28px;
}
.titleBox .title{
    height:38px;
    font-size:40px;
    font-family:SegoeUI;
    font-weight:400;
    color: rgba(0, 0, 0, 0.9);
    line-height:30px;
}
.titleBox .text{
    margin-top: 17px;
    width:100%;
    height:38px;
    font-size:16px;
    font-family:SegoeUI-Semilight;
    font-weight:normal;
    color:rgba(82,82,82,1);
    line-height:24px;
  }
  .helpType{
    margin: 0 28px 80px 28px;
    display: flex;
    justify-content: space-between; 
  }
  .helpType .type{
    width: 300px;
    height: 134px;
    display: inline-block;
    background-color: rgba(250,250,250,1);
    display: flex;
    justify-content: space-around;
  }
  .helpType .type i{
    margin: 20px 20px 0 20px;
    font-size: 46px;
    color:#016DD9;
  }
  .helpType .type .type_title{
    margin-top: 20px;
    height:23px;
    font-size:24px;
    font-family:SegoeUI;
    font-weight:400;
    color: rgba(0,0,0,.8)
  }
  .helpType .type .type_text{
    margin-top: 20px;
    width:200px;
    font-size:14px;
    font-family:SegoeUI-Semilight;
    font-weight:400;
    color: rgba(0,0,0,.85);
  }

  .hotIssue{
    margin:0 28px 38px 28px;
  }
  .hotIssue .hot_title{
    height:30px;
    font-size:18px;
    font-family:SegoeUI;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:30px;
 }
 .hotIssue .hot_list{
    display: flex;
    margin-top: 20px;
    list-style: none;
 }
 .hotIssue .hot_list ul{
    width: 480px;
}
.hotIssue .hot_list .pc_sty{
    padding-left: 14px;
    box-sizing: border-box;
}
.hotIssue .hot_list li{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.hotIssue .hot_list li span{
    display: inline-block;
    width: 30px;
    line-height: 25px;
  }

.hotIssue .hot_list li a{
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-size:15px;
    font-family:SegoeUI-Semilight;
    font-weight:normal;
    color:rgba(82,82,82,1);
    margin: 0;
   }

.hotIssue .hot_more{
    display: inline-block;
    font-size:14px;
    font-family:SegoeUI;
    font-weight:400;
    color:rgba(0,106,215,1);
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  html{
    background-color: #fff;
  }
  .container{
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  html{
    background-color: #fff;
  }
  .container{
    padding-top: 45px;
    width: 100%;
  }
  .search input{
    width: 90%;
  }
  .helpType{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hotIssue .hot_list{
    flex-direction: column;
 }
 .helpType .type{
   width: 80%;
   margin-bottom: 30px;
 }
 .helpType .type .type_text{
   width: 400px;
 }

 .hotIssue .hot_list ul{
  width: 100%;
}
.hot_list .pc_sty{
  padding-left: 0!important;
}

}


@media screen and (max-width: 420px) {
  .container{
    padding-top: 20px;
  }
  .search input{
    height: 30px;
  }
.titleBox{
  margin: 40px 20px!important;
}
.titleBox .title{
  font-size: 26px;
}
.titleBox .text{
  font-size: 16px;
}
.helpType{
  margin:0 20px 60px 20px;
}
.helpType .type{
  width: 100%;
}

.helpType .type>div{
    width: 80%;
}
.helpType .type .type_text{
  width: 100%;
}
.helpType .type .type_title{
  font-size: 18px;
}
.hotIssue{
    margin:20px;
  }


  .hotIssue .hot_list li a{
    font-size: 14px;
  }



}
