#breadcrumb{
	height: 50px;
	line-height: 50px;
	background: #fafafa;
	padding: 0px 30px;
	font-size: 16px;
	word-spacing: 4px;
}
#breadcrumb span,#breadcrumb a:last-child{
	color:#028585;
	font-weight: 700;
}

#nc_items{
	margin-top: 30px;
	padding:0px 15px;
	border:1px solid #ccc;
}
#nc_title{
	margin-top: 15px;
}
#nc_title h1{
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color:#028585;
	padding-bottom: 5px;
	border-bottom: 2px solid #c33;
	display: inline-block;
}
.nc_items{
	margin:15px 0px;
	position: relative;
	overflow: hidden;
}
.nc_line{
	height: 1px;
	background: #ccc;
	margin:20px 0px;
}
.nc_img{
	width:200px;
	float:left;
}
.nc_content{
	width:calc(100% - 220px);
	float:right;
}
.nc_title h4 a{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
}
.nc_readmore a{
	position: absolute;
	display: inline-block;
	width:100px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	border: 1px solid #028585;
	text-align: center;
	bottom: 0;
	right: 0;
	color:#028585;
	transition:.5s;
}
.nc_readmore a:hover{
	color:#fff;
	background: #028585;
}
#nc_main .pagination>.active>a, #nc_main .pagination>.active>a:focus, #nc_main .pagination>.active>a:hover, #nc_main .pagination>.active>span, #nc_main .pagination>.active>span:focus, #nc_main .pagination>.active>span:hover{
	background-color: #028585;
    border-color: #028585;
}
#nc_main .pagination>li>a{
	color: #028585;
}