.news-list-container {
    display: flex;
    flex-direction: column;
}

.container {
    display: contents;
}

.list-location-nav a {
    font-size: 18px;
    color: #333;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}

.list-location-nav a:hover, .list-location-nav a.on {
    background-color: #15499a !important;
    color: #fff !important;
}

.yes {
    display: none;
}

.no {
    display: none;
}


.list-location-nav span {
    display: inline;
    background: #15499a;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.list-location-category {
    margin-top: 65px;
    height: 100px;
    width: 100%;
    background-color: #a1a1a1;
    color: #fff;
    display: flex;
    justify-content: center;
}

.list-location-category a {
    color: #fff;
}

.list-location-category a:hover {
    color: #15499a;
}

.list-show-nav {
    margin-top: 25px;
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-location {
    line-height: 120px;
}

.news-page-box {
    flex: 1;
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
}

.news-box {
    width: 65%;
    border-bottom: 1px solid #dadada;
    margin-bottom: 80px;
}

.list-location-nav {
    margin: 48px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-title-item {
    display: flex;
    justify-content: space-between;
    width: 50%;
    height: 60px;
}

.news-title-item a {
    color: #333;
    font-size: 18px;
    letter-spacing: 2px;
    width: 48%;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-title-find {
    height: 40px;
    display: flex;
}

.news-title-find-input {
    padding: 0 0 0 35px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    border: 1px solid #b8b8b8;
    border-right: 0;
}

.news-title-find-input::placeholder {
    color: #b8b8b8;
    font-size: 15px;
    letter-spacing: 2px;
}

.news-title-find-btn {
    padding: 0 25px 0 0;
    background-color: #FFFFFF;
    height: 100%;
    border-radius: 0 20px 20px 0;
    border: 1px solid #b8b8b8;
    border-left: 0;
}

/*新闻列表页*/
.news-list {
    width: 100%;
}

.news-list-item {
    height: 300px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.1);
}

.news-list-item:hover {
    border-color: #15499a;
}

.news-list-item-box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news-list-content {
    margin-bottom: 60px;
    margin-left: 55px;
    margin-top: 60px;
    width: 58%;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-list-content h4 {
    color: #333;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.news-list-content-info, .news-list-content-time {
    color: #575757;
}

.news-list-content-info {
    font-size: 15px;
    letter-spacing: 2px;
}

.news-list-img {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list-img-box {
    height: 230px;
    width: 350px;
}

.news-list-img img {
    object-fit: cover;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

/*新闻详情页*/
.list-news-all-content {
    padding: 60px 100px 80px 100px;
    background-color: #fff;
    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.1);
}

.show-news-page {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
}

.show-news {
    width: 65%;
}

.show-news-title {
    letter-spacing: 3px;
    color: #333;
    font-size: 28px;
    text-align: center;
    line-height: 56px;
    font-weight: bold;
    border-bottom: none;
}

.show-news-smalltitle {
    text-align: right;
    font-size: 20px;
    margin-block: 8px;
}

.show-news-intro {
    text-align: center;
    color: #999;
    padding: 5px 0 25px 0;
}

.show-news-intro-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show-news-content {
    font-size: 16px;
    line-height: 30px;
}

.show-news-content img {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 5px 0;
}


.show-news-more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 65px 0;
    padding: 15px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
}

.show-news-prev {
    width: 50%;
    border-right: 1px solid #dadada;
    padding: 10px 0;
}

.show-news-next {
    width: 50%;
    text-align: right;
    padding: 10px 0;
}

.news-title-info {
    display: none;
    justify-content: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 30px 0;
}

.more_btns {
    display: none;
}

.ellipsis-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制显示3行 */
    overflow: hidden;
    text-overflow: ellipsis;

    /* 可选：设置行高和最大高度以确保准确截断 */
    line-height: 1.5em;
    max-height: 4.5em; /* 3行 x 1.5行高 */
}

.show-news-more a {
    color: #5e5e5e;
}

.show-news-intro-icon {
    display: flex;
    width: 83%;
    justify-content: flex-start;
}

.show-news-intro-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    margin: 5px 0;
}

@media screen and (max-width: 1660px) {
    .news-list-img-box {
        width: 300px;
    }
}

@media screen and (max-width: 1500px) {
    .news-list-img-box {
        width: 250px;
    }
}

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

    .news-box {
        width: 75%;
    }

    .news-list-img-box {
        width: 200px;
    }

    .about-banner {
        display: none;
    }

    .list-location-category {
        display: none;
    }

    .list-news-all-content {
        padding: 50px;
    }

    .show-news {
        width: 80%;
    }
}


@media screen and (max-width: 767px) {
    .ellipsis-3-lines {
        line-height: normal;
    }

    .list-news-all-content {
        padding: 20px;
    }

    .news-list-item {
        margin-bottom: 30px;
    }

    .more_btns {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        width: 100%;
        height: 45px;
        background-color: #15499a;
        font-size: 15px;
        letter-spacing: 2px;
    }


    .news-list-content {
        width: 60%;
    }

    .news-box {
        width: 90%;
    }

    .news-list-content {
        padding: 0;
    }

    .news-list-content h4 {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .news-list-content-info {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: normal;
    }

    .news-list-content-time {
        font-size: 12px;
    }

    .news-list-item-box {
        padding: 20px;
    }

    .news-title-info {
        display: flex;
    }

    .yes {
        display: block;
    }

    .no {
        display: none;
    }

    .list-location-nav {
        margin: 20px 0;
    }

    #searchForm {
        display: none;
    }

    .news-title-item {
        width: 100%;
        height: 35px;
    }

    .news-title-item a {
        font-size: 12px;
        width: 48%;
    }

    .list-news {
        margin-top: 45px;
    }

    .list-location-nav a {
        height: 35px;
        line-height: normal;
    }

    .list-news-item {
        width: 100%;
        max-width: 800px;
        float: none;
        margin: 20px 0;
        background: #f6f7f9;
        border-bottom: 2px solid #f6f7f9;
        box-sizing: border-box;
    }

    .list-news-item:hover {
        border-bottom: 2px solid #f0831e;
    }

    .list-news-img {
        width: 42%;
        float: left;
    }

    .list-news-content {
        width: 58%;
        float: right;
        max-width: 800px;
        margin: 0;
    }

    .list-news-content h4 {
        font-size: 16px;
        color: #000;
        line-height: 26px;
        padding: 10px 0 0px 10px;
        margin-bottom: 0px;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-news-content div {
        width: 100%;
        max-width: 800px;
        height: auto;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        margin: 0;
        padding: 10px 10px 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .list-news-content span {
        font-size: 12px;
        color: #aaaaaa;
        margin: 8px 30px 10px 10px;
        display: block;
    }

    .list-location-category {
        display: none;
    }

    /*新闻详情页*/
    .show-news {
        width: 100%;
    }

    .list-news-all-content {
        padding: 30px;
    }

    .show-news-title {
        margin-top: 25px;
        color: #666;
        font-size: 24px;
        text-align: center;
        line-height: 34px;
        font-weight: normal;
        border-bottom: none;
    }

    .show-news-smalltitle {
        text-align: right;
        font-size: 16px;
        margin-block: 3px;
    }

    .show-news-intro {
        text-align: center;
        color: #999;
        padding: 5px 0 25px 0;
    }

    .show-news-intro-item {
        display: inline-block;
    }

    .show-news-content {
        padding: 25px 0;
        font-size: 16px;
        line-height: 28px;
        border-bottom: 1px solid #eee;
    }

    .show-news-content img {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        padding: 5px 0;
    }

    .news-list-img-box {
        height: 185px;
    }

    .show-news-content p {
        /* text-indent: 34px;
        margin-bottom: 15px; */
    }

    .show-news-more {
        padding-top: 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .show-news-prev {
        float: none;
    }

    .show-news-next {
        float: none;
    }

    .news-list-content {
        margin-bottom: 10px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .news-list-item {
        height: 230px;
    }

    .show-news-intro-icon {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .yes {
        font-size: 15px;
    }

    .news-title-info {

        margin: 20px 0;
    }

    .news-list-content {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
    }

    .news-list-item {
        height: 120px;
    }

    .news-list-item-box {
        padding: 10px;
    }

    .news-list-content h4 {
        line-height: 15px;
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .news-list-content-info {
        font-size: 11px;
    }

    .news-list-img-box {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-list-content-time {
        font-size: 10px;
    }

    .news-list-content-time p {
        line-height: normal;
    }

    .news-box {
        border-bottom: 0 solid #dadada;
        margin-bottom: 15px;
    }

    .page_btns {
        padding-top: 0;
    }

    .news-list-item {
        margin-bottom: 15px;
    }

    .show-news-title {
        font-size: 18px;
    }

    .show-news-intro {
        padding: 5px 0;
    }

    .show-news-content p {
        font-size: 14px;
    }

    .show-news-more {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
        padding: 0;
        border-top: 0px solid #dadada;
        border-bottom: 0px solid #dadada;
        flex-direction: column;
    }

    .show-news-prev {
        width: 100%;
        border-right: 0px solid #dadada;
        padding: 0;
        margin-left: 10px;
        font-size: 14px;
    }

    .show-news-next {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-left: 10px;
        font-size: 14px;
    }
}