@charset "utf-8";
/* CSS Document */
html {
background-color:#FFFFFF;
}

.wrapper{
	width:1200px;
	margin:0px auto;
}
.top_mini{
	width:1200px;
	margin:0px auto;
	height:45px;
	}
.login{
width:43%;
float:left;
line-height:45px;
}
.login ul li{
float:left;
}
.login_i {
width:60px;
height:19px;
line-height:19px;
border:1px #d2d2d2 solid;
padding-left:5px;
margin-left:5px;
margin-right:10px;
}

a.login_btn {
display:block;
width:60px;
height:25px;
line-height:25px;
cursor:pointer;
border-width:0;
color:#333;
background-color:#e9f0fd;
border-radius:5px;
text-align:center;
margin-top:10px;
}
a.login_btn:hover {
width:60px;
height:25px;
cursor:pointer;
border-width:0;
color:#fff;
background-color:#1b66e6;
border-radius:5px;
}
a.blue {
display:block;
font-size:12px;
margin-left:5px;
width:70px;
height:25px;
line-height:25px;
cursor:pointer;
border-width:0;
color:#1b66e6;
text-align:center;
margin-top:10px;
}
a.blue:hover {
width:70px;
height:25px;
cursor:pointer;
border-width:0;
color:#1b66e6;
background-color:#e9f0fd;
border-radius:5px;
}
.user-box{
width:600px;
float: right;
line-height:45px;
background-color:#e9f0fd;
border-radius:20px 0px 0px 20px;
padding-left:20px;
}

#nav { 
list-style-type:none;
position:relative;
} 
#nav a { 
display:block; 
width:120px; 
text-align:center;
height:40px;
line-height:40px;
} 
#nav a:link { 
color:#333; 
text-decoration:none;
background-image:none;
} 

#nav a:hover { 
color:#333;
text-decoration:none;
background-color:#d9e7ff;
background-image:none;
} 
  
#nav li { 
float:left; 
width:120px;
height:40px;
line-height:40px;
} 

#nav li a.arrow:link { 
background:#e9f0fd  url(../images/arrow_d.png) 100px 16px no-repeat;
}
#nav li a.arrow:hover {
background:#d9e7ff  url(../images/arrow_up.png) 100px 16px no-repeat;
}
#nav li ul { 
line-height:40px; 
list-style-type:none;
text-align:left; 
left:-999em; 
width:120px; 
position:absolute;
z-index:9999;
top:40px;
} 
#nav li ul li{ 
float:left; 
width:120px; 
background-color:#e3edff;
} 
#nav li ul a{ 
wedisplay:block; 
width:120px;
text-align:left;
text-align:center;
} 
#nav li ul a:link { 
color:#333; 
text-decoration:none; 
} 
 
#nav li ul a:hover { 
color:#fff;
text-decoration:none;
font-weight:normal; 
background:#8bb0ef; 
} 
#nav li:hover ul { 
left:auto; 
} 

.pb0{
	padding-bottom:0px;
	}
	
.mt25{ 
    margin:20px auto 0px;
	}

/*header
-------------------------------*/
.header_w{
	width:100%;
	margin:0px auto;
	background:#1b66e6 url(../images/header.jpg) no-repeat  center;
}
.header{
	width:1200px;
	height:250px;
	margin:0px auto;
	position:relative;
}
.jiuban{
	position: absolute;
	top:20px;
	right:10px;
}
.jiuban>a{
	color:#e3edff;
}
.jiuban>a:hover{
	color:#fff;
	text-decoration:underline;
}

/*logo
-------------------------------*/
.top-bar{
	margin:5px auto;
	padding:10px 0px;
	height:80px;
	}
.top-bar>a{
float:left;
width:200px;
height:75px;
background:url(../images/logo.png) no-repeat 0px 0px;
	}
	
.system{
float: left;

font-size: 0;
line-height: 58px;
	}
.system h2{
color:#fff;
font-size:20px;
float:left;
padding-top:21px;
	}	
.split {
margin: 13px 28px 0px 0px;
height: 50px;
width:1px;
float:left;
border-left: 1px solid #fff;
}
.hdtxt{
	width:555px;
	height:35px;
	line-height:35px;
	float:right;
	color:#fff;
	border-radius:20px;
	background-color:#0943a8;
	padding-left:30px;
	}
.hdtxt p{
	float:left;
}
.hdtxt p strong{
	font-size:14px;
	color:#9bc4ff;
	font-weight:normal;
	padding-right:30px;
}
.hdtxt p span{
	padding:0px 20px 0px 10px;
}
/*多行切换
-------------------------------*/    
 /*头部数据量*/			
