*{
  margin: 0;
  padding: 0;
}
.dqwz{width: 85%;margin: 90px 7.5% 35px 7.5%;}
.dqwz a{font-size:16px; color:#333;font-family: "方正兰亭纤黑简体";}
.dqwz span{background: url(/ciicbj/uiFramework/commonResource/image/2022111613550642282.png) no-repeat left center;padding-left: 50px;height: 24px;line-height: 30px;display: inline-block;}
body{
  background: url(/ciicbj/uiFramework/commonResource/image/2022112110480739086.png) no-repeat;
  background-color: #f3f3f3;
  overflow-x:hidden;
}
.container_form{
width: 85%;
margin: 30px auto;
}
.easysite-list-search{
display: flex;
}
.easysite-search-title{
width: 85%;
}

.easysite-search-title>input{
width: 100%;
height: 100px;
border: none;
outline: none;
padding-left:30px;

font-size: 24px;
color: #333;
}
.easysite-search-btn{
width: 15%;
}
.easysite-search-btn>label>input{
width: 100%;
height: 100px;
border: none;
background-color: #55ba78;
cursor: pointer;
}
.easysite-search-btn>label{
display: block;
width: 100%;
height: 100px;
position: relative;
top: 0;
left: 0;
}
.easysite-search-btn>label>img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
cursor: pointer;
}
.demo_ul{
  list-style-type: none;
  margin-top: 30px;
}
.demo_ul>li{
  height: auto;
  background-color: #fff;
  padding: 0 85px;
}
.demo_ul>li:hover{
  background-color: #2d59f5;
  color:#fff;
}
.demo_ul>li:hover .demo_content{ border-bottom: 1px solid #2d59f5;margin-top: -1px;padding-bottom: 1px;}
.demo_ul>li:hover a{color:#fff;}


.demo_ul>li:hover h2,.demo_ul>li:hover p{
  color:#fff;
}

.demo_content{
  height: 99%;
  border-bottom: 1px solid #ababab;
}
.demo_content>h2{
  font-size: 26px;
  color: #333;
  padding: 30px 0;
}
.demo_content>p{
  font-size: 16px;
  color: #333;
  line-height: 30px;font-family: "方正兰亭纤黑简体";
}
.cont_bot{
  margin-top: 30px;
  display: flex;
  margin-bottom:40px;
}
.cont_bot>p{
  flex: 1;
  font-size: 18px;
  color: #666;font-family: "方正兰亭纤黑简体";
}
.cont_bot>p>b{
  /* font-size: 20px; */
  font-weight: 540;
}
.cont_bot>a{
  flex: 1;
  text-align: right;
  font-size: 16px;
  color: #55ba78;
  text-decoration: none;font-family: "方正兰亭纤黑简体";
}

.demo_ul li:last-child .demo_content{border-bottom: 1px solid #fff;}

.demo_ul li:last-child:hover .demo_content{border-bottom: 1px solid #2d59f5;}
.ss_hq{font-size: 30px;margin: 90px 0 70px 0;}
.ss_hq span{margin-left:-6px;}
/*手机样式*/
@media screen and (max-width:1000px) {
  .container_form{
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
  }
  .easysite-search-title>input{
    height: 50px;
  }
  .easysite-search-btn>label{
    width: 100%;
    height: 50px;
  }
  .easysite-search-btn>label>input{
    width: 100%;
    height: 50px;
  }
  .easysite-search-btn>label>img{
    width: 20px;
  }
  .demo_ul>li{
    box-sizing: border-box;
    padding: 0 15px;
  }
  .demo_content>h2{
   padding: 20px 0;
font-family: PingFang-SC-Bold, PingFang-SC;
font-weight: bold;
font-size: 1rem;
  }
  .demo_content>p{
    font-size: 14px;
    line-height: 24px;
  }
  .cont_bot{
     margin-bottom: 20px;
 }
  .cont_bot>p{
    font-size: 0.75rem;
font-family: PingFang-SC-Bold, PingFang-SC;
  }
  .cont_bot>a{
    font-size: 0.75rem;
font-family: PingFang-SC-Bold, PingFang-SC;
  }

.dqwz{display:none;}
}


@media screen and (min-width:1401px) and (max-width:1600px){
.ss_hq{font-size:22px;}
.demo_content > h2{font-size:22px;}
}