.f-cell.sep {
  border-top: #c2c2c2 1px solid;
}

.menu_expand{
  display: none;
  position: absolute;
  z-index: 0;
  background: #0075c1;
}
.menu_expand a{
	float: left;
	font-size: 14px;
  color: #ffffff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.menu_expand a img{
	display: inline-block;
	width: 70%;
}

.menu_expand a:hover{
	background: #fc5a20;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.menu li a span{
	font-size: 15px;
}


.witness_wrap{
  float: left;
  width: 100%;
}

.witness_title{
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 50px;
}
.witness-icon{
  display: inline-block;
  height: 60px !important;
  vertical-align: middle;
  margin-right: 10px;
}

.witness_title h3{
  display: inline-block;
  color: #000000;
  vertical-align: middle;
  margin-top: 15px;
}

.witness_content{
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.witness_item{
  display: inline-block;
  width: 43%;
  background: #f3f4f7;
  margin: 3%;
}


.witness_item .film_emded{
  display:inline-block;
  position: relative;
    width: 100%;
    height: 0;
  padding-bottom: 56.25%;
    margin-bottom:-10px; 
  }
.witness_item .film_emded .video{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

 .witness_item .file_info{
  display: inline-block;
  width: 100%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #f3f4f7;
  border-left: #e7e8e9 1px solid;
  border-right: #e7e8e9 1px solid;
  border-bottom: #e7e8e9 4px solid;
 } 

 .witness_item .file_info .info_head{
  display: inline-block;
  width: 100%;
 } 

 .witness_item .file_info a:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
 }  

 .witness_item .file_info .info_head .icon{
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: top;
    margin-right: 10px;
 }   

 .witness_item .file_info .info_head .icon img{
  width: 50px;
  height: 50px;
 }    

  .witness_item .file_info .info_head .public_info{
  display: inline-block;
  vertical-align: top;
 }  

  .witness_item .file_info .info_head .public_info .public_name{
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  color: #444444;
 } 

.witness_item .file_info .info_head .public_info .public_date{
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  color: #b5b6b4;
 }   

.witness_item .file_info .public_title{
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  color: #777c7f;
  font-weight: 600;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
 }  


.doctor_group{
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.doctor_item{
  display: inline-block;
  position: relative;
  width: 250px;
  background: #ffffff;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
vertical-align: top;
margin:5px; 
}

.doctor_item .doctor_cover{
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  
}

.doctor_item .doctor_name{
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #2c2c2c;
  margin-top: 5px;
  letter-spacing: 1px;
  position: relative;
}

.doctor_item .doctor_name span{
  font-size: 15px;
}

.doctor_item .doctor_chat{
  position: absolute;
  top:0px;
  right: 0px;
  width: 27px;
  height: 26px;
  background: url(../images/chat_icon.png) no-repeat;
    background-size: 27px 26px;
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}

.doctor_item .doctor_chat:hover{
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.doctor_item .doctor_title{
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #00abbf;
  margin: 5px 0px 0px 0px;
  line-height: 1.5;
}

.doctor_item .doctor_title span{
  font-size: 12px;
  line-height: 1.8;
}

.doctor_item .doctor_sug{
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #848484;
  margin-top: 5px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: normal;
  display: none;
}




/**live film**/
.live_CONTENT{
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}

.live_black_bg{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); // IE 5-7
    -moz-opacity:0.8;
    opacity: 0.8;
    top:0px;
    left:0px;
}


.live_wrap{
  display:inline-block;
  position: relative;
  z-index: 1;
  width:900px;
  text-align: center;
  margin-top: 70px;
  }
.live_film_item{
  display:inline-block;
  position: relative;
    width: 100%;
    height: 0;
  padding-bottom: 56.25%;
  }
.live_film_item .video{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.live_film_close{
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right:0px;
  top: -50px;
}
.live_film_close:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.live_film_close img{
  width: 30px;
  height: 30px;
}

.social_icon{
  display: inline-block;
}

.social_icon img{
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
}

.sec_btn_group{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.sec_btn_group a{
  display: inline-block;
  text-align: center;
  width: 80%;
      -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  background: #dc472e;
  font-weight: bold;
}

.sec_btn_group a:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}



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

.menu_expand{
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 0;
  background: #589acd;
}


.menu_expand a{
	float: left;
	width: 100%;
	font-size: 14px;
  color: #ffffff;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px 5px 20px !important;
}

.menu_expand a img{
	display: inline-block;
	float: left;
	width: 100px;
}



}

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


.live_wrap{
  display:inline-block;
  position: relative;
  z-index: 1;
  width:100%;
  text-align: center;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }	

}

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

.witness_item{
  display: inline-block;
  width: 100%;
  background: #f3f4f7;
  margin: 0%;
  margin-bottom: 20px;
}

.m_hide{
  display: none;
}

}