#temp1 .rol_content_box{
overflow:hidden;
height:30px;
margin-top:5px;                                    /*修改高度，可实现一行及多行展示*/
}
#temp1 .rol_content_box ul li{
line-height:30px;
list-style-type:none;
color:#c7dcff;
}
#temp1 .rol_content_box ul li span{
padding:0px 6px;
color:#fff;
}


/*检索
-------------------------------*/
.s_bg{
	width:1200px;
	height:120px;
	margin:-90px auto 0px;
	background:#fff url(../images/seachbg.jpg)  no-repeat left top;
	-webkit-box-shadow:0px 0px 10px #e3e3e3;
    -moz-box-shadow:0px 0px 10px #e3e3e3;  
	box-shadow:0 0 6px rgba(0,0,0,.15);
	position: relative;
}
.s_fl{
	width:700px;
	float:left;
	height:130px;
	padding-left:20px;
	background:url(../images/searchbg.jpg) no-repeat 10px 40px;
		}
.s_tit{
	padding-top:14px;
	padding-bottom:12px;
	font-size:16px;
	}	
.hot{
	color:#666;
	margin:5px auto 0px 20px;
	font-size:12px;
	}

.hot span{
	padding-left:20px;
	}
	.hot span a{
color:#1e6fde;
	}
.hot span a:hover{
color:#1e6fde;
text-decoration:underline;
}
	
.inputtxt {
width:380px;
height:30px;
line-height:30px;
border:1px #c7c7c7 solid;
padding-left:5px;
float:left;
margin-left:20px;
}

.inputfk {
width:280px;
height:26px;
line-height:26px;
border:1px #4f9be9 solid;
padding-left:3px;
margin-top:2px;
float:left;
margin-left:80px;
}
.fkbtn {
margin-top:2px;
font-size:14px;
float:left;
width:60px;
height:28px;
line-height:28px;
background-color:#1e8ade;
cursor:pointer;
border-width:0;
color:#fff;
}
	
a.inputbtngj {
text-align:center;
display:block;
float:left;
width:90px;
height:32px;
line-height:32px;
cursor:pointer;
border-width:0;
margin-left:10px;
color:#1b66e6;
border:1px #c7c7c7 solid;
box-sizing:border-box;
background-color:#FFF;
}
.inputbtn {
background-color:#1e6fde;
float:left;
width:80px;
height:32px;
line-height:32px;
cursor:pointer;
border-width:0;
color:#fff;
}
.s_fr{
	width:480px;
	float:right;
	}	
.s_fr ul li a{
	display:block;
	width:120px;
	height:40px;
	padding-top:80px;
	text-align:center;
	float:left;
	}
.s_fr ul li a:last-child { 
	border-left: none;
}	
.s_fr ul li a.s_fr01{	
		background:url(../images/s_fr.png) no-repeat 33px 25px;    
	}
.s_fr ul li a.s_fr01:hover{		
		background:#8bb0ef url(../images/s_fr_on.png) no-repeat 33px 25px;    
	}
.s_fr ul li a.s_fr02{
		background:url(../images/s_fr.png) no-repeat 30px -103px;  
	}
.s_fr ul li a.s_fr02:hover{
		background:#8bb0ef url(../images/s_fr_on.png) no-repeat 30px -103px;  
	}
	.s_fr ul li a.s_fr03{
		background:url(../images/s_fr.png) no-repeat 31px -215px;  
	}
		.s_fr ul li a.s_fr03:hover{
		background:#8bb0ef url(../images/s_fr_on.png) no-repeat 31px -215px;  
	}
	.s_fr ul li a.s_fr04{
		background:url(../images/s_fr.png) no-repeat 32px -329px;  
	}
	.s_fr ul li a.s_fr04:hover{
		background:#8bb0ef url(../images/s_fr_on.png) no-repeat 32px -329px;  
	}
		.s_fr ul li a.s_fr05{
		background:url(../images/s_fr.png) no-repeat 14px -446px;  
	}
	.s_fr ul li a.s_fr05:hover{
		background:#8bb0ef url(../images/s_fr_on.png) no-repeat 14px -446px;  
	}
.s_fr ul li a.s_fr06{
		background:url(../images/s_fr.png) no-repeat 14px -567px;  
	}
.s_fr ul li a.s_fr06:hover{
		background:#8bb0ef url(../images/s_fr_on.png) no-repeat 14px -567px;  
	}
.s_fr ul li a.s_fr07{
	background:url(../images/s_fr.png) no-repeat 13px -688px;  
	}
