@charset "utf-8";
.main_scenic {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #cbf6f8, #e2fdff);
    box-sizing: border-box;
}

.main1 {
    width: 100%;
    height: 53.4vw;
    padding: 10px 0;
}

.main1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main2 {
    width: 100%;
    height: auto;
    padding: 10px 20px 100px 20px;
}

* {
    box-sizing: border-box;
}

/*----------内容页1（手机端样式）----------*/
.base_news_title > h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    width: auto;
    margin: 0 auto;
    padding-bottom: 11px;
    line-height: 30px;
    text-align: center;
}

.base_news_title_er {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid rgba(0, 168, 198, 0.25);
    padding-bottom: 20px;
}

.base_news_title_er1 span {
    padding-right: 5px;
}

.base_news_title_er1 span a {
    color: #888888;
}

.base_news_main {
    padding: 0 0 20px;
    min-height: 300px;
    line-height: 30px;
    width: 100%;
    margin: 30px auto 0;
    box-sizing: border-box;
    word-break: break-all; /* 长网址强制换行，防止溢出 */
    overflow-wrap: break-word;
}

.base_news_main p {
    background-color: transparent!important;
    font-size: 16px !important;
}
.base_news_main *{
    background-color: transparent!important;
}

.base_news_main p{
    text-indent: 2em;
}
@supports selector(:has(*)) {
    .base_news_main p:has(img) {
        text-indent: 0!important;
    }
}

.base_news_main p img {
    max-width: 100% !important;
    height: auto !important;
    text-indent: 0 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.base_news_main video {
    width: 100% !important;
    height: auto !important;
}

.base_news_main, .base_news_main * {
    font-size: 16px !important;
    color: #666666;
    line-height: 30px;
    text-wrap: auto !important;
}

.base_news_foot {
    width: 100%;
    height: 100px;
    background: none;
    margin: 10px auto 0;
    padding: 10px 0;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    font-family: '微软雅黑' !important;
}

.base_news_foot span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}

.base_news_foot span a {
    font-size: 14px;
    color: #666666;
}
