@media (min-width: 320px){html{font-size: 42.6667px;} }
@media (min-width: 360px){html{font-size: 48px;} }
@media (min-width: 375px){html{font-size: 50px;} }
@media (min-width: 384px){html{font-size: 51.2px;} }
@media (min-width: 414px){html{font-size: 55.2px;} }
@media (min-width: 448px){html{font-size: 59.7333px;} }
@media (min-width: 480px){html{font-size: 48px;} }
@media (min-width: 512px){html{font-size: 68.2667px;} }
@media (min-width: 544px){html{font-size: 72.5333px;} }
@media (min-width: 576px){html{font-size: 76.8px;} }
@media (min-width: 608px){html{font-size: 81.0667px;} }
@media (min-width: 640px){html{font-size: 85.3333px;} }
@media (min-width: 750px){html{font-size: 100px;} }

@media (max-width: 750px){
	#hd{
		display: none;
	}
	#ft{
		display: none;
	}
	.wrap{
		width: 100%;
	}
	#content {
	    padding-top: 0.3rem;
	    padding-bottom: 1rem;
	}
	.meetinglist_ul {
		box-sizing: border-box;
	    width: 100%;
	    margin: 0 auto 0.2rem;
	    padding: 0 0.3rem;
	}
	.meetinglist_ul li {
	    padding: 0 0 0.95rem 0;
	    margin-bottom: 0.3rem;
	    border-bottom: 1px solid #ECECEC;
	}
	.meetinglist_ul li a {
	    display: inline-block;
	    width: 100%;
	    height: 0.4rem;
	    overflow: hidden;
	    font-family: "微软雅黑",MicrosoftYaHei;
	    font-size: 0.36rem;
	    line-height: 0.4rem;
	    color: #424242;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    display: inline-block;
	}
	.meetinglist_ul .mettinglist_ul_clock {
	    height: auto;
	    font-family: "微软雅黑",MicrosoftYaHei;
	    font-size: 0.28rem;
	    color: #757575;
	    line-height: 0.48rem;
	    margin-top: 0.1rem;
	    position: relative;
	}
	
	.meetinglist_ul .mettinglist_ul_clock span{
		display: inline-block;
		width: 100%;
	}
	.mettinglist_ul_clock .apply_link{
		/*display: none;*/
		float: left;
	}
	.meetinglist_ul .mettinglist_ul_clock .apply_time{
		margin: 0;
		
	}
	.meetinglist_ul .mettinglist_ul_clock .apply_time:before{
		display: none;
	}
	.mettinglist_ul_clock .apply_link {
	    float: right;
	    width: 2rem;
	    font-size: 0.28rem;
	    color: #00a6e9;
	    border: 1px solid #00a6e9;
	    height: 0.6rem;
	    text-align: center;
	    line-height: 0.6rem;
	    margin-top: 0.1rem; 
	}
}