.page_top{
  width: 100%;
  margin-top: 148px;
}
.page_top img{
  width: 100%;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
.guide_block {
  font-family: "times new roman";
  font-size: 16px;
  color: #333333;
  padding: 20px 0;
}
.page_title{
  display: flex;
  justify-content: center;
  margin-top: 12px;
  width: fit-content
}
.page_title img{
  width: 100%;
}
.wrap_head{
  border-left: solid 4px #22A6F3;
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: fit-content;
  margin-top: 40px;
}
.wrap_head img{
  width: 100%;
}
.department_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 0 20px;
}
.department_list a{
  width: 48%;
  border-top-right-radius: 80px;
  overflow: hidden;
  box-shadow:0 0 16px 0 rgba(17,102,204,0.3);
}
.department_list li{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 8px;
}
.department_pic{
  width:54%;
  height: 144px;
  overflow: hidden;
}
.department_pic img{
  width: 100%;
  height: 100%;
}
.department_title{
  width: 43%;
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 20px;
  color: #22A6F3;
  font-weight: 500;
}
.chamber_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 30px;
}
.chamber_list a{
  width: 30%;
  overflow: hidden;
  box-shadow:0 0 16px 0 rgba(17,102,204,0.4);
}
.chamber_pic{
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.chamber_pic img{
  width: 100%;
  height: 100%;
}
.chamber_info{
  background-color: #22A6F3;
  box-sizing: border-box;
  padding: 12px 24px;
}
.chamber_info p{
  border-top: solid 2px white;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 0 16px;
  padding-top: 10px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agency_list{
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  padding:20px;
  padding-top: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.agency_list li{
  float: left;
  width: 12%;
  margin-top: 30px;
  height: 188px;
  overflow: hidden;
  box-shadow:0 0 16px 0 rgba(17,102,204,0.3);
  margin-right: 30px;
}
.agency_list a:nth-child(7n) li{
  margin-right: 0;
}
.agency_list a:last-child li{
  display: none;
}
.agency_list li img{
  width: 100%;
  height: 100%;
}
/* 事件&倡议 */
.event_list{
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
.event_list li{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  box-shadow:0 0 16px 0 rgba(17,102,204,0.4);
  border-bottom-right-radius:200px;
  border-top-right-radius: 200px;
}
.event_pic{
  width: 40%;
  height: 170px;
  overflow: hidden;
}
.event_pic img{
  width: 100%;
  height: 100%;
}
.event_title{
  width: 60%;
  box-sizing: border-box;
  padding:0 36px;
  font-size: 18px;
  color: #22A6F3;
  line-height: 28px;
}
/* 案例学习 */
.case_list{
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case_list a{
  width: 30%;
}
.case_pic{
  width: 100%;
  height: 152px;
  overflow: hidden;
}
.case_pic img{
  width: 100%;
  height: 100%;
}
.case_title{
  font-size: 17px;
  color: #22A6F3;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .container{
    width:94%;
  } 
  .page_top{
    margin-top: 0;
  }
  .guide_block {
    display: none;
  }
  .ET_main{
    padding-bottom: 40px;
  }
  .wrap_head{
    margin-top: 32px;
    border-left: none;
    width: 100%;
    padding-left:0;
  }
  .department_list{
    display: block;
    padding: 0;
    margin-top: 20px;
  }
  .department_list a{
    width:100%;
    display: block;
    border-top-right-radius: 0;
    margin-top: 20px;
  }
  .department_list li{
    width: 100%;
    padding: 0;
  }
  .department_pic{
    width: 52%;
    height: 92px;
  }
  .department_title{
    width: 50%;
    font-size: 14px;
    padding-left: 12px;
    line-height: 18px;
  }
  .chamber_list{
    display: block;
    padding: 0;
    margin-top: 20px;
  }
  .chamber_list a{
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .chamber_info{
    padding: 16px 24px;
  }
  .chamber_info p{
    font-size: 15px;
    padding: 0 40px;
    height: auto;
    padding-top: 12px;
    line-height: 20px;
  }
  .agency_list{
    padding: 0 6px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .agency_list a{
    width: 29%;
  }
  .agency_list li{
    width: 100%;
    height: 136px;
    margin-right:0;
    margin-top: 20px;
  }
  /* .agency_list a:nth-child(3n) li{
    margin-right: 0!important;
  }
  .agency_list a:nth-child(7n) li{
    margin-right: 20px;
  } */
  .agency_list a:last-child li{
    display: flex;
    align-items: center;
    box-shadow: none;
  }
  .agency_list a:last-child .check_more{
    width: 80%;
    margin: 0 auto;
  }
  /* 事件&倡议 */
  .event_list{
    width: 100%;
    margin-top: 24px;
  }
  .event_list li{
    display: block;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .event_pic{
    width: 100%;
    height: auto;
  }
  .event_title{
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    padding: 12px;
    padding-top: 4px;
  }
  /* 案例学习 */
  .case_list{
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .case_pic{
    height: auto;
  }
  .case_title{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 26px;
  }
}