@media screen and (min-width: 1180px){
	.imageTitleBox{
	    width: 900px;
	}
	.content{
		width: 900px;
	}
	
	.about-listTable{
    	width: 400px;
	}
	
	.aboutListP{
    	width: 800px;
	}
	
	.content_left{
		padding: 30px;
	}
	
	.mainRightBox{
		width: 100%;
	}
	
	.mainRightImageBox{
		width: 340px;
		margin: 10px auto;
	}
}

@media screen and (max-width: 1180px){
	.content_left{
		padding: 30px 5px;
	}
}

.aboutTitle{
	font-size:18px;
	font-weight: bold;
}

.imageTitleBox{
    border-bottom: 1px solid #f3f3f3;
    background: #fafafa;
    margin: auto;
    padding: 20px 0px;
}

.content{
	height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: auto;
    background-color: #fff;
}

.single-cat{
	color: #999;
    font-size: 13px;
    margin-top: 10px;
}

.content_left{
	width: 100%;
    float: left;
    position: relative;
}

.aboutSmallTitle{
	display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.about-listTable{
    line-height: 22px;
}

.aboutListP{
	line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}