.gcyj_section_content{
	width: 1100px;
	margin: auto;
}

.gcyj_section_content div{
	display: inline-block;
	width: 480px;
	height: 400px;
	text-align: center;
	margin-left: 40px;
}

.gcyj_section_content div img{
	width: 480px;
}

.gcyj_section_content div p{
	color: #666;
	font-size: 1.1em;
	margin-top: 5px;
}

.gcyj_section_content_title{
	text-align: center;
	font-size: 1.6em;
    line-height: 60px;
    color: #666;
    border-bottom: 1px dashed #dbd4cd;
}

/* 小屏幕适配 */
@media screen and (max-width: 1366px) {
	.gcyj_xm {
		height: auto;
		padding-bottom: 40px;
	}
	.gcyj_xm_div2 {
		display: inline-block;
		position: relative;
		top: 0;
		width: 100%;
	}
	.gcyj_xm_div3 {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
}