
.ilist-wrapper-x28{
	width: 1000px;
	margin: 50px auto;
	
    font-size: 15px;
    line-height: 22px;
    color: #414247;
}
.ilist-holder-x28{	
	padding: 0px 5px;

}
.ilist-x28-item{
	width: 100%;
	position: relative;
	padding-left: 50px;
	padding-bottom: 20px;
	background: url("images/border-bg.png") left no-repeat;
}
.ilist-x28-item:hover .ilist-x28-text-box{
	background: #5C97BF;
	
  transition: background .3s ease-out;
}
.ilist-x28-item:hover .ilist-x28-right-item-title,.ilist-x28-item:hover .ilist-x28-text-box p {
	color: #fff;
}
.ilist-x28-tex-area {
	width: 76%;
	float: left;
	margin-right: 2%;

}
span.item-subtitle-x3{display:block;max-height:96px;overflow:auto;}
.ilist-x28-image-area {
	width: 20%;
	float: left;
}
.upvote-section {
	box-sizing: border-box;
	margin: 0 auto;
	text-align: right;
	color: #757575;
	position: absolute;
	right: 20px;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	top: -10px;
	z-index: 99;
}
.ilist-x28-image-area a {
	display: block;
	width: 180px;
	height: 120px;
	border-radius:3px;
	overflow: hidden;
}
.ilist-x28-image-area i {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 52px;
	color: #222;
}

.ilist-x28-text-box{
	border-width: 5px;
    border-color: #efefef;
    border-style: solid;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
    background: #ffffff;
	min-height: 180px;
}
.ilist-x28-image-area img{
	max-width: 100%;
}
.ilist-x28-text-box p{
	color: #888888;
    font-size: 17px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.4;
}

.ilist-x28-right-item-title{
    margin-top: 5px;
    margin-bottom: 0px;
    color: #4f5259;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.5;
}
.ilist-x28-right img{
	margin-top: 40px;
}
.ilist-x28-icon i {
    font-size: 50px;
	color: #569c79;
}

.circle-point{
	text-align: center;
}


/* Responsive Styles */

@media only screen and (max-width: 1200px){
	.ilist-wrapper-x28{
		width: 100%
	}	
	
}

@media only screen and (max-width: 768px){
	.ilist-x28-item{
		background: none;
		padding-left: 0px;
	}
	.ilist-holder-x28 {
    padding: 0px 30px;
	}
	.ilist-x28-text-box{
		padding-left: 20px;
		padding-right: 20px
	}
}
@media only screen and (max-width: 640px){
	
	.ilist-x28-image-area {
		width: 100%;
		float: none;
		text-align: center;
	}
	.ilist-x28-tex-area {
		width: 100%;
		float: left;
		margin-right: 0%;
	}
    
.ilist-x28-image-area img {

    max-width: 100%;
    width: 100%;
    margin: 12px 0 0 0;

}    
 .ilist-x28-image-area a {

    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
    margin: 18px 0 0 0;

}   
    
}

.qcilist-copy-share-section {
    position: absolute;
    right: 18px;
}