.s_fr ul li a.s_fr07:hover{
	background:#8bb0ef url(../images/s_fr_on.png) no-repeat 13px -688px;  
	}	
.s_fr ul li a:link,..s_fr ul li a:visited {	
color:#000;
}
.s_fr ul li a:hover,.s_fr ul li a:active {
color:#fff;
}


.position{
background-color:#f7f8fa;
height:35px;
line-height:35px;
padding-left:15px;
margin-bottom:15px;
margin-top:15px;
}
.position span{
	color:#1e6fde;
}
/*期刊文献学科导航
--------------------------------------*/
.anli{
	margin:0px 0px 10px;
	}
.anli a{
	float:left;
	width:19%;
	text-align:center;
	height:55px;
	line-height:55px;
	text-align:center;
	margin-left:9px;
	margin-top:15px;
	border-radius:5px;
	}
.anli a:link,.anli a:visited {
	color:#2878eb;
	border:1px #e9edf3 solid;
	background-color:#f3f8ff;
}
.anli a:hover,.anli a:active {
color:#fff;
	border:1px #2878eb solid;
	text-decoration:none;
	background-color:#2878eb;
}	

/*期刊推荐
--------------------------------------*/
.box_sub{
	height:40px;
	background-color:#e7f3ff;
	box-sizing:border-box;
	position:relative;
	margin-top:3px;
	margin-bottom:4px;
	padding-left:18px;
	margin-top:10px;
	}
.box_sub>a{
	display:block;
	text-align:center;
	line-height:40px;
	float:left;
	font-size:16px;
	width:31%;
	margin-left:3px;
	color:#345798;
}
.box_sub a>span{
	font-size:14px;
	padding-left:5px;	
}

.box_sub>a:hover,.box_sub>a:active {
	font-size:16px;
	color:#0073cc;
	background-color:#fff;	

}
.box_sub>a.box_on {
	padding:0px 25px 0px;
	font-size:16px;
	color:#0073cc;
	background-color:#fff;	

}	
.box_sub>a:last-child { 
border-right: none;
}
.sortlist{
	width:945px;
	float:right;
	}
.sortlist input{
	margin-right:5px;
	}

.sortlist a span{
	color:#ef4335;
}
.sortlist a:link,.sortlist a:visited {
	color:#0073cc;
}
.sortlist a:hover,.sortlist a:active {
color:#ef4335;
}	
.sortlist table {
	line-height:25px;
	}	
.sortlist table tr{
	line-height:25px;
	border-bottom:1px #edf1fa solid;
	}	
.sortlist table tr td{
	padding:8px 3px 5px 5px;
	}
.sortlist table tr.sortlisttop{
	background-color:#e7f3ff;
	color:#1b66e6;
	font-size:16px;
	position:relative;
	}
.sortlist table tr.sortlisttop:before {
    position: absolute;
    top:28%;
    left:0;
    width:5px;
    height:20px;
	background-color:#1a63d2;
    content: '';
}			
.box_fl{
	width:240px;
	float:left;
	margin:8px 0px 0px;
	text-align:center;	
	}
.box_fl img{
	border:1px #d1dff4 solid;
	width:180px;
	height:250px;
	margin-bottom:15px;
	}
.box_fl p{
	text-align:center;
	}
.box_book {
		color:#2879ec;
		background-color:#f3f8ff;
		border-radius:5px;
		padding:7px 0px;
		margin-top:7px;
	}
.box_book p span{
	color:#889bbb;
	}	
.sidebar{
	width:238px;
	float:left;
	border: 1px #d8d7d7 solid;
	padding-bottom:10px;
	}
.sidebar h4{
	height:38px;
	line-height:38px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#1b66e6 url(../images/tab_bg.png) no-repeat 0px 0px;
	margin-bottom:13px;
	}

ul.list01 li{
	position:relative;
	height:28px;
	line-height:28px;
	padding-left:48px;	
	}
ul.list01 li:before {
	position: absolute;
	float: left;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color:#afafaf;
    top:45%;
    left:30px;
    content: '';
}	

/*期刊检索
--------------------------------------*/
.qk_search{
	border:1px #d7d8d6 solid;
	padding:15px;
	box-sizing:border-box; 
	}
.sfmenu {	
height:35px;
line-height:35px;
margin:0px auto 10px;
padding-left:115px;
}

.sfmenu a {
color:#333;
padding-right:30px;
}
.sfmenu a:hover{
color:#5531ff;
}
.sfmenu a.red{
color:#3768fe;
	}
	
