@charset "utf-8";

/************************************
 * author:cjh   
 * time: 2015-12-09;
 ************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
font,
img,
small,
strong,
b,
u,
i,
s,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑, "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, 宋体;
  /* font-weight: 100; */
}

textarea {
  resize: none;
  overflow: auto;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}

html {
  /* font-family: sans-serif; */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 微软雅黑, "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, 宋体, sans-serif;
}

ol,
ul li {
  list-style: none outside none;
}

img {
  border: none;
  /* display: block; */
}

body,
button,
input,
select,
textarea {
  font: 12px/150% "宋体", Arial, serif;
  color: #666666;
  outline: 0;
}

/*使 option 有间距*/
select {
  font-family: verdana, sans-serif;
}

body {
  background-color: #fff;
}

s,
em {
  font-style: normal;
}

s {
  text-decoration: none;
}

h2 {
  font-size: 14px;
  color: #8B8989;
  font-family: "Microsoft YaHei", "黑体", "Simsun", serif;
}

h4 {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  text-decoration: none;
  color: #666666;
  background-color: transparent;
  font-family: 微软雅黑;
}

a:focus {
  border: none;
}

a:active,
a:hover {
  outline: 0;
  /* color: #ce2535; */
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.6em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
  border: 0 none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  resize: none;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/* =================reset   end =============*/

/* ===================================公共样式start============================== */
input[type="text"] {
  border: 1px solid #ddd;
  height: 28px;
  line-height: 28px\9;
  /* \9兼容ie678文字垂直居中*/
  padding: 0 5px;
  background-color: #fff;
}

/* 浮动公共样式 */
.fr {
  float: right;
}

.fl {
  float: left;
}

/* 清除浮动:清除浮动元素对后边兄弟节点元素的影响;空标签使用 */
.clear {
  display: block;
  clear: both;
  width: 0;
  height: 0px;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
}

/* 清除浮动:浮动元素父盒子使用 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  min-height: 0;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/*检索框输入提示 start  数值可微调*/
.secx {
  position: relative;
}

.secx .pholder {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #aaa;
}

/*检索框输入提示 end*/

/* 导航树:树型子菜单hover样式  start */
.sideNav .sNav-sub {
  position: absolute;
  visibility: hidden;
  /* display:none; */
}

.sideNav .t_sideNavhover .sNav-sub {
  visibility: visible;
  /*display:block;*/
}

/* 导航树:树型子菜单hover样式  end */

/* 登录公共样式 */
.dlu.disable,
.dlu.disable:hover {
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

/*登出 start*/
.login .lgoutbtn {
  background-color: #E0A02A;
  width: 52px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  outline: none;
  color: #fff;
}

.login .lgoutbtn:hover {
  background-color: #C93;
}

#showuser {
  vertical-align: middle;
}

.login a.lgoutbtn.disable,
.login a.lgoutbtn.disable:hover {
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

/* 登录公共样式 end */


/*出版物图片列表公共样式start==========*/
.wrapImglist {
  position: relative;
  height: 244px;
  overflow: hidden;
}

.wrapImglist .arrowLeft,
.wrapImglist .arrowRight {
  position: absolute;
  top: 0px;
  display: block;
  width: 32px;
  height: 100%;
  cursor: pointer;
  z-index: 3;
  background-image: url(../images/btnsprite.png);
  background-repeat: no-repeat;
}

.wrapImglist .arrowLeft {
  left: 0;
  background-position: 0 center;
}

.wrapImglist .arrowRight {
  right: 0;
  background-position: -29px center;
}

.Imglist {
  position: relative;
  width: 1136px;
  /* 根据实际宽度进行调整*/
  height: 200px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.img_module {
  position: relative;
  left: 0;
  height: 176px;
}

.img_module li {
  float: left;
  margin: 0px 28px;
}

.img_module a {
  display: block;
  width: 132px;
}

.img_module a:hover {
  color: #933;
}

.img_module img {
  width: 132px;
  height: 176px;
  background: #eee url(../images/error-cnki.jpg) center center no-repeat;
}

.img_module div a {
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/* 报纸 */
.wrapImglist .imglist-bz {
  padding-top: 70px;
  height: 80px;
}

.imglist-bz .img_module {
  height: 80px;
}

.imglist-bz .img_module img {
  height: 56px;
}

/*出版物图片列表公共样式end==========*/

/* 导航树主菜单 */
.sNav-con {
  position: relative;
}

.sNav-con .firNav {
  width: 192px;
  height: 34px;
}

.sideNav h3 {
  cursor: pointer;
}

/* 导航树 子菜单样式 */
.sideNav .sNav-sub {
  position: absolute;
  top: -1px;
  left: 192px;
  width: 395px;
  border: 1px solid #BFBFBF;
  box-shadow: 0px 0px 4px #ccc;
  background-color: #fff;
  padding: 6px 10px 0;
  min-height: 34px;
  visibility: hidden;
}

.sideNav .t_sideNavhover .sNav-sub {
  visibility: visible;
}

.Nav_List_Mirror h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 3px;
  padding: 0 0 6px 12px;
  color: #eb6100;
  border-bottom: 1px dashed #7D7D7D;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.Nav_List_Mirror h5:hover {
  text-decoration: underline;
  cursor: pointer;
}

.Nav_List_Mirror a {
  display: block;
}

.Nav_List_Mirror ul {
  overflow: hidden;
  min-height: 0;
  padding-left: 12px;
  line-height: 0;
  padding-bottom: 5px;
}

.Nav_List_Mirror li {
  float: left;
  line-height: 22px;
  white-space: nowrap;
  margin-right: 20px;
}

.Nav_List_Mirror li a {
  color: #333;
  font-size: 12px;
}

.Nav_List_Mirror li a:hover {
  text-decoration: underline;
}

/* 标准列表公共样式 start */
.list_module {
  position: relative;
  font-family: "宋体";
  font-size: 12px;
  line-height: 24px;
  color: #392614;
}

.list_module li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #ccc;
}

.list_module li:first-child {
  border-top: 0;
}

.list_module li a {
  display: block;
  padding-left: 18px;
  color: #392614;
  background: url("../images/icon-dot.gif") no-repeat 5px center;
  cursor: pointer;
}

.list_module li a:hover {
  text-decoration: underline;
}

.list_module li a:hover .date {
  text-decoration: none;
}

.list_module .date {
  position: absolute;
  top: 0;
  right: 10px;
}

.list_module .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 286px;
  /*此处宽度需要根据实际宽度进行调整 */
}

/* 标准列表公共样式 end */
@font-face {
  font-family: 'HYL';
  src:
    url('../font/HYL.eot') format('embedded-opentype'),
    url('../font/HYL.TTF') format('truetype');
}

@font-face {
  font-family: 'fzht';
  src:
    url('../font/fzht.eot') format('embedded-opentype'),
    url('../font/fzht.TTF') format('truetype');
}

@font-face {
  font-family: 'fzdbs';
  src:
    url('../font/FZDBSJW.eot') format('embedded-opentype'),
    url('../font/FZDBSJW.TTF') format('truetype');
}

@font-face {
  font-family: 'fzsk';
  src:
    url('../font/fzsk.eot') format('embedded-opentype'),
    url('../font/fzsk.TTF') format('truetype');
}