@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body{font:18px Arial,"Microsoft YaHei","微软雅黑"; line-height:24px;background:#fff;-webkit-text-size-adjust:100%}
a{color:#333;text-decoration:none}
a:hover{color:#333;text-decoration:none;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
input:focus,select:focus,textarea:focus{ outline:none;}
input[type="text"],input[type="password"],input[type="submit"]{-webkit-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:0;}
textarea{-webkit-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:0;}
.c{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
/*公共告部分*/









/* 分页部分 start */

.navigation-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}

.prev-button {
    width: 21px;
    height: 17px;
    margin-top: 17px;
    cursor: pointer;
}

.next-button {
    width: 21px;
    height: 17px;
    margin: 17px 0 0 26px;
    cursor: pointer;
}

.numCls{
    display: flex;
}

.page-number {
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 10px;
    text-align: center;
    overflow-wrap: break-word;
    color: rgba(117, 117, 117, 1);
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    margin: 0px 0 0 26px;
    cursor: pointer;
}
.page-number:hover {
    border-radius: 50%;
    background-color: rgba(38, 125, 222, 1);
    color: #fff!important;
}

.page_on {
    border-radius: 50%;
    background-color: rgba(38, 125, 222, 1);
    color: #fff!important;
}

.page-numberdoc{
    line-height: 46px;
    margin-left: 10px;
    margin-right: -15px;
}

.group_4 {

    width: auto!important;

}

@media (max-width: 980px) {

    .group_5, .group_6 {
        margin: 9px 15px 0 15px!important;
    }


    .prev-button {
        width: 21px;
        height: 17px;
        margin-top: 17px;
        cursor: pointer;
    }

    .next-button {
        width: 21px;
        height: 17px;
        margin: 17px 0 0 25px;
        cursor: pointer;
    }

    .page-number {
        display: none;
    }

    .page-numberdoc {
        display: none;
    }

    .page_on{
        display: block;
    }

}

/* 分页部分 end */





/* 上一页，下一页 start */

.text_preNext {
    display: grid;
    align-items: center;
    background-color: #EAEFF5;
    font-size: 18px;
    width: 100%;
    font-weight: normal;
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 10px;

}
.text_preNext a{
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号 */
    color: #49515E;
}

.text_preNext span{
    color: #212429;
    display: inline-block;
    width: 70px;
}


/* 媒体查询，手机端样式 */
@media (max-width: 768px) {


    .text_preNext{
        padding-left: 10px;
        padding-right: 10px;
    }

}

/* 上一页，下一页 end */





.detail_title{
    font-weight: bold!important;
}



/* 手机端样式 */
@media (max-width: 980px) {


    .detail_title{
        font-size: 20px!important;

        line-height: 28px!important;
    }

    .detail_day{
        font-size: 13px!important;
        margin-top: 5px!important;
    }

    .newsContext{
        font-size: 16px!important;
        margin-top: 10px!important;
    }

    .text_preNext ,
    .text_preNext {
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }

    .text_preNext a ,
    .text_preNext a{
        font-size: 15px!important;
    }

}




.detail_title {
    color: #000;
}




.newsContext img {
    max-width: 100%;
    height: auto;
}


.nodatacls{
    height: 190px;
}



.meiTitle {
    border: none!important;
}



