/**
 * 
 * 全局样式表 (assets/css/cim.css)
 * 
 * @copyright: CIM (https://cimxx.com)
 * 
 * 目录:
 *    重定义浏览器默认样式
 *    全局常用样式
 *    附件 files
 *    表单 form
 *    筛选 filter
 *    评论 comment
 * 
 */

@charset "utf-8";

:root {
  --filter-active-color: #3b99fc;
  --filter-cancel-color: #fd8874;
  --color-gray: #f0f0f0;
}


/**
--- 重定义浏览器样式 -----------------------
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
  *display: inline;
  *zoom: 1;
}

/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
q:before,
q:after {
  content: "";
}

/* 统一上标和下标 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 默认不显示下划线，保持页面简洁 */

a,
a:hover {
  text-decoration: none !important;
}

/* 代码字体 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  outline: none;
}

P {
  word-break: break-all;
}

[v-cloak] {
  display: none;
}

[right] {
    text-align: right;
}

/**
--- 全局常用样式 -----------------------
*/

/* 字体超出范围截断显示省略号 */

.overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

/* 关键字高亮 */
[rel="highlight"] em.highlight {
  background-color: yellow;
  color: #c60;
}

/* 间距 */

.m-0 {
  margin: 0;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.p-0 {
  padding: 0;
}

.p-xs {
  padding: 5px;
}

.p-sm {
  padding: 10px;
}

.p-md {
  padding: 20px;
}

.p-lg {
  padding: 30px;
}

.pt-0 {
  padding-top: 0;
}

.pt-xs {
  padding-top: 5px;
}

.pt-sm {
  padding-top: 10px;
}

.pt-md {
  padding-top: 20px;
}

.pt-lg {
  padding-top: 30px;
}

.pr-0 {
  padding-right: 0;
}

.pr-xs {
  padding-right: 5px;
}

.pr-sm {
  padding-right: 10px;
}

.pr-md {
  padding-right: 20px;
}

.pr-lg {
  padding-right: 30px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-xs {
  padding-bottom: 5px;
}

.pb-sm {
  padding-bottom: 10px;
}

.pb-md {
  padding-bottom: 20px;
}

.pb-lg {
  padding-bottom: 30px;
}

.pl-0 {
  padding-left: 0;
}

.pl-xs {
  padding-left: 5px;
}

.pl-sm {
  padding-left: 10px;
}

.pl-md {
  padding-left: 20px;
}

.pl-lg {
  padding-left: 30px;
}

.mt-0 {
  margin-top: 0;
}

.mt-xs {
  margin-top: 5px;
}

.mt-sm {
  margin-top: 10px;
}

.mt-md {
  margin-top: 20px;
}

.mt-lg {
  margin-top: 30px;
}

.mr-0 {
  margin-right: 0;
}

.mr-xs {
  margin-right: 5px;
}

.mr-sm {
  margin-right: 10px;
}

.mr-md {
  margin-right: 20px;
}

.mr-lg {
  margin-right: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-xs {
  margin-bottom: 5px;
}

.mb-sm {
  margin-bottom: 10px;
}

.mb-md {
  margin-bottom: 20px;
}

.mb-lg {
  margin-bottom: 30px;
}

.ml-0 {
  margin-left: 0;
}

.ml-xs {
  margin-left: 5px;
}

.ml-sm {
  margin-left: 10px;
}

.ml-md {
  margin-left: 20px;
}

.ml-lg {
  margin-left: 30px;
}

/* fix bootstrap */

.pagination > li {
  display: inline-block;
  padding-right: 2px;
}

.img-captcha {
  cursor: pointer;
  border-radius: 4px;
}



/* 面包屑导航 */
.breadcrumb > li + li:before {
  content: ">";
}

.breadcrumb a {
  color: #222;
}

/* 头部 */

header {
  display: block;
  height: 50px;
}

header .links li {
  display: inline-block;
  padding-left: 8px;
  font-size: 12px;
}


#header .action {
  display: flex;
  gap: 15px;
  justify-content: right;
}
#header .action a {
  display: inline-block;
  min-width: 120px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}


#navbar {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
}

/* 布局 */


/* 自定义滚动条样式 */

