@charset "utf-8";
/*----------内容页1----------*/
.show_news {
    width: 1400rem;
    height: auto;
    min-height: 200rem;
    margin: 0 auto;
}

.base_news_show {
    height: auto;
    background-color: #ffffff;
    width: 100%;
    margin: 0rem auto 50rem;
    border: 0 solid #ddd;
    box-sizing: border-box;
}
.base_news_title_er1{
    line-height: 50rem;
}
.base_news_title1 {
    background-color: #f3f3f3;
}

.base_news_title {
    height: auto;
    text-align: center;
}

.base_news_title > h3 {
    font-size: 30rem;
    color: #015da1;
    font-weight: bold;
    padding-top: 48rem;
    width: auto;
    margin: 0 auto;
    padding-bottom: 20rem;
}

.base_news_title_er {
    font-size: 14rem;
    color: #666666;
    line-height: 1;
    padding-bottom: 20rem;
    width: auto;
    margin: 0px auto;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.base_news_title_er1 span {
    padding-right: 20rem;
}

.base_news_main {
    padding: 0px 0px 20rem;
    min-height: 300rem;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 20rem;
}

.base_news_main img {
    max-width: 80% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    padding-bottom: 20rem;
    padding-top: 20rem;
}
.base_news_main, .base_news_main * {
    font-size: 18rem;
    color: #000000;
    line-height: 36rem;
}
.base_news_main p {
    line-height: 37px !important;
    font-size: 18px !important;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
}
.base_news_main span {
    line-height: 37px !important;
    font-size: 18px !important;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
}
.base_news_foot {
    width: 100%;
    height: 46rem;
    margin: 10rem auto 0;
    padding: 10rem 0;
    box-sizing: border-box;
    border-top: 1px solid #ededed;
}

.base_news_foot span {
    display: block;
    width: 50%;
    height: 26rem;
    line-height: 26rem;
    font-size: 14rem;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.base_news_foot span.fl {
    text-align: left;
}

.base_news_foot span.flr {
    text-align: right;
}

.base_news_foot a {
    line-height: 26rem;
    font-size: 14rem;
    color: #666666;
    width: 100%;
}

.base_news_foot a:hover {
    color: #205fc8;
}

@media only screen and (max-width: 1000px) {
    * {
        box-sizing: border-box;
    }

    /*----------内容页1----------*/
    .show_news{
        width: 100%;
        padding-top: 110rem;
        height: auto;
        box-sizing: border-box;
    }
    .base_news_show {
        height: auto;
        background-color: #ffffff;
        width: 100%;
        margin: 10rem auto 40rem;
        padding: 0px 25rem 40rem;
        box-sizing: border-box;
        border: 0;
    }

    .base_news_title > h3 {
        font-size: 35rem!important;
        color: #333333;
        font-weight: normal;
        padding-top: 60rem;
        width: auto;
        margin: 0 auto;
        padding-bottom: 11px;
        line-height: 30px;
        text-align: center;
    }
    .base_news_main p {
        text-indent: 2em;
        line-height: 31px !important;
        font-size: 16px !important;
        font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
    }
    .base_news_main p img{
        text-indent: 0!important;
        padding: 10px 0;
        display: block;
        max-width: 100%;
        box-sizing: border-box;
    }
    .base_news_main span {
        line-height: 31px !important;
        font-size: 16px !important;
        font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
    }
    .base_news_title_er {
        font-size: 24rem;
        color: #666666;
        line-height: 25rem;
        padding-bottom: 0px;
        width: auto;
        margin: 0 auto;
        text-align: center;
        border-bottom: 0px solid #ddd;
        background-color: #fff;
    }

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

    .base_news_main {
        margin-top: 30rem;
    }

    .base_news_main, .base_news_main * {
        font-size: 26rem;
        color: #666666;
        line-height: 48rem;
    }
    .base_news_main, .base_news_main a{
        width: 100%;
        overflow-wrap: break-word;
    }

    .base_news_foot {
        height: 100rem;
        background: none;
        border-top: 1px solid #ddd;
        padding: 10rem 0;
    }
    .base_news_foot a {
        line-height: 24rem;
        font-size: 26rem!important;
        color: #666666;
        width: 100%;
    }
    .base_news_foot span {
        display: block;
        width: 100%;
        height: 50rem;
        line-height: 50rem;
        font-size: 26rem;
        color: #666666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left !important;
        margin-top: 20rem;
    }

    .base_news_foot span a {
        font-size: 26rem
    }

}