.top_sf {
width:130px;
color:#333;
border: 1px solid #c2cfe2;
height:30px;
padding-left:5px;
margin-right:5px;
background: #fff;
}
.top_cbly{
width:110px;
height:30px;
color: #fff;
background-color:#1e6fde;
border:none;
}
.top_ipt{
width:400px;
background: #fff;
height:30px;
border: 1px solid #c2cfe2;
padding-left:5px;
margin-right:7px;
}

.qk_left{
	width:700px;
	float:left;	
	}
.qk_right{
	width:450px;
	float:right;
	}
.qk_right font{
	color:#1e6fde;
	padding:0px 3px;
	font-size:16px;
	}
.qk_right span{
	color:#1e6fde;
	}	
	
	
	
		
/*数据库导航
--------------------------------------*/
.tit_w{
	background:url(../images/tit_bg.jpg) no-repeat 0px 0px;
	height:40px;
	text-align:center;
	color:#fff;
	position:relative;
	font-style:italic;	
	}
.tit_w2{
	background:url(../images/tit_bg2.jpg) no-repeat 0px 0px;	
	}
.tit_w h3{
	font-size:20px;
	line-height:40px;	
	}	
.tit_w span{
	font-size:14px;
	color:#fff;
	padding-left:10px;
	}
.tit_w a{
	border-radius:20px;
	background-color:#d5e3fc;
	font-size:14px;
	color:#1b66e6;
	display:block;
	width:80px;
	height:25px;
	text-align:center;
	line-height:25px;
	position:absolute;
	right:30px;
	top:8px;
	font-style:oblique;
	}	
.tit_w a:hover{
    background-color:#fff;
	color:#1b66e6;
	}
.column{
	width:390px;
	margin-right:18px;
	border:1px #d7d8d6 solid;
	background-color:#FFF;	
	position:relative;
	}
.col380{
	width:385px;
	margin-right:0px; 
	}
.bory{
	border-bottom:1px #f37828 solid;
	}
.column dl dt.tit01{
	font-size:16px;
	height:35px;
	line-height:35px;
	color:#1980ff;
	text-align:left;
	margin-bottom:15px;
	padding-left:20px;
	background-color:#e9f0fd;
	}
.column dl dt.tit02{
	color:#22acf3;
	background-color:#e4f7fe;
	}
.column dl dt.tit01 span{
	font-size:12px;
	color:#1980ff;
	padding-left:20px;
	}
.column dl dt>a{
	position:absolute;
	color:#1b66e6;
	top:7px;
	right:10px;
	font-size:14px;
	display:block;
	width:50px;
	height:20px;
	line-height:20px;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
	}
.column dl dt>a:hover{
	color:#fff;
	background-color:#1980ff;
	}
.column dl dt.tit02 >a{
	position:absolute;
	color:#3abcff;
	top:7px;
	right:10px;
	font-size:14px;
	display:block;
	width:50px;
	height:20px;
	line-height:20px;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
	}
.column dl dt.tit02 >a:hover{
	color:#fff;
	background-color:#3abcff;
	}		
h4.c_tit{
	font-size:18px;
	height:17px;
	line-height:17px;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:20px;
	border-left:4px #1e6fde solid;
	}	

.column dl{
	padding-bottom:15px;
	}
.column dl dd{
width:28%;
padding-left:20px;
float:left;
	}
.column dl.lhb{
	line-height:45px;
	padding-bottom:20px;
	}
.column dl.list_35{
	line-height:33px;
	padding-bottom:23px;
	}
.column dl.list_read{
padding-bottom:15px;
	}
.column dl.list_read dd{
	position:relative;
	width:84%;
	float:none;
	padding-left:20px;
	line-height:35px;
	height:35px;
	margin-left:23px;
	}
.column dl.list_read dd:before {
	position: absolute;
	float: left;
    width:4px;
    height:4px;
    border-radius:2px;
    background-color:#c2c2c2;
    top:45%;
    left:0;
    content: '';
}
.tit_fl{
	width:70%;
	float:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-right:10px;	
	}
.time{
	font-size:12px;
	width:25%;
	float:right;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden;
	text-align:right;
	color:#8c8c9a;
	}
/* 文献类型和行业分类
-------------------------------*/	
.sub_tab{
	width:240px;
	float:left;
	margin:15px 0px 0px;
	}		
