#news .news_title{
    font-size:20px;
    font-weight:700;
    text-align:center;
    margin:60px auto 30px auto;
    padding:0 16px;
}
#news .zero_top{
    margin-top:0 !important;
}
#news .about{
    padding-top:0 !important;
}
@media (min-width:900px){
    .news_row{
        width:90%;
        margin:0 auto;
    }
}
.center_row{
    align-items:center;
}
.center_row .caption,.gray{
    font-size:22px;
    line-height:1.5em;
}
.gary_txt{
    color:#999999;
}
.row img{
    display:inline-block;
}
@media (max-width:600px){
    .sp_col{
        margin-top:15px !important;
    }
}
.news_banner{
    background:url("../images/news_03.png") no-repeat;
    background-size:100%;
    height:400px;
}