.b-mainpage-topnews_l-wrap{
	/*margin: 20px 0;*/
/*	margin-left: -10px;
    margin-right: -10px;*/
}
.b-mainpage-topnews_l-item{
	position: relative;

}
.b-mainpage-topnews_l a:hover{
	color: white;
}

.b-mainpage-topnews_l-img{
	width: 100%;
	border-radius: 2px;
}
.b-mainpage-topnews_l-img-wrap{
	height: auto;
	display: block;
	position: relative;
}
.b-mainpage-topnews_l-img-wrap a{
	display: block;
}
.b-mainpage-topnews_l__shadow{
	width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,72,136,0) 50%, rgba(0,72,136,0.7) 99%, rgba(0,72,136,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,72,136,0) 50%,rgba(0,72,136,0.7) 99%,rgba(0,72,136,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,72,136,0) 50%,rgba(0,72,136,0.7) 99%,rgba(0,72,136,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 2px;
}

.b-mainpage-topnews_l__name{
	color: #222;
	font-size: 16px;
	display: block;
	padding: 10px 0px;
	font-weight: bold;
}
.b-mainpage-topnews_l__name:hover, .b-mainpage-topnews_l_text:hover .b-mainpage-topnews_l__name{
	text-decoration: underline;
	color: #0055A0;
}

.b-mainpage-topnews_l_text{
	position: absolute;
	display: block;
	padding: 0px 20px 0px 20px;
	bottom: 10px;
	left: 0px;
	width: 100%;
}
.b-mainpage-topnews_l__prewt{
	color: #444;
	font-size: 13px;
	display: block;
	padding:  0px 0 10px 0;
	margin: 0px;
}
.b-mainpage-topnews_l__sec{
	background: #846DB1;
	font-size: 11px;
	color: white;
	padding: 0 16px;
	line-height: 18px;
	height: 18px;
	display: block;
	position: absolute;
	border-radius: 18px;
	bottom:5px;
	left: 15px;
}
.b-mainpage-topnews_l__sec:hover{
	box-shadow: inset 0px 0px 18px 18px rgba(0,0,0,0.2);
	color: white;
}
.b-mainpage-topnews_l__shows{
    padding: 0 0 0 22px;
    color: white;
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 11px;
}
.b-mainpage-topnews_l__shows:before{
	content:'';
	background: url(eye.png) no-repeat left center;
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: -2px;
}
.b-mainpage-topnews_l-item3 {
	clear: both;
}

@media (min-width: 992px) and (max-width: 1239px){
	.b-mainpage-topnews_l_text{
		position: absolute;
		display: block;
		padding: 0px ;
		bottom: 0px;
		left: 0px;
		width: 100%;
	}
	.b-mainpage-topnews_l__name{
		font-size: 16px;
		padding: 10px 0px;
	}
	.b-mainpage-topnews_l__prewt{
		font-size: 13px;
	}
	.b-mainpage-topnews_l__sec{
		bottom:10px;
		left: 10px;
	}
	.b-mainpage-topnews_l__shows{
		bottom:10px;
		right: 10px;
	}
}
@media (min-width: 767px) and (max-width: 991px){
	.b-mainpage-topnews_l_text{
		position: absolute;
		display: block;
		padding: 0px ;
		bottom: 0px;
		left: 0px;
		width: 100%;
	}
	.b-mainpage-topnews_l__name{
		font-size: 14px;
		padding: 7px 0px;
	}
	.b-mainpage-topnews_l__prewt{
		display: none;
		font-size: 13px;
	}
	.b-mainpage-topnews_l__sec{
		bottom:10px;
		left: 10px;
	}
	.b-mainpage-topnews_l__shows{
		bottom:10px;
		right: 10px;
	}
	.b-mainpage-topnews_l-wrap{
		float: right!important;
	}
}

@media (min-width: 0px) and (max-width: 767px){
	.b-mainpage-topnews_l_text{
		position: absolute;
		display: block;
		padding: 0px 10px 0px 10px;
		bottom: 0px;
		left: 0px;
		width: 100%;
	}
	.b-mainpage-topnews_l__name{
		font-size: 16px;
		background: white;
		padding: 10px 0;
	}
	.b-mainpage-topnews_l__prewt{
		margin: 0 0 20px 0;
	    padding: 10px 0;
	    background: white;
	    border-radius: 0 0 3px 3px;
/*	    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);*/
	}
	.b-mainpage-topnews_l__sec{
		bottom:15px;
		left: 15px;
	}
	.b-mainpage-topnews_l__shows{
		bottom:15px;
		right: 15px;
	}
	.b-mainpage-topnews_l-wrap{
	margin: 00px 0 0 0;
	/*	margin-left: -10px;
	    margin-right: -10px;*/
	}
}


