/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
.mui-plus header.mui-bar{
	display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
	padding: 0;
}

/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}

.title {
				margin: 20px 15px 7px;
				color: #6d6d72;
				font-size: 15px;
			}

.mui-grid-view.mui-grid-9 .mui-table-view-cell {
    border: 0;
}

.mui-listicon{
    line-height: 26px;
}
			.mui-listicon .mui-icon {
    background: #4283ff;
    border-radius: 100px;
    color: #fff;
    font-size: 2em;
    line-height: 50px;
    position: relative;
    width: 50px;
    text-align: center;
    float: left;
    margin-right: 14px;
}


.news h3{
	margin: 20px 0;
	line-height: 1.2em;
}
.news p{
	margin: 20px 0;
	color: #343434;
	font-size: 1em;
	line-height: 1.5em;
}


.mui-preview-image.mui-fullscreen {
				position: fixed;
				z-index: 20;
				background-color: #000;
			}
			.mui-preview-header,
			.mui-preview-footer {
				position: absolute;
				width: 100%;
				left: 0;
				z-index: 10;
			}
			.mui-preview-header {
				height: 44px;
				top: 0;
			}
			.mui-preview-footer {
				height: 50px;
				bottom: 0px;
			}
			.mui-preview-header .mui-preview-indicator {
				display: block;
				line-height: 25px;
				color: #fff;
				text-align: center;
				margin: 15px auto 4;
				width: 70px;
				background-color: rgba(0, 0, 0, 0.4);
				border-radius: 12px;
				font-size: 16px;
			}
			.mui-preview-image {
				display: none;
				-webkit-animation-duration: 0.5s;
				animation-duration: 0.5s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
			}
			.mui-preview-image.mui-preview-in {
				-webkit-animation-name: fadeIn;
				animation-name: fadeIn;
			}
			.mui-preview-image.mui-preview-out {
				background: none;
				-webkit-animation-name: fadeOut;
				animation-name: fadeOut;
			}
			.mui-preview-image.mui-preview-out .mui-preview-header,
			.mui-preview-image.mui-preview-out .mui-preview-footer {
				display: none;
			}
			.mui-zoom-scroller {
				position: absolute;
				display: -webkit-box;
				display: -webkit-flex;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
				width: 100%;
				height: 100%;
				margin: 0;
				-webkit-backface-visibility: hidden;
			}
			.mui-zoom {
				-webkit-transform-style: preserve-3d;
				transform-style: preserve-3d;
			}
			.mui-slider .mui-slider-group .mui-slider-item img {
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
			}
			.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
				width: 100%;
			}
			.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
				display: inline-table;
			}
			.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
				display: table-cell;
				vertical-align: middle;
			}
			.mui-preview-loading {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: none;
			}
			.mui-preview-loading.mui-active {
				display: block;
			}
			.mui-preview-loading .mui-spinner-white {
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -25px;
				margin-top: -25px;
				height: 50px;
				width: 50px;
			}
			.mui-preview-image img.mui-transitioning {
				-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
				transition: transform 0.5s ease, opacity 0.5s ease;
			}
			@-webkit-keyframes fadeIn {
				0% {
					opacity: 0;
				}
				100% {
					opacity: 1;
				}
			}
			@keyframes fadeIn {
				0% {
					opacity: 0;
				}
				100% {
					opacity: 1;
				}
			}
			@-webkit-keyframes fadeOut {
				0% {
					opacity: 1;
				}
				100% {
					opacity: 0;
				}
			}
			@keyframes fadeOut {
				0% {
					opacity: 1;
				}
				100% {
					opacity: 0;
				}
			}
			p img {
				max-width: 100%;
				height: auto;
			}

/*图片索引列表*/
.suoyin .mui-media-object {
    height: 100px;
    line-height: 100px;
    width: 120px;
}
.suoyin .mui-media-object.mui-pull-left {
    margin-right: 20px;
}
.suoyin .mui-table-view-cell {
    padding-right: 35px;
}
.suoyin .mui-ellipsis {
    height: 80px;
    white-space: normal;	
	word-wrap: normal|break-word; 
}

/*普通文字列表*/
.textlist h4{
		        line-height: 22px;
		        font-weight: 500;
		    }
.textlist a{
		        color: #343434;
		    }
.textlist .mui-table-view-cell {
    padding: 6px 15px;
}

/*新闻列表*/
.news_items {
    clear: both;
    overflow: hidden;
    padding: 10px;
	background:#ffffff;
}
.news_items li {
    clear: both;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: left;
}
.news_tips {
    color: #888;
    float: right;
}
.news_items li a {
    color: #343434;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mui-grid-view.mui-grid-9 {
    padding: 6px;
    border: none;
    background-color: initial;
}

.sytop{
	background: #1eafe5;
	/*background:url(../images/bg2.jpg);
background-repeat:no-repeat;
background-size:100% 100%;
-webkit-background-origin:border-box;
background-origin:border-box; */
}

.mui-bar-tab .mui-tab-label{font-size: 14px;}
