@charset "utf-8";
/*中国政报公报期刊文献总库*/
html {
background-color:#fff;
}

.wrapper{
	width:1200px;
	margin:0px auto;
}

/*header
-------------------------------*/
.header{
	width:100%;
	height:243px;
	background:#111387 url(../images/header_bg.jpg) center top no-repeat;	
}
.logo {
    float:left;
    margin:13px 0;
	}
.logo h1{	
	width: 175px;
	height:60px;
	background: url(../images/logo.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
.user_box{
	float:right;
	width:400px;
	height:60px;
	line-height:60px;
	font-size:14px;
}
.user_box>ul>li{
	float:right;
	margin-left:15px;
}
.user_box>ul>li>a{
	color:#cbe0ff;
}
.user_box>ul>li>a:hover{
	color:#fff;
}
.h_tit{
	text-align:center;
	font-weight:700;
	font-size:40px;
	color:#fff;
	 height:72px;	
	}
	
.book{
width:160px;
position:absolute;
top:47px;
right:8%;
}
.book img{
width:110px;
height:150px;
	}
.book > a{
	display:block;
	width:110px;
	height:150px;
	border-top:1px #2b4b76 solid;
	border-right:1px #2b4b76 solid;
	border-left:1px #2b4b76 solid;
	}
.book > a:hover{
	border-top:1px #fff solid;
	border-right:1px #fff solid;
	border-left:1px #fff solid;
	}

.book span a{
bottom:40%;
right:0%;
font-size:14px;
position:absolute;	
width:50px;
height:40px;
text-align:center;
line-height:40px;
display:block;
color:#2635f8;
-moz-border-radius:0px 10px 10px 0px;
-webkit-border-radius:0px 10px 10px 0px;
 border-radius:0px 10px 10px 0px;
background-color:#fff;
}
.book span a:hover {
color:#2635f8;
background-color:#fff600;
}
/* 检索
-------------------------------*/	
.search_w{
	width:1198px;
	height:125px;
	margin:-45px auto 10px;
	border:1px #e5e5e5 solid;
	background-color:#FFF;	
	box-shadow: 0 0 6px rgba(0,0,0,.15);
	}
.s_nav{
	margin:18px 0px 18px 180px;
	padding-left:10px;		
	}
.s_nav a{
	display:block;
	padding:2px 15px;
	background-color:#FFF;
	border-radius:10px;
	float:left;
	margin-right:10px;
	}
.s_nav a:hover{
	color:#fff;
	background:linear-gradient(to top, #3d38ff, #2991ff);
	}
.s_nav a.s_current{
color:#fff;
	background:linear-gradient(to top, #3d38ff, #2991ff);	
	}
.s_ipt{
	width:740px;
	background:#fff;
	height:38px;
	border: 1px solid #cecece;
	padding-left:10px;
	font-size:16px;
	border-radius:20px 0px 0px 20px;
	margin-left:160px;
}

.s_btn{
	width:130px;
	height:40px;
	color: #fff;
	letter-spacing: 1px;
	background-color:#5531ff;
	border: 1px solid #5531ff;
    font-size:16px;	
	border-radius:0px 20px 20px 0px;
}

	
/* 焦点图（上下切换）02
--------------------------------------------------------------------------*/
#temp2 .JQ-content-box {
overflow:hidden;
width:590px;
position:relative;
height:150px;
}

#temp2 ul.JQ-slide-content {
position:absolute;
left:1px;
}

#temp2 ul.JQ-slide-content li {
list-style-type:none;
vertical-align:text-top;
overflow:hidden;
height:150px;
zoom:1;
}

#temp2 ul.JQ-slide-nav {
right:5px;
bottom:5px;
padding-top:2px;
position:absolute;
height:16px;
}

#temp2 ul.JQ-slide-nav li {
border:#de5d07 1px solid;
float:left;
list-style-type:none;
margin-left:3px;
width:16px;
cursor:pointer;
color:#de5d07;
line-height:16px;
height:16px;
background-color:#fff5e0;
text-align:center;
}

#temp2 ul.JQ-slide-nav li.on {
width:16px;
color:#fff;
line-height:16px;
height:16px;
font-weight:700;
background-color:#de5d07;
border-color:#de5d07;
}

#temp2 img,#temp2 ul.JQ-slide-nav li img {
display:block;
padding:0;
}
/* 权威发布
-------------------------------*/
.tit_t{
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
	}
.tit_t h3{
	height:45px;
	line-height:30px;
	font-size:22px;
	}
.tit_t h3 span{
	display:block;
	width:10%;
	margin:20px auto;
	border-bottom:2px #c2c2c2 solid;
	}
