﻿@charset "UTF-8";
.inlineBlock, .icon, .mod-search-singlebox-s1 .secx, .mod-search-singlebox-s1 .linkbox, .mod-keywords .title .tit-txt, .mod-keywords-mediahorizontal-s1 .tit .tit-txt, .mod-login #showuser, .mod-tab-single-v .mod-single-head li {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.inline-block, .mod-artlist-summary-title span, .autolist .item, .keylist .item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.opacity {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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;
}

textarea {
  resize: none;
  overflow: auto;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}

ol, ul li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  *vertical-align: auto;
}

body, button, input, select, textarea {
  text-rendering: optimizelegibility;
  color: #666;
  outline: 0;
}

select {
  font-family: verdana,sans-serif;
}

body {
  font-family: Arial, Helvetica, "微软雅黑", "Microsoft YaHei", SimHei, "微软雅黑", simsun, sans-serif;
  font-size: 14px;
}

body a {
  outline: none;
  _blr: expression(this.onFocus=this.blur());
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  display: block;
  line-height: 0;
  font-size: 0;
  height: 0;
  width: 0;
  clear: both;
  overflow: hidden;
}

.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%;
  _height: auto;
  _zoom: 1;
}

.clearfix {
  display: block;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 编辑页面时候使用的样式 不要改 */
.tpl-edit {
  position: relative;
}
.tpl-edit .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: Alpha(opacity=20);
  opacity: 0.2;
}
.tpl-edit .btnClose {
  position: absolute;
  top: 8px;
  right: 6px;
  z-index: 10;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-family: impact;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.tpl-edit .btnClose:hover {
  text-decoration: none;
  color: #ff0;
}
.tpl-edit .editbox {
  display: block;
}
.tpl-edit .editbox-con {
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 999;
  min-width: 54px;
  min-height: 18px;
  line-height: 18px;
  text-align: center;
  text-indent: 0;
  padding: 5px 8px 0 0;
  background: url(../images/tpl-bg-edit-tip.png) right 0 no-repeat;
}
.tpl-edit .editbox-con .btnbox {
  display: block;
  background-color: #C60001;
  padding: 2px 10px;
  padding: 2px 15px 2px 10px;
}
.tpl-edit .editbox-con .btn {
  margin: 3px;
  color: #FF0;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
.tpl-edit .editbox-con .btn:hover {
  color: #FF0;
  text-decoration: none;
}
.tpl-edit .editbox-con .btn[data-enable="0"] {
  color: #ccc;
  cursor: default;
}
.tpl-edit .editbox-con .modtype {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* links */
a {
  color: #666;
  text-decoration: none;
}
a:visited {
  
  text-decoration: none;
}
a:hover {
  color: #f00;
}
a:active {
  color: #666;
}
a:focus {
  text-decoration: none;
  outline: none;
}

/* reset  end*/
/* icon */
.mod-artlist .article-name .icon {
  background-image: url('../images/icon-s0a99841462.png');
  background-repeat: no-repeat;
  height: 5px;
  width: 5px;
  background-position: 0 -122px;
  margin-right: 5px;
}

/* 公共样式 */
/* 标题公共样式 */
/* 图片类 */
.mod-imgs .slider-tit {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* 文章列表类 */
.mod-artlist .tit,
.mod-artlist-media-d .media-tit {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.mod-artlist .tit .icon {
  height: 20px;
  border-left:2px dashed #5b3c28; margin: 8px 0 0 10px; overflow: hidden; display: none;
  
}
.mod-artlist  .tit-txt{ display: block; float: left; text-align: left;}
/* 通用选项卡 标题 */
.mod-tab-single-v .stit,
.mod-tab-single-d .stit,
.mod-tab-double-d .dtit,
.mod-tab-double-v .dtit {
  height: 33px;
  line-height: 30px;
  padding-left: 15px;
  background-color: #f9f9f9;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}

.artlist-more {
  text-indent: 0;
  font-weight: 400;
  font-size: 12px;
  font-family: "微软雅黑", "Microsoft YaHei";
}
.more:hover, .artlist-more:hover {
  color: #ff9500;
}

/* 重新加载按钮样式 */
.btn-reload {
  border: 1px solid #05c;
  padding: 5px 8px;
  margin-left: 6px;
  border-radius: 3px;
  background-color: #06c;
  color: #f1f1f1;
}
.btn-reload:hover {
  color: #fff;
}

/* 图片类 */
.mod-imgs {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.mod-imgs .mod-tab-head {
  position: relative;
}
.mod-imgs .mod-tab-head .more {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 25px;
  visibility: hidden;
  _display: none;
  padding-right: 10px;
}
.mod-imgs .mod-tab-head li.cur .more {
  visibility: visible;
  _display: block;
}
.mod-imgs .btnbox .btn {
  position: absolute;
  top: 0;
  z-index: 96;
  width: 34px;
  height: 100%;
  background: url(../images/btn-sprite-imgslider.png) 0 center no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -200%;
  overflow: hidden;
  cursor: pointer;
  border: none;
  box-shadow: none;
}
.mod-imgs .btnbox .btn-l {
  left: 0px;
  background-position: 8px center;
}
.mod-imgs .btnbox .btn-r {
  right: 0px;
  background-position: -86px center;
}

.mod-imglist-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mod-imglist-inner {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 10000px;
}
.mod-imglist-inner .item {
  float: left;
  width: 171px;
  overflow: hidden;
  text-align: center;
}
.mod-imglist-inner .imglist-img {
  display: block;
}
.mod-imglist-inner .imglist-tit {
  display: block;
  width: 90%;
  height: 30px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  font-size: 12px;
}
.mod-imglist-inner img {
  max-width: 100%;
  background: #eee;
}

.i-imgs {
  text-align: center;
}
.i-imgs a {
  filter: Alpha(opacity=90);
  opacity: 0.9;
}
.i-imgs a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
}

/* 非通栏广告 */
.mod-imgs-banner-s1 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.mod-imgs-banner-s1 .controlBox {
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 99;
  width: 100%;
  height: 24px;
  line-height: normal;
  text-align: right;
}
.mod-imgs-banner-s1 .controlBox li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 6px;
  margin-right: 3px;
  background-color: #222;
  color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.mod-imgs-banner-s1 .controlBox li:hover {
  background-color: #B20000;
}
.mod-imgs-banner-s1 .controlBox li.active {
  background-color: #B20000;
  border-color: #f1f1f1;
}
.mod-imgs-banner-s1 .mod-imglist-inner .item {
  width: 100%;
}
.mod-imgs-banner-s1 .mod-imglist-titbox-mark {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 97;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background-color: #000;
  filter: Alpha(opacity=60);
  opacity: 0.6;
}
.mod-imgs-banner-s1 .mod-imglist-titbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 98;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  overflow: hidden;
}
.mod-imgs-banner-s1 .mod-imglist-titbox .tit {
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: none;
}
.mod-imgs-banner-s1 .mod-imglist-titbox .cur {
  display: block;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 图片轮播 */
.mod-imgs-slider-s1-tit {
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.mod-imgs-slider-s1 .controlBox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 77;
  width: 100%;
  height: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.mod-imgs-slider-s1 .controlBox li {
  width: 10px;
  height: 10px;
  line-height: 6px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #aaa;
  background-color: #fff;
  margin-right: 5px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  font-weight: bold;
  overflow: hidden;
}
.mod-imgs-slider-s1 .controlBox li.active {
  background-color: #f00;
}
.mod-imgs-slider-s1 .controlBox li:hover {
  background-color: #f00;
}

/*  图片轮播-单切换*/
.mod-imgs-slider-s2 {
  position: relative;
}
.mod-imgs-slider-s2 .more {
  float: right;
  height: 39px;
  line-height: 39px;
  padding-right: 12px;
  font-size: 13px;
}
.mod-imgs-slider-s2 .mod-tab-head {
  height: 32px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
}
.mod-imgs-slider-s2 .mod-tab-head li {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  cursor: pointer;
  padding: 0 5px;
}
.mod-imgs-slider-s2 .mod-tab-head .more {
  line-height: 39px;
}
.mod-imgs-slider-s2 .mod-tab-head li.cur {
  color: #333;
  font-weight: 600;
  border: 1px solid #ddd;
  border-top: 2px solid #06c;
  border-bottom-color: #fff;
  height: 30px;
}
.mod-imgs-slider-s2 .mod-tab-bd {
  display: none;
  position: relative;
  padding-top: 15px;
  overflow: hidden;
}
.mod-imgs-slider-s2 .cur {
  display: block;
}
.mod-imgs-slider-s2 .mod-imglist-wrap {
  position: relative;
  width: 1102px;
  margin: 0 auto;
  overflow: hidden;
}
.mod-imgs-slider-s2 .mod-imglist-inner {
  position: relative;
  width: 10000px;
}
.mod-imgs-slider-s2 .mod-imglist-inner .item {
  float: left;
  width: 183px;
  overflow: hidden;
  text-align: center;
}
.mod-imgs-slider-s2 .mod-imglist-inner .imglist-tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.mod-imgs-slider-s2 .mod-imglist-inner img {
  width: 135px;
  height: 180px;
  background: #eee;
}
.mod-imgs-slider-s2 .controlBox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 77;
  width: 100%;
  height: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.mod-imgs-slider-s2 .controlBox li {
  width: 10px;
  height: 10px;
  line-height: 6px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #aaa;
  background-color: #fff;
  margin-right: 5px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  font-weight: bold;
  overflow: hidden;
}
.mod-imgs-slider-s2 .controlBox li.active {
  background-color: #f00;
}
.mod-imgs-slider-s2 .controlBox li:hover {
  background-color: #f00;
}

/* 纯图片展示-无交互脚本 */
.mod-imgs-show-s1 .mod-show-tit {
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  font-size: 16px;
  color: #06c;
  padding-left: 10px;
}
.mod-imgs-show-s1 .i-imgs {
  border: 1px solid #E0E0E2;
  padding-bottom: 9px;
}
.mod-imgs-show-s1 img {
  margin: 6px 0;
  width: 209px;
  height: 97px;
  background-color: transparent;
  filter: Alpha(opacity=90);
  opacity: 0.9;
}
.mod-imgs-show-s1 img:hover {
  background-color: transparent;
  filter: Alpha(opacity=100);
  opacity: 1;
}
.mod-imgs-show-s1 .imgs-tit {
  border: 1px solid #cccccc;
  padding-top: 5px;
}
.mod-imgs-show-s1 .imgs-tit a {
  float: left;
  text-align: center;
  margin: 0 6px;
}
.mod-imgs-show-s1 .imgs-tit a:hover {
  text-decoration: none;
}
.mod-imgs-show-s1 .imgs-tit p {
  height: 20px;
  line-height: 20px;
}
.mod-imgs-show-s1 .imgs-tit-mg2 a {
  margin: 0 2px;
}

/* 检索 */
/* 资源检索-单库检索 */
.mod-pubsearch {
  position: relative;
  padding-left: 5px;
  padding-right: 85px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.mod-pubsearch .pub-txt {
  height: 36px;
  line-height: 36px\9;
  vertical-align: middle;
  width: 100%;
  border: none;
}
.mod-pubsearch .pub-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  background-color: #06c;
  color: #fff;
  border: none;
  border-left: 1px solid #ddd;
  font-size: 16px;
}
.mod-pubsearch .pub-btn:hover {
  background-color: #07c;
}
.mod-pubsearch .pholder {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 38px;
  color: #999;
  font-size: 12px;
}

/* 资源检索：带下拉菜单 */
.m-pubsearch-more {
  position: relative;
  z-index: 999;
}
.m-pubsearch-more .dblist {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100px;
  border: 1px solid #ddd;
}
.m-pubsearch-more .dblist .active {
  position: relative;
  z-index: 2;
  display: block;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
}
.m-pubsearch-more .dblist .active i {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-width: 18px;
  border-color: transparent transparent #06c transparent;
  border-style: dashed dashed solid dashed;
}
.m-pubsearch-more .dblist .list {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  width: 100px;
  line-height: 28px;
  background-color: #fff;
  overflow: hidden;
  display: none;
}
.m-pubsearch-more .dblist .list li {
  border-top: 1px dashed #ddd;
  margin-top: -1px;
  padding: 0 10px;
  cursor: pointer;
}
.m-pubsearch-more .dblist .list li:hover {
  background-color: #eee;
  color: #333;
}
.m-pubsearch-more .dblist .list .current {
  color: #06c;
}
.m-pubsearch-more .dblist-hover .list {
  display: block;
}
.m-pubsearch-more .dblist-hover .active i {
  display: none;
}
.m-pubsearch-more .secbox {
  position: relative;
  height: 43px;
  padding-left: 102px;
  padding-right: 85px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.m-pubsearch-more .pub-txt {
  display: block;
  height: 43px;
  line-height: 43px \9;
  border: none;
  vertical-align: middle;
  margin-right: 10px;
  width: 100%;
  padding: 0 5px;
}
.m-pubsearch-more .pub-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 45px;
  vertical-align: middle;
  background-color: #eee;
  border: none;
  font-size: 16px;
  border-left: 1px solid #ddd;
  color: #06c;
}
.m-pubsearch-more .pub-btn:hover {
  color: #ff9500;
}
.m-pubsearch-more .pholder {
  position: absolute;
  top: 0;
  left: 107px;
  line-height: 45px;
  color: #999;
  font-size: 14px;
}

/* 一框检索 */
.mod-search-singlebox-s1 {
  overflow: hidden;
  text-align: center;
}
.mod-search-singlebox-s1 .secx {
  position: relative; font-size: 14px;color: #5b3c28; width:590px; height:40px;  background:#fff;
}
.mod-search-singlebox-s1 .pholder {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5b3c28;
  line-height: 29px;
}
.mod-search-singlebox-s1 .inputtext {
  width: 507px;
  height: 40px;
  line-height: 40px \9;
  border:none; background: #fff;
  vertical-align: top; display:block; float:left;  padding-left:10px;
  
}
.mod-search-singlebox-s1 .secbtn {
  width:61px;
  height: 20px;
  background: url(../images/searchbtn.jpg);
  vertical-align: top;
  color: #fff;
  border:none;
  font-size: 16px; display:block; float:right; margin:11px 10px 0 0; overflow:hidden;
}

.mod-search-singlebox-s1 .linkbox {
  height: 32px;
  line-height: 32px;
}
.mod-search-singlebox-s1 .linkbox a {
  color: #959595;
  margin-left: 16px;
}
.mod-search-singlebox-s1 .linkbox a:hover {
  color: #ff9500;
}

/* 检索：多库检索 样式二 */
.mod-search-dbs-s2 {
  position: relative;
  height: 95px;
  border-radius: 4px;
  width: 660px;
  margin: 0 auto;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 10px;
}
.mod-search-dbs-s2 .secnav {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 40px;
  clear: both;
  padding-left: 6px;
}
.mod-search-dbs-s2 .secnav a {
  float: left;
  padding: 0 8px;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}
.mod-search-dbs-s2 .secnav a:hover {
  text-decoration: none;
  color: #f60;
}
.mod-search-dbs-s2 .secnav .current {
  background-color: #297acc;
  color: #fff;
}
.mod-search-dbs-s2 .secnav .current:hover {
  color: #fff;
}
.mod-search-dbs-s2 .secx {
  float: left;
  position: relative;
  height: 42px;
}
.mod-search-dbs-s2 .secx .inputtext {
  border: #ccc 1px solid;
  height: 30px;
  line-height: 30px \9;
  width: 480px;
  padding: 0 5px;
  vertical-align: middle;
}
.mod-search-dbs-s2 .secx .pholder {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 31px;
  font-size: 12px;
  color: #95959;
}
.mod-search-dbs-s2 .secbtn {
  background: url(../images/btn/button_search.png) no-repeat center center;
  border-width: 0;
  cursor: pointer;
  height: 30px;
  margin-left: 5px;
  width: 75px;
  text-indent: 75px;
  overflow: hidden;
  vertical-align: middle;
}
.mod-search-dbs-s2 .search-g-link {
  float: right;
  padding-right: 22px;
  margin-top: -10px;
}
.mod-search-dbs-s2 .super_search {
  float: left;
  margin-left: 20px;
  line-height: 32px;
}
.mod-search-dbs-s2 .secnav-morebox {
  position: relative;
  top: 0;
  right: 166px;
  float: right;
  z-index: 999;
  width: 80px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 10px;
}
.mod-search-dbs-s2 .secnav-morebox .secnav-morebox-list {
  position: absolute;
  top: 28px;
  left: -1px;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  border: 1px solid #08c;
  border-top: 0 none;
  padding-bottom: 3px;
  display: none;
}
.mod-search-dbs-s2 .secnav-morebox .secnav-morebox-list li {
  height: 20px;
  *white-space: nowrap;
}
.mod-search-dbs-s2 .secnav-morebox .secnav-morebox-list a {
  float: none;
  line-height: normal;
  font-size: 12px;
  display: block;
  height: 20px;
  padding: 0;
  *white-space: nowrap;
}
.mod-search-dbs-s2 .secnav-morebox-text {
  position: relative;
  height: 28px;
  line-height: 28px;
  cursor: default;
}
.mod-search-dbs-s2 .secnav-morebox-text span {
  font-family: "微软雅黑";
  line-height: 20px;
}
.mod-search-dbs-s2 .secnav-morebox-click {
  border-color: #08c;
}
.mod-search-dbs-s2 .secnav-morebox-click .secnav-morebox-list {
  display: block;
}

/* 多库检索 样式一 */
.mod-search-dbs-s1 {
  width: 100%;
  height: 95px;
  border-radius: 4px;
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border: #cfcfcf 1px solid;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 10px 0 40px;
}
.mod-search-dbs-s1 .secnav {
  float: left;
  height: 40px;
  overflow: hidden;
}
.mod-search-dbs-s1 .secnav a {
  padding: 6px 8px;
  border-radius: 3px;
  line-height: 28px;
  cursor: pointer;
}
.mod-search-dbs-s1 .secnav a:hover {
  text-decoration: none;
}
.mod-search-dbs-s1 .current {
  background-color: #297acc;
  color: #fff;
}
.mod-search-dbs-s1 .secx {
  float: left;
  position: relative;
  height: 42px;
}
.mod-search-dbs-s1 .secx .inputtext {
  border: #ccc 1px solid;
  height: 30px;
  line-height: 30px \9;
  width: 590px;
  padding: 0 5px;
}
.mod-search-dbs-s1 .secx .pholder {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 31px;
}
.mod-search-dbs-s1 .secbtn {
  background: url(../images/btn/searchbtn.png) no-repeat center center;
  border-width: 0;
  cursor: pointer;
  height: 30px;
  margin-left: 5px;
  width: 75px;
  text-indent: 75px;
  overflow: hidden;
}
.mod-search-dbs-s1 .search-g-link {
  float: right;
  padding-right: 22px;
  margin-top: -10px;
}

/* 文章类-基础列表 */
/* 列表-基础列表-公共样式 */
.mod-artlist .tit {
  position: relative;
  margin-bottom: 6px;
  border-bottom: 1px solid #ddd; font-size: 14px;
}
.mod-artlist .tit .more {
  float: right;
  
}
.mod-artlist .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 28px;
  line-height: 28px;
}
.mod-artlist .item-more {
  min-height: 28px;
  line-height: 28px;
  text-align: right;
  padding-right: 10px;
}
.mod-artlist .article-name strong {
  font-weight: 400;
}
.mod-artlist .article-name:hover strong {
  color: #333;
}

/* 列表- 基础列表 子栏目格式为空*/
.mod-artlist-default .item {
  padding: 0 10px;
}
.mod-artlist-default strong {
  padding-right: 10px;
}

/* 列表- 基础列表 子栏目格式1个字段*/
.mod-artlist-field1 .item {
  position: relative;
  float: none;
  padding-right: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  padding-left: 10px;
}
.mod-artlist-field1 .item strong {
  padding-right: 10px;
}
.mod-artlist-field1 .item .more {
  position: absolute;
  top: 0;
  right: 10px;
}
.mod-artlist-field1 .item .author {
  position: absolute;
  top: 0;
  right: 10px;
  width: 72px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 0;
  text-align: right;
  font-size: 12px;
  cursor: default;
}
.mod-artlist-field1 .article-name {
  display: block;
  width: 100%;
  *display: inline;
  zoom: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-artlist-field1 .date {
  position: absolute;
  top: 0;
  right: 10px;
  height: 28px;
  line-height: 28px;
  text-indent: 0;
}

/* 列表- 基础列表 子栏目格式2个字段*/
.mod-artlist-field2 .item {
  position: relative;
}
.mod-artlist-field2 .item strong {
  padding-right: 10px;
}
.mod-artlist-field2 .author {
  position: static;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.mod-artlist-field2 .article-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 150px;
  padding-left: 10px;
}
.mod-artlist-field2 .date-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  text-align: right;
}
.mod-artlist-field2 .date-more .more {
  position: static;
  padding: 0 10px;
}
.mod-artlist-field2 .date-more .date {
  position: static;
  text-align: left;
}
.mod-artlist-field2 .author-date {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  text-align: right;
}
.mod-artlist-field2 .author-date .date {
  position: static;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 10px;
}
.mod-artlist-field2 .author-date .author {
  position: static;
  width: 52px;
  cursor: default;
  text-align: left;
}
.mod-artlist-field2 .author-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  text-align: right;
}
.mod-artlist-field2 .author-more .author {
  position: static;
  width: 72px;
  cursor: default;
  text-align: left;
}
.mod-artlist-field2 .author-more .more {
  position: static;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 10px;
}

/* 列表-摘要 */
.mod-artlist-summary-title {
  position: relative;
  z-index: 2;
  height: 30px;
  line-height: 27px;
  overflow: hidden;
  font-size: 16px;
}
.mod-artlist-summary-title span {
  height: 28px;
  border-bottom: 2px solid #06c;
  padding: 0 5px;
}

.mod-artlist-summary-s1 {
  padding: 10px 16px 6px;
  border: 1px solid #dbdbdb;
  box-shadow: 3px 3px 5px #dbd2d4;
}
.mod-artlist-summary-s1 .sum-tit {
  text-align: right;
  font-size: 14px;
}
.mod-artlist-summary-s1 .sum-tit a {
  height: 30px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  padding-left: 10px;
  font-weight: bold;
}
.mod-artlist-summary-s1 .sum-tit a:hover {
  text-decoration: none;
}
.mod-artlist-summary-s1 .sum-tit .cur {
  display: inline-block;
  color: #08c;
}
.mod-artlist-summary-s1 .sum-con {
  position: relative;
  display: none;
}
.mod-artlist-summary-s1 .sum-con .pic-link {
  float: left;
  width: 130px;
  margin-right: 20px;
}
.mod-artlist-summary-s1 .sum-con .pic-link img {
  display: block;
  max-width: 100%;
}
.mod-artlist-summary-s1 .cur {
  display: block;
}
.mod-artlist-summary-s1 .sum-text {
  position: relative;
  min-height: 110px;
}
.mod-artlist-summary-s1 .sum-text-tit {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.mod-artlist-summary-s1 .sum-text .txt {
  text-indent: 2em;
  font-size: 12px;
  line-height: 22px;
}
.mod-artlist-summary-s1 .sum-text .detail {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.mod-artlist-summary-s1 .sum-text .detail:hover {
  text-decoration: none;
}
.mod-artlist-summary-s1 .item {
  padding-left: 0;
}
.mod-artlist-summary-s1 .artlist-more {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 12px;
}
.mod-artlist-summary-s1 .artlist-more:hover {
  text-decoration: none;
}

/* 文本描述 */
.mod-text {
  background-color: #f3f3f3;
}
.mod-text .text-tit {
  height: 30px;
  background-color: #fff;
  padding-top: 4px;
  clear: both;
  font-weight: 400;
  color: #333;
}
.mod-text .text-tit span {
  display: block;
  line-height: 24px;
  border-left: 3px solid #06c;
  padding-left: 10px;
}
.mod-text .desc {
  padding-top: 2px;
  text-indent: 2em;
  font-size: 12px;
  line-height: 22px;
  background-color: #f3f3f3;
  padding: 10px;
  word-wrap: break-word;
}
.mod-text .pic-link {
  display: none;
}

.mod-text-h .pic-link {
  float: left;
  display: block;
  max-width: 160px;
}
.mod-text-h .pic-link img {
  max-width: 100%;
}

.mod-text-v .pic-link {
  display: block;
  text-align: center;
}
.mod-text-v .pic-link img {
  max-width: 100%;
}

/* 文章类-选项卡 */
.mod-artlist-tab-default .tab-tit {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.mod-artlist-tab-default .mod-tab-bd {
  display: none;
}
.mod-artlist-tab-default .mod-artlist {
  padding: 10px 0;
  border: none;
}
.mod-artlist-tab-default .mod-artlist .item-more {
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-artlist-tab-default .cur {
  display: block;
}
.mod-artlist-tab-default .mod-tab-head {
  overflow: hidden;
  padding-left: 10px;
  margin-top: 5px;
}
.mod-artlist-tab-default .mod-tab-head li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 7px;
  white-space: nowrap;
}
.mod-artlist-tab-default .mod-tab-head li:hover {
  cursor: pointer;
  color: #ff9500;
}
.mod-artlist-tab-default .mod-tab-head .cur {
  background-color: #eee;
  color: #333;
}
.mod-artlist-tab-default .pic-link {
  float: left;
  width: 184px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 0 10px;
}
.mod-artlist-tab-default .pic-link img {
  width: 100%;
}

/* 文章类-双侧选项卡 */
.mod-artlist-tab-style1 {
  background-color: #fff;
}
.mod-artlist-tab-style1 .tab-tit {
  height: 30px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.mod-artlist-tab-style1 .mod-tab-bd {
  width: 62%;
  margin: 0 auto;
  display: none;
  min-height: 273px;
}
.mod-artlist-tab-style1 .cur {
  display: block;
}
.mod-artlist-tab-style1 .artlist-date {
  padding: 0;
}
.mod-artlist-tab-style1 .artlist-date li {
  padding-right: 90px;
}
.mod-artlist-tab-style1 .artlist-date .date {
  right: 0;
}
.mod-artlist-tab-style1 .mod-tab-head {
  height: auto;
  min-height: 0;
  padding: 11px 10px 0;
  font-family: "微软雅黑","simsun",sans-serif;
  font-size: 13px;
  border-bottom: none;
}
.mod-artlist-tab-style1 .mod-tab-head .cur {
  background-color: #fdeabd;
}
.mod-artlist-tab-style1 .mod-tab-head li {
  width: 16%;
  text-align: center;
}
.mod-artlist-tab-style1 .mod-tab-head li a {
  display: block;
  height: 37px;
  line-height: 37px;
  background-color: #e0e0e0;
  color: #333;
  margin-bottom: 7px;
  overflow: hidden;
}
.mod-artlist-tab-style1 .mod-tab-head li a:hover {
  text-decoration: none;
}
.mod-artlist-tab-style1 .mod-tab-head .tab-head-l {
  float: left;
}
.mod-artlist-tab-style1 .mod-tab-head .tab-head-r {
  float: right;
  margin-right: 0;
}
.mod-artlist-tab-style1 .msg {
  display: block;
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
}

/* 文章列表-双选项卡*/
.mod-artlist-tab2-default .tab-tit {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.mod-artlist-tab2-default .mod-tab-bd-out {
  position: relative;
}
.mod-artlist-tab2-default .mod-tab-bd-out, .mod-artlist-tab2-default .mod-tab-bd-in {
  display: none;
}
.mod-artlist-tab2-default .mod-artlist {
  padding-bottom: 10px;
  border: none;
}
.mod-artlist-tab2-default .mod-artlist .item-more {
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-artlist-tab2-default .cur {
  display: block;
}
.mod-artlist-tab2-default .mod-tab-head-out {
  margin-top: -26px;
  text-align: right;
  overflow: hidden;
  margin-bottom: 4px;
}
.mod-artlist-tab2-default .mod-tab-head-out li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #aaa;
  padding: 0 7px;
  margin-right: -1px;
  cursor: pointer;
}
.mod-artlist-tab2-default .mod-tab-head-out .cur {
  color: #ff9500;
}
.mod-artlist-tab2-default .mod-tab-head-in {
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
}
.mod-artlist-tab2-default .mod-tab-head-in li {
  float: left;
  padding: 2px 5px;
  margin-bottom: 3px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 12px;
}
.mod-artlist-tab2-default .mod-tab-head-in .cur {
  background-color: #ededed;
}

/* 文章列表 双选项卡 带配图 */
.mod-artlist-tab2-img .mod-tab-bd-out {
  position: relative;
}
.mod-artlist-tab2-img .pic-link {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 134px;
  overflow: hidden;
  text-align: center;
}
.mod-artlist-tab2-img .pic-link img {
  max-width: 100%;
}
.mod-artlist-tab2-img .mod-tab-head-in {
  padding-top: 10px;
  padding-left: 154px;
}
.mod-artlist-tab2-img .mod-tab-bd-in {
  padding-left: 146px;
}

/* 导航类*/
.icon {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
}

/* 关键词类公共样式 */
.mod-keywords .title {
  height: 30px;
  line-height: 29px;
  font-weight: 500; display: none
}
.keylist p{ display: none;}
.mod-keywords .title .tit-txt {
  height: 29px;
  border-bottom: 2px solid #06c;
  padding: 0 12px;
}

/* 关键词 变长列表 */
.autolist {
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.autolist strong {
  color: #08c;
}
.autolist .item {
  border-left: 1px solid #999;
  overflow: hidden;
  margin: 8px 0;
  margin-left: -1px;
  padding: 0 20px;
  line-height: 14px;
  white-space: nowrap;
}

/* 关键词 定长列表 */

.keylist strong {
  color: #08c;
}
.keylist .item {
  width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.keymedialist li {
  float: left;
  width: 172px;
  padding: 0 10px;
}
.keymedialist li .tit {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}
.keymedialist img {
  display: block;
  width: 172px;
  height: 81px;
  background-color: #eee;
  text-align: center;
}

/* 关键词-样式一：根据内容变长 */
.mod-keywords-autolist-s1 {
  background-color: #fff;
  overflow: hidden;
}
.mod-keywords-autolist-s1 .autolist {
  padding-top: 12px;
}

/* 关键词-样式二：定宽，单行超出隐藏 */
.mod-keywords-fixedlist-s1 {
  
  overflow: hidden;
}
.mod-keywords-fixedlist-s1 .keylist {
  padding: 5px 0 0 0;
}

.mod-keywords-fixedlist-s1 .keylist .item {
  width: 62px;
  height: 35px; line-height: 35px; border-bottom: 1px dashed #5b3c28; background:none; color: #333; font-size:14px; font-family:"宋体"; float:left; padding-left:30px; background:url(../images/list.jpg) no-repeat;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.qijumdoe2 .mod-keywords-fixedlist-s1 .keylist .item {
  width: 129px;
  height: 35px; line-height: 35px; border-bottom: 1px dashed #5b3c28; background:none; color: #333; font-size:14px; font-family:"宋体"; float:left; padding-left:30px; background:url(../images/list.jpg) no-repeat;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.mod-keywords-fixedlist-s1 .keylist .item:hover{ color: #f00}
/*关键词-列表型-图文横向  */
.mod-keywords-mediahorizontal-s1 .tit {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.mod-keywords-mediahorizontal-s1 .tit .tit-txt {
  padding: 0 12px;
}
.mod-keywords-mediahorizontal-s1 .tit img {
  max-width: 100%;
}
.mod-keywords-mediahorizontal-s1 .tit .pic-link {
  position: absolute;
  top: 40px;
  left: 0;
  width: 120px;
  text-indent: 0;
  padding-left: 10px;
}
.mod-keywords-mediahorizontal-s1 .keylist {
  overflow: hidden;
  padding-left: 144px;
  min-height: 130px;
  padding-top: 6px;
}
.mod-keywords-mediahorizontal-s1 .keylist .item {
  width: 128px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 6px;
  margin-right: 10px;
  border: 1px solid #87D395;
  border-radius: 3px;
  color: #268043;
}

/* 关键词-列表型-图文纵向 */
.mod-keywords-mediavertical-s1 .title {
  border-bottom: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.mod-keywords-mediavertical-s1 .title .tit-txt {
  border: none;
}
.mod-keywords-mediavertical-s1 .keylist {
  padding: 10px 5px 5px;
  font-size: 12px;
  border-top: 1px dashed #aaa;
}
.mod-keywords-mediavertical-s1 .keylist .item {
  width: 54px;
  padding: 3px 0;
}
.mod-keywords-mediavertical-s1 .keylist .item:hover {
  text-decoration: none;
}

/* 主题体裁公文*/
.mod-keywords-1change {
  border: 1px solid #FCD3C5;
  background-color: #FCD3C5;
  min-width: 582px;
  min-height: 205px;
}
.mod-keywords-1change .mod-tab-head {
  position: relative;
  min-height: 37px;
  line-height: 37px;
  background-color: #fff;
  color: #666;
  padding-left: 5px;
}
.mod-keywords-1change .mod-tab-head li {
  float: left;
  height: 37px;
  padding: 0 20px;
  font-size: 16px;
}
.mod-keywords-1change .mod-tab-head li .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  color: #666;
  display: none;
  font-size: 12px;
}
.mod-keywords-1change .mod-tab-head li:hover {
  color: #f60;
  cursor: pointer;
}
.mod-keywords-1change .mod-tab-head .cur {
  background-color: #FCD3C5;
  color: #f60;
}
.mod-keywords-1change .mod-tab-head .cur .more {
  display: block;
  color: #666;
}
.mod-keywords-1change .mod-tab-head .cur .more:hover {
  color: #f60;
}
.mod-keywords-1change .mod-tab-bd {
  padding: 6px 5px;
  line-height: 22px;
  display: none;
  font-size: 12px;
}
.mod-keywords-1change .mod-tab-bd a:hover {
  color: #f60;
}
.mod-keywords-1change .mod-tab-bd .item-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-keywords-1change .cur {
  display: block;
}
.mod-keywords-1change .mod-class1 {
  overflow-y: hidden;
}
.mod-keywords-1change .mod-class1 .item-link {
  float: left;
  width: 190px;
  white-space: nowrap;
}
.mod-keywords-1change .mod-class1 .item-link:hover {
  color: #f60;
}
.mod-keywords-1change .mod-class2 {
  padding: 34px 0;
  text-align: center;
}
.mod-keywords-1change .mod-class2 .item-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 60px;
  height: 100px;
  margin: 0 9px;
  vertical-align: top;
}
.mod-keywords-1change .mod-class2 .item-link img {
  width: 60px;
  height: 58px;
  margin-bottom: 20px;
}
.mod-keywords-1change .mod-class2 .item-link span {
  display: block;
  width: 100%;
  line-height: 20px;
  white-space: normal;
}
.mod-keywords-1change .mod-class2 .item-link:hover {
  color: #f60;
}
.mod-keywords-1change .mod-class3 {
  color: #fff;
  padding: 6px 20px;
}
.mod-keywords-1change .mod-class3 .item-link {
  color: #555;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 105px;
  height: 22px;
  padding-top: 16px;
  padding-bottom: 8px;
  text-indent: 23px;
}
.mod-keywords-1change .mod-class3 .item-link img {
  width: 21px;
  height: 21px;
  vertical-align: middle;
}
.mod-keywords-1change .mod-class3 .item-link span {
  padding-left: 5px;
}
.mod-keywords-1change .mod-class3 .item-link:hover {
  color: #f60;
}

/* 登录 */
/* 登录公共样式 */
.mod-login .login-input {
  
  background-color: #f5f5f5;
 border:none; line-height:40px;
}
.mod-login .dlu {
  border: none;
    width: 60px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #4e2820;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    /* margin-top: 20px; */
    padding: 0;
    float: left;
    display: block;
}
.mod-login .dlu:hover {
  color: #fff;
}
.mod-login .dlu:active,.mod-login .dlu:visited{background-color: #ee4433;}
.mod-login .disable[type="button"], .mod-login .disable[type="button"]:hover {
  background-color: #ccc;
  cursor: default;
}
.mod-login .login-btn-reg, .mod-login .login-link-forget {
  background-color: transparent;
  margin-right: 6px;
}
.mod-login .login-btn-reg:hover, .mod-login .login-link-forget:hover {
  color: #ff9500;
}
.mod-login #showuser {
  color: #666;
}
.mod-login a {
  margin-right: 6px;
  vertical-align: middle;
}
.mod-login input {
  line-height: normal;
  vertical-align: middle;
}

/* 登录 样式一 */
.mod-login-horizontal-s1 {
  
}
.mod-login-horizontal-s1 li {
  float: right; padding-top:8px;
}
.mod-login-horizontal-s1 .login-input {
  
  
}

/* mod-treelist  导航类-导航树纵向*/
.mod-treelist {
  position: relative;
  z-index: 999;
}
.mod-treelist .treelist-menu {
  position: relative;
  z-index: 999;
  font-family: "微软雅黑", Arial, serif;
}
.mod-treelist .treelist-menu .nav-main {
  position: relative;
  z-index: 11;
  display: block;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.mod-treelist .nav-sub {
  position: absolute;
  top: -1px;
  left: 99%;
  z-index: 10;
  width: 280px;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  max-height: 458px;
  _height: 458px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  _display: none;
  line-height: 22px;
}
.mod-treelist .nav-sub .nav-sub-01 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  height: 22px;
  margin: 4px 0;
  padding: 0 0 6px 6px;
  border-bottom: 1px dashed #CCC;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.mod-treelist .nav-sub-02 {
  overflow: hidden;
  min-height: 0;
  padding-left: 6px;
  line-height: 0;
  font-size: 12px;
}
.mod-treelist .nav-sub-02 li {
  float: left;
  white-space: nowrap;
  margin-right: 20px;
  line-height: 22px;
}
.mod-treelist .nav-sub-02 li a {
  display: inline; color: #5b3c28;
}

.mod-treelist .item-hover .nav-sub, .mod-treelist .item-hover .icon-arrowl {
  visibility: visible;
  _display: block;
}

.mod-treelist .treelist-menu .item-hover {
  border-bottom: 1px dashed #60432e; padding-left: 20px;
}

.mod-treelist-s2 .treelist-menu .nav-main:hover, .mod-treelist .nav-sub .nav-sub-01:hover, .mod-treelist .nav-sub a:hover {
  color: #f00;
}

/* 导航树-样式一 */
.mod-treelist-s1 {
  width: 100%;
}
.mod-treelist-s1 .mod-treelist-tit {
  position: relative;
  z-index: 1000;
  height: 36px;
  font: bold 18px / 36px "Microsoft YaHei", "黑体", "Simsun", serif;
  color: #FFF;
  text-align: center;
  background-color: #5b3c28;
}
.mod-treelist-s1 .mod-treelist-tit span {
  line-height: 36px;
}
.mod-treelist-s1 .mod-treelist-tit .icon-sNav-tit {
  position: absolute;
  top: 36px;
  left: 50%;
  line-height: 3px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid dashed dashed dashed;
  border-color: #5b3c28 transparent transparent transparent;
  _border-color: #5b3c28 #f5f7f8 #f5f7f8 #f5f7f8;
}
.mod-treelist-s1 .treelist-menu {
  background-color: #f5f7f8;
  padding: 0;
  border: 1px solid #ddd;
  border-bottom: none;
}
.mod-treelist-s1 .treelist-menu .nav-main {
  padding-left: 34px;
  margin-bottom: 0;
  cursor: pointer;
  background: transparent url("../images/icon/icon-mainnav01.png") 15px center no-repeat;
}
.mod-treelist-s1 .icon-arrowl {
  position: absolute;
  right: -1px;
  top: 0;
  width: 7px;
  height: 36px;
  background: #fff;
  visibility: hidden;
  _display: none;
}
.mod-treelist-s1 .item {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.mod-treelist-s1 .nav-sub .nav-sub-01 {
  color: #5b3c28;
  width: 280px;
}
.mod-treelist-s1 .nav-sub .nav-sub-01:hover {
  color: #ff9500;
}
.mod-treelist-s1 .nav-sub-02 {
  width: 280px;
}

.mod-treelist-s1 .item-hover .nav-main {
  color: #5b3c28;
}

/* 导航树 样式二 */
.mod-treelist-s2 {
  width: 252px;
  background:url(../images/navbg.png);
   height: 482px; font-family: "微软雅黑"; font-size: 14px;
  
}
.mod-treelist-s2 .title {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #5b3c28;
  font-size: 18px;
}
.mod-treelist-s2 .mod-treelist-tit {
   width: 59px; height: 482px; padding-left: 2px;
   float: left;
}
.mod-treelist-s2 .mod-treelist-tit span {
 display: block;
  width: 20px;
  height: 99px;
  line-height: 24px;
  font-size: 18px;
  padding:30px 23px;
  cursor: pointer;
  color: #5b3c28;
}
.mod-treelist-s2 .mod-treelist-tit span.ershisi {
 display: block;
  width: 20px;
  height: 109px;
  line-height: 24px;
  font-size: 18px;
  padding:20px 23px 30px 23px;
  cursor: pointer;
  color: #5b3c28;
}
.mod-treelist-s2 .mod-treelist-tit .cur {
  background: url(../images/iconsnav.png);
  color: #5b3c28;
}
.mod-treelist-s2 .treelist-menu {
  display: none; width: 187px; height: 482px; float:left 
}
.mod-treelist-s2 .treelist-menu .nav-main {
  height: 39px;
  line-height: 39px;
  margin-bottom: 0;
  cursor: pointer;
  color: #241401;  background: url(../images/navlist.png) no-repeat 0 3px; padding-left: 47px;
}
.mod-treelist-s2 .essjq .nav-main {
  height: 19px;
  line-height: 19px;
  margin-bottom: 0;
  cursor: pointer;
  color: #241401;  background: url(../images/navlist.png) no-repeat 0 -6px; padding-left: 47px;
}
.mod-treelist-s2 .ctlf .nav-main {
  height: 119px;
  line-height: 119px;
  margin-bottom: 0;
  cursor: pointer;
  color: #241401;  background: url(../images/navlist.png) no-repeat 0 45px; padding-left: 47px;
}
.mod-treelist-s2 .cur {
  display: block;
}
.mod-treelist-s2 .item {
  
   border-bottom: 1px dashed #60432e; padding-left: 20px;
}
.mod-treelist-s2 .item-hover {
  border-color: #ccc;
}
.mod-treelist-s2 .icon-arrowl {
  position: absolute;
  right: -16px;
  top: 0;
  width: 3px;
  height: 30px;
  visibility: hidden;
  _display: none;
}
.mod-treelist-s2 .nav-sub {
  left: 187px;
  _left: 187px;
  width: 396px;
  border-color: #ccc;
}
.mod-treelist-s2 .nav-sub .nav-sub-01 {
  width: 381px;
  color: #5b3c28; font-size: 14px; padding-left: 15px ; background: url(../images/sublist.png) no-repeat 0 -3px;
}
.mod-treelist-s2 .nav-sub-02 {
  width: 396px;
}

.mod-treelist-s2 .item-hover .nav-main {
  color: #5b3c28;
  border-color: #fff;
}

/* 导航树 样式三 */
.mod-treelist-s3 {
  width: 284px;
  background-color: #f5f7f8;
  padding-bottom: 24px;
  border: 1px solid #ccc;
}
.mod-treelist-s3 .title {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #5b3c28;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.mod-treelist-s3 .mod-treelist-tit {
  padding: 10px 15px;
  overflow: hidden;
}
.mod-treelist-s3 .mod-treelist-tit span {
  float: left;
  width: 124px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #5b3c28;
  background-color: #5b3c28;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.mod-treelist-s3 .mod-treelist-tit .cur {
  background-color: #f5f7f8;
  color: #5b3c28;
}
.mod-treelist-s3 .treelist-menu {
  display: none;
}
.mod-treelist-s3 .treelist-menu .nav-main {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  cursor: pointer;
  border-bottom: 1px dashed #5b3c28;
}
.mod-treelist-s3 .cur {
  display: block;
}
.mod-treelist-s3 .item {
  float: left;
  height: 30px;
  width: 39%;
  padding-left: 10%;
  border-bottom: 1px solid #f5f7f8;
  border-top: 1px solid #f5f7f8;
  
  text-overflow: ellipsis;
  overflow: hidden;
}
.mod-treelist-s3 .item-hover {
  border-color: #ccc;
}
.mod-treelist-s3 .nav-sub {
  left: 283px;
  _left: 252px;
  width: 396px;
  border-color: #ccc;
}
.mod-treelist-s3 .nav-sub .nav-sub-01 {
  width: 396px;
  color: #5b3c28;
}
.mod-treelist-s3 .nav-sub-02 {
  width: 396px;
}

.mod-treelist-s2 .item-hover .nav-main {
  color: #5b3c28;
  border-color: #fff;
}

/*   列表-图文  非选项卡 */
.mod-artlist-media-d .mod-artlist {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.mod-artlist-media-d .media-tit .more {
  float: right;
  padding-right: 10px;
}
.mod-artlist-media-d .pic-link {
  display: block;
  width: 98%;
  text-align: center;
  padding: 1% 1% 0;
}
.mod-artlist-media-d .pic-link img {
  max-width: 100%;
}
.mod-artlist-media-d .desc {
  white-space: normal;
  line-height: 20px;
  text-indent: 2em;
  padding: 0 10px;
}

/* 非选项卡图文 -横向 */
.mod-artlist-media-h {
  overflow: hidden;
}
.mod-artlist-media-h .mod-artlist {
  border: none;
  margin-bottom: 20px;
}
.mod-artlist-media-h .mod-artlist .item {
  padding-left: 0;
}
.mod-artlist-media-h .media-tit {
  height: 34px;
  line-height: 34px;
  width: 405px;
  padding-left: 10px;
  margin-left: 135px;
}
.mod-artlist-media-h .media-tit .more {
  float: right;
  padding-right: 10px;
}
.mod-artlist-media-h .pic-link {
  float: left;
  width: 125px;
  margin-top: -34px;
  padding: 0 10px 0 0;
}
.mod-artlist-media-h .pic-link img {
  max-width: 100%;
}
.mod-artlist-media-h .desc {
  white-space: normal;
  line-height: 20px;
  text-indent: 0;
}

/* 水平均分两个模块 */
.mod-c2 {
  padding: 10px 0;
}
.mod-c2 .mod-artlist {
  float: left;
  width: 48%;
  margin: 0 .5%;
  border: none;
}
.mod-c2 .pic-link {
  border: none;
}

/* 水平均分三个模块 */
.mod-c3 {
  padding: 10px 0;
}
.mod-c3 .mod-artlist {
  float: left;
  width: 32.3333333333333%;
  border: none;
  margin: 0 .5%;
}
.mod-c3 .pic-link {
  border: none;
}

/* 水平均分四个模块 */
.mod-c4 {
  padding: 10px 0;
}
.mod-c4 .mod-artlist {
  float: left;
  width: 24%;
  border: none;
  margin: 0 0.4%;
}
.mod-c4 .pic-link {
  border: none;
}

/* 混合类-通用选项卡*/
/* 通用单层选项卡 默认 */
.mod-tab-single-d {
  border: 1px solid #ddd;
  min-height: 249px;
}
.mod-tab-single-d .mod-single-bd {
  display: none;
}
.mod-tab-single-d .cur {
  display: block;
}
.mod-tab-single-d .mod-single-head {
  padding: 10px 0 5px 10px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.mod-tab-single-d .mod-single-head li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 7px;
  cursor: pointer;
  margin-bottom: 2px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod-tab-single-d .mod-single-head .cur {
  color: #06c;
}

/* 通用单一选项卡,高度根据实际需要改 */
.mod-tab-single-h {
  position: relative;
  border: 1px solid #ddd;
  background-color: #eee;
}
.mod-tab-single-h .stit {
  display: none;
}
.mod-tab-single-h .mod-single-bd {
  position: relative;
  margin-left: 149px;
  min-height: 244px;
  background-color: #fff;
  display: none;
}
.mod-tab-single-h .cur {
  display: block;
}
.mod-tab-single-h .mod-single-head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 142px;
  min-height: 35px;
  padding-left: 7px;
}
.mod-tab-single-h .mod-single-head li {
  line-height: 20px;
  font-size: 16px;
  margin: 5px 0;
  cursor: pointer;
  text-align: center;
  padding: 7px 5px 7px 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod-tab-single-h .mod-single-head .cur {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #06c;
}

.mod-tab-single-v {
  border: 1px solid #ddd;
  min-height: 234px;
  padding: 0 10px 10px;
  overflow: hidden;
}
.mod-tab-single-v .stit {
  margin-bottom: 15px;
  width: 120%;
  margin-left: -10px;
}
.mod-tab-single-v .mod-single-bd {
  margin: 0 10px;
  display: none;
}
.mod-tab-single-v .cur {
  display: block;
}
.mod-tab-single-v .mod-single-head {
  height: 37px;
  border: 1px solid #ddd;
  background-color: #f5f3f3;
  margin-bottom: 8px;
}
.mod-tab-single-v .mod-single-head li {
  height: 37px;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -1px;
}
.mod-tab-single-v .mod-single-head .cur {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  border-top: 2px solid #06c;
}

/* 通用双层选项卡 默认 */
.mod-tab-double-d {
  border: 1px solid #ddd;
  min-height: 200px;
}
.mod-tab-double-d .mod-double-bd-out, .mod-tab-double-d .mod-double-bd-in {
  display: none;
}
.mod-tab-double-d .mod-double-bd-out {
  min-height: 214px;
}
.mod-tab-double-d .cur {
  display: block;
}
.mod-tab-double-d .mod-double-head-out {
  padding: 10px 0 5px 10px;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}
.mod-tab-double-d .mod-double-head-out li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 7px;
  cursor: pointer;
  margin-bottom: 2px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod-tab-double-d .mod-double-head-out .cur {
  color: #06c;
}
.mod-tab-double-d .mod-double-head-in {
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
}
.mod-tab-double-d .mod-double-head-in li {
  float: left;
  padding: 2px 5px;
  margin-bottom: 3px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 12px;
}
.mod-tab-double-d .mod-double-head-in .cur {
  background-color: #ededed;
}

/* 双层选项卡 ：横版 */
.mod-tab-double-h {
  position: relative;
  border: 1px solid #ddd;
  min-height: 200px;
  background-color: #eee;
}
.mod-tab-double-h .dtit {
  display: none;
}
.mod-tab-double-h .mod-double-bd-out, .mod-tab-double-h .mod-double-bd-in {
  display: none;
}
.mod-tab-double-h .mod-double-bd-out {
  position: relative;
  margin-left: 149px;
  min-height: 244px;
  background-color: #fff;
}
.mod-tab-double-h .cur {
  display: block;
}
.mod-tab-double-h .mod-double-head-out {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 142px;
  min-height: 35px;
  padding-left: 7px;
}
.mod-tab-double-h .mod-double-head-out li {
  line-height: 20px;
  font-size: 16px;
  margin: 5px 0;
  cursor: pointer;
  text-align: center;
  padding: 7px 5px 7px 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod-tab-double-h .mod-double-head-out .cur {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #06c;
}
.mod-tab-double-h .mod-double-head-in {
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
}
.mod-tab-double-h .mod-double-head-in li {
  float: left;
  padding: 2px 5px;
  margin-bottom: 3px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}
.mod-tab-double-h .mod-double-head-in .cur {
  background-color: #ededed;
}

/* 通用双选项卡 纵向 */
.mod-tab-double-v {
  border: 1px solid #ddd;
  min-height: 200px;
}
.mod-tab-double-v .mod-double-bd-out, .mod-tab-double-v .mod-double-bd-in {
  display: none;
}
.mod-tab-double-v .mod-double-bd-in {
  position: relative;
  margin-left: 149px;
  min-height: 209px;
  background-color: #fff;
}
.mod-tab-double-v .mod-double-bd-out {
  position: relative;
  background-color: #eee;
}
.mod-tab-double-v .cur {
  display: block;
}
.mod-tab-double-v .mod-double-head-out {
  padding: 10px 0 5px 10px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.mod-tab-double-v .mod-double-head-out li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 7px;
  cursor: pointer;
  margin-bottom: 2px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod-tab-double-v .mod-double-head-out .cur {
  color: #06c;
}
.mod-tab-double-v .mod-double-head-in {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 142px;
  min-height: 35px;
  padding-left: 7px;
}
.mod-tab-double-v .mod-double-head-in li {
  line-height: 20px;
  font-size: 16px;
  margin: 5px 0;
  cursor: pointer;
  text-align: center;
  padding: 7px 5px 7px 15px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}
.mod-tab-double-v .mod-double-head-in .cur {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #06c;
}

/* 列表-选项卡类 延迟加载 时使用 隐藏ul中.tit标签名*/
.mod-noTit .tit {
  display: none;
}
