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

/* 通用 */
.new-box>h1,
.new-hot a h1,
.new-article>h1,
.new-text {
    color: #3e3a39;
}

/* 内容 */
.content {
    width: 100%;
    max-width: 1540px;
    margin: auto;
    margin-top: 20px;
    padding: 0 30px;
}

.new-box {
    width: 100%;
}

.new-box>h1,
.new-article>h1 {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding: 0 10px;
}

.carousel {
    width: 100%;
    overflow: hidden;
}

.new-hot {
    width: 25%;
    height: inherit;
    padding: 0 10px;
    float: left;
}

.new-hot a {
    height: inherit;
    width: 100%;
}

.hot-img {
    height: auto;
    max-height: 210px;
    width: 100%;
    overflow: hidden;
}

.hot-img img {
    width: 100%;
    display: block;
}

.new-hot>a>h1,
.new-hot>a>p {
    height: 40px;
    width: 100%;
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-hot>a>h1 {
    line-height: 50px;
}

.new-hot>a>p {
    padding: 0 40px;
    line-height: 30px;
    color: #575453;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
    border-bottom: 1px solid #dcdcdc;
}

/* 文章 */
.new-article {
    width: 100%;
    margin-top: 20px;
}

.new-page {
    padding: 0 10px;
}

.box {
    height: 260px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dcdddd;
    padding: 35px 30px;
    display: flex;
}

.box:first-child {
    margin-bottom: 40px;
}

.box:nth-child(3) {
    margin-top: 40px;
}

.box>section:first-child {
    height: 100%;
    width: 300px;
    min-width: 300px;
    overflow: hidden;
}

.box>section img {
    height: 100%;
    width: 100%;
}

.box>section:last-child {
    margin-left: 50px;
    width: 100%;
    overflow: hidden;
}

.box>section h1 {
    height: 45px;
    max-width: 100%;
    line-height: 45px;
    font-size: 22px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-info {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #909090;
}

.new-info>span:first-child {
    margin-left: 10px;
}

.new-info>span:last-child {
    margin-left: 30px;
}

.new-text {
    height: 110px;
    width: 100%;
    margin-top: 13px;
    border-top: 1px solid #ddddde;
    padding-top: 10px;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* 页码 */
.pages {
    height: 40px;
    justify-content: center;
    margin-top: 30px;
    display: flex;
}

.pages li {
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid #c8c9ca;
    border-left: 1px solid #c8c9ca;
    border-bottom: 1px solid #c8c9ca;
    cursor: pointer;
}

.page-buttom {
    color: #646262;
}

.pages li:first-child {
    cursor: default;
    color: #646262;
}

.pages li:last-child {
    border-right: 1px solid #c8c9ca;
}


@media screen and (min-width: 1101px) {

    .page-buttom:hover,
    .page-now {
        color: #ffffff;
        background-color: #488fcd;
    }

}

@media screen and (max-width: 1100px) {
    .page-now {
        color: #ffffff;
        background-color: #488fcd;
    }
}

@media screen and (max-width: 1024px) {
    .new-hot>a>p {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .content {
        padding: 0 10px;
    }

    .new-hot>a>p,
    .new-text {
        font-size: 14px;
    }

    .box>section h1 {
        font-size: 16px;
    }

    .new-info {
        font-size: 12px;
    }

    .box {
        height: 200px;
        padding: 20px 15px;
    }

    .new-text {
        height: 85px;
        -webkit-line-clamp: 3;
    }
}

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

    .new-hot>a>p,.new-text {
        font-size: 12px;
    }

    .new-hot>a>h1,
    .new-box>h1,
    .new-article>h1,
    .box>section h1 {
        font-size: 14px;
    }

    .new-hot {
        width: 50%;
        margin: 10px 0;
    }

    .box {
        height: auto;
        display: block;
        overflow: hidden;
    }

    .box>section:first-child {
        width: 100%;
        min-width: 0;
    }

    .box>section:last-child {
        width: 100%;
        margin-left: 0;
    }

    .box:first-child {
        margin-bottom: 20px;
    }

    .box:last-child {
        margin-top: 20px;
    }

    .pages li {
        padding: 0 6px;
        height: 30px;
        line-height: 30px;
    }

    .page-buttom:nth-child(2),
    .page-buttom:nth-child(7) {
        display: none;
    }
}
