.about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 5%;
}
.text table {
    margin: 0 auto;
    margin-bottom: 2%;
}
.title_news {
    font-size: 31px;
}
.news_Date {
    color: #999;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}
.about p{
    font-size: 17px;
    margin-top: 2%;
    line-height: 38px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner{
            margin-top: 25%;
    }
.title_news {
    font-size: 25px;
}

}