::-webkit-scrollbar {
  background: #ffffff;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* 侧边工具条 */

menu {
  position: fixed;
  width: 60px;
  top: 58%;
  left: 50%;
  z-index: 2;
  background-color: transparent;
  list-style: none;
}
menu[toolbar] {
  margin-left: 600px;
}

menu li {
  margin-top: 6px;
}
menu li a {
  display: block;
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 4px;
  background-color: #f0f0f0;
  line-height: 20px;
  text-align: center;
}

menu li a sup {
  position: absolute;
  top: 0;
  right: -15px;
}

menu li a span {
  display: none;
  color: #fff;
  padding: 4px;
  font-size: 14px;
}

menu li a i {
  color: #999;
  padding-top: 15px;
  font-size: 20px;
}

menu a.on i {
  color:#007fff;
}
menu a:hover {
  background: #007fff;
}

menu a:hover i {
  color: #fff;
}

/* 页脚 */


footer nav a:first-child {
  padding-left: 0px;
}

footer nav a {
  padding: 0 8px;
  display: inline-block;
}

footer .copyright a.beian {
  background: url(../img/icon/beian.png) 3px no-repeat;
}

footer .copyright a.cim {
  display: inline-block;
  width: 40px;
  height: 17px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  line-height: 17px;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 5px;
  background: #ec4f4f;
}

/**
  头像
*/

.avatar-xs {
  width: 32px;
  height: 32px;
}

.avatar-sm {
  width: 48px;
  height: 48px;
}

.avatar-md {
  width: 64px;
  height: 64px;
}

.avatar-lg {
  width: 96px;
  height: 96px;
}

.avatar-xl {
  width: 128px;
  height: 128px;
}

/* 分页 */

.pagination li a {
  border-radius: 4px;
}

.pagination .form-goto .input-group {
  width: 100px;
}

/* 表单 */

.form-horizontal .control-label {
  color: #999;
  padding-right: 0px;
  font-weight: normal;
}

/* 步骤 */

dl.steps {
  height: 36px;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}

dl.steps dt,
dl.steps dd {
  display: inline-block;
  height: 35px;
  min-width: 120px;
  border-bottom: 2px solid #e5e5e5;
}

dl.steps dd.active {
  color: #ff6600;
  font-weight: 700;
  border-bottom: 2px solid #ff6600;
}

/* 侧边筛选 */

#sidebar .filters dt,
#sidebar .filters dd {
  display: inline-block;
  height: 36px;
  line-height: 36px;
}

#sidebar .filters dt {
  width: 100%;
  text-indent: 10px;
}

#sidebar .filters dd {
  float: left;
  width: 50%;
}

#sidebar .filters a {
  display: block;
  padding: 0 10px;
}

#sidebar .filters dd a:hover,
#sidebar .filters dd a.active {
  color: #ff6600;
  background-color: #f5f5f5;
}

/* 侧边导航  */

#sidebar .nav .badge {
  background: #ffc900;
  font-weight: normal;
}

#sidebar ul.nav li {
  height: 40px;
  line-height: 40px;
  border: 1px solid #f5f5f5;
  margin-top: -1px;
  overflow: hidden;
}

#sidebar ul.nav li.active,
#sidebar ul.nav li:hover {
  background-color: #f5f5f5;
}

#sidebar ul.nav li.active a,
#sidebar ul.nav li a:hover {
  color: #fd2b50;
}

#sidebar ul.nav li a {
  display: block;
  color: #222;
  padding: 0 20px;
}

/* 搜索 */

.search #sidebar dd p {
  display: inline-block;
  width: 200px;
}

/********** 附件 files **********/

.upload_button {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 210px;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}

.upload_button input[rel="button"] {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}

[rel="preview"] {
  height: auto;
}

[rel="preview"] .item {
  height: 180px;
  width: 180px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  margin: 0 8px 8px 0;
}

[rel="preview"] .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  transform: translate(-50%, -50%);
}

[rel="preview"] .item img {
  max-width: 100%;
  max-height: 100%;
  z-index: 5;
}

