@charset "utf-8";
body {
    font-size: 32px;
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 24px;
    }
}
.main-wrap {
    width: 1200px;
}
.box-01 .title-name {
    font-size:1.5em;
}
@media screen and (max-width: 1230px) {
    .main-wrap {
        width: 100%;
    }
}
@media screen and (min-width: 1001px) {
    .top-banner .a-link{
        top:390px;
    }
}
.title-a-link {
    width:100%;
}
/*版权*/
.foot-wrap > .foot-spans {
    font-size: 0.875em;
}
.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;
}