@media only screen and (max-width: 767px) {
    a {
        all: unset;
        cursor: pointer;
    }
    .news-center .news-content {
        width: 100%;
    }
    .article-content {
        width: 100%;
    }

    .article-content img {
        width: 100%!important;
    }
}

#root {
    width: 100%;
    min-width: 1920px;
    min-height: 1080px;
    display: flex;
    flex-direction: column;
}

.header {
    padding-bottom: 15px;
    height: 110px;
    background: #fff;
    border-bottom: 1px solid #2e5586;
}

.container {
    width: 1220px;
    margin: 0 auto;
    background: #fff;
}

.header > .container > .padding {
    height: 111px;
    position: relative;
}

.header_logo {
    display: flex;
    align-items: center;
    height: 100%;
}


.header_logo .badgelogo {
    width: 54px;
    height: 50px;
}

.header_logo .wordlogo {
    margin-left: 15px;
    width: 382px;
    height: 54px;
}

.content {
    width: 1220px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 6px;
}
.oneColumn {
    width: 950px;
    padding: 30px 60px 80px;
    margin: 0 auto;
}

h1 {
    line-height: 56px;
    font-family: "微软雅黑", "宋体";
    font-size: 38px;
    text-align: center;
    padding: 0 0 26px;
    font-weight: normal;
}

.pages-date {
    position: relative;
    height: 30px;
    border-bottom: 1px #dcdcdc solid;
    padding-top: 7px;
    text-align: left;
}

.pages_content {
    line-height: 30px;
    margin: 0;
    padding: 40px 0 40px 0;
    font-size: 16px;
    min-height: 600px;
}


.fd-copy {
    text-align: center;
    background-color: #45444a;
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    padding: 13px 0 12px;
    margin-left: -150px;
}

.fd-copy a{
    text-align: center;
    background-color: #45444a;
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    padding: 13px 0 12px;
    text-decoration: none;
}