@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { 
	color: #fff;
	font-size: 16px; 
	padding: 0; margin: 0; 
	font-family:宋体;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

a{
	text-decoration:none;
}

.textindent{
	text-indent: 2em;
}


.tpmh{
	border-radius: 5px;
	max-width: 100%;
}


.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:hover {
    text-decoration: underline;
}
.fenye{
	background-color: #eee
}
.img {
    display: block;
    margin: 0 auto;
}
.met-editor{
	width: 100%;
}

.met-editor p{
	/*text-indent: 2em;*/
}
.met-editor p img{
	text-indent: 0em;
}

.met-editor h5{
	text-indent: 2em;
}
.met-editor h4{
	text-indent: 2em;
}