[rel="preview"] .item em {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  width: 24px;
  height: 26px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/********** 表单 form **********/

/* 多选框单选框样式 */

.cim-radio,
.cim-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cim-radio.cim-radio-disabled,
.cim-radio.cim-checkbox-disabled,
.cim-checkbox.cim-radio-disabled,
.cim-checkbox.cim-checkbox-disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.cim-radio > input,
.cim-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cim-radio > span,
.cim-checkbox > span {
  border: 1px solid transparent;
  position: absolute;
  top: 0px;
  left: 0;
  height: 19px;
  width: 19px;
  background: #e6e6e6;
}

.cim-radio > span:after,
.cim-checkbox > span:after {
  content: "";
  position: absolute;
  display: none;
}

.cim-radio:hover > input:not([disabled]) ~ span,
.cim-radio > input:focus ~ span,
.cim-checkbox:hover > input:not([disabled]) ~ span,
.cim-checkbox > input:focus ~ span {
  background: #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cim-radio > input:checked ~ span,
.cim-checkbox > input:checked ~ span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #d9d9d9;
}

.cim-radio > input:checked ~ span:after,
.cim-checkbox > input:checked ~ span:after {
  display: block;
}

.cim-radio:hover > input:not([disabled]):checked ~ span,
.cim-radio > input:checked ~ span,
.cim-checkbox:hover > input:not([disabled]):checked ~ span,
.cim-checkbox > input:checked ~ span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #d9d9d9;
}

.cim-radio > input:disabled ~ span,
.cim-checkbox > input:disabled ~ span {
  opacity: 0.6;
  filter: alpha(opacity=60);
  pointer-events: none;
}

.cim-radio.cim-radio-outline > span,
.cim-radio.cim-checkbox-outline > span,
.cim-checkbox.cim-radio-outline > span,
.cim-checkbox.cim-checkbox-outline > span {
  border: 1px solid #d9d9d9;
  background: none;
}

.cim-radio.cim-radio-outline:hover > input:not([disabled]) ~ span,
.cim-radio.cim-radio-outline > input:focus ~ span,
.cim-radio.cim-checkbox-outline:hover > input:not([disabled]) ~ span,
.cim-radio.cim-checkbox-outline > input:focus ~ span,
.cim-checkbox.cim-radio-outline:hover > input:not([disabled]) ~ span,
.cim-checkbox.cim-radio-outline > input:focus ~ span,
.cim-checkbox.cim-checkbox-outline:hover > input:not([disabled]) ~ span,
.cim-checkbox.cim-checkbox-outline > input:focus ~ span {
  border: 1px solid #d9d9d9;
  background: none;
}

.cim-radio.cim-radio-outline > input:checked ~ span,
.cim-radio.cim-checkbox-outline > input:checked ~ span,
.cim-checkbox.cim-radio-outline > input:checked ~ span,
.cim-checkbox.cim-checkbox-outline > input:checked ~ span {
  border: 1px solid #d9d9d9;
  background: none;
}

.cim-radio.cim-radio-outline:hover > input:not([disabled]):checked ~ span,
.cim-radio.cim-radio-outline > input:checked ~ span,
.cim-radio.cim-checkbox-outline:hover > input:not([disabled]):checked ~ span,
.cim-radio.cim-checkbox-outline > input:checked ~ span,
.cim-checkbox.cim-radio-outline:hover > input:not([disabled]):checked ~ span,
.cim-checkbox.cim-radio-outline > input:checked ~ span,
.cim-checkbox.cim-checkbox-outline:hover > input:not([disabled]):checked ~ span,
.cim-checkbox.cim-checkbox-outline > input:checked ~ span {
  border: 1px solid #d9d9d9;
  background: none;
}

.cim-radio > span {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}

.cim-radio > span:after {
  left: 4px;
  top: 4px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #2b95d3;
}

.cim-radio > input:disabled ~ span:after {
  background: #666666;
}

th > .cim-radio.cim-radio-single,
td > .cim-radio.cim-radio-single {
  right: -5px;
}

.cim-checkbox > span:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #2b95d3;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.cim-checkbox > input:disabled ~ span:after {
  border-color: #666666;
}

.checkbox .cim-checkbox, .radio .cim-radio {
  margin-bottom: 4px;
  padding-left: 24px;
}

.form-inline .cim-checkbox {
  margin-left: 15px;
  margin-right: 15px;
}

th > .cim-checkbox.cim-checkbox-single,
td > .cim-checkbox.cim-checkbox-single {
  right: -5px;
}

