﻿/*commom style*/
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
ins {
	text-decoration: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
}

a:hover {
	color: #427fda;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	display: block;
	content: '';
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	background: url(bg.png) center top no-repeat;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.mt40 {
	margin-top: 40px;
}

/* banner */
.banner .w1100 {
	height: 50px;
	overflow: hidden;
}

.logo {
	display: block;
	width: 914px;
	height: 80px;
	margin: 100px 0 0 95px;
}

.logo img {
	width: 100%;
	height: 100%;
}

/* 搜索框 */
.searchBox .w1100 {
	height: 200px;
/*	line-height: 100px; */
	background-color: #fff;
/* 	padding: 0 20px; */
}

.searchBox .w1100 .searchBoxDiv {
	float: left;
	width: 330px;
	height: 40px;
	margin: 20px 0 0 35px;
	position: relative;
}

.lbel {
	font-size: 14px;
	color: #333333;
	height: 40px;
	line-height: 40px;
}

.zjj {
	width: 56px;
	letter-spacing: 2em;
	white-space: nowrap;
	overflow: hidden;
}

.mh {
	height: 40px;
	line-height: 40px;
}

.titleIpt {
	width: 260px;
	height: 40px;
	background-color: #f8f8f8;
	padding-left: 10px;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}

.titleYear {
	width: 100px;
	height: 40px;
	background-color: #f8f8f8;
	padding-left: 10px;
	margin-left: 10px;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}

.bh {
	margin-left: 31px;
}

.chooseWh,
.chooseLm {
	background: #f8f8f8 url(xiala.png) right center no-repeat;
}

.searchBoxDiv ul {
	width: 260px;
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #fff;
	display: none;
	z-index: 100;
}

.searchBoxDiv ul li {
	padding-left: 10px;
	line-height: 40px;
}

.searchBoxDiv ul li:hover {
	background-color: #0e6ce0;
	color: #fff;
}

.btnBox {
	float: left;
	width: 180px;
	margin: 20px 0 0 460px;
}

.btnBox input {
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 20px;
	color: #fff;
}

.btnBox .reset {
	margin-left: 0;
	background-color: #88acd8;
}

.btnBox .submit {
	background-color: #0e6ce0;
}

/* 主体区域 */
.searchListBox .w1100 {
	background-color: #f2f2f2;
	padding: 30px 20px 20px 20px;
}

.searchListBoxLeft {
	width: 350px;
	float: left;
}

.classification {
	display: none;
	border: 1px solid #dddddd;
	border-top: none;
}

.searchListBoxLeft>div {
	cursor: pointer;
}

/* 按主题 */
.clickHover .classification {
	display: block;
}

.scrollBarBox {
	width: 10px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #e6e6e6;
}

.scrollBar {
	width: 10px;
	height: 60px;
	background-color: #009be8;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 10px;
}

.themeTitle {
	width: 290px;
	height: 70px;
	background: #fff url(jiahao.png) 200px center no-repeat;
}

.themeTitle div {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-left: 56px;
	background: url(theme.png) 23px center no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #0e6ce0;
}

.clickHover .themeTitle {
	background: #0e6ce0 url(jianhao.png) 200px center no-repeat;
}

.clickHover .themeTitle div {
	background: url(themeHover.png) 23px center no-repeat;
	color: #fff;
}

.themeList {
	width: 290px;
	height: 160px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.themeList ul {
	padding: 15px 0;
}

.themeList ul li {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background: url(qz.png) 30px center no-repeat;
	padding-left: 30px;
}

.themeList ul li:hover {
	background-color: #deeeff;
	color: #0e6ce0;
}

.zt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* 按年份 */
.year {
	margin-top: 15px;
}

.yearTitle {
	width: 290px;
	height: 70px;
	background: #fff url(jiahao.png) 200px center no-repeat;
}

.yearTitle div {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-left: 56px;
	background: url(year.png) 23px center no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #0e6ce0;
}

.clickHover .yearTitle {
	background: #0e6ce0 url(jianhao.png) 200px center no-repeat;
}

.clickHover .yearTitle div {
	background: url(yearHover.png) 23px center no-repeat;
	color: #fff;
}

.yearList {
	width: 290px;
	height: 160px;
	background-color: #fff;
	position: relative;
}

.yearList ul {
	padding: 15px 0;
}

.yearList ul li {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background: url(qz.png) 55px center no-repeat;
	padding-left: 60px;
}

.yearList ul li:hover {
	background-color: #deeeff;
	color: #0e6ce0;
}

.nf {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* 按政策解读分类 */
.unscramble {
	margin-top: 15px;
}

.unscrambleTitle {
	width: 240px;
	height: 70px;
	background: #fff url(jiahao.png) 200px center no-repeat;
}

.unscrambleTitle div {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-left: 56px;
	background: url(unscramble.png) 23px center no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #0e6ce0;
}

.clickHover .unscrambleTitle {
	background: #0e6ce0 url(jianhao.png) 200px center no-repeat;
}

.clickHover .unscrambleTitle div {
	background: url(unscrambleHover.png) 23px center no-repeat;
	color: #fff;
}

.unscrambleList {
	width: 240px;
	background-color: #fff;
	position: relative;
}

.unscrambleList ul {
	padding: 15px 0;
}

.unscrambleList ul li {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background: url(qz.png) 55px center no-repeat;
	padding-left: 75px;
}

.unscrambleList ul li:hover {
	background-color: #deeeff;
	color: #0e6ce0;
}

/* 按体裁分类 */
.Genre {
	margin-top: 15px;
}

.GenreTitle {
	width: 240px;
	height: 70px;
	background: #fff url(jiahao.png) 200px center no-repeat;
}

.GenreTitle div {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-left: 56px;
	background: url(Genre.png) 23px center no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #0e6ce0;
}

.clickHover .GenreTitle {
	background: #0e6ce0 url(jianhao.png) 200px center no-repeat;
}

.clickHover .GenreTitle div {
	background: url(GenreHover.png) 23px center no-repeat;
	color: #fff;
}

.GenreList {
	width: 240px;
	background-color: #fff;
	position: relative;
}

.GenreList ul {
	padding: 15px 0;
}

.GenreList ul li {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background: url(qz.png) 55px center no-repeat;
	padding-left: 75px;
}

.GenreList ul li:hover {
	background-color: #deeeff;
	color: #0e6ce0;
}

/* 按用户分类 */
.user {
	margin-top: 15px;
}

.userTitle {
	width: 290px;
	height: 70px;
	background: #fff url(jiahao.png) 200px center no-repeat;
}

.userTitle div {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-left: 56px;
	background: url(user.png) 23px center no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #0e6ce0;
}

.clickHover .userTitle {
	background: #0e6ce0 url(jianhao.png) 200px center no-repeat;
}

.clickHover .userTitle div {
	background: url(userHover.png) 23px center no-repeat;
	color: #fff;
}

.userList {
	width: 290px;
	height: 160px;
	background-color: #fff;
	position: relative;
	overflow: overlay;
}

.userList ul {
	padding: 15px 0;
}

.userList ul li {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background: url(qz.png) 30px center no-repeat;
	padding-left: 30px;
}

.userList ul li:hover {
	background-color: #deeeff;
	color: #0e6ce0;
}

/*右侧列表*/
.searchListBoxRight {
	width: 800px;
	float: right;
	border: 1px solid #dddddd;
	background-color: #fff;
	min-height: 870px;
	padding-bottom: 40px;
}

/* 履职依据 */
.rightTitle {
	height: 62px;
	text-align: center;
	line-height: 62px;
	background: url(rightTitle.png) center top no-repeat;
	font-size: 24px;
	color: #0e6ce0;
}

.rightSmallTit {
	height: 35px;
	border-bottom: 1px solid #dddddd;
}

.rightSmallTit span {
	float: left;
	background-color: #0e6ce0;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
}

.rightList {
	padding: 0 20px 10px 20px;
}

.rightList li {
	margin-top: 10px;
}

.linkBox {
	font-size: 16px;
	line-height: 32px;
}

.linkBox a {
	float: left;
	color: #333333;
}

.linkBox a:hover {
	color: #0e6ce0;
}

.linkBox span {
	float: right;
	color: #999999;
}

.explain {
	margin-top: 10px;
}

.explain a,
.explain span {
	float: left;
	color: #0e6ce0;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin-left: 10px;
	background-color: #f5f5f5;
	border-radius: 5px;
}

.more {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0 auto;
	background-color: #ebebeb;
}

.zfwj {
	margin-top: 20px;
}

.zy {
	font-size: 14px;
	color: #999;
	text-indent: 2em;
}
.clearfix a {
	text-indent: 1em;
}

.mybutton2 {
    width: 140px;
    height: 55px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #115db2;
    border-radius: 5px;
    border: solid 1px #115db2;
    cursor: pointer;
}

.search-gj {
    width: 1100px;
    display: none;
    padding: 30px;
	margin: 0 auto;
    margin-bottom: 30px;
    border: #d0d0d0 1px solid;
}

.theme,.year,.user {
	width: 100%;
	padding-left: 60px;
}


