﻿.news{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}
.new-title{
    width: 100%;
    height: auto;
    display: inline-block;
}
.new-title h3{
    text-align: center;
    font-size: 23px;
    margin-bottom: 3%;
    letter-spacing: 1px;
    color: #333333;
}
.new-title p{
    text-align: center;
    font-size: 15px;
    color: #7c7c7c;
    background: #eeeeee;
    width: 67%;
    margin: 0 auto;
    padding: 8px 0;
}
.news-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.news-box p{
    font-size: 14px;
    line-height: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .new-title h3 {
        text-align: center;
        font-size: 15px;
        margin-bottom: 3%;
        letter-spacing: 1px;
        color: #333333;
        line-height: 29px;
    }
    .new-title p {
        text-align: center;
        font-size: 13px;
        color: #7c7c7c;
        background: #eeeeee;
        width: 100%;
        margin: 0 auto;
        padding: 8px 0;
    }

}