.container{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #f1f4f9;
}
.page{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y:auto; 
}
.page .page_navbar{
	display: flex;
	z-index: 500;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	flex-wrap: nowrap;
	justify-content:space-around;
	border-top:0.0185rem solid #cacdd1;
	background: #fff;
}
.page .page_navbar .page_navbar_item{
	padding: 0.278rem 0rem 0.278rem 0.556rem;
	position: relative;
	flex-grow:1;
}
.page .page_navbar .page_navbar_item b{
	display: inline-block;
	width:0.74rem;
	height: 0.74rem;
}
.page .page_navbar .page_navbar_item p.txt{
	width: 0.74rem;
	height:0.462rem;
	line-height: 0.462rem;
	font-size:0.296rem;
	text-align: center;
	position: absolute;
	bottom: 0rem;
	text-align:center;
}


.page .page_navbar .page_navbar_item b.icon_index{
	background: url(/images/home.png) no-repeat center center;
	background-size:cover;
}
.page .page_navbar .page_navbar_item b.icon_class{
	background: url(/images/class.png) no-repeat center center;
	background-size:cover;
}
.page .page_navbar .page_navbar_item b.icon_classification{
	background: url(/images/stu.png) no-repeat center center;
	background-size:cover;
}
.page .page_navbar .page_navbar_item b.icon_learn{
	background: url(/images/task.png) no-repeat center center;
	background-size:cover;
}
.page .page_navbar .page_navbar_item b.icon_my{
	background: url(/images/my.png) no-repeat center center;
	background-size:cover;
}
.page .page_navbar .page_navbar_item_on a .txt{
	color:#3498db;!important
}



.community_head img{
	width:100%;
}
.community_head{
	width: 100%;
	background: #50a9fd;
	padding: 0.4rem;
	display: flex;
}
.community_head>a{
	width: 0.53rem;
	height: 0.53rem;
	margin-left: 0.2rem;
}
.community_head>.parsonal{
	color:#fff;
	width: 1.6rem;
    margin: 0;
    text-align: center;
}
.community_search{
	background: #ffff;
	border-radius: 0.067rem;
	display: flex;
	padding: 0.067rem;
	flex: 1;
}
.community_search>img{
	width:0.553rem;
	height: 0.553rem;
	margin:0 0.2rem;
}
.community_search>input{
	flex: 1;
	border:none;
}
.comm_tab_list{
	width: 100%;
	display: flex;
	justify-content: space-around;
	color:#333;
	font-size: 0.4rem;
	border-bottom:1px solid #dee0e5;
	padding: 0.4rem 0rem;
}
.comm_tab_list>li{
	border-bottom:0.067rem solid transparent;
}
.comm_tab_list>li.comm_active{
	color: #50a9fd;
	border-color:#50a9fd;
}
.comm_tab_item_list{
	margin-bottom: 1.5rem;
	background: #eee;
}
.comm_tab_item_list>li{
	padding: 0.24rem 0.4rem;
	position: relative;
	background: #fff;
	margin-top: 0.133rem;
}
.li_con>a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.li_tit{
	display: flex;
	position: relative;
}
.li_tit>a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.li_head{
	width: 1.067rem;
	height: 1.067rem;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 0.4rem;
}
.li_tit_info{
	flex: 1;
}
.li_tit_info>p{
	height: 0.533rem;
	line-height: 0.533rem;
}
.info_name{
	color:#333;
	font-size: 0.4rem;
}
.info_other{
	color:#808080;
	font-size: 0.267rem;
}
.li_txt{
	font-size: 0.32rem;
	color:#333333;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin:0.26rem 0 0.13rem;
}
.sh_hid{
	position: relative;
	padding-left: 0.5rem;
}
.sh_hid>img{
	width: 0.32rem;
}
.sh_list{
	position: absolute;
	left: 0;
	width: 1rem;
	text-align: center;
	background: #fff;
	border:1px solid #eee;
	border-radius: 3px;
	display: none;
	z-index: 3;
}
.li_img{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	max-height: 9.056rem;
	overflow: hidden;
}
.li_img>img{
	width: 2.93rem;
	height:2.93rem;
    margin: 0 0.067rem 0.133rem;
}
.li_con{
	position: relative;
}
.li_con>img{
	max-width: 100%;
}
.li_btm{
	display: flex;
	justify-content: space-between;
	border-top:1px solid #eaeaea;
	margin-top: 0.267rem;
}
.li_btm>li{
	width: 33%;
	display: flex;
	justify-content: space-around;
	position: relative;
}
.li_btm>li>a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.li_btm_item{
	display: inline-block;
	margin:0 auto;
}
.li_btm_item>img{
	width:0.293rem;
	height: auto;
	margin-right: 0.267rem;
}
.li_toutiao{
	position: relative;
	width: 100%;
	min-height: 5.2rem;
	background: #f2f2f5;
	border-radius: 0.2rem;
	overflow: hidden;
}
.toutiao_cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 4.5rem;
}
.li_toutiao>p{
	padding:0.267rem 0.4rem;
	color:#fff;
}
.toutiao_head{
	width: 0.533rem;
	height: 0.533rem;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 0.133rem;
}
.li_toutiao>a{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.mod_3 .li_txt a{
	color:#eb7350;
}
.li_toutiao_cov{
	position: relative;
	height: 4.5rem;
	overflow: hidden;
	background: #fff;
	border-radius: 0.2rem 0.2rem 0 0;
	border:1px solid rgba(0,0,0,.12);
	border-bottom: 0;
}
.li_toutiao_tit span{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 100%;
	display: inline-block;
	color: #333;
	height: 0.5rem;
}
.li_toutiao_tit span.li_toutiao_daoyu{
	color:#666;
}
.mod_1 .li_con img{
	width: auto;
	height: 3.5rem;
	max-width: 100%;
}
.emoji_icon{
	width: 0.8rem;
	height: 0.8rem;
}

.img_hid{
	width: 5.5rem;
	height: 1.8rem;
	overflow: hidden;
}
.img_hid>img{
	width: 100%;
}

.li_txt img{
	width: 0.8rem;
	height: 0.8rem;
}