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

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

@media screen and (max-width: 768px) {
	.container {
		width: auto;
		padding: 0 3%;
	}

	.computer {
		display: none;
	}

	.mobile {
		display: block;
	}

	.header {
		padding: 15px 0;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 5;
		box-shadow: 0 0 5px #ddd;
	}

	.header .h_search {
		display: none;
		position: absolute;
		top: 2px;
		right: 64px;
		z-index: 4;
		width: 68%;
		margin-top: 0;
	}
	
	.header .h_search input{
		width: 100%;
	}

	.header .h_search button {
		width: 50px;
		height: 32px;
		margin-top: 2px;
		margin-right: 1px;
		background-image: url(../img/mobile/mobile_search.png);
		background-repeat: no-repeat;
		background-size: 46%;
		background-position: center;
		background-color: #fff;
	}

	.header .h_search button span {
		display: none;
	}
	
	.header .h_search_btn{
		display: block;
	}

	.header .h_btn {
		display: none;
	}

	.header .mobile_navBar {
		float: right;
		width: 50px;
		height: 36px;
		background-image: url(../img/mobile/mobile_nav.png);
		background-repeat: no-repeat;
		background-size: 46%;
		background-position: center;
		background-color: #fff;
		margin-top: 2px;
	}
	
	.nav{
		display: none;
	}
	
	.bottomTalk{
		display: block;
	}
	
	
	
	
	.loginPage{
		min-height: 500px;
		height: auto;
		margin-bottom: 0;
	}
	.loginPage .lp_box{
		right: 3%;
		width: 94%;
		padding: 0 20px 40px;
		background-color: rgba(255, 255, 255, .8);
	}
	
	.raiders{
		margin-bottom: 0;
	}
	.raiders .rai_box{
		margin-top: 10px;
	}
	.raiders .rai_box .rai_lists{
		float: none;
		width: 100%;
		padding-bottom: 3vw;
	}
	
	.forum .for_box{
		margin-top: 4.2vw;
	}
	.forum .for_box .for_lists{
		float: none;
		width: 100%;
	}
	.forum .for_box .for_lists ul li a{
		border-bottom: 0;
		margin-bottom: 0;
	}
	.forum .for_box .for_lists ul li div.fl_user{
		display: block;
		height: 7vw;
		line-height: 7vw;
		color: #666666;
		font-size: 3.7vw;
	}
	.forum .for_box .for_lists ul li div.fl_user img{
		vertical-align: top;
		width: 7vw;
		height: 7vw;
		border-radius: 50%;
		margin-right: 8px;
	}
	.forum .for_box .for_lists ul li p{
		display: none;
	}
	.forum .for_box .for_adv{
		float: none;
		width: 100%;
		margin-top: 2vw;
	}
	.forum .for_box .for_adv ul li{
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	.forum .for_box .for_adv ul li:nth-of-type(2n + 0){
		margin-right: 0;
	}
	.forum .for_box .for_adv ul li img{
		height: auto;
	}
	
	.answer{
		margin-bottom: 0;
	}
	.answer .ans_left{
		width: 100%;
		float: none;
	}
	.answer .ans_left .ans_lists ul li{
		float: none;
		width: 100%;
	}
	.answer .ans_left .ans_lists ul li .ans_wt{
		font-size: 4vw;
		padding-left: 8vw;
		background-size: 6vw;
	}
	.answer .ans_left .ans_lists ul li .ans_abstract{
		padding: 10px;
	}
	.answer .ans_left .ans_lists ul li .ans_abstract p{
		margin-bottom: 3vw;
	}
	.answer .ans_left .ans_lists ul li .ans_abstract .ans_more{
		display: block;
	}
	.answer .ans_left .ans_more{
		text-align: center;
		margin-bottom: 6vw;
	}
	.answer .ans_right{
		width: 100%;
		float: none;
		border: 0;
		padding: 0;
	}
	.answer .ans_right .ans_title{
		display: none;
	}
	.answer .ans_right .ans_doctors ul li{
		border: 0;
	}
	.answer .ans_right .ans_doctors ul li .ans_doc_top .ans_doc_right .ans_doc_name{
		font-size: 4.2vw;
	}
	.answer .ans_right .ans_doctors ul li .ans_doc_top .ans_doc_right .ans_doc_name span{
		font-size: 3.2vw;
	}
	.answer .ans_right .ans_doctors ul li .ans_doc_top .ans_doc_right p{
		font-size: 3.2vw;
		margin-top: 0;
	}
	.answer .ans_right .ans_doctors ul li .ans_doc_top{
		margin-bottom: 0;
	}
	.answer .ans_right .ans_doctors ul li .ans_doc_text{
		padding-left: 70px;
		height: auto;
	}
	
	.liuyan{
		display: block;
	}
	
	.forum{
		margin-bottom: 4vw;
	}
	.forum .for_menu{
		margin-bottom: 0;
	}
	.forum .for_menu ul li{
		float: none;
		width: 100%;
	}
	.forum .for_main .fm_tit{
		font-size: 6vw;
		margin-bottom: 4vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.forum .for_main .fm_tit a{
		font-size: 3.6vw;
		color: #999;
	}
	.forum .for_main .fm_lists{
		float: none;
		width: 100%;
	}
	.forum .for_main .fm_lists>ul li{
		float: none;
		width: 100%;
		min-height: 26vw;
		margin-bottom: 5.6vw;
	}
	.forum .for_main .fm_lists>ul li img{
		width: 35vw;
		height: 26vw;
	}
	.forum .for_box .for_lists>ul li div.fml_right{
		font-size: 3.2vw;
		padding-left: 38vw;
	}
	.forum .for_main .fm_lists>ul li .fml_right .fmlr_title{
		margin-bottom: 5vw;
	}
	
	.filter .fil_item{
		padding-left: 10px;
	}
	.filter .fil_item label{
		display: block;
		float: none;
		line-height: 1;
		margin-bottom: 2vw;
	}
	.filter .fil_item .fil_labels{
		padding-left: 0;
	}
	.filter .fil_item .fil_labels{
		line-height: 20px;
	}
	.filter .fil_item .fil_labels a{
		margin-right: 10px;
		font-size: 14px;
	}
	.hospital{
	    padding: 10px 0;
	}
	.hospital .filter{
	    margin-top: 10px;
        margin-bottom: 15px;
	}
	.hospital .hos_lists ul li{
		padding: 20px 2% 10px;
	}
	.hospital .hos_lists ul li .hos_photo{
		width: 34%;
	}
	.hospital .hos_lists ul li .hos_photo img{
		display: block;
		height: 23vw;
	}
	.hospital .hos_lists ul li .hos_right{
		padding-left: 36%;
		padding-top: 6px;
		padding-right: 0;
	}
	.hospital .hos_lists ul li .hos_doctors{
		display: none;
	}
	.hospital .hos_lists ul li .hos_labels{
		display: none;
	}
	.hospital .hos_lists ul li .hos_name{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.hospital .hos_lists ul li .hos_name font{
	    display: inline-block;
	    vertical-align: top;
	    max-width: 70%;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.hospital .hos_lists ul li .hos_name span{
		height: 20px;
		line-height: 20px;
		vertical-align: top;
		font-size: 12px;
	}
	.hospital .hos_lists ul li .hos_xx p{
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
	.forum_details{
		padding-top: 3vw;
	}
	.forum_details .fd_main{
		padding: 10px;
	}
	.forum_details .fd_main>h2{
		font-size: 6vw;
		margin-bottom: 3vw;
	}
	.forum_details .fd_main .fdm_text{
		margin-top: 3vw;
	}
	.forum_details .fd_main .fdm_text h3{
	    padding-left: 0;
	}
	.forum_details .fd_comment{
		padding: 10px;
	}
	.forum_details .fd_comment .fdc_title{
		font-size: 5vw;
		margin-bottom: 3vw;
	}
	.forum_details .fd_comment .fdc_lists ul li{
		padding: 10px 0;
	}
	.forum_details .fd_comment .fdc_lists ul li .fdcl_xx{
		line-height: 8vw;
		font-size: 4vw;
		margin-right: 2vw;
	}
	.forum_details .fd_comment .fdc_lists ul li .fdcl_xx img{
		width: 8vw;
		height: 8vw;
	}
	.forum_details .fd_comment .fdc_lists ul li .fdcl_text{
		padding-left: 10vw;
	}
	.forum_details .fd_comment .fdc_lists ul li .fdcl_text div{
		font-size: 3.2vw;
		line-height: 1.8;
	}
	.forum_details .fd_form{
		padding: 10px;
	}
	.forum_details .fd_form .fdf_tx{
		display: none;
	}
	.forum_details .fd_form .fdf_box{
		margin-left: 0;
	}
	.forum_details .fd_form .fdf_box .fdfb_text{
		padding: 10px;
	}
	.forum_details .fd_form .fdf_box .fdfb_text p{
		font-size: 2.8vw;
	}
	
	.forum_details .pub_bottom{
		padding: 10px;
	}
	
	.pub_bottom .pb_title{
		font-size: 5vw;
		margin-bottom: 3vw;
	}
	.pub_bottom .pb_photo{
		margin-bottom: 0;
	}
	.pub_bottom .pb_photo ul li{
		float: none;
		width: 100%;
		margin-bottom: 3vw;
	}
	.pub_bottom .pb_photo ul li img{
		width: 35vw;
		height: 23vw;
	}
	.pub_bottom .pb_photo ul li .pbp_right{
		padding-left: 38vw;
	}
	.pub_bottom .pb_photo ul li .pbp_right .pbpr_title{
		margin-bottom: 2vw;
	}
	.pub_bottom .pb_lists ul li{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	
	.doctor_inform .di_xx{
		margin-top: 10px;
		padding: 10px;
		display: block;
	}
	.doctor_inform .di_xx .doctor-l{
		width: 100%;
		margin-bottom: 3vw;
	}
	.doctor_inform .di_xx .doctor-r{
		margin-left: 0;
	}
	.doctor_inform .di_xx .doctor-r .ssyy{
		margin-top: 4vw;
	}
	.doctor_inform .di_zl, .doctor_inform .di_tj{
		margin-top: 10px;
	}
	.doctor_inform .di_tj .dit_lists ul li{
		float: none;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	.fatie .container{
		padding: 20px 10px;
	}
	.fatie .ft_col{
		display: block;
		height: auto;
	}
	.fatie .ft_col label{
		display: block;
		width: 100%;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.fatie .ft_col .ftc_inline{
		width: 100%;
	}
	.fatie .ft_btn{
		padding-left: 0;
	}
	
	.links{
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.sidebar {
		display: none;
	}
	
	.forum_details .fd_box .fdb_left{
		width: 100%;
	}
	
	.best_post_r{
		width: 100%;
		margin-top: 20px;
	}
	
	.width{
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.L-banner{
		height: auto;
	}
	.L-imgbox{
		display: none;
	}
	
	.pubListNav{
		width: 100%;
		margin-bottom: 10px;
	}
	.pubListNav ul li{
		float: left;
		width: 23%;
		text-align: center;
		height: 34px;
		line-height: 34px;
		overflow: hidden;
		background-color: #FFEAEC;
		margin-right: 2.66%;
		margin-bottom: 9px;
	}
	.pubListNav ul li:nth-of-type(4n + 0){
		margin-right: 0;
	}
	.pubListNav ul li a{
		display: block;
		color: #333;
		font-size: 14px;
	}
	
	.L-hotsearch{
		display: block;
		margin-bottom: 10px;
	}
	.L-hotleft, .L-hotright{
		width: 100%;
	}
	.L-hotleft h5{
		margin-top: 0;
	}
	.L-hotcontain li{
		width: 100%;
	}
	.L-hotcontain .L-hottop{
		width: 100px;
	}
	.L-hotcontain .L-des{
		width: calc(100% - 100px);
		margin-left: 10px;
	}
	.L-hotcontain .L-des a{
		font-size: 18px;
	}
	.L-hotcontain .L-des p, .L-type2 .L-typecontain p{
		margin-top: 8px;
	}
	
	.L-type2 .L-typeimg{
		width: 100px;
	}
	.L-type2 .L-typeimg img{
		
	}
	.L-type2 .L-typecontain{
		width: calc(100% - 100px);
		margin-left: 10px;
	}
	
	
	.main{
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
		margin-top: 10px;
	}
	.main .main-left{
		float: none;
		width: 100%;
	}
	.main .main-left .cate{
		width: 100%;
		padding-bottom: 2vw;
	}
	.main .main-left .cate .cate-p{
		height: 30px;
	}
	.main .main-left .cate .cate-s a{
		width: 25%;
		height: 20px;
		line-height: 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.main .main-left .cate .cate-p .cate-icon{
	    width: 24px;
	    height: 24px;
	    margin-top: 3px;
	}
	
	.main-left .glxbn, .gl-bn, .gl-r-r-t span{
		display: none;
	}
	
	.main-center, .main-right{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.gl-part, .gl-art{
		width: 100%;
	}
	.gl-tit{
	    line-height: 40px;
	}
	.gl-r-img{
		width: 100px;
	}
	.gl-r-r{
		width: calc(100% - 110px);
		margin-left: 0;
		padding-left: 10px;
	}
	.gl-r-r-t a{
		width: 100%;
	}
	.main-right{
		margin-top: 20px;
	}
	.main-right .toptool{
		display: none;
	}
	.main-right .new-recommend .top{
		width: 100%;
	}
	
	.gl-title a{
		width: 100%;
	}
	
	.newhot{
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.new-gonglue{
		width: 100%;
		float: none;
	}
	.new-gonglue .ngd{
		width: 100%;
	}
	.new-gonglue .ngd .gl, .hot-gonglue{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.new-gonglue .ngd .gl .gl-img{
		width: 100px;
	}
	.new-gonglue .ngd .gl .gl-content{
		width: calc(100% - 110px);
		padding-left: 10px;
		margin-left: 0;
	}
	.hot-gonglue .top, .hot-gonglue .bottom .con{
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		padding: 0 20px;
	}
	.baike-div{
		display: none;
	}
	
	.guanggao{
		display: none;
	}
	.navBread{
		width: 100%;
		padding: 10px 3%;
		box-sizing: border-box;
		line-height: 24px;
	}
	.container .container-left{
		width: 100%;
		float: none;
	}
	.container .container-left .article h1{
		font-size: 20px;
		line-height: 34px;
	}
	.article-txt p{
		margin-left: 10px !important;
		margin-right: 10px !important;
		margin-top: 10px;
	}
	.article-txt h3{
		padding: 10px 30px 10px 10px;
		font-size: 16px;
	}
	.container .container-left .flip{
		padding: 10px;
		display: block;
		line-height: 1.8;
	}
	.xg-tit{
		margin: 0 20px;
	}
	.has-img{
		margin: 10px 15px;
		display: block;
	}
	.has-img>div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		display: flex;
	}
	.has-img-art a{
		width: 40%;
		line-height: initial;
	}
	.has-img-art a:last-child{
		width: 55%;
		margin-left: 5%;
		text-align: left;
		line-height: 1.8;
	}
	.has-img-art img{
		width: 100%;
		height: 23vw;
	}
	.no-img{
		margin: 0 15px;
	}
	.no-img>div{
		width: 100%;
		float: none;
		margin-left: 0;
		height: 30px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.jq-tit{
		margin: 0 15px;
	}
	.new_hp_wxgroup ul{
		margin-left: 15px;
		margin-right: 15px;
	}
	.new_hp_wxgroup ul .group{
		width: 48%;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 4%;
	}
	.new_hp_wxgroup ul .group:nth-of-type(even){
		margin-right: 0;
	}
	.ewm-con{
		width: 100%;
		margin-top: 25vh;
	}
	
	.container .container-right{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.container-right .tool, .container .container-right .test{
		display: none;
	}
	.dwk,.ins,.hot-cat,.hot-cat-tit,.rec-tag,.rec-tag-tit,.hot-rec,.hot-rec-tit{
		width: 100%;
	}
	.hot-cat .con-icon{
		width: 33.33%;
	}
	.rec-tag{
		margin-top: 20px;
	}
	.hot-rec{
		margin-bottom: 20px;
	}
	.hot-rec-con .tit-name{
		margin: 0 15px;
		width: auto;
	}
	
	.bbs_list{
		margin-bottom: 0;
	}
	
	.knowledge_qa ul{
		padding-left: 45px;
		margin-bottom: 0;
	}
	.knowledge_qa ul:nth-child(3){
		border: 0;
	}
	
	.newImgs a, .newImgs div{
		float: left;
		width: 49%;
		margin-top: 2vw;
		margin-right: 2%;
	}
	.newImgs a:nth-of-type(2n + 1){
		margin-right: 0;
	}
	
	.best_post_r_list ul li{
	    width: 24%;
	    margin-right: 1.33%;
	}
	.best_post_r_list ul li:nth-child(3n){
	    margin-right: 1.33% !important; 
	}
	.best_post_r_list ul li:nth-child(4n){
	    margin-right: 0 !important; 
	}
	.show_all_list{
	    width: 24%;
	    right: 3px;
	}
	
	.rec-tag-con{
	    height: auto;
	}
	
}

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