.gcjj_l {
		width: 657px;
		height: 400px;
		float: left;
		overflow: hidden;
	}

	.gcjj_l .slideBox {
		position: relative;
	}

	.gcjj_l .slideBox .hd {}

	.gcjj_l .slideBox .hd ul {
		display: inline-block;
		position: absolute;
		z-index: 33;
		right: 10px;
		bottom: 12px;
	}

	.gcjj_l .slideBox .hd ul li {
		width: 10px;
		height: 10px;
		display: inline-block;
		background: #FFFFFF;
		margin: 0 8px;
		cursor: pointer;
	}

	.gcjj_l .slideBox .hd ul li.on {
		background: #C50000;
	}

	.gcjj_l .slideBox .bd ul {}

	.gcjj_l .slideBox .bd ul li {
		width: 657px;
		height: 400px;
		position: relative;
		z-index: 1;
	}

	.gcjj_l .slideBox .bd ul li a {
		display: block;
	}

	.gcjj_l .slideBox .bd ul li a img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.gcjj_l .slideBox .bd ul li a p {
		height: 40px;
		width: 100%;
		line-height: 40px;
		font-size: 18px;
		position: absolute;
		z-index: 22;
		left: 0;
		bottom: 0;
		background: url(../img/h_tm_bg_01.png) repeat;
		color: #FFFFFF;
		text-indent: 12px;
	}

	.gcjj_l .slideBox .bd ul li a:hover {
		text-decoration: underline;
	}

	.gcjj_l .slideBox .prev {
		position: absolute;
		font-size: 70px;
		font-family: "SimSun";
		top: 37%;
		z-index: 55;
		left: 3%;
		color: #f1f1f1;
	}

	.gcjj_l .slideBox .next {
		position: absolute;
		font-size: 70px;
		font-family: "SimSun";
		top: 37%;
		z-index: 55;
		right: 3%;
		color: #f1f1f1;
	}

	.gcjj_l .slideBox .prev:hover,
	.gcjj_l .slideBox .next:hover {
		color: #C50000;
	}

	.gcjj_r {
		float: left;
		background: #f8f8f8;
		width: 505px;
		height: 346px;
		overflow: hidden;
		padding: 18px;
	}

	.gcjj_r .hd {
		position: relative;
		z-index: 1;
		margin-bottom: 10px;
	}

	.gcjj_r .hd span {
		width: 100%;
		position: absolute;
		z-index: 11;
		left: 0;
		top: 18px;
		display: block;
		border-bottom: 1px solid #C50000;
	}

	.gcjj_r .hd ul {
		text-align: center;
		position: relative;
		z-index: 22;
	}

	.gcjj_r .hd ul li {
		width: 117px;
		height: 36px;
		margin: 0 8px;
		display: inline-block;
		background: #ef8a8a;
		color: #FFFFFF;
		font-size: 18px;
		line-height: 36px;
		cursor: pointer;
	}

	.gcjj_r .hd ul li.on {
		background: #C50000;
	}

	.gcjj_r .bd {}

	.gcjj_r .bd .ul1 {
		position: relative;
		z-index: 1;
	}

	.gcjj_r .bd .ul1 h3 {
		height: 64px;
		font-size: 18px;
		font-weight: bold;
		line-height: 64px;
		cursor: pointer;
	}

	.gcjj_r .bd .ul1 span {
		font-size: 14px;
		line-height: 28px;
		margin-top: -15px;
		padding-bottom: 6px;
		color: #444444;
		display: none;
	}

	.gcjj_r .bd .ul1 a {
		border-bottom: 1px dashed #D5D5D5;
		display: block;
	}

	.gcjj_r .bd .ul1 a.more {
		position: absolute;
		z-index: 22;
		right: 0;
		bottom: 0;
		background: url(../img/more_bg_01.png) no-repeat center bottom;
		width: 73px;
		height: 30px;
		line-height: 28px;
		text-align: center;
		font-size: 14px;
	}