﻿@charset"utf-8";

/* 通用页 内容页 */
.general-content {
  padding: 38px 49px 53px;
  background: #fff;
  border: 1px solid rgb(230, 230, 230);
}

.gener-title {
  color: #0262D2;
  text-align: center;
}

.gener-desc {
  text-align: center;
  margin: 40px 0 46px;
  height: 36px;
  line-height: 36px;
  color: rgb(102, 102, 102);
  background: #F3F3F3;
  position: relative;
}

.gener-desc .date {
  margin-left: 50px;
}

.operate-icon {
  width: 85px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 19px;
}

.operate-icon .controlBtn {
  display: block;
  width: 24px;
  height: 24px;
  background: url(01-01-sprite.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.operate-icon .icon1 {
  left: 0;
  background-position: -634px -228px;
}

.operate-icon .icon2 {
  left: 32px;
  background-position: -665px -228px;
}

.operate-icon .icon3 {
  left: 60px;
  background-position: -695px -228px;
}

.gener-text .gener-pic {
  width: 600px;
  margin: 0 auto 49px;
}

.gener-text .gener-pic img {
  display: block;
  width: 100%;
}

.gener-text .article p {
  line-height: 36px;
  margin-bottom: 50px;
}

.bshare-custom {
  height: 40px;
  text-align: left;
  margin: 0;
  padding: 10px 18px;
}

.bshare-custom .funcs {
  float: right;
}

.general-content .bshare-custom>span {
  float: left;
}

.general-content .bshare-custom.icon-medium>a {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  padding-left: 0;
  margin-left: 10px;
}

.general-content .bshare-custom.icon-medium .bshare-weixin {
  background: url(01-01-sprite.png) no-repeat;
  background-position: -634px -258px;
}

.general-content .bshare-custom.icon-medium .bshare-sinaminiblog {
  background: url(01-01-sprite.png) no-repeat;
  background-position: -658px -258px;
}

.general-content .bshare-custom.icon-medium a.bshare-more.more-style-addthis {
  background: url(01-01-sprite.png) no-repeat;
  background-position: -682px -258px;
}

.bshare-custom .funcs span {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.general-content {
  margin-bottom: 32px;
}

.content {
  padding-bottom: 0;
}

.article .desc {
  text-indent: 2em;
  margin-bottom: 10px;
}

.attachments {
  margin-bottom: 20px;
  display: none;
}

.attachments.has {
  display: block;
}

.view>.ue_table {
  margin-top: 20px;
}

table {
  border-collapse: collapse;

}

.hanggao28 {
  padding: 0 !important;
}

table,
table tr th,
table tr td {
  border: 1px solid #ccc;
}

.bsBox {
  height: 256px !important;
  width: 232px !important;
}
/* 通用页 内容页 */
@media screen and (max-width: 1200px) {
  .general-content {
    padding: .38rem .15rem 0 .15rem;
    background: #fff;
    border: 1px solid rgb(230, 230, 230);
  }

  .gener-desc {
    height: .7rem;
    line-height: .7rem;
    margin-left: -.15rem;
    margin-right: -.15rem;
    width: auto;
  }
  .TRS_UEDITOR img {
    width: 100% !important;
  }
}