.page-banner.news {
	background: url(../images/news-banner.jpg);
}
.news-main .news-post {
	border-top: 1px solid #c0c2c3;
}
.news-main .news-post:first-child {
    border-top: 0px solid #c0c2c3;
    padding-top: 35px;
}
.news-post .title a {
	color: #3b241c;
}
.news-post a.more {
	color: #cb750d;
}
.news-post a.more:hover {
	color: #3b241c;
}
.news-post .title a:hover {
	color: #f1971c;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}