@charset "utf-8";
/* CSS Document */
html,body{ 
	background: #fff;
}

.header_wrap{
	position: static;
}

/* 页码 */
.pages{
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
}
.pages a,
.pages span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #00479d;
	margin: 0 3px;
	border: 1px solid #448aca;
}
.pages .prev_page,
.pages .next_page{
	width: 120px;
	background: #fff;
	color: #00479d;
}
.pages .current,
.pages a:hover{
	background: #f39700;
	color: #fff;
}

/* 内刊详情页面 */
.neikanXq_wrap{
	padding-top: 20px;
	width: 1300px;
	margin: 0 auto;
	position: relative;
}
.neikanXq_top{
	position: relative;
	margin-bottom: 15px;
}
.neikanXq_top .line{
	position: absolute;
	top: 20px;
	bottom: 10px;
	right: 290px;
	border-left: 1px dashed #7d7d7d;
	width: 1px;
}
.top_left{
	width: 990px;
}
.left_title{
	line-height: 56px;
	color: #00479d;
	font-weight: bold;
	font-size: 24px;
}
.left_intro{
	line-height: 30px;
	color: #666;
	text-indent: 2em;
}

.top_right{
	width: 270px;
}
.right_ul{
	padding-top: 30px;
}
.right_ul li{
	width: 50%;
	float: left;
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 20px;
	color: #999;
}
.right_ul li span{
	color: #e8b48a;
	display: block;
}

.xqyears_dl{
	padding-left: 50px;
	padding-bottom: 1px;
	line-height: 30px;
	color: #448aca;
	font-size: 20px;
}
.xqyears_dl dt{
	width: 70px;
	float: left;
	font-weight: bold;
}
.xqyears_dl dd{
	width: 1180px;
	float: left;
	text-align: center;
}
.xqyears_dl dd a{
	float: left;
	width: 80px;
	height: 30px;
	border: 1px solid #448aca;
	color: #448aca;
	border-radius: 3px;
	margin: 0 10px 10px 0;
}
.xqyears_dl dd a.current,
.xqyears_dl dd a:hover{
	background: #448aca;
	color: #fff;
}

.xqtable th,.xqtable td{
	line-height: 30px;
	padding: 5px 10px;
	color: #666;
	text-align: center;
}
.xqtable th{
	font-weight: bold;
	background: #448aca;
	color: #fff;
}
.xqtable td{
	border-right: 2px solid #fff;
}
.xqtable td:last-child{
	border: 0;
}
.xqtable tr:nth-child(2n) td{
	background: rgba(68, 138, 202, 0.2);
}

/*20241011*/
.neikanXq_wrap{
	margin-top: 20px;
	width: 1400px;
	position: relative;
	padding: 20px 50px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	border-radius: 10px;
	backdrop-filter: blur(20px);
}
.neikanXq_wrap *{
	color: #fff;
}
.neikanXq_top .line{
	border-color: #ccc;
}
.xqyears_dl{
	color: #fff;
}
.xqyears_dl dd a{
	color: #fff;
	border-color: #fff;
	font-size: 16px;
}
.xqyears_dl dd a.current, .xqyears_dl dd a:hover {
    background: #fff;
    color: #448aca;
}
.xqtable td,.xqtable td a{
	color: #fff;
}
.xqtable td{
	border-right-color:rgba(255, 255, 255, 0.2); 
}
.xqtable tr:nth-child(2n) td {
    background: rgba(255, 255, 255, 0.1);
}

/* 页码 */
.pages a,
.pages span{
	font-size: 12px;
	color: #ccc;
	border: 0;
}
.pages .prev_page,
.pages .next_page{
	background:none;
	color:#fff;
	width: auto;
	padding: 0 10px;
}
.pages .current,
.pages a:hover{
	background: #f39700;
	color: #fff;
	border-radius: 5px;
}