html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix:after {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif
}

h1, h2, h3, h4 {
    font-weight: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #3773db;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe, img {
    border: 0;
}

img {
    vertical-align: middle;
}

input {
    outline: none;
}

.clearfix {
    display: block;
    #zoom: 1;
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

html,
body {
    background-color: #fff;
}

html.noscroll {
    height: 100%;
    overflow: hidden;
}

html.noscroll .container {
    height: 0;
    overflow: visible;
}

.container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* 导航 */
nav{
    display: flex;
    flex-direction: row;
}
nav img{
}
nav div.back{
    margin-left:2px;
    flex-grow: 1;
}
nav div.back img{
    height:  20px;
}
nav div.menu{
    margin-right: 8px;
}
nav div.menu img{
    width: 30px;
	display:none;
}
/* 导航 */
/*标题信息*/
#title_info{
    margin-top:0.4rem;
    clear:both;
}
#title_info .yt{
    font-size: 0.4rem;
    line-height: 0.4rem;
    font-family: Arial;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
	opacity:0.88;
}
#title_info .bt{
    margin: 0.2rem 0;
    font-weight: bold;
    line-height: 0.7rem;
    color: #000;
    font-size: 0.55rem;
    font-family: SimSun,Arial;
    text-align: justify;
	opacity:0.88;
}
#title_info .fbt{
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-family: Arial;
    color: #888;
    letter-spacing: 1px;
    text-align: center;
	opacity:0.88;
}
#title_info .meta{
    padding: 12px 20px;
    font-size: 0.3rem;
    text-align: center;
    color: #acacac;
}
#title_info .meta .time{

}
#title_info .meta .source{

}
/*标题信息*/
/*文章详细内容*/
article{
	margin:8px;
}
section#mcons{
    border-top: 1px solid #eee;
    padding: 12px 0;
    text-align: justify;
}
section#mcons * {
    font-size: 18px;
    line-height: 1.75;
}
#tag_tiepian{
    margin-bottom: 0.2rem;
}
#tag_tiepian img{
    max-width: 100%;
}
#content {

}
#content img,#content p{
    max-width: 100%;
}
#content .zrbj{
    padding-top: 20px;
    text-align: right;
    color: #acacac;
}
/* 三审三校 */
#content .sssj{
    padding-top: 20px;
    text-align: left;
    color: #acacac;
}

#content .sssj .rfi {
    height: 20px;
    overflow1: hidden;
    line-height: 25px;
    position: relative;
} 
#content .sssj .rfi .rf2 {
    display: inline-block;
    text-align: justify;
    width: 48px;
    height: 30px;
    line-height: 26px;
    overflow: hidden;
    top: -1px;
    position: absolute; /*text-justify: inter-word;*/
}

#content .sssj .rfi .rf2 span {
    display: inline-block;
    padding-left: 100%;
    border: 1px solid red;
}
#content .sssj .rfi:nth-child(2){
    margin-bottom: 4px;
}
#content .sssj .rfi font{
	letter-spacing: 1px;
}
#content .sssj *{
    font-size:15px;
}
/* 三审三教 */
/* 三审三校 sssj8 */
#content #sssj8   {
	padding-top: 20px;
}
#content #sssj8 * {
	font-size: 15px;
	text-align: left;
	color: #acacac;
	line-height: 1.75;
}
/* 三审三校 sssj8 */
/*文章详细内容*/

#tsa {
	position: fixed;
	bottom: 3px;
	right: 10px;
	display: flex;
}
#tsa .a{
	display:none;
}
#tsa img{
	width: 20px;
	display: inline-block;
	margin-left: 6px;
	opacity: 0.5;
}
/*版权*/

.container > footer {
    background: #f1f1f1; /* #707070 #da1624 #187cd1; */
    padding: 0.4rem;
    color: #111;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.5rem;
}
/*版权*/
/*
* {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}
html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); filter: gray;
}
*/