﻿







.jtcy_col{
	max-width:1200px;
	background:#f5f5f5;
	margin:0 auto 40px auto;
	transition:all .5s;
}
.jtcy_col:hover{
	box-shadow:0 0 15px #333;
}

.jtcy_con1{
	width:60%;
	padding:30px;
	float:left;
}
.jtcy_con2{
	width:40%;
	float:right;
}
.jtcy_con3{
	width:60%;
	padding:30px;
	float:right;
}
.jtcy_con4{
	width:40%;
	float:left;
}
.jtcy_con2 img,.jtcy_con4 img{
	width:100%;
}

.jtcy_con h3{
	font-size:34px;
	color:#ac0306;
	line-height:40px;
	font-weight:normal;
}
.jtcy_con span{
	font-size:18px;
	line-height:32px;
	color:#333;
	text-transform:uppercase;
	display:block;
}
.jtcy_con span:after{
	width:80px;
	height:3px;
	background:#ac0306;
	display:block;
	content:'';
}


.jtcy_con .jtcy_text{
	padding:15px 0;
	font-size:14px;
	line-height:24px;
	text-indent:2em;
	color:#666;
}

.jtcy_con a.more{
	display:block;
	height:40px;
	width:120px;
	background:#ac0306;
	font-size:15px;
	color:#fff;
	text-align:center;
	line-height:40px;
}


@media (min-width:580px) and (max-width:900px) {
	.page_columnname,.jtcy_con2,.jtcy_con4{
		display:none;
	}
	.jtcy_con1,.jtcy_con3{
		width:100%;
		float:none;
	}
	.jtcy_con{
		text-align:center;
	}
	.jtcy_con span:after{
		margin:0 auto;
	}
	.jtcy_con a.more{
		margin:0 auto;
	}
}
@media(max-width:579px){
	.page_columnname{
		display:none;
	}
	.jtcy_con1,.jtcy_con3{
		width:100%;
		float:none;
	}
	.jtcy_con2,.jtcy_con4{
		width:100%;
		float:none;
	}
	.jtcy_con{
		text-align:center;
	}
	.jtcy_con span:after{
		margin:0 auto;
	}
	.jtcy_con a.more{
		margin:0 auto;
	}
}







