#article-57 .table-td1{
	width:95%;
}

#active_news_frame .new-title{
	float:left;
	width:100%;
    font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}

.active_news_limframe {
    float: left;
    color: #000;
    width: 100%;
	font-size: 24px;
}
.active_news_limframe .fa{
	margin-top: 6px;
    padding-right: 5px;
	margin-left: 3px;
	    float: left;
}
.active_news_limframe a{
float:right;
}
.active_news_limframe:hover .fa:before{
	float:left;
	content:"\f086";
}
.active_news_limframe:hover, .table-tr:hover{
	font-weight: bold;
	border-radius: 5px;
}
.active_news_limframe .activenews{
	border-bottom: 1px solid #E2E2F2;
	/*-webkit-transition: all .5s;*/
	
}
.activenews{
	width: calc(100% - 35px);
	float: left;
}

.new-title .fa{
	padding-right: 5px;
    float: left;
    font-size: 24px;
}
.new-title:hover .fa:before{
	float:left;
}
.active_news_date {
    padding-top: 10px;
    float: right;
    font-size: 15px;
}
.active_news_h4{
	 padding-left: 5px;
}
.active_news_h4 {
    float: left;
    padding-top: 10px;
    width: calc(100% - 100px);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-border{
	float:left;
	width:calc(100% - 45px);
	border-bottom: 1px solid #DDD;
	cursor:pointer;
	line-height:33px;
	/*padding:5px 5px 5px 0;*/
	text-align:center;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
@media screen and (max-width: 815px) {
	.table-border{
			padding-bottom: 5px;
	}
}
/*@media screen and (max-width: 400px) {
	.active_news_limframe .fa {
		line-height: 35px;
		margin-right: 5px;
	}
	.activenews{
		width: calc( 100% - 50px);
	}
	.active_news_h4{
		width: 100%;
		padding-left: 0;
		padding-top: 5px;
	}
	.active_news_date{
		padding-top: 0;
	}
}*/