.rg_head .title .xuanchuan {
    background: url(../img/resources/res_01.png) no-repeat left center;
}
.rg_detail .xuan dl{
	float: left;
	margin-right: 35px;
}
.rg_detail .xuan dl dt img{
	display: block;
	width: 140px;
	height: 196px;
	box-shadow: 0 0 5px #c3c2c2;
}
.rg_detail .xuan dl dd{
	text-align: center;
	font-size: 14px;
	color: #222222;
	line-height: 45px;
}
/* 申请单下载 */
.rg_head .title .download {
    background: url(../img/resources/res_02.png) no-repeat left center;
}

/* 视频培训 */
.rg_head .title .video {
    background: url(../img/resources/res_03.png) no-repeat left center;
}
.rg_detail .pxvideo dl{
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
.rg_detail .pxvideo dl dt img{
	display: block;
	width: 185px;
	height: 110px;
	box-shadow: 0 0 5px #c3c2c2;
}
.rg_detail .pxvideo dl dd{
	text-align: center;
	font-size: 14px;
	color: #222222;
	line-height: 45px;
}
.rg_detail .pxvideo dl:nth-child(4n){
	margin-right: 0;
}

/* 资源列表 */
.resource_detail{
	
}
.resource_detail h3{
	font-size: 16px;
	color: #222222;
	text-align: center;
}
.resource_detail .newstime{
	display: block;
	font-size: 14px;
	color: #a2a2a2;
	text-align: center;
	margin: 14px 0;
}
.resource_detail p{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 30px;
}
.resource_detail img{
	display: inline-block;
	width: 100%;
}

.resource_detail a{
	font-size: 14px;
	color: #4d4d4d;
}



.rg_detail .details table{
	border: 1px solid ;
	margin: 0 auto;
}
.rg_detail .details table tr td{
    padding: 0px 7px;
    border-color: windowtext;
    border-style: solid;
    border-width: 1px;
}


@media screen and (max-width: 1024px) {
	.rg_detail .pxvideo dl{
		margin-right: 0.3rem;
	}
	.rg_detail .pxvideo dl dt img {
	    width: 3.4rem;
	    height: 2rem;
	}
	.rg_detail .pxvideo dl:nth-child(2n){
		margin-right: 0;
	}
}


@media screen and (max-width: 768px) {
	.rg_detail .pxvideo dl{
		margin-right: 0.3rem;
	}
	.rg_detail .pxvideo dl dt img {
	    width: 3.4rem;
	    height: 2rem;
	}
	.rg_detail .pxvideo dl:nth-child(2n){
		margin-right: 0;
	}
}

@media screen and (max-width: 750px) {
	.rg_detail .pxvideo dl{
		margin-right: 0.3rem;
	}
	.rg_detail .pxvideo dl dt img {
	    width: 3.4rem;
	    height: 2rem;
	}
	.rg_detail .pxvideo dl:nth-child(2n){
		margin-right: 0;
	}
}