.tit_t p{
	height:45px;
	line-height:45px;
	color:#7d7d7d;
	margin-top:15px;
	text-align:center;
	}	
	
.fabu_box{
	height:170px;
	margin:35px auto 10px;
	padding-left:90px;
	}
.fabu_box a{
	display:block;
	width:120px;
	height:120px;
	border-radius:60px;
	border:2px #e4e4e4 solid;
	float:left;
	margin-right:175px;
	}
.fabu_box a span{
	display:block;
	padding-top:130px;
	text-align:center;
	}
.fabu_box a.icon01{
	background:url(../images/icon.png) 17px -193px no-repeat;
	}
.fabu_box a.icon01:hover{
	background:#5c4fee url(../images/icon.png) 17px 33px no-repeat;	
	}
.fabu_box a.icon02{
	background:url(../images/icon.png) 15px -570px no-repeat;
	}
.fabu_box a.icon02:hover{
	background:#5c4fee url(../images/icon.png) 15px -375px no-repeat;	
	}
.fabu_box a.icon03{
	background:url(../images/icon.png) 14px -1145px no-repeat;
	}
.fabu_box a.icon03:hover{
	background:#5c4fee url(../images/icon.png) 14px -1010px no-repeat;	
	}
.fabu_box a.icon04{
	background:url(../images/icon.png) 14px -860px no-repeat;
		margin-right:0px;
	}
.fabu_box a.icon04:hover{
	background:#5c4fee url(../images/icon.png) 14px -729px no-repeat;	
		margin-right:0px;
	}
.fabu_box a:hover{
	border:2px #5c4fee solid;
	color:#5c4fee;
	}
.more{
	margin-top:30px;
	text-align:center;
	color:#999;
	padding-left:20px;
	}
.more span{
	padding-left:20px;
	}
.more span a{
	color:#de0716;
	}
.more span a:hover{
	color:#de0716;
	text-decoration:underline;
	}