.sub_tab a{
	display:block;
	height:86px;
	line-height:86px;
	text-align:center;
	font-size:18px;
	margin-bottom:25px;
}
.sub_tab a:link,.sub_tab a:visited {
	color:#1b66e6;
	background-color:#e7f3ff;
}
.sub_tab a:hover,.sub_tab a:active {
	color:#fff;
	background:#1b66e6 url(../images/tab_bg.png) no-repeat 0px 0px;
}
.sub_tab a.c_on {
	color:#fff;
	background:#1b66e6 url(../images/tab_bg.png) no-repeat 0px 0px;	
}
.sub_tab a:last-child { 
margin-bottom:0px;
}
.er_tabbd{
	box-sizing:border-box;
	margin-top:6px;
	}
.er_bdtop{
	height:40px;
	line-height:40px;
	color:#1c68e4;
	position:relative;
	padding-bottom:5px;
	}		
.tab_bd{
	width:960px;
	float:left;
	box-sizing:border-box;
	padding-bottom:10px;
	margin-top:15px;
	border:#e9edf3 solid 1px;
	}
.tab_bdtop{
	height:40px;
	line-height:40px;
	padding-left:45px;
	color:#1c68e4;
	position:relative;
	}
.tab_bdtop>a{
	position:absolute;
	width:124px;
	height:30px;
	line-height:30px;
	display:block;
	top:0px;
	right:33px;
	text-align:center;
	background-color:#e9f0fd;
	color:#1e6fde;
	border-radius:0px 0px 10px 10px;
	}
	.tab_bdtop>a:hover{
	background-color:#1e6fde;
	color:#FFF;
	}			
.wen_list a{
	display:block;
	float:left;
	width:120px;
	height:255px;
	margin-left:34px;
	position:relative;
	}
.h215 a{
	height:215px;
	}
.er_qklist a{
	margin-right:33px;
	margin-left:0px;
	}
.wen_list a img{
	width:118px;
	height:168px;
	border:1px #eaeaea solid;
	}
	
.shoufa{
	font-size:12px;
	width:55px;
	text-align:center;
	border-radius:8px 0px 8px 0px;
	background-color:#26b065;
	color:#FFF;
	height:25px;
	line-height:25px;
	left:0px;
	bottom:86px;
	position:absolute;
	}
.dujia{
	width:40px;
	text-align:center;
	border-radius:5px 0px 5px 0px;
	background-color:#f21810;
	color:#FFF;
	height:25px;
	font-size:12px;
	line-height:25px;
    right:0px;
	top:0px;
	position:absolute;
	}
.zengqiang{
	font-size:12px;
	width:55px;
	text-align:center;
	border-radius:8px 0px 8px 0px;
	background-color:#f21810;
	color:#FFF;
	height:25px;
	line-height:25px;
	right:0px;
	bottom:86px;
	position:absolute;
	}
.wen_list a:hover{
	color:#1e6fde;
	}
	
