.content-main{
    width: 100%;
}
.content-title-top{
    width: 100%;
    height: auto;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    padding-bottom: 10px;
}
.content-title{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
}
.content-cr{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.content-cr span{
    color: rgba(0,0,0,0.8);
    margin-right: 20px;
    font-size: 15px;
}
.news-text{
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.news-text p{
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 25px;
}
.news-text>p{
    text-indent: 0;
}
.news-text img{
    max-width: 100% !important;
    height: auto !important;
    display: table;
    margin: auto;
}
.news-page{
    width: 100%;
    height: 40px;
}
.news-page-item{
    width: 50%;
    float: left;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
}
.news-page-item a{
    color: unset;
    text-decoration: none;
}
.news-page-item a:hover{
    color: rgba(36, 73, 185, 1);
}


@media (max-width: 800px) {
    .content-title{
        font-size: 26px;
    }
    .news-page-item{
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .news-text table{
        width: 100% !important;
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
    }

}