h4.title_m{
	font-size:20px;
	line-height:45px;
	height:45px;
	font-weight:700;
	color:#5c4fee;
	padding-left:30px;
	background:linear-gradient(to left, #d4d8ff, #e3edff);
	margin-top:25px;
	}
.gray_w{
	background-color:#f7f8fa;
	padding:10px 0px 10px;
	}			
/* 文献类型和行业分类
-------------------------------*/	
.sub_tab{
	margin:20px 0px 10px;
	height:45px;
	line-height:45px;
	background-color:#ffe2bd;
	}		
.sub_tab a{
	display:block;
	float:left;
	width:50%;
	line-height:45px;
	height:45px;
	text-align:center;
	font-size:20px;
}
.sub_tab a:link,.sub_tab a:visited {
	color:#5c4fee;
	background-color:#d7ddff;
}
.sub_tab a:hover,.sub_tab a:active {
	color:#fff;
	background-color:#5c4fee;
	font-weight:700;
}
.sub_tab a.c_on {
    color:#fff;
	background-color:#5c4fee;
	font-weight:700;
}		
.wen_list,.hang_list{
	height:285px;
	padding:20px 0px 20px;
	}	
.wen_list a{
	display:block;
	float:left;
	width:185px;
	height:125px;
	margin-right:145px;
	margin-bottom:30px;
	border-radius:10px;
	border:2px #f2f0f0 solid;
	}
.wen_list a span{
	display:block;
	padding-left:70px;
	padding-top:50px;
	text-align:center;
	}
		
.wen_list a.wen_i01{
	background:#ededed url(../images/wen_icon.png) 25px 20px no-repeat;
	}
.wen_list a.wen_i02{
	background:#ededed url(../images/wen_icon.png) 15px -120px no-repeat;
	}
.wen_list a.wen_i03{
	background:#ededed url(../images/wen_icon.png) 10px -290px no-repeat;
	}	
.wen_list a.wen_i04{
	background:#ededed url(../images/wen_icon.png) 10px -495px no-repeat;
	margin-right:0px;
	}
.wen_list a.wen_i05{
	background:#ededed url(../images/wen_icon.png) 10px -670px no-repeat;
	}
.wen_list a.wen_i06{
	background:#ededed url(../images/wen_icon.png) 7px -820px no-repeat;
	}
.wen_list a.wen_i07{
	background:#ededed url(../images/wen_icon.png) 7px -960px no-repeat;
	}	
.wen_list a.wen_i08{
	background:#ededed url(../images/wen_icon.png) 5px -1092px no-repeat;
	margin-right:0px;
	}		
.wen_list a:hover{
    border:2px #5c4fee solid;
	color:#5c4fee;
	background-color:#fff;
	}
	
.hang_list{
	background-color:#FFF;
}
.hang_list a{
	display:block;
	float:left;
	width:120px;
	height:120px;
	border-radius:60px;
	text-align:center;
	margin-right:24px;
	margin-left:5px;
	margin-bottom:33px;
	border:2px #f2f0f0 solid;
	background-color:#ededed;
	}
.hang_list a span{
	display:block;
	padding-top:5px;
	text-align:center;
	}
.hang_list img{
	width:45px;
	height:45px;
	margin-top:20px;
	}		
.hang_list a:hover{
    border:2px #5c4fee solid;
	color:#5c4fee;
	background-color:#fff;
	}	

/* 知识库组成
-------------------------------*/	
.c02_list{
	height:340px;
	padding:15px 0px 10px;
}
.c02_list a{
	display:block;
	float:left;
	width:185px;
	height:155px;
	margin-right:145px;
	margin-bottom:20px;
	border-radius:10px;
	border:2px #fff solid;
	background-color:#FFF;
	text-align:center;
	}
.c02_list a span{
	display:block;
	padding-top:5px;
	text-align:center;
	}
.c02_list img{
	width:55px;
	height:55px;
	margin-top:10px;
	}		
.c02_list a:hover{
    border:2px #5c4fee solid;
	color:#5c4fee;
	background-color:#fff;
	}
.c02_list a p{
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	width:90%;
	margin:10px auto 0px;
	background-color:#5d6cf7;
	color:#FFF;
	border-radius:5px;
	}
.c02_list a p.bg_c2{
		background-color:#31a5ff;
}
/* 推荐阅读
-------------------------------*/	
.read_list{
	margin-top:30px;
	}	
.read_list>ul li{
	position:relative;
	height:40px;
	line-height:40px;
	padding-left:20px;
	width:48%;
	box-sizing:border-box;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	float:left;
	margin-left:20px;
	}
.read_list>ul li:before {
	position: absolute;
	float: left;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color:#c2c2c2;
    top:45%;
    left:0;
    content: '';
}

.news_in{
	padding:55px 0px 12px;
	}
	
/* 滚动法律法规样式
--------------------------*/
.blk_18{
overflow:hidden;
zoom:1;
width:100%;
}
.pcont{
width:1100px;
float:left;
overflow:hidden;
}
.ScrCont{
width:32766px;
zoom:1;
margin-left:-5px;
}
.listleft{
float:left;
}
.listleft img{
	display:block;
	width:165px;
	height:235px;
	
}
.RightBotton{
width:15px;
height:75px;
float:left;
margin:85px 1px 0px 5px;
background:url(../images/w_rolling_04_02.gif) no-repeat 0px 0px;
}
.LeftBotton{
width:15px;
height:75px;
float:left;
background:url(../images/w_rolling_04_01.gif) no-repeat 30px 0px;
background-position:0 0;
margin:85px 4px 0px 20px;
}

.LeftBotton:hover{
background-position:-20px 0;
}
.RightBotton:hover{
background-position:-20px 0px;
}
a.pl{
float:left;
text-align:center;
line-height:22px;
margin:0 20px;
}
a.pl img{
display:block;
cursor:pointer;
margin-bottom:10px;
border:none;
border:1px #e7e7e7 solid;
}

a.pl span{
display:block;
width:155px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
a.pl img:hover{
color:#de0716;
border:1px #de0716 solid;
}
.endp {
margin-left:75px;
}
.qkheight{
height:160px;
margin-top:20px;
}
.bzheight{
height:90px;
margin-top:15px;
margin-bottom:10px;
}
.RBbz{
margin:3px 1px 0px 4px;
}
.LBbz{
margin:3px 4px 0px 0px;
}
a.plbz img{
margin:0px auto 0px;
}
		
/* 专业化办案知识库
-------------------------------*/	
.c03_w a{
	display:block;
	width:198px;
	height:234px;
	margin-right:50px;
	float: left;
	color:#FFF;
	font-size:20px;
	margin-top:30px;
	border-radius:10px;
	box-sizing:border-box;
	padding-top:80px;
	padding:75px 10px 0px;
	line-height:40px;
	margin-bottom:10px;
	}

.c03_w a.c03_1{
background:url(../images/c03_1.jpg) no-repeat 0px 0px;	
	}	
.c03_w a.c03_2{
background:url(../images/c03_2.jpg) no-repeat 0px 0px;	
	}	
.c03_w a.c03_3{
background:url(../images/c03_3.jpg) no-repeat 0px 0px;	
	}	
.c03_w a.c03_4{
background:url(../images/c03_4.jpg) no-repeat 0px 0px;	
	}	
.c03_w a.c03_5{
background:url(../images/c03_5.jpg) no-repeat 0px 0px;	
	}	
.c03_w a:hover{
background:none;
background-color:#5c4fee;	
	}
		
/* 专题服务
-------------------------------*/	
.c04_w dl{
	width:30%;
	height:180px;
	margin-right:55px;
	float: left;
	color:#FFF;
	margin-top:30px;
	border-radius:10px;
	box-sizing:border-box;
	padding:15px 10px 0px;
	margin-bottom:5px;
	}
.c04_w dl dt{
	font-size:18px;	
	background-color:#fff;
	border-radius:5px;
	margin:15px auto 15px;
	width:65%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#5d47fe;
	}

dl.c04_1{
background:url(../images/c04_1.jpg) no-repeat 0px 0px;	
	}	
dl.c04_2{
background:url(../images/c04_2.jpg) no-repeat 0px 0px;	
	}	
dl.c04_3{
background:url(../images/c04_3.jpg) no-repeat 0px 0px;
margin-right:0px;	
	}	
dl.c04_4{
background:url(../images/c04_4.jpg) no-repeat 0px 0px;	
	}	
dl.c04_5{
background:url(../images/c04_5.jpg) no-repeat 0px 0px;	
	}
dl.c04_6{
background:url(../images/c04_6.jpg) no-repeat 0px 0px;	
margin-right:0px;	
	}
dl.b_01 dd a{
	text-align:center;
	float:left;
	font-size:16px;
	display:block;
	border-radius:5px;
	width:31%;
	color:#FFF;
	margin-left:5px;
	line-height:40px;
	}
dl.b_01 dd a:hover{
	color:#fff;
	background-color:#FFF;
	background-color:rgba(255, 255, 255, 0.2);
	}
/*热点专题
--------------------------------------*/	
.redian{
	margin:25px auto 40px;
	}
.redian dl{
	margin-bottom:40px;
	}
	.redian dl dd{
	width:281px;
	height:121px;
	float:left;
	margin-right:24px;
	border-radius:10px;
	}
.redian dl dd a{
	display:block;
	width:281px;
	height:121px;
	line-height:120px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	}
.redian dl dd.img_bg1{
	background:url(../images/banner_01.jpg) no-repeat 0px 0px;	
	}
.redian dl dd.img_bg2{
	background:url(../images/banner_02.jpg) no-repeat 0px 0px;	
	}
.redian dl dd.img_bg3{
	background:url(../images/banner_03.jpg) no-repeat 0px 0px;	
	}
.redian dl dd.img_bg4{
	background:url(../images/banner_04.jpg) no-repeat 0px 0px;	
	}
	.redian dl dd.img_bg5{
	background:url(../images/banner_05.jpg) no-repeat 0px 0px;	
	}
	.redian dl dd.img_bg6{
	background:url(../images/banner_06.jpg) no-repeat 0px 0px;	
	}
	.redian dl dd.img_bg7{
	background:url(../images/banner_07.jpg) no-repeat 0px 0px;	
	}
	.redian dl dd.img_bg8{
	background:url(../images/banner_08.jpg) no-repeat 0px 0px;	
	}
.redian dl dd:last-child { 
margin-right:0px;
}	
.redian dl dd a:hover{
	color:#FFF;
	background-color:#5d47fe;
}				
.column{
	width:390px;
	margin-right:18px;
	border:1px #d7d8d6 solid;
	padding-bottom:15px;
	background-color:#FFF;	
	position:relative;
	}
.col380{
	width:385px;
	margin-right:0px; 
	}
.bory{
	border-bottom:1px #f37828 solid;
	}
.column dl dt.tit01{
	font-size:18px;
	height:45px;
	line-height:45px;
	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:6px;
	right:10px;
	font-size:16px;
	display:block;
	width:70px;
	height:30px;
	line-height:30px;
	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%;
	padding-left:20px;
	line-height:35px;
	height:35px;
	margin-left:23px;
	}

.column dl.list_ls dd{
	position:relative;
	width:38%;
	padding-left:20px;
	height:35px;
	margin-left:20px;
	float:left;
	}
.column dl.list_ls dd span{
	color:#1b66e6;
	}
.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: '';
}
.mt25{ 
    margin:25px auto 0px;
	}
/*律师进修
--------------------------------*/
.yqling{
width:1200px;
border:1px #d7d8d6 solid;
margin:20px auto 0px;
padding-bottom:20px;
}
.yqling h4{
height:45px; 
line-height:45px;
background-color:#e9f0fd;
color:#0040e2;
font-size:18px;
padding-left:30px;
}

.yqlingtab table tr{
height:35px;
line-height:35px;
}
.yqlingtab table tr td{
padding-left:40px;
line-height:35px;
}	
/* 尾部信息
-------------------------------*/	
.footer{
	width:1200px;
	margin:0px auto;
	}
.footer p{
	line-height:45px;
	text-align:center;
	}

