body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { margin: 0 auto; font-family: 'Microsoft Yahei','微软雅黑'; background: #eee;}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { }
a { color:#555; text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { color: #000; outline: none; font: 'Microsoft Yahei','微软雅黑',Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html { overflow-x: hidden; }
.clearfix:after { content: ""; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.fl{ float: left;}
.fr{ float: right;}

input:-moz-placeholder{color:#999;}
input::-moz-placeholder{ color: #999;}
input:-ms-input-placeholder{color:#999;}
input::-webkit-input-placeholder{color:#999;}
input{
-webkit-user-select:auto; //解决在IOS不能输入的问题
}
/*header样式*/
.mui-bar-nav{
	background: #F7F7F7;
    top: 0;
    -webkit-box-shadow: 0 0 0 #c8c7cc;
    box-shadow: 0 0 0 #c8c7cc;
    border-bottom: 1px solid #CCCCCC;	
}
.mui-bar-nav .mui-pull-right{
	margin-top: 13px;
	color: #404040;
}
.mui-bar-nav h1{
	color: #000;
}
.mui-bar-nav .mui-pull-left{
	/*margin-top: 5px;*/
	color: #404040;
}

/*mui-content样式*/
.mui-content{
	background: #eee;
}

/*轮播样式*/
#slider a{
	width: 100%;
	height: 160px;
}
#slider a img{
	height: 100%;
}
#slider .mui-slider-indicator .mui-indicator{
	border-radius: 6px;
	width: 16px;
	height: 4px;
	background: #fff;
}
#slider .mui-slider-indicator .mui-indicator.mui-active{
	background: #007aff;
}

/*四宫格样式*/
.gongge{
	background: #fff;
	text-align: center;
	padding: 11px 0;
	margin-bottom: ;
}
.gongge ul{
	display: flex;
	display: -webkit-flex;	
	margin: 10px 0;
}
.gongge li{
	display: inline-block;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
}
.gongge li span{
	display: block;
}
.gongge li a{
	font-size: 14px;
}

/*文字滚动*/
.txtScroll-top{ background: #fff; overflow:hidden; position:relative;  border:1px solid #ccc; margin-top: 6px; }
.txtScroll-top .bd{ padding:15px;  }
.txtScroll-top .infoList li{ height:24px; line-height:24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.txtScroll-top .infoList li .date{ float:right; color:#999; padding-top: 2px; }

/*图文列表*/
.mui-table-view{
	margin-top: 6px;
}
.mui-table-view .mui-media-object{
	line-height: 80px;
	max-width: 100px;
	height: 80px;
}
.mui-table-view .mui-table-view-cell>a:not(.mui-btn){
	white-space: normal;
}
.mui-table-view .mui-ellipsis{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 24px;
	color: #242424;
}
.mui-table-view li .column{
	position: absolute;
	left: 15px;
	bottom: 11px;
	font-size: 11px;
	color: #999;
	/*border: 1px solid #ddd;*/
	padding: 0 2px;
	border-radius: 6px;
}
/*图片中心*/
.mui-table-view .pic_content{
	text-align: center;
}
.mui-table-view .pic_content > img{
	max-width: 30%;
	display: inline-block;
	margin: 5px 2px 0 2px;
}
.mui-table-view .pic_center{
	color: #242424;
}
/*科协 学会*/
.kexie_xuehui_head{
	color: #242424;
}
.kexie_xuehui_head .item li{
	float: left;
	margin:0 8px;
	padding-bottom: 4px;
	font-weight: bold;
}
.kexie_xuehui_head li.active{
	color: #5659e0;
	border-bottom: 2px solid #5659E0;
}
.kexie_xuehui_head .more{
	font-size: 15px;
	color: #999;
}
.kexie_xuehui_content{
	display: none;
}
.kexie_xuehui_content.active{
	display: block; 
}
.kexie_xuehui_content .swiper-slide{
	width: 100px;
	height: 130px;
	background: #fff;
	position: relative;
	text-align: center;
	font-size: 14px;
}
.kexie_xuehui_content .swiper-slide img.lg{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 20px auto;
}

/*底部选项卡样式*/
.mui-bar-tab .mui-tab-item.mui-active {
    color: #2EB8E2;
}
.mui-bar-tab{
	background: #fff;
	padding: 2px 0;
}
.mui-bar-tab .fa{
	display: block;
	font-size: 24px;
}
.mui-bar-tab .mui-tab-label{
	font-size: 14px;
}
<!--耗时1755549135.3034秒-->