
.news-center {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.news-center h2 {
    text-align: center;
    margin-bottom: 10px;
}

.underline {
    border: none;
    height: 2px;
    background-color: #E98E3D;
    width: 50px;
    margin: 0 auto;
}

.news-center .news-item {
    display: flex;
    margin-top: 30px;
}

.news-center .date-circle {
    width: 50px;
    height: 50px;
    background-color: #E98E3D;
    color: white;
    text-align: center;
    line-height: 1.5;
    border-radius: 50%;
    margin-right: 20px;
	
}
.news-center .date-circle p{
	font-size: 10px;
	
}
.news-center .news-content h3 {
    margin: 0;
    font-size: 18px;
}

.news-content p {
    margin: 10px 0;
   font-size: 10px;
}

.news-content a {
    color: #E98E3D;
    text-decoration: none;
}