
.newsTitle{
    font-size:40px;
    font-family:Helvetica Neue;
    font-weight:400;
    line-height:61px;
    color:#ffffff;
}

.subTitle{
    width:100%;
    margin:0 auto;
}

.newsType p{
    width: 150px;
    float: right;
    margin-right:150px;
    background:rgba(238,147,133,1);
    height:25px;
    font-size:18px;
    border-radius:10px;
    font-family:Helvetica Neue;
    line-height:24px;
    color:rgba(255,255,255,1);
    text-align: center;
    align-items: center;
    margin-top:5px;
}

.newsDate{
    text-align: center;
    height:23px;
    font-size:20px;
    font-family:Helvetica Neue;
    line-height:24px;
    color:#ffffff;
}

.newsContent{
    background-color: #ffffff;
}

.newsContent p,span{
    font-family:Helvetica Neue;
    font-weight:400;
    line-height:39px;
    margin:0 auto;
}
.newsContent img{
    width:90%;
}

@media (max-width: 600px) {
    body {
        background-repeat: no-repeat;
        background-image: url('');
        background-color: #f0ad4e;
        background-size: 100% 100%;
        background-attachment: fixed;
    }

    .newsType p{
        width: 120px;
        margin-right:0px;
    }

    .newsTitle{
        font-size:24px;
    }

    .newsDate{
        text-align: center;
        height:23px;
        font-size:16px;
    }
}



