html,body{
	background-color: #f3f4f6;
}
.profile{
	padding:60px;
	background-color: white;
	margin-top: 80px;
	margin-bottom: 40px;
	position: relative;
}
.fullTxt img{
	max-width: 100%;
}
.fullTxt span,.fullTxt p{
	font-size: 20px;
	line-height: 36px;
	font-weight: lighter;
	color: #18191c;
	text-align: justify;
	margin-bottom: 20px;
}
.profileTitle{
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.zs{
	position: absolute;
    right: 90px;
    top: -16px;
}
.pfTitle{
	font-size: 16px;
	color: #7b7b7c;
	text-align: center;
	margin-bottom: 20px;
}
.moreNews a{
	display: block;
	line-height: 40px;
	font-size: 20px;
	color: #18191c;
	max-width: 50%;
	position: relative;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.moreNews a:nth-child(1){
	padding: 0 15px 0 36px;
}
.moreNews a:nth-child(1)::after
{
	content: "<<";
	position: absolute;
	left: 0px;
	top: 0px;
}
.moreNews a:nth-child(2){
	padding: 0 36px 0 15px;
}
.moreNews a:nth-child(2)::after
{
	content: ">>";
	position: absolute;
	right: 0px;
	top: 0px;
}
@media only screen and (max-width: 1023px) {	
	.moreNews a{
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {	
	.moreNews a{
		font-size: 10px;
		line-height: 20px;
	}
	.moreNews a:nth-child(1){
		padding: 0 4px 0 16px;
	}
	.moreNews a:nth-child(2){
		padding: 0 16px 0 4px;
		
	}
	.profileTitle{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.profile{
		padding: 30px 20px 20px;
		margin: 30px auto;
	}
	.fullTxt span, .fullTxt p {
	    font-size: 12px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.zs{
		width: 30px;
	    right: 30px;
	    top: -8px;
	}
	.zs img{
		width: 100%;
	}
	.pfTitle{
		margin-bottom: 15px;
		font-size: 10px;
	}
}
