/*ΠΒΞΕΑΠ±ν*/

.wrap3{width:1200px; margin:0 auto; overflow:hidden}
.clearfix:before , .clearfix:after{
	content: "";
	display: table;
	clear: both;
}


.news_list{
	padding-top: 16px;
}

.news_list_lt{
	width: 796px;
	float: left;
}

.news_top{
	border: 1px solid #e3e3e3;
}
.news_top a{
	display: block;
}
.news_top a img{
	width: 192px;
	height: 131px;
	display: block;
	overflow: hidden;
	object-fit: cover;
	float: left;
}
.news_top a:hover b{
	color: #666;
}
.news_top a b{
	padding-left: 22px;
	display: block;
	margin-top: 12px;
	color: #d3141b;
	font: 16px/35px "ΞΆΘνΡΕΊΪ";
	height: 35px;
	overflow: hidden;
	transition: all .36s ease;
}
.news_top a b span{
	color: #888;
	font: 12px/35px arial;
	float: right;
	padding-right: 20px;
}
.news_top a p{
	color: #666;
	font: 14px/20px "ΞΆΘνΡΕΊΪ";
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	padding-right: 16px;
	padding-left: 22px;
	text-align:justify;
}



.news_bt{
	padding-top: 10px;
}
.news_bt li{
	border: 1px solid #e3e3e3;
	margin-top: 8px;
	transition:all .36s ease;
}
.news_bt li:hover{
	border: 1px solid #d3141b;
}
.news_bt li a{
	display: block;
	padding:6px 0 10px;
	transition:all .36s ease;
}
.news_bt li a:hover{
	background: #d3141b;
}
.news_bt li a:hover b ,
.news_bt li a:hover p ,
.news_bt li a:hover .time em ,
.news_bt li a:hover .time i{
	color: #FFFFFF;
}
.news_bt li .time{
	float: left;
	text-align: center;
	padding-left: 16px;margin-top:8px;
	padding-right: 36px;
	width: 54px;
	overflow: hidden;
}
.news_bt li .time em{
	display: block;
	font-style: normal;
	color: #666;
	font:bold 36px/1 "berlin";
font-family: "ΞΆΘνΡΕΊΪ"; font-size: 18px;
	border-bottom: 1px solid #bfbfbf;
	height: 26px;
	overflow: hidden;
	transition:all .36s ease;
}
.news_bt li .time i{
	display: block;
	font-style: normal;
	color: #666;
	font: 16px/22px "berlin";
	height: 22px;
	overflow: hidden;
	transition:all .36s ease;
}
.news_bt li a b{
	color: #333;
	display: block;
	font:17px/30px "ΞΆΘνΡΕΊΪ";
	transition:all .36s ease;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
}
.news_bt li a p{
	color: #757575;
	display: block;
	font:14px/26px "ΞΆΘνΡΕΊΪ";
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:all .36s ease;
	padding-right: 50px;
}


.news_list_rt{
	width: 393px;
	float: right;
	border: 1px solid #e3e3e3;
}



.list_ul{
	padding-left: 23px;
	padding-right: 20px;
	padding-top: 11px;
	padding-bottom: 20px;
}
.list_ul li{
	border-bottom: 1px solid #eaeaea;
}
.list_ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.list_ul li a:hover b{
	color: #d3141b;
}
.list_ul li b{
	display: block;
	color:#555;
	font: 14px/44px "ΞΆΘνΡΕΊΪ";
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 22px;
	position: relative;
	transition: all .36s ease;
}
.list_ul li b::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #d3141b;
	position: absolute;
	left: 0;
	top:19.5px;
}
.list_ul li b span{
	float: right;
	color: #888;
	font: 12px/44px arial;
	height: 44px;
	overflow: hidden;
}



@media(max-width:1024px)
{
	.wrap3{width:100%;}
	.news_list_lt{width:98%;margin:0 auto;}
	.news_list_rt{width:100%;}
	
}
@media(max-width:768px)
{
	.news_list{margin-left: 10px;}
	.news_top a img{width: 40%;}
	.news_list_rt{margin-top: 10px;border:0;}
	
	
}