.ewp_news_list { list-style-type:none; margin:0px; padding:0px; }
.ewp_news_list li { margin-bottom:15px; }
.ewp_news_list .ewp_imgbox {
	width:90px;
	height:90px;
	border:1px solid #999999;
	float:left;
	margin:0 10px 0 0;
	}
.ewp_news_list .ewp_imgbox img {
	display:block; 
	max-width:100%;
	}
.ewp_news_list .ewp_decbox { overflow:hidden; font-size:13px; }
.ewp_news_list .ewp_title {
	font-size:16px;
	font-weight:600;
	}
.ewp_clear { float:none; clear:both; }

.ewp_pagination { height:24px; }
.ewp_pagination a {
	width:28px;
	height:24px;
	border:1px solid #906baf;
	border-radius:3px;
	color:#906baf;
	display: inline-block;
    font-size: 14px;
    overflow: visible;
    vertical-align: -.125em;
	margin-left:5px;
	line-height:1.5;
	padding:1px 5px;
	text-align:center;
	vertical-align:top;
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	transition: all 0.3s ease-out 0s !important;
    -webkit-transition: all 0.3s ease-out 0s !important;
	}
.ewp_pagination a:first-child {
	margin-left:0px;
	}
.ewp_pagination a.active,
.ewp_pagination a:hover {
	background:#906baf;
	color:#ffffff;
	}
.ewp_pagination a.disabled {
	border-color: #CDCDCD;
	color:#CDCDCD;
	}
.ewp_pagination a[href="javascript:;"] { pointer-events: none; }
.ewp_pagination svg {
	width: 0.7em;
    height: 1em;
	display: inline-block;
    font-size: inherit;
    overflow: visible;
    vertical-align: -.125em;
	}
.ewp_pagination svg * { 
	fill:#906baf; 
	transition: all 0.3s ease-out 0s !important;
    -webkit-transition: all 0.3s ease-out 0s !important;
	}
.ewp_pagination a.active svg *,
.ewp_pagination a:hover svg * { fill:#ffffff; }
.ewp_pagination a.disabled svg * { fill:#CDCDCD; }