.dg-container
{
	width:100%;
	height:494px;
	position:relative;
	margin-top:18px;
}
.dg-wrapper{
	width:364px;
	height:494px;
	margin:0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-o-perspective: 600px;
	-ms-perspective: 600px;
	perspective: 600px;
}
.dg-wrapper a
{
	width:364px;
	height:494px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	box-shadow:0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition
{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img
{
	display:block;
	padding:1px;
}
.dg-wrapper a div
{
	text-align:center;
	line-height:50px;
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
	color:#333;
	font-size:16px;
	width:100%;
	bottom:-55px;
	display:none;
	position:absolute;
}
.dg-wrapper a.dg-center div
{
	display:block;
}




/*报刊推荐*/
.rrs_baokan
{
	width:920px;
	height:184px;
	background:#f2f2f2;
	padding:20px;
	margin:90px auto 0;
}
.rrs_baokan .rrs_baokan_con
{
	width:920px;
	height:184px;
	background:#fff;
}
.rrs_baokan_con .rrs_left
{
	float:left;
	width:230px;
	height:184px;
}
.rrs_baokan_con .rrs_right
{
	float:right;
	width:690px;
	height:184px;
}
.rrs_baokan_con .rrs_right ul
{
	padding-top:9px;
}
.rrs_baokan_con .rrs_right ul li
{
	float:left;
	width:304px;
	padding-left:41px;
	font-size:16px;
	line-height:34px;
}
/*报刊列表页*/
.baokan
{
	margin-top:24px;
}
.baokan .baokan-header
{
    border-bottom: 3px solid #346699;
    font-family:"Microsoft Yahei";
    font-size: 24px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 2px 0 0 2px;
	position:relative;
	background:url(/Templets/images/tabs.gif) 0 0 no-repeat;
}
#baokan1, #baokan2
{	
	text-indent:-9999em;
	width:61px;
	height:38px;
	float:left;
	display:inline-block;
	cursor:pointer;
}
.baokan-header .pagebar
{
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
	font-size:12px;
	font-family:"����";
	line-height:normal;
}
.baokancon
{
    margin: 0 -24px;
    padding-top: 6px;
    width: 1008px;
}
.baokancon ul li
{
    border:1px solid #E3E3E3;
    float:left;
    height:48px;
    margin:16px 24px;
    width:118px;
}
.baokancon ul li img
{
    height:48px;
    width:118px;
}


