.ET_header{
  background-image: url(../images/oneThing/header_bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 400px;
  box-sizing: border-box;
  padding-top: 80px;
}
.container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.page_title{
  width: 44%;
  margin: 0 auto;
}
.page_title img{
  width: 100%;
}
.guide_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
}
.page_location{
  border-left: solid 3px #2A82E4;
  padding-left: 10px;
  color: #383838;
  font-size: 16px;
}
.return_btn{
  width:fit-content;
  background-color:#408DE6;
  color: white;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 20px;
}
.service_search{
  background-color: #fafafa;
  padding: 20px 30px;
  padding-left:0;
  position: relative;
}
.service_search .el-form-item{
  margin-bottom: 10px;
}
.service_search .el-input{
  width: 90%;
}
.search_btn{
  background-color: #154CD7;
  color: white;
  font-size: 16px;
  width: fit-content;
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
}
.list_main{
  border:solid 1px #E5E5E5;
  border-radius: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px;
  padding-top:0;
  overflow: hidden;
}
.service_list li{
  border-bottom: solid 1px #E5E5E5;
  padding: 20px 0;
}
.list_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company_title{
  font-size: 20px;
  color: #383838;
}
.company_title span{
  background-color: #F0F7FF;
  color: #2A82E4;
  font-size: 14px;
  width: fit-content;
  margin-left: 10px;
  padding: 3px 8px;
  border-radius: 4px;
}
.list_hits{
  background-color: #0058F0;
  color: white;
  font-size: 14px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 4px;
}
.company_intro{
  font-size: 14px;
  color: #808080;
  line-height: 22px;
  margin-top: 10px;
}
.company_info{
  font-size: 16px;
  color: #808080;
  margin-top: 20px;
}
.company_info span{
  border-right: solid 1px #CFCFCF;
  padding-right: 30px;
  margin-right: 30px;
}
.company_info span:last-child{
  border-right: none;
}
.list_page{
  margin-top: 10px;
  float: right;
}

/* 内容页 */
.content_block{
  border: solid 1px #E5E5E5;
  border-radius: 6px;
  padding: 30px 0;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.content_title{
  font-size: 24px;
  text-align: center;
  /* font-weight: bold; */
}
.content_short_line{
  border-bottom: solid 4px #0058F0;
  width: 60px;
  margin: 0 auto;
  margin-top: 10px;
}
.content_main{
  width: 90%;
  margin:0 auto ;
  margin-top: 20px;
}
/* .content_label{
  background-color: #0058F0;
  color: white;
  width: fit-content;
  padding: 6px 20px;
  border-radius: 30px;
  margin: 20px 0;
} */
.content_info{
  font-size: 16px;
  color: #383838;
  line-height: 26px;
  margin-top: 10px;
}
.content_table table{
  width: 100%!important;
  margin-bottom: 20px;
}
.content_table th{
  background-color: #F0F7FF!important;
  font-size: 16px;
  color: #0058F0;
  padding: 14px;
  text-align: left;
}
.content_table tr{
  border-bottom: 1px solid #EBEEF5;
}
.content_table td{
  font-size: 16px;
  color: #383838;
  padding: 12px;
  line-height: 24px;
}
.content_table td span{
  line-height: 24px;
  font-size: 16px!important;
  color: #383838!important;
  font-family: "微软雅黑"!important;
}
.content_main p{
  font-size: 16px;
  color: #383838;
  line-height: 26px;
}
.content_main p img{
  width: 100%;
  margin-top: 10px;
}
/* 准入一件事 */
.three_tabs{
  display: flex;
  align-items: center;
  background-color: #f2f7ff;
  border-radius: 8px;
}
.three_tabs a{
  width: 33%;
}
.three_tabs li{
  color: #323232;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  border-radius: 8px;
}
.zrItem_choose{
  background-color: #0058F0;
  color: white!important;
}
.condition_type{
  font-size: 24px;
  text-align: center;
  color: #383838;

}
.condition_short_line{
  border-bottom: solid 4px #0058F0;
  width: 60px;
  margin: 0 auto;
  margin-top: 14px;
}
.condition_list li{
  margin-top: 30px;
}
.condition_table{
  width: 100%;
  margin-top:26px;
}
.condition_table table{
  width: 100%;
}
.condition_table table tr{
  height: auto!important;
}
.condition_table table tr td{
  color:#383838!important;
  font-size: 16px!important;
  padding: 12px 10px!important;
  border: solid 1px white!important;
}
.condition_table table tr td span{
  font-size: 16px!important;
}
.condition_table table tr:nth-child(2n) td{
  background: #E3EEFF!important;
}
.condition_table table tr:nth-child(2n+1) td{
  background: #F0F6FF!important;
}
.condition_table table tr:first-child td{
  background: #408DE6!important;
  color:white!important;
  padding: 18px 0!important;
  font-size: 18px!important;
}
.condition_table table tr:first-child td span{
  font-size: 18px!important;
   color:white!important;
}
.condition_table table span{
  font-family: '微软雅黑'!important;
  
}
.point_content{
  margin-top: 30px;
}
.point_content table{
  width: 100%;
}
.point_content table tr{
  height: auto!important;
}
.point_content table tr td{
  color:#383838!important;
  font-size:16px!important;
  padding: 12px 10px!important;
  border: solid 1px white!important;
}

.point_content table span{
  font-family: '微软雅黑'!important;
  
}
.point_content table tr td{
  background: #E3EEFF!important;
  color: #383838!important;
}
.point_content table tr td span{
  font-size: 16px!important;
}
/* .point_content table tr:nth-child(2n+1) td{
  background: #F0F6FF!important;
} */
.point_content table tr:first-child td{
  background: #408DE6!important;
  color:white!important;
  padding: 18px 0!important;
  font-size: 18px!important;
}
.point_content table tr:first-child td span{
  font-size: 18px!important;
  color:white!important;
  font-weight: bold;
}
.content_block p{
  line-height: 24px;
  font-size: 16px;
  color: #383838;
}
.content_block p img{
  width: 100%;
  margin-top: 10px;
}