.background {
    background: url(../img/新闻报道.png) center;
}

/* 内容 */
.content {
    width: 100%;
    max-width: 1510px;
    padding: 70px 30px 0 30px;
    margin: auto;
    display: flex;
}

.text {
    width: 100%;
    max-width: 1060px;
    min-width: 600px;
    background-color: #ffffff;
    padding: 15px 30px;
}

.text-top {
    width: 100%;
}

.text-top h1 {
    height: 40px;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-top p {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #989898;
}

.text-top p span:first-child {
    margin-left: 10px;
}

.text-top p span:last-child {
    margin-left: 20px;
}

.text-content {
    width: 100%;
    text-align: justify;
    margin-top: 20px;
    color: #585453;
}

.text-content img {
    width: 100%;
    margin: 20px 0;
}

.text-button {
    height: 30px;
    width: 100%;
    line-height: 30px;
    display: flex;
}

.text-button p {
    width: 50%;
    display: flex;
}

.text-button p a {
    width: 70%;
    color: #428bca;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 侧栏 */
.aside {
    height: 430px;
    width: 100%;
    max-width: 320px;
    min-width: 250px;
    background-color: #ffffff;
    margin-left: 70px;
    padding: 10px 20px;
}

.aside h1 {
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #3e3a39;
    border-bottom: 1px solid #ddddde;
}

.aside a {
    position: relative;
    height: 25px;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    color: #585453;
    margin-top: 20px;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aside>a p {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #888888;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
}

.aside>a:nth-child(2) p {
    background-color: #d70029;
}

@media screen and (max-width: 1024px) {
    .content {
        padding: 40px 30px 0 30px;
    }

    .aside {
        margin-left: 40px;
    }
}

@media screen and (max-width:768px) {

    .text {
        min-width: 200px;
    }

    .aside {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .page {
        padding-bottom: 120px;
    }

    .content {
        padding: 20px;
    }

    .text-top h1 {
        font-size: 16px;
    }

    .text-top p {
        font-size: 10px;
    }

    .text-content,
    .text-button p {
        font-size: 12px;
    }
}

@media screen and (max-width:460px) {
    .content {
        padding: 15px;
    }

    .text {
        padding: 10px 10px;
    }

    .text-content {
        margin-top: 10px;
    }

    .text-button p {
        font-size: 10px;
    }
}