.huiyi_bg a{
	display:block;
	float:left;
	width:120px;
	height:170px;
	margin-left:43px;
	position:relative;
	text-align:center;
	color:#FFF;
	box-sizing:border-box;
	line-height:25px;
	padding:25px 5px 0px;
	position:relative;
	background:url(../images/huiyi_bg.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg1{
	background:url(../images/huiyi_1.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg2{
	background:url(../images/huiyi_2.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg3{
	background:url(../images/huiyi_3.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg4{
	background:url(../images/huiyi_4.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg5{
	background:url(../images/huiyi_5.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg6{
	background:url(../images/huiyi_6.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg7{
	background:url(../images/huiyi_7.jpg) no-repeat 0px 0px;	
	}
	.huiyi_bg a.hy_bg8{
	background:url(../images/huiyi_8.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg9{
	background:url(../images/huiyi_9.jpg) no-repeat 0px 0px;	
	}
.huiyi_bg a.hy_bg10{
	background:url(../images/huiyi_10.jpg) no-repeat 0px 0px;	
	}	

.huiyi_bg a span{
	position:absolute;
	display:block;
	bottom:-40px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height:40px;
	height:40px;
	width:120px;
	text-align:center;
	color:#333333;
	}
.huiyi_bg a span:hover{
	color:#1e6fde;
	}
.yinzi {
		border-radius:5px;
		padding:7px 0px;
			text-align:center;
	}
.yinzi h6{
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	}	
.yinzi p{
	color:#889bbb;
	font-size:12px;
	text-align:left;		
	line-height:18px;	
	}
.yinzi font{
	text-align:center;	
	color:#889bbb;
	font-size:12px;		
	line-height:18px;			
	}		
		
/*专题推荐阅读
--------------------------------------*/
.sid_flxk{
	width:202px;
	float:left;
	margin-right:20px;
	}

.sid_flxk h5{
	font-size:18px;
	height:17px;
	line-height:15px;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:20px;
	border-left:4px #1e6fde solid;
	}
.sid_flxk ul{
	border:1px #d7d8d6 solid;
	padding:20px 0px 19px;
	background:url(../images/sid_flxkbg.jpg) no-repeat 0px bottom;	
	}
.sid_flxk ul li{
	float:left;
	width:35%;
	line-height:57px;
	padding-right:10px;
	margin-left:20px;
	}

.mid_zt{
	width:745px;
	float:left;
	}
.mid_tit{
	height:110px;
	margin-top:20px;
	position:relative;
	background:url(../images/mid_zt.jpg) no-repeat 0px 0px;
	}
.mid_tit h5{
	font-size:18px;
	color:#FFF;
	text-align:center;
	line-height:45px;
	}
.mid_tit p{
	color:#e9f3ff;
	text-indent:2em;
	padding:5px 20px 0px;
	line-height:25px;
	}
.mid_titfl{
	position:absolute;
	height:35px;
	line-height:35px;
	color:#FFF;
	width:120px;
	border-radius:0px 20px 20px 0px;
	background-color:#f39c11;
	text-align:center;
	top:0px;
	left:0px;
	}
.mid_titfr a{
	display:block;
	position:absolute;
	height:35px;
	line-height:35px;
	color:#FFF;
	width:120px;
	border-radius:20px 0px 0px 20px;
	text-align:center;
	top:0px;
	right:0px;
	}
.mid_titfr a{
	color:#FFF;
	background-color:#f39c11;
	}
.mid_titfr a:hover{
	color:#FFF;
	background-color:#d3860a;
	}
.mid_ztbor{
	border-left:1px #d8d9d7 solid;
	border-right:1px #d8d9d7 solid;
	border-bottom:1px #d8d9d7 solid;
	background-color:#FFF;
	}
.mid_ztbor ul{
	padding:13px 20px 4px;
	}	
.mid_ztbor ul li{
	width:47%;
	float:left;
	margin-right:10px;
	}	
.mid_ztbor ul li a{
	color:#1980ff;
	padding-right:5px;
	}
.mid_ztbor ul li a:hover{
	color:#f33c11;
	}
.mid_ztbor dl{
	padding:8px 20px 10px;
	position:relative;
	}	
.mid_ztbor dl dt{
	font-size:16px;
	color:#1980ff;

	}	
.mid_ztbor dl hr{
	position:absolute;
	height:1px;
	border:none;
	border-top:1px solid #e9e9e9;
	width:85%;
	top:20px;
	right:0px;
	}
.mid_ztbor dl dd {
	width:45%;
	float:left;
	position:relative;
	padding-left:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-right:10px;	
}
.mid_ztbor dl dd:before {
	position: absolute;
	float: left;
    width:4px;
    height:4px;
    border-radius:2px;
    background-color:#c2c2c2;
    top:45%;
    left:0;
    content: '';
}		
.sid_fryw{
	width:202px;
	float:right;
	}
.sid_fryw dl dt{
	font-size:18px;
	height:17px;
	line-height:15px;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:20px;
	border-left:4px #1e6fde solid;
	}
.sid_fryw dl dd{
	margin-bottom:12px;
	}
.sid_fryw dl dd a{
	display:block;
	width:202px;
	height:101px;
	line-height:101px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	}
.sid_fryw dl dd.img_bg1{
	background:url(../images/sid_fryw_1.jpg) no-repeat 0px 0px;	
	}
.sid_fryw dl dd.img_bg2{
	background:url(../images/sid_fryw_2.jpg) no-repeat 0px 0px;	
	}
.sid_fryw dl dd.img_bg3{
	background:url(../images/sid_fryw_3.jpg) no-repeat 0px 0px;	
	}
.sid_fryw dl dd.img_bg4{
	background:url(../images/sid_fryw_4.jpg) no-repeat 0px 0px;	
	}
.sid_fryw dl dd:last-child { 
margin-bottom:0px;
}
/*辑刊和相关专业期刊
----------------------------------*/
.mbox_fl {
width:787px;
float:left;
margin-right:13px;
}

.mbox_fr {
width:190px;
float:right;
margin-top:15px;
}


.mbox_flcl {
width:770px;
margin-top:15px;}

.mbox_flcr {
width:430px;
background:url(../images/mbox_flcr_bgtop.jpg) no-repeat top left;
padding-top:27px;
margin-top:15px;
}

.mbox_flcr_lf {
width:365px;
margin-left:20px;
background:url(../images/mbox_flcr_bgtop01.jpg) no-repeat top left;
display:inline;
}

.mbox_flcl span {
	display:block;
	margin-bottom:10px;
    text-align:center;
    width:120px;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden;
	}

.mbox_fl_red {
height:20px;
line-height:20px;
background-color:#bd7900;
width:70px;
margin:1px auto 8px;
}

.mbox_flcl ul li {
width:120px;
float:left;
margin-right:34px;
text-align:center;
}

.mbox_flcr ul {
background:url(../images/mbox_flcr_bgbm.jpg) no-repeat bottom right;
padding-left:30px;
padding-bottom:15px;
}

.mbox_flcr ul li {
width:43%;
float:left;
height:30px;
position:relative;
padding-left:15px;
}

.mbox_flcr ul li:before {
	position: absolute;
	float: left;
    width:4px;
    height:4px;
    border-radius:2px;
    background-color:#82a6e0;
    top:45%;
    left:0;
    content: '';
}
.mbox_flcl ul li img{
	width:118px;
	height:170px;
	border:1px #eaeaea solid;
}
.mbox_ww{
margin-top:15px;
}
.mbox_ww ul li {
width:120px;
float:left;
margin-right:34px;
text-align:center;
}
.mbox_ww ul li span {
	display:block;
	margin-bottom:10px;
    text-align:center;
    width:120px;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden;
	}
.mbox_ww ul li img{
	width:118px;
	height:170px;
	border:1px #eaeaea solid;
}

.mbox_ww ul li:last-child{
margin-right:0px;
}



/*学习工具
--------------------------------------*/
h3.tit_bot{
	height:35px;
	line-height:25px;
	color:#1b66e6;
	font-size:20px;
	}
.bot_banner{
	width:720px;
	float:right;
	}
.bot_banner img{
	width:350px;
	height:160px;
	float:left;

	}
.bot_right{
	width:460px;
	float:left;
	border:1px #d7d8d6 solid;
	box-sizing:border-box;
	margin-right:12px;
	padding-top:20px;
	padding-left:25px;
	padding-bottom:15px;
	}
.bot_right ul li{
	float:left;
	width:170px;
	text-align:left;
	line-height:30px;
	}
.bot_img{
	float:right;
	width:308px;
	}	
.bot_img>a{
	display:block;
	color:#FFF;
	text-align:center;
	line-height:54px;
	width:150px;
	height:54px;
	float:left;
	margin-left:4px;
	margin-bottom:4px;
	}
	
.bot_img>a.img1{
	background:url(../images/bot_01.jpg) no-repeat 0px 0px;	
	}
.bot_img>a.img1:hover{
	background-color:#23a8ed;
	}
.bot_img>a.img2{
	background:url(../images/bot_02.jpg) no-repeat 0px 0px;	
	}
.bot_img>a.img2:hover{
	background-color:#6457d1;
	}
	.bot_img>a.img3{
	background:url(../images/bot_03.jpg) no-repeat 0px 0px;	
	}
.bot_img>a.img3:hover{
	background-color:#cd4f0f;
	}
	.bot_img>a.img4{
	background:url(../images/bot_04.jpg) no-repeat 0px 0px;	
	}
.bot_img>a.img4:hover{
	background-color:#1bb690;
	}
.bot_img>a:hover{
	color:#FFF;
	background-image:none;
	}					
/* 尾部信息
-------------------------------*/
.f_nav{
		margin-top:20px;
		height:35px;
		line-height:35px;
		background-color:#565e66;
		}
.f_mtop0{
	margin-top:0px;}		
.f_nav ul li{
	float:left;
	padding-right:55px;
		}
.f_nav ul li a{
	color:#fff;
		}			
.f_navbg{
	background-color:#394048;
	margin-top:0px;
	}	
.gray_line{
		border-bottom:1px #565e66 solid;}	
.footer{
	width:100%;
	background-color:#394048;
	color:#9a9a9a;
	}
.copy{
	width:670px;
	padding:15px 0px 5px;
	box-sizing:border-box;
	}
.copy p{
	width:730px;
	line-height:25px;
	}
.copy p>img{
	margin-right:10px;
	margin-top:10px;
	}
.copy p>a{
	color:#9a9a9a;
	padding-right:10px;
	}
.copy p>a:hover{
	color:#fff;
	}
	.copy p span{
	padding-right:10px;
	}
.weixin{
	width:450px;
		padding-bottom:8px;
	}
.weixin p{
	display:inline-block;
	padding-top:15px;
	padding-left:10px;
	}
.weixin p span{
	display:block;
	margin-top:6px;
	text-align:center;
	}
.weixin img{
	width:125px;
	height:125px;
	}

.jdbg{
	margin-top:0px;
	padding-bottom:20px;
	padding-top:20px;
	background-color:#f7f8fa;
	
	} 
.mt0{
	margin-top:0px;
	}  	
/* 二级-行业期刊
-------------------------------*/ 
.hy_qikan>h4{
	position:relative;
	font-size:18px;
	color:#1a63d2;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;
	background-color:#e7f3ff;
	}
.hy_qikan>h4:before {
    position: absolute;
    top:23%;
    left:0;
    width:5px;
    height:20px;
    background:#1a63d2;
    content: '';
}


.table_li table {
	line-height:25px;
	border:1px #d1dff4 solid;
	}
	
.table_li table tr{
	line-height:25px;
	border-bottom:1px #d1dff4  dashed;
	}	
.table_li table tr td{
	padding:8px 3px 5px 5px;
	}
.table_li table tr.table_litop{
	background-color:#eaf6ff;
	border:1px #d7e2f1 solid;
	border-top:none;
	color:#606467;
	}
.pagenav{
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px auto;
}
.pagenav a{
	padding:5px 15px;
	border-radius:5px;
}	
	
.pagenav a:link,.pagenav a:visited {
	border:1px #bebdbd solid;
	color:#333;
}
.pagenav a:hover,.pagenav a:active {
	border:1px #428cdf solid;
	color:#fff;
	background-color:#428cdf;
}	
	
.pagenav a.pagenavon:link,.pagenav a.pagenavon:visited 
.pagenav a.pagenavon:hover,.pagenav a.pagenavon:active {
	padding:5px 15px;
	border:1px #428cdf solid;
	color:#fff;
	background-color:#428cdf;
}
/*检索结果*/
/* 二级-news
-------------------------------*/ 
.c_tit {
	height:40px;
	color:#0073cc;
	padding-left:25px;
	background-color:#e7f3ff;
	position:relative;
	margin-top:10px;
	}
.c_tit h3{
	font-size:16px;
	color:#1b66e8;
	line-height:40px;
	}
.c_tit h3:before {
    position: absolute;
    top:28%;
    left:0;
    width:5px;
    height:20px;
	background-color:#1a63d2;
    content: '';
}
.c_tit a{
	position:absolute;
	color:#0073cc;
	font-size:14px;
	right:20px;
	top:0px;
	line-height:45px;
	}
.c_tit a:hover{
	color:#eb1600;
	}

/*报纸页面样式
-------------------------------*/
.new_box{
	padding:15px 0px 20px;
}
.new_box img{
	display:block;
	float:left;
}
.new_box dl{
	width:80%;
	display:block;
	float:right;
}
.new_box dd{
padding-left:20px;
line-height:35px;
height:35px;
position:relative;
}
.new_box dd:before {
	position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color:#a0afba;
    top:45%;
    left:0;
    content: '';
}
.new_box dd span.new_txt{
	width:70%;
	display:block;
	float:left;
	white-space:nowrap; 
    text-overflow: ellipsis;
    overflow:hidden;
}

.new_box dd span.new_ime{
	font-size:12px;
	text-align:right;
	width:25%;
	display:block;
	float:right;
	color:#b8b8b8;
}

.new_bd a{
	display:block;
	float:left;
	margin-right:41px;
	text-align:center;
	padding-bottom:10px;
	}
.new_bd img{
	display:block;
	margin-bottom:10px;
	width:206px;
	height:85px;
	}
	.colqk h5{
height:40px;
padding-top:20px;
}
.colqk h5 span{
line-height:38px;
}
.colqk h5 span.colqktit{
font-size:20px;
float:left;
display:block;
width:130px;
text-align:center;
color:#cb1505;
border-bottom:3px #cb1505 solid;
}
.colqk h5 span.colqktxt{
float:left;
display:block;
width:700px;
text-align:left;
color:#b7b6b6;
white-space:nowrap; 
text-overflow:ellipsis; 
overflow:hidden;
}
.colqk h5 span.more a {
	display:block;
	width:50px;
	float:right;
}
.colqk h5 span.more a:link,.colqk h5 span.more a:visited {
color:#b7b6b6;
text-decoration:none;
}
.colqk h5 span.more a:hover,.colqk h5 span.more a:active {
color:#cb1505;
text-decoration:none;
}
.binbg{
	background-color:#fff;
	margin-bottom:5px;
	}
	.hry{
	font-size:1px;
	height:1px;
	line-height:1px;
	border-bottom:1px #cbcbcb dashed;
	}	

.bzin a{
	display:block;
	float:left;
	margin-right:41px;
	text-align:center;
	padding-bottom:10px;
	}
.bzin img{
	display:block;
	margin-bottom:10px;
	}
