.ET_container{
    margin-top: 0;
}
.ET_main_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ET_main_list li{
    width: 32%;
    background-color: white;
    border-radius: 8px;
    margin-top: 24px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
     justify-content: space-between;
    box-sizing: border-box;
    padding: 16px;
    margin-right: 24px;
}
.ET_main_list li:nth-child(3n){
    margin-right:0;
}
.pic_left{
    width: 80px;
    height:80px;
    overflow: hidden;
}
.pic_left img{
    width: 100%;
    height: 100%;
}
.info_right{
    width: 72%;
}
.item_title{
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
}
.item_info{
    font-size: 14px;
    line-height: 22px;
    color: #808080;
}
.tab_block{
    display: flex;
    align-items: center;
    background-color: white;
    margin-top: 24px;
    border-radius: 4px;
}
.tab_block li{
    width: 50%;
    color: #383838;
    font-size: 22px;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}
#fglyy{
    display: none;
}
.hospital_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hospital_block li{
    width: 49%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 16px;
    margin-top: 24px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.hospital_pic{
    width: 30%;
    height: 126px;
    overflow: hidden;
}
.hospital_pic img{
    width: 100%;
    height: 100%;
}
.hospital_info{
    width:67%;
}
.culture_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.culture_block li{
    width: 49%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 16px;
    margin-top: 24px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.culture_pic{
    width: 30%;
    height: 124px;
    overflow: hidden;
}
.culture_pic img{
    width: 100%;
    height: 100%;
}
.culture_info{
    width:67%;
}
.channel_name_block{
    background-image: url(/images/news/channel_bg.png);
    background-repeat: no-repeat;
    height: 72px;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 26px;
}
.channel_name_block p{
    font-size: 22px;
    color: #003087;
    border-left: solid 2px #003087;
    padding-left: 20px;
    line-height: 40px;
}
.ET_main {
    min-height: 400px;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
    margin-top: 24px;
    box-sizing: border-box;
    padding:16px 20px;
}
.page_position {
    color: #383838;
    font-size: 15px;
    margin-bottom: 10px;
}
.ET_main li {
    overflow: hidden;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #E0E0E0;
    padding: 10px 0;
}
.ET_main a:last-child li{
    border-bottom: none;
}
.gray_point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999999;
    float: left;
    margin-right: 10px;
}
.news_title {
    display: block;
    width: 96%;
    float: left;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #383838;
}
.ET_main a:hover .gray_point{
	background-color: #003087!important;
}
.ET_main a:hover .news_title{
	color: #003087!important;
}
.right_arrow{
    width: 22px;
}
.right_arrow img{
    width: 100%;
}
.ET_pic_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ET_pic_list li{
    display: block;
    width: 23.7%;
    border-bottom: none;
    padding-bottom: 0;
    margin-right: 20px;
}
.ET_pic_list li:nth-child(4n){
    margin-right: 0;
}
.pic{
    width: 100%;
    height: 154px;
    overflow: hidden;
}
.pic img{
    width: 100%;
    height: 100%;
}
.pic_con{
    font-size: 15px;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0 8px;
    text-align: center;
}
.ET_pic_list li p.pic_con:hover{
	color:#003087;
}
.some_channel_list{
    margin-bottom:10px;
}
.tit_mid{
    padding: 0!important;
    justify-content: left!important;
    line-height: 28px!important;
}
.tit_mid a {
    color: #323232;
    font-size:16px;
    border-bottom: 2px solid transparent;
    background-color: white;
    padding-bottom:4px;
    margin-right:20px;
}
.tit_mid .line_on {
    color: #003087;
    border-bottom:solid 2px #003087;
}
.building_search_block{
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 10px;
  padding-bottom:10px ;
}
.building_search_head{
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: white;
    width: 11%;
    padding: 14px 10px;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 20px;
}
.search_show{
  float: left;
  overflow: hidden;
  cursor: pointer;
  padding-left: 10px;
}
.show_label{
  font-size:18px;
  float: left;
}
.arrow_icon{
  width: 12px;
  /* height: 8px; */
  float: left;
 margin-left: 12px;
    margin-top: 10px;
}
.arrow_icon img{
  width: 100%;
  height: 100%;
}
.search_hide{
  float: left;
  overflow: hidden;
  cursor: pointer;
  padding-left: 10px;
}
.hide_label{
  font-size:18px;
  float: left;
  color: #003087;
}
.buildingTitle_input{
  width: 79%;
  margin-right: 26px;
  
}
.buildingTitle_input input{
  border: none;
  outline: none;
  color: #A8A8A8;
  font-size: 18px;
  background-color: transparent;
  border-left: solid 1px #E6E6E6;
  margin-left: 16px;
  line-height: 36px;
  padding-left: 16px;
   height: 36px;
}
.building_search_btn{
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003087;
  padding: 10px;
  width: 10%;
  border-radius: 6px;
  box-sizing: border-box;
  height: 56px;
  cursor: pointer;
}
.search_icon{
  width: 20px;
  height: 20px;
}
.search_icon img{
  width: 100%;
  height: 100%;
}
.building_search_label{
  color: white;
  font-size: 18px;
  margin-left: 12px;
}
.search_box_input{
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search_box_input .input_box{
  /* width: 50%; */
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  border-top: solid 1px #e6e6e6;
  padding: 20px 0;
}
.search_box_input .input_box:first-child{
    border-top: none;
}
.input_box .typeList span {
    color: #5E5E5E;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    width: fit-content;

}
.input_box .typeList .active {
    color: white;
    background-color: #003087;
}
.search_box_input .input_box span{
  font-size: 16px;
}
.two_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:12px;
}
.reset_btn {
    width: 10%;
    align-items: center;
    justify-content: center;
    background-color: #EDEDED;
    box-sizing: border-box;
    padding: 12px 0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
}
.reset_icon{
  width:20px;
  height: 20px;
}
.reset_icon img{
  width: 100%;
  height: 100%;
}
.reset_label{
  font-size: 18px;
  margin-left: 10px;
}
.search_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003087;
  padding: 12px 0;
  width: 10%;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 20px;
}
.search_icon{
  width: 20px;
  height: 20px;
}
.search_icon img{
  width: 100%;
  height: 100%;
}
.search_label{
  color: white;
  font-size: 18px;
  margin-left: 12px;
}
.item_tag{
    margin-bottom: 4px;
}
.item_tag span{
    font-size: 13px;
    border-radius: 4px;
    padding: 2px 6px;
    margin-right: 4px;
}
.noData{
    margin-top: 20px;
}
.noData img{
    width: 16%;
    margin: 0 auto;
    display: block;
}
.noData p{
    width: 1200px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 20px;
    padding-bottom: 150px;
    color: #d3d3d3;
    font-weight: bold;
}
