.about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.xqy h3 {
    font-size: 28px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.particulars{
    width: 100%;
    height: auto;
    display: inline-block;
}
.particulars h3 {
    font-size: 28px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 34px;
}
.particulars .news_Date {
    color: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 25px;
}
.particulars p{
    font-size: 14px;
    line-height: 25px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .particulars h3 {
        font-size: 23px;
        line-height: 33px;
        color: #0054a7;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 28px;
    }
    .particulars p span{
        text-wrap: inherit !important;
    }
    .banner {
        margin-top: 6%;
    }
}