*{
  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;
}
.container_box{
  width: 85%;
  margin: 50px auto;
  color: #333;
}
.container_box>h2{
  font-size: 48px;
  padding-bottom: 30px;font-family: "方正兰亭中黑简体";
}
.container_box>p,.container_box strong{
  font-size: 20px;
  line-height: 40px;
  margin :20px 0;
}

.container_box>ol>li{
  font-size: 24px;
  color: #666;line-height:50px;
}
.container_box>dl>dt{
  font-size: 20px;
  font-weight: 550;
  padding: 40px 0 25px 0;
}
.container_box>dl>dd{
  font-size: 16px;
  color: #666;
  padding: 5px 0;
  line-height: 40px;font-family: "方正兰亭纤黑简体";
}

@media screen and (max-width:1000px){

.container_box{width: 96%;text-align: justify;}
.dqwz{display: none;}
.container_box > h2{text-align: center;font-size: 2rem;padding-bottom: 0;}
.container_box > p,.container_box strong{font-size: 1rem;}
.container_box > ol > li{font-size: 1rem;}
.container_box > dl > dt{font-size: 1rem;}
.container_box > dl > dd{font-size: 1rem;}
}

@media screen and (min-width:1401px) and (max-width:1600px){

.container_box > h2{font-size:32px;}
.container_box > p,.container_box strong{font-size:18px; line-height:36px;}
.container_box > ol > li{font-size:18px; line-height:30px;}
.container_box > dl > dt{font-size:18px;}
}


@media screen and (min-width:1001px) and (max-width:1399px){
.demo_content > h2{font-size:20px;}
.container_box > h2{font-size:30px;}
.container_box > p,.container_box strong{font-size: 18px;line-height:36px;}
.container_box > ol > li{font-size: 18px;line-height: 40px;}
.container_box > dl > dt{font-size: 18px;}
.container_box > dl > dd{font-size: 14px; line-height:30px;}

}