.about-us-banner {
    height: 250px;
    background: url('../../images/about_us/banner_about_us.jpg') no-repeat center bottom;
    background-size: cover;
}

.main-body {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	min-width: 480px;
	padding-top: 110px;
	color: #444;
}

.review-list {
	margin: 80px auto;
}

.review {
	padding: 90px 0;
	border-bottom: dotted 2px #ececec;
}

.review:first-child {
	padding: 0 0 90px 0;
}

.review h4 {
	margin: 0;
	font-size: 28px;
}

a.review-title {
	color: #444;
}

a.review-title:hover {
	color: #6b63e1;
}

.review .time-referrer {
	margin: 10px 0 0;
	font-size: 16px;
	color: #b2b2b2;
}

.review .time-referrer .referrer {
	margin: 0 0 0 10px;
	color: #b2b2b2;
}

.review p {
	padding: 0;
	line-height: 28px;
	font-size: 17px;
	font-weight: 300;
}

.review .see-detail {
	font-size: 14px;
	color: #6b63e1;
	padding-right: 17px;
	background: url('../../images/about_us/see_detail.png') no-repeat right center;
}

.review .see-detail:hover {
	padding-left: 5px;
}

.news-content img{
	max-width: 100%;
}
.news-content p{
	line-height: 35px; text-indent: 35px;
}
.news-content-title{
	padding:0 5%;
}


/* Mobile Style */
@media screen and (max-width: 1080px) {
	.about-us-banner {
		background-position: 50% 0;
	}
	
	.main-body {
		min-width: 320px;
	}
	
	.about-us-title {
		text-align: left;
		margin: 0 5%;
		padding: 50px 0 0 0;
	}
	
	.news-content-title h1 {
		font-weight: 100;
		font-size: 20px;
		line-height: 20px;
	}

	.about-us-title h1 {
		font-weight: 100;
		font-size: 26px;
		line-height: 26px;
	}
	
	.about-us-content {
		margin: 30px 5%;
	}
	
	.about-us-content p {
		padding-bottom: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	
	.review-list {
		margin: 0 5%;
	}
	
	.review {
		padding: 50px 0;
		display: block;
	}

	a.review-title:hover {
		color: #444;
	}
	
	.review:first-child {
		padding: 50px 0;
	}
	
	.review h4 {
		font-size: 17px;
	}
	
	.review .time-referrer {
		font-size: 13px;
	}
	
	.review p {
		font-size: 14px;
		line-height: 20px;
	}
}