*{
	padding: 0;
	margin: 0;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
/* img{
	pointer-events:none; // 禁止none ，启用auto
} */	
html,body{
	font-family: 'Arial','Microsoft YaHei','黑体','宋体',sans-serif;
}
h5.title{
	text-indent: 1em;
	margin: 15px 0 10px;
	letter-spacing:1px;
}

.placeholder{
	font-size: 16px;
	color:#666;
	text-align: center;
}


.news-head {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    height: 30px;
    margin: 10px auto;
}
.news-head h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.news-content{
	padding: 0 12px 24px 12px;
}

.news-title2{
	font-size: 18px;
	padding: 6px;
	font-family: 宋体, SimSun;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	margin: 0;
}
.contentP{
	margin: 0;
	text-indent: 2em;
}
