.news {
    width:100%;
    height:auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding-top: 7rem;
}

.news .news_title {
    margin:1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news .news_title h3 {
    font-size: 1.6rem;
    font-weight: bolder;
    color:#333333;
    text-align: center;
}

.news .news_title p {
    font-size: 1.2rem;
    color:#666666;
}

.news .hr {
    margin:1rem;
    border:1px dashed #cccccc;
}

.news .news_content {
    margin: 0 1rem 1rem 1rem;
    line-height: 2rem;
    font-size: 1.4rem;
    word-wrap:break-word;
}

.news .news_content h4{
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.news .news_content p{
    font-size: 1.3rem;
	line-height: 26px;margin: 10px;
}
.news .news_content p a{
	color: #666;
}

.news .news_content img {
    width:100%;
    height:auto;
}
