@charset "utf-8";
body {
    font-size: 32px;
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 24px;
    }
}
@media screen and (max-width: 1247px) {
    .main-wrap {
        width: 100%;
    }
}
.news-list.f-bold > a > h3 {
    font-weight:normal;
}
.news-list > a > h3 {
    font-size:1em;
}
.list-title-name {
    font-size:1.25em;
}
.sub-content .big-title{
    font-size:1.35em;
}
.multiline-title>p.main-title {
    font-size:1.45em!important;
}
/*版权*/
.foot-wrap > .foot-spans {
    font-size: 0.8em;
}
.foot-wrap > .foot-spans:first-child,
.foot-wrap > .foot-spans:last-child {
   width: 130px;
}
.foot-wrap > .foot-spans.btom-xx {
    width: auto;
}
/*内容页*/
.news_content_content *,
.suggestion_content_replay * {
    font-size: 1em !important;
    line-height: 1.875em !important;
}
.foot-wrap .foot-spans .wza {
    margin-left:0!important;
}