.position {height: 50px;font-size: 16px;line-height: 50px;position: relative;}
.position span a { font-size: 16px;}
.position span {display: block;float: left;}
.t_article h1 {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
}
.title2 {
	text-align: center;
	font-size: 26px;
	color: #474747;
	line-height: 1.2;
}
.t_article .inf {
	text-align: center;
	margin-top: 15px;
}

.t_article .article {
	margin-top: 35px;
	padding: 0 5px;
	font-size: 16px;
        color: #000;
	line-height: 35px;
}


.content p{color:#222;
          line-height:180%;
          margin:25px 0;
         font:normal 18px/200% "Microsoft Yahei";
         word-break:break-all;
         word-wrap:break-word;
} 

@media (max-width: 767px) {
	.sj_nav {
		background: rgb(208, 9, 9);
	}
	.sj_nav ul{
		background: rgb(208, 9, 9);
	}
	.t_article .inf span{
		display: block;
		width: 100%;
	}
	.t_article .inf span span{
		display:unset;
	}
}