.cim-checkbox-list,
.cim-radio-list {
  padding: 10px 0;
}

.form-horizontal .form-group .cim-checkbox-list,
.form-horizontal .form-group .cim-radio-list {
  padding-top: 0;
}

.cim-checkbox-list .cim-checkbox,
.cim-checkbox-list .cim-radio,
.cim-radio-list .cim-checkbox,
.cim-radio-list .cim-radio {
  display: block;
}

.cim-checkbox-inline,
.cim-radio-inline {
  padding: 10px 0;
}

.form-horizontal .form-group .cim-checkbox-inline,
.form-horizontal .form-group .cim-radio-inline {
  padding-top: 8px;
}

.cim-checkbox-inline .cim-checkbox,
.cim-checkbox-inline .cim-radio,
.cim-radio-inline .cim-checkbox,
.cim-radio-inline .cim-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0px;
}

.cim-checkbox-inline .cim-checkbox:last-child,
.cim-checkbox-inline .cim-radio:last-child,
.cim-radio-inline .cim-checkbox:last-child,
.cim-radio-inline .cim-radio:last-child {
  margin-right: 0;
}




/********** 筛选 filter **********/

.filter .search-filter .form-inline {
  display: inline-block;
}

.filter .search-filter .form-inline input {
  height: 28px;
  width: 70px;
}

.filter .search-filter button {
  height: 26px;
  background-color: var(--filter-active-color);
  line-height: 1;
  border: none;
}

.filter .cim-checkbox {
  font-weight: inherit;
  margin-bottom: inherit;
}


.filter dl {
  display: grid;
  padding: 5px 0;
  grid-template-columns: 60px auto;
  align-items: center;
  gap: 10px;
}

.filter dl dt {
  font-weight: normal;
  text-align: right;
  color: #888;
}

.filter dl form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.filter dl dd {
  flex: 1;
}

.filter dl dd.search-4 a:nth-child(n+2):hover::after{
  content: ' + ';
  display: inline-block;
}
.filter dl dd.search-4 a:nth-child(n+2).active:hover {
  background-color: var(--filter-cancel-color);
}
.filter dl dd.search-4 a:nth-child(n+2).active:hover::after{
  content: ' - ';
}

.filter dl dd.child {
   background-color: #3b99fc18;
   position: relative;
   padding: 12px;
   border-radius: 6px;
}
.filter dl dd.child::before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #3b99fc18;
    position: absolute;
    top: -6px;
}

.filter dl dd a {
  display: inline-block;
  padding: 4px 8px;
    border-radius: 2px;
    margin: 1px;
}

.filter dl dd a:hover,
.filter dl dd a.active {
  background-color: var(--filter-active-color);
  color: #fff;
}

.filter dl dd i {
  cursor: pointer;
  font-style: normal;
}


