main {
    width: 1000px;
    margin: 0 auto;
}

#news_title {
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
    color: #111;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px #ddd dashed;

}

#news_title p:last-child {
    font-weight: 200;
    font-size: 14px;
    color: #888;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 25px;
}

#news_p {
    margin-top: 25px;
}

#news_p>p {
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

#news_p h3 {
    color: #C5030D;
    font-size: 14px;
}

#news_p img {
    display: block;
    width: 600px;
    margin: 30px auto;
}