@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 16px
}

* {
	margin: 0;
	padding: 0
}
a{
  text-decoration: none;	
}
.rich_media_inner {
	font-size: 16px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB",
		"Microsoft YaHei", Arial, sans-serif;
}

@media ( min-device-width :375px) and (max-device-width:667px) and
	(-webkit-min-device-pixel-ratio:2) {
	.rich_media_inner
		{
		font-size: 17px
	}
}
.title{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding:0px 10px 15px 10px;
	
   
}
.title_b{
	font-size:14px;
}
.title_url{
	margin-left: 10px;
}
.title_date{
	    color: #8c8c8c;
}
.content{
	min-height: 350px;
	overflow: hidden;
    color: #3e3e3e;
}