/* 分页  pager */
.pager { display: flex; gap: 8px; }
.pager.center { justify-content: center; }
.pager a {  display: inline-block; padding: 0 12px; height: 28px; line-height: 28px; background-color: #eeeeee; border-radius: 2px; }
.pager a i { display: inline-block; width: 2px; height: 2px; border-radius: 100%; background: #aaa; }
.pager a.on,.pager a:hover { background: #1e9fff; color: #fff; }


/********** 评论 comment **********/
.comment {
  position: relative;
}

.comment .comment-img {
  width: 60px;
  height: 60px;
  float: left;
  margin-bottom: 15px;
}

.comment .comment-content {
  margin-left: 80px;
}

.comment .comment-title {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eee;
}

.comment .comment-title span {
  border-bottom: 2px solid #dd5050;
  display: inline-block;
  padding: 0px 0px 10px 0;
  font-size: 18px;
  margin-right: 10px;
}

.comment .comment-title em {
  color: #ccc;
}

.comment .comment-block {
  font-size: 12px;
  color: #b4b7c1;
  margin-bottom: 50px;
}

.comment .comment-name {
  font-size: 14px;
  font-family: "Microsoft Yahei", sans-reg;
}

.comment .comment-time {
  font-size: 11px;
  color: #b4b7c1;
}

.comment .comment-text {
  font-size: 13px;
  line-height: 18px;
  color: #7a8192;
  display: block;
  background: #f6f6f7;
  border: 1px solid #edeff2;
  padding: 15px 20px 20px 20px;
}

.comment .comment-content span {
  display: inline-block;
  margin-bottom: 15px;
}

.comment .comment-content a {
  color: #383b43;
}

.comment .comment-content a:hover {
  color: #0d58c8;
}

.comment .comment-time {
  text-align: right;
}

.comment .comment-info {
  margin-bottom: 15px;
}

.comment .comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comment .comment-empty {
  padding: 40px;
  font-size: 18px;
  text-align: center;
}

.comment .comment-login .media-body {
  padding: 40px;
  border: 1px solid #eee;
  background: #f0f0f0;
  text-align: center;
}

.comment .comment-form textarea {
  width: 100%;
  padding: 10px;
  resize: none;
  border: 1px solid #eee;
}

.comment .comment-data {
  padding-top: 15px;
}

.comment .media {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 64px auto;
}

.comment .media .media-body,
.comment .media .media-heading {
  font-size: 16px;
}

.comment .media-body .panel {
  margin-top: 15px;
}

.comment .media-body .panel,
.comment .comment-post input {
  border: 1px solid #eee;
}

.comment .panel .panel-heading {
  border-bottom: 1px solid #eee;
}

.comment .panel .media {
  padding: 15px 10px 15px 10px;
  margin: 0;
}

.comment .comment-post {
  display: flex;
  justify-content: space-between;
}
.comment .comment-post input {
  flex: 1;
}


.comment .comment-post {
  padding: 10px 12px;
  height: auto;
  overflow: auto;
}

/* 过期提示 */
.expired-tips {
  border: 8px solid #ff0000;
  font-size: 32px;
  color: #ff0000;
  font-weight: bold;
  position: absolute;
  padding: 4px 20px;
  min-width: 180px;
  letter-spacing: 8px;
  transform: rotate(-25deg);
  top: 150px;
  right: 180px;
  opacity: 0.6;
  border-radius: 8px;
}

.expired-tips-circle {
  padding: 20px;
  min-height: 180px;
  border-radius: 100%;
  text-align: center;
}
.expired-tips-circle i {
  font-size: 54px;
}
.expired-tips-circle span {
  display: block;
}


.actions a {
  position: relative;
}
.actions a:hover>.popup {
  display: block;
}

.actions a>.popup {
  display: none;
  position: absolute;
  margin-left: -40px;
  padding: 10px 10px 2px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 2;
}





.index #content .name a {
    font-size: 20px;
}

.index #content .item .thumb {
    display: inline-block;
    width: 160px;
    height: 120px;
}

.index #content .item .info {
    line-height: 22px;
    max-height: 44px;
    word-break: break-all;
    overflow: hidden;
}

.index #content .item .param {
    font-size: 12px;
}

.index .filters dl:last-child {
    display: none;
}


/* 侧边栏 */

#sidebar .panel-body a {
    display: block;
    line-height: 32px;
}

#sidebar [rel="block"] {
    border: none;
}

.view #sidebar .panel-heading {
    border-bottom: 1px solid #eee;
}


/* 资讯详情 */

.view #content .panel-heading {
    position: relative;
}

.view #content .panel-heading h2 {
    font-size: 22px;
}

.view #content .panel-heading div.text-muted {
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
}

.view #content .panel-heading div .action {
    line-height: 22px;
    position: absolute;
    right: 15px;
    bottom: 25px;
}


/* 二维码 */

.view .action .fa {
    font-size: 24px;
}

.view .action .qrcode {
    cursor: pointer;
}

.view .action .qrcode:hover .qrcode-wrap {
    display: block;
}

.qrcode-wrap {
    position: absolute;
    display: none;
    margin-left: -40px;
    padding: 10px 10px 2px;
    background: #fff;
    border: 1px solid #eee;
    z-index: 2;
}

.qrcode-wrap img {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.view #content .qrcode-wrap p.text-muted {
    font-size: 12px;
    text-indent: 0;
}

.view #content .panel-body {
    padding: 0 20px 20px;
}

.view #content .panel-body img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.view #content .panel-body p {
    color: #666;
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.view #content .panel-bottom {
    padding: 20px 30px 30px;
}



.logo a {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.logo em {
    font-size: 24px;
    font-weight: bold;
    color:#1eb555;
}