@charset"utf-8";
.content{
  padding: 0 0 50px;
}
/* 通用页 内容页 */
.general-content {
  padding-top: 30px;
  color: #333;
}
.general-content h3{
  text-align: center;
  font-weight: normal;
}
.gener-title {
  color: #333;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 19px;
}
.sub-title{
  margin-top: 20px;
}
.gener-desc {
  text-align: center;
  margin: 50px 0 26px;
  height: 36px;
  line-height: 36px;
  color: #666;
  background: #F3F3F3;
  position: relative;
}

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

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

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

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

.operate-icon .icon2 {
  left: 32px;
  background-position: -31px 0;
}

.operate-icon .icon3 {
  left: 60px;
  background-position: -61px 0;
}

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

.gener-text .gener-pic img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.gener-text .article{
  margin-bottom: 50px;
}
.gener-text .article p {
  line-height: 36px;
  color: #333;
  text-indent: 2em;
}

.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(gerl-icon2.png) no-repeat;
  background-position: 0 0;
}

.general-content .bshare-custom.icon-medium .bshare-sinaminiblog {
  width: 31px;
  background: url(gerl-icon2.png) no-repeat;
  background-position: -30px 0;
}

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


.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-top: 0;
  }
.gener-title {
  margin: .5rem 0 .28rem;
}
.sub-title{
  margin-top: .28rem;
}

  .gener-desc {
    height: .7rem;
    line-height: .7rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:0 .5rem;
    margin: .8rem 0 .6rem;
  }
  .gener-text .article {
    margin-bottom: 0;
}
  .gener-text .article p {
  line-height: 2;
}
  .gener-desc .date {
    margin-left:0;
}
  .TRS_UEDITOR img {
    width: 100% !important;
    height: auto!important;
  }
}