.bod {
    background: url(https://www.zwfw.hlj.gov.cn/cms_files/filemanager/1759171972/picture/20232/b0a2feea90404562b9591fe9a0e1290f.png) bottom center no-repeat;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    height: 300px;
    background: url("banner.png") top center no-repeat;
    background-size: cover;

    padding-top: 80px;
}
.banner .main {
    position: relative;
}
.BannerTxt {
    font-size: 40px;
    color: white;
}
 .banner-search{
   display:block; 
  }
  .banner{
    padding-top:px;
  } 
  .sxbl {
    margin-right: 23px;
    cursor: pointer;
}
.banner-search.main form {
    width: 560px;
    height: 60px;
    border-radius: 10px;
    float: left;
}
.bainput.fl {
    display: flex;
}
.bainput.fl input[name="q"] {
    width: 460px;
    padding: 0;
    border: 1px solid #fff;
    font-size: 18px;
    padding-left: 19px;
}
.bainput.fl input {
    height: 60px;
    border-radius: 5px;
}
.bainput.fl input[type="submit"] {
    width: 100px;
    margin-left: -10px;
    border: 1px solid #000;
    border-color: white;
    background-color: #4393f5;
    font-size: 18px;
    color: white;
}
.banner-search.main {
    margin-top: 28px;
}
.banner-search{ width: 612px; height: 60px; border-radius: 12px 12px 12px 12px; background: #FFFFFF; margin-top:15px;}
.banner-search input[type="text"]{ width:500px; font-size:18px; line-height:20px; color:#999; padding:20px 0; border:none; padding-left:20px;}
.banner-search input[type="submit"]{ width:95px; font-size:18px; line-height:20px; padding:20px 0; text-align:center; color:#FFF; background:#4393F5; border:none; float:right; }
.main li{
    
    float: left;
    width: 277px;
    height: 96px;
    margin-top: 30px;
    margin-left: 30px;
    box-shadow: 0 0 10px 0 rgb(153 153 153 / 20%);
    background-color: #ffffff;
    transition: transform 0.5s;
    cursor: pointer;
}
.main li a {
    width: 277px;
    height: 96px;
    padding: 0 29px 0 104px;
    font-size: 18px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    display: flex;
    align-items: center;
}
.main li:nth-child(4n+1) {
    margin-left: 0;
}
.con{
    padding: 20px 0 50px;
}
.clearfix{
    overflow:hidden;
}