@charset "utf-8";
/* CSS Document */

.rt_dc_Cont{
	width: 1200px;
    min-height: 690px;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    z-index: 1;
	background: url(rt_dc_bg.png) right bottom no-repeat #fff;
}
.rt_dc_nr{
	margin: 50px;
}
.rt_dc_jtjj{
	background: url(rt_dc_jjbg.png) no-repeat;
	background-size: cover; 
	padding: 40px 60px 70px;
}
.rt_dc_jtjj .title{
	height: 67px;
	background: url(rt_dc_bt.png) center top no-repeat;
	background-size: auto 67px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 46px;
}
.rt_dc_jtjj .title p{
	padding-top: 20px;
	padding-left: 40px;
}
.rt_dc_jtjj_text{
	font-size: 18px;
	line-height: 200%;
}
.rt_dc_lmbt{
	position: relative;
	background: url(rt_dc_lmbt01.png) center repeat-x;
	text-align: center;
	line-height: 200%;
}
.rt_dc_more{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	width: 80px;
	text-align: right;
	font-size: 16px;
}
.rt_dc_more a{
	color: #ce0212;
}

.rt_dc_lmbt span{
	background: url(rt_dc_lmbt02.png) center repeat-x;
	padding: 0px 96px;
}
.rt_dc_lmbt span font{
	background: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 0 20px;
	
}
.rt_dc_ywly{
	margin-top: 40px;
}
.dc_listBox{
	
}
.dc_listBox li{
	width: 47%;
	line-height: 70px;
	border-bottom: dotted 1px #e0e0e0;
	float: left;
	margin-right: 6%;
}
.dc_listBox li span{
	float: right;
	font-size: 18px;
	color: #707070;
}
.dc_listBox li a{
	color: #333;
	background: url(rt_dc_dot.png) left center no-repeat;
	padding-left: 20px;
	font-size: 20px;
}
.dc_listBox li a:hover{
	color: #ce0212;
}
.dc_listBox li:nth-child(2n){
	margin-right: 0;
}

.rt_dc_xmzs{
	margin-top: 40px;
}
.dc_more{display: none;}

.base-more{
	text-align: center;
	margin-top: 30px;
}
.base-more a{
	display: inline-block;
	padding-right: 30px;
	background: url("esd-more.png") right center no-repeat;
	font-size: 18px;
	color: #c30e22;
}

@media screen and (max-width: 1440px) {
	.rt_dc_Cont{
		width: 1000px;
	}
	.rt_dc_jtjj .title{
		height: 56px;
		background-size: auto 56px;
		font-size: 20px;
		line-height: 38px;
	}
	.rt_dc_jtjj .title p{
		padding-top: 16px;
		padding-left: 36px;
	}
	.rt_dc_jtjj_text{
		font-size: 16px;
	}
	.rt_dc_more{font-size: 14px; width: 66px;}
	.rt_dc_lmbt span font{font-size: 20px;}
	.dc_listBox li{
		line-height: 56px;
	}
	.dc_listBox li a{
		font-size: 16px;
	}
	.dc_listBox li span{
		font-size: 14px;
	}

	.base-more{
		margin-top: 24px;
	}

	.base-more a{
		font-size: 15px;
		padding-right: 20px;
		background-size: 16px auto;
	}
	
}


