@media (max-width: 768px) {
    .nav_title{
        display: none;
    }
}
.pop_text{
    text-indent: 2em;
    font-size: 20px;
    /* letter-spacing:2px; */
    line-height: 26px;
    /* color: gray; */
    margin-top: 15px;
}
.pop_title{
    color: #499ec9;
    text-indent: 2em;
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;

    letter-spacing:2px;

}
.mr_top{
    margin-top: 15px;
}
.color_red{
    color: red;
}
.simal_text{
    font-size: 16px;
}
.news_img{
    width: 100%;
    height: auto;
    margin: 30px 0;
}
.pop_center{
    text-align: center;
    font-size: 26px !important;
}