.page-header{
	background-image: url(../images/news.jpg);
}

.list-boxes{
	padding: 15px 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list-boxes img{
	width: 100%;
	height: 230px;
}
/*.list-boxes:hover {
    border: none;
}*/
.body-white .tc-box{
	border: none;
}
.posts-title{
	color: #222;
	margin: 0 0 40px;
}

.posts-title a{
	color: #404040;
    font-size: 24px;
    font-weight: 900;
    line-height: 22px;
}
.posts-title a:hover{
	color: #D8000A;
	text-decoration-line: none;
}

.posts-title:after{
	content:"";
	display:block;
	margin-top:15px;
	width:60px;
	height:2px;
	background-color: #4caf50;
}
.posts-content{
	margin: 0;
    padding: 0;
    list-style: none;
    
}
.posts-content li:first-child{
	padding-top: 0;
}
.posts-content li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    box-shadow: none;
}

.posts-content li {
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}
.posts-content li>a{
	color: #333;
    transition: color 0.15s;
    text-decoration: none;
    
}
.posts-content li>a:hover{
    color: #db2531;

}
.posts-date{
	display: block;
    font-size: 13px;
    opacity: 0.7;
    margin-top: 5px;
}

.p1{
	font-size: 16px;
	font-weight: 400;
	font-color: #404040;
	line-height: 25px;
}
.article-box>h2{
	font-weight: 500;
}