* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #f5f5f7;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: .32rem;
    color: #333333;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}
.main {
    width: 94%;
    margin: .5rem auto;
    padding-bottom: .5rem;
}


.content .article .zw{font-size: 16px; line-height: 2em !important;}
.content .article .zw p{font-size: 16px;  line-height: 2em !important; margin: 0.5em !important;}
.content .article .zw span{line-height: 2em !important;}
.content .article .zw td{line-height: 2em !important;}
.content .article .zw font{line-height: 2em !important;}

.content .article .zw table{width: 100% !important;}
.content .article img{height: auto !important}


.main .list li a .post-ifyx{padding: 0 5px;  border-radius: 5px; text-align: center; display: inline-block;
color: #fff; margin-right: 5px;}
/* 有效 */
.main .list li a .red{background-color: #D30627;}
/* 已失效 */
.main .list li a .grey{background-color: #999;}  
/* 尚未施行 */
.main .list li a .yellow{background-color: #f8a300;} 
/* 已被修改 */
.main .list li a .blue{background-color: #4171D2;} 

.content h3 .post-ifyx{padding: 0 5px;  border-radius: 5px; text-align: center; display: inline-block;
color: #fff; margin-right: 5px;}
/* 有效 */
.content h3 .red{background-color: #D30627;}
/* 已失效 */
.content h3 .grey{background-color: #999;}  
/* 尚未施行 */
.content h3 .yellow{background-color: #f8a300;} 
/* 已被修改 */
.content h3 .blue{background-color: #4171D2;} 
