@charset "UTF-8";
.clearfloat:after, .clearfloat:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

.articleDetails-content {
  font-size: 14px;
  color: #333;
  background: #f5f6ff; }
  .articleDetails-content .main-cont {
    padding: 50px 100px;
    width: 1200px;
    min-height: 100%;
    margin: auto;
    background: #fff; }
  .articleDetails-content .article-title {
    padding: 0 100px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #555; }
    .articleDetails-content .article-title p {
      font-size: 18px; }
  .articleDetails-content .article-title-line {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
  .articleDetails-content .article-info {
    padding-bottom: 15px;
    text-align: center;
    color: #ddd; }
    .articleDetails-content .article-info > span {
      display: inline-block;
      padding: 0 10px;
      color: #333; }
      .articleDetails-content .article-info > span em {
        color: #666;
        font-style: normal; }
  .articleDetails-content .article-main {
    font-size: 14px;
    line-height: 28px;
    word-wrap: break-word;
    word-break: normal; }
    .articleDetails-content .article-main p {
      font-size: 14px;
      line-height: 28px; }
    .articleDetails-content .article-main img {
      max-width: 100%;
      display: block;
      margin: auto; }

.download-box {
  padding-top: 20px;
  color: #787878; }
  .download-box .download-title {
    font-size: 12px; }
  .download-box .download-main {
    padding-left: 32px; }
    .download-box .download-main li {
      font-size: 12px; }
      .download-box .download-main li a {
        font-size: 12px;
        color: #787878; }
    .download-box .download-main table {
      border-spacing: 0;
      border-collapse: collapse; }

.comment-content {
  padding-top: 20px; }
  .comment-content #mydiv {
    padding: 10px 0 !important; }
  .comment-content .comment-editBox {
    overflow: hidden; }
    .comment-content .comment-editBox .edit-tit {
      font-size: 18px;
      color: #333;
      height: 40px;
      line-height: 40px;
      margin-bottom: 10px; }
      .comment-content .comment-editBox .edit-tit img {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 2px; }
    .comment-content .comment-editBox .edit-main {
      border: 1px solid #dae1f4;
      overflow: hidden; }
      .comment-content .comment-editBox .edit-main .comment-edit {
        padding: 5px 10px;
        border: none;
        width: 100%;
        max-width: 100%;
        outline: none;
        font-size: 14px;
        line-height: 28px; }
      .comment-content .comment-editBox .edit-main .comment-btn {
        float: right;
        border: none;
        outline: none;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 6px;
        padding: 6px 12px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        border: 1px solid #0071bd;
        background: #0071bd; }
  .comment-content .comment-listBox {
    margin-top: 20px;
    border: 1px solid #dae1f4; }
  .comment-content .listBox-tit {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #dae1f4;
    overflow: hidden; }
    .comment-content .listBox-tit .tit-img {
      float: left;
      margin-right: 5px;
      margin-top: 10px; }
    .comment-content .listBox-tit .tit-name {
      float: left;
      font-size: 18px;
      color: #333; }
    .comment-content .listBox-tit .tit-toggle {
      float: right;
      color: #999;
      font-size: 12px; }
      .comment-content .listBox-tit .tit-toggle > i {
        padding-left: 5px; }
  .comment-content .listBox-main {
    padding-left: 15px;
    padding-right: 15px; }
    .comment-content .listBox-main .list {
      overflow: hidden;
      padding: 20px 0;
      border-bottom: 1px dashed #dae1f4; }
      .comment-content .listBox-main .list dt {
        float: left;
        margin-left: 10px;
        overflow: hidden;
        width: 50px;
        height: 50px;
        border-radius: 50%; }
        .comment-content .listBox-main .list dt img {
          width: 100%;
          height: 100%; }
      .comment-content .listBox-main .list dd {
        margin-left: 76px; }
        .comment-content .listBox-main .list dd .dd-tit {
          height: 20px;
          line-height: 20px;
          margin-bottom: 5px;
          color: #333; }
          .comment-content .listBox-main .list dd .dd-tit .time {
            color: #999; }
          .comment-content .listBox-main .list dd .dd-tit .p-lr5 {
            padding: 0 5px; }
          .comment-content .listBox-main .list dd .dd-tit > span {
            font-size: 14px; }
        .comment-content .listBox-main .list dd .dd-text {
          font-size: 14px;
          line-height: 26px;
          color: #666; }
        .comment-content .listBox-main .list dd .dd-btnBox {
          text-align: right; }
          .comment-content .listBox-main .list dd .dd-btnBox .btn {
            margin-left: 5px; }
  .comment-content .page-num {
    margin: 5px 0; }

.prompt-cont {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: relative; }
  .prompt-cont .prompt-box {
    position: absolute;
    border-radius: 5px;
    top: 25vh;
    left: 10%;
    width: 80%;
    margin: auto;
    background: #fff;
    text-align: center; }
  .prompt-cont .prompt-box img {
    margin: 20px 0 10px 0;
    width: 70px;
    height: 70px; }
  .prompt-cont .prompt-box .prompt-con {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #373d41; }
  .prompt-cont .prompt-box button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e5e5e5;
    border: none;
    outline: none;
    color: #333;
    border-radius: 0 0 5px 5px;
    font-size: 16px; }

.page-num {
  margin: 10px 0 20px;
  padding: 20px 16px;
  overflow: hidden;
  font-size: 12px; }
  .page-num .page-text {
    float: right;
    height: 20px;
    line-height: 20px; }
    .page-num .page-text .page-red {
      color: #f00; }
  .page-num .page-select {
    float: left;
    width: 68px;
    height: 20px;
    background: #eff1f6;
    margin: 0 10px 0 5px;
    border: 1px solid #ddd;
    outline: none; }
  .page-num .page-con {
    float: left; }
    .page-num .page-con li {
      display: inline-block;
      margin: 0 2px; }
      .page-num .page-con li:hover a, .page-num .page-con li.active a {
        background-color: #0071bd;
        color: #fff; }
      .page-num .page-con li a {
        width: 26px;
        height: 20px;
        display: inline-block;
        color: #0071bd;
        border: 1px solid #0071bd;
        background: none;
        border-radius: 5px; }
        .page-num .page-con li a.page-disabled {
          opacity: 0.5;
          cursor: default; }
      .page-num .page-con li .pageFirst {
        background: url("../../images/pagination_icons.png") no-repeat 4px center; }
      .page-num .page-con li .pagePrev {
        background: url("../../images/pagination_icons.png") no-repeat -12px center; }
      .page-num .page-con li .pageNext {
        background: url("../../images/pagination_icons.png") no-repeat -27px center; }
      .page-num .page-con li .pageLast {
        background: url("../../images/pagination_icons.png") no-repeat -43px center; }
    .page-num .page-con .pageNow {
      padding: 0 8px; }

.select-meetingRoom {
  padding: 15px 20px;
  height: 100%; }

.s-meetingRoom-header {
  height: 48px; }
  .s-meetingRoom-header .calendar-header-center {
    width: 340px;
    height: 34px;
    margin: 0 auto 14px;
    text-align: center;
    position: relative;
    cursor: pointer; }
    .s-meetingRoom-header .calendar-header-center input {
      width: 268px;
      height: 32px;
      border: 1px solid #cfe0f8;
      float: left; }
    .s-meetingRoom-header .calendar-header-center .cal-icon {
      display: block;
      width: 15px;
      height: 15px;
      background: url("../../images/cal-icon.png");
      position: absolute;
      top: 8px;
      right: 45px; }
    .s-meetingRoom-header .calendar-header-center .calendar-icon-left,
    .s-meetingRoom-header .calendar-header-center .calendar-icon-right {
      width: 36px;
      height: 32px;
      display: inline-block; }
    .s-meetingRoom-header .calendar-header-center .calendar-icon-left {
      background: url("../../images/icon/icon-left.png") no-repeat center;
      float: left; }
    .s-meetingRoom-header .calendar-header-center .calendar-icon-right {
      background: url("../../images/icon/icon-right.png") no-repeat center;
      float: right; }
    .s-meetingRoom-header .calendar-header-center .textbox-text {
      border: none; }

.s-meetingRoom-content .meetRoom-time {
  width: 10%;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  padding: 0; }
  .s-meetingRoom-content .meetRoom-time span {
    width: 128px;
    padding: 0 2px;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.s-meetingRoom-content .meetRoom-con2 {
  width: 6%;
  padding: 0;
  height: 38px;
  line-height: 38px;
  text-align: center; }
.s-meetingRoom-content .meetRoom-con1 {
  width: 3%;
  padding: 0;
  height: 38px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle; }
.s-meetingRoom-content .table-box {
  height: 241px;
  overflow: auto;
  margin-right: -20px; }
.s-meetingRoom-content .meetingRoom-table {
  margin-bottom: -1px;
  width: 860px;
  font-size: 14px; }
  .s-meetingRoom-content .meetingRoom-table tr {
    height: 40px;
    line-height: 40px; }
  .s-meetingRoom-content .meetingRoom-table.meetingRoom-table2 {
    background: #f7f7f7; }
.s-meetingRoom-content .bg-green {
  background-color: #04a001; }
.s-meetingRoom-content .bg-blue {
  background-color: #0c64b6; }
.s-meetingRoom-content .bg-pink {
  background-color: #f3c2c2; }
.s-meetingRoom-content .show-meetingRoom {
  padding-top: 14px;
  overflow: hidden; }
  .s-meetingRoom-content .show-meetingRoom .show-item {
    color: #787878;
    float: left;
    margin-right: 30px; }
.s-meetingRoom-content.s-meetingRoom-content2 {
  height: calc(100% - 48px); }
  .s-meetingRoom-content.s-meetingRoom-content2 .table-box {
    height: calc(100% - 42px);
    overflow: auto;
    margin-right: 0; }
  .s-meetingRoom-content.s-meetingRoom-content2 .meetingRoom-table {
    width: 100%; }

.select-meetingRoom-modal .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 995;
  background-color: rgba(0, 0, 0, 0.2); }
.select-meetingRoom-modal .tc-con {
  width: 600px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 20px -3px #000;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999; }
  .select-meetingRoom-modal .tc-con .window-close {
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 14px;
    opacity: 0.8; }
    .select-meetingRoom-modal .tc-con .window-close:hover {
      opacity: 1; }
.select-meetingRoom-modal .windows-modal-con {
  width: 100%;
  background: #fff;
  padding: 30px 20px 20px;
  overflow: hidden;
  border-radius: 5px; }
  .select-meetingRoom-modal .windows-modal-con .con-item {
    margin-bottom: 15px; }
    .select-meetingRoom-modal .windows-modal-con .con-item:last-child {
      margin-bottom: 0; }
  .select-meetingRoom-modal .windows-modal-con label {
    color: #787878; }
  .select-meetingRoom-modal .windows-modal-con span {
    color: #333; }

.shuiPai-tit.rightArea-header {
  background: none; }

.select-meetingInfo-box.sw-form-group label[class^="col-"] {
  vertical-align: top; }
.select-meetingInfo-box .select-meetingInfo {
  margin-top: 15px; }
  .select-meetingInfo-box .select-meetingInfo span {
    margin-right: 40px; }

.wf-resource-select {
  height: 382px !important;
  padding: 15px 20px;
  /* 选择人员 */ }
  .wf-resource-select .easyui-fluid {
    height: calc(100% - 135px); }
  .wf-resource-select .wf-select-header {
    height: 30px;
    margin-bottom: 15px; }
    .wf-resource-select .wf-select-header input {
      width: 140px;
      height: 30px;
      border: 1px solid #95B8E7;
      margin-right: 20px;
      padding: 5px;
      border-radius: 3px; }
    .wf-resource-select .wf-select-header .btn {
      padding: 4px 12px;
      margin-top: -2px; }
  .wf-resource-select .selectedCon {
    background: #f5f6ff;
    font-size: 12px;
    padding: 10px;
    height: 90px;
    overflow: hidden;
    overflow-y: scroll; }
  .wf-resource-select .selected-text {
    float: left;
    width: 55px;
    height: 24px;
    line-height: 24px; }
  .wf-resource-select .selected-num {
    color: #666;
    font-size: 12px; }
  .wf-resource-select .selected-opations-list {
    float: left;
    width: calc(100% - 60px); }
  .wf-resource-select .selected-opations-list > span {
    display: inline-block;
    padding: 1px 2px;
    border: 1px solid #eaeaea;
    margin: 0 3px 6px; }
    .wf-resource-select .selected-opations-list > span > a {
      padding-left: 3px; }
  .wf-resource-select .datagrid-row-selected {
    background: none; }
  .wf-resource-select .datagrid-row-selected {
    color: #000 !important; }
  .wf-resource-select .selectStaffsTable-box {
    height: 245px; }
  .wf-resource-select .selectStaffsTable-box > .panel {
    height: 100%; }

.selectedCon {
  background: #f5f6ff;
  font-size: 12px;
  padding: 10px;
  height: 90px;
  overflow: hidden;
  overflow-y: scroll; }
  .selectedCon .selected-text {
    float: left;
    width: 55px;
    height: 24px;
    line-height: 24px; }
    .selectedCon .selected-text .selected-num {
      color: #666;
      font-size: 12px; }
  .selectedCon .selected-opations-list {
    float: left;
    width: calc(100% - 60px); }
    .selectedCon .selected-opations-list span > a {
      padding-left: 3px;
      position: relative;
      top: -1px; }

/* platformCss.css */
/* 设置数据行高 */
.datagrid-row {
  height: 31px; }

/* 设置数据字体 */
.datagrid-cell {
  font-size: 13px; }

/* 设置列名称字体 */
.datagrid-header .datagrid-cell span {
  font-size: 14px;
  line-height: 31px; }

/* 设置列名称行高 */
.datagrid-header .datagrid-cell {
  height: 31px; }

.h-page {
  height: 24px;
  font-size: 12px;
  overflow: hidden;
  color: #3c4349;
  padding: 40px 20px; }

.h-page span, .h-page a {
  display: inline-block;
  height: 24px;
  line-height: 24px; }

.h-page .page-select {
  width: 68px;
  height: 24px;
  line-height: 24px;
  background: #e5e6ea;
  outline: none;
  border: none;
  padding: 0 16px; }

.h-page .page a {
  min-width: 26px;
  display: inline-block;
  padding: 0 8px;
  background: #e5e6ea;
  margin-left: 4px; }

.h-page .page a:hover {
  background: #37b0e9;
  color: #fff; }

.h-page .page-num {
  margin-left: 4px; }

.h-page .page-noClick a {
  background: #edf1f2;
  color: #c2c7d0;
  cursor: not-allowed; }

.h-page .page-noClick a:hover {
  background: #edf1f2;
  color: #c2c7d0; }

/* 上传图片 */
.uploadImg-box {
  position: relative;
  display: inline-block; }

.uploadImg-box .delImg {
  position: absolute;
  right: 3px;
  top: 0px;
  font-size: 18px;
  color: #666;
  cursor: pointer; }

.uploadDelImgShow {
  display: ""; }

.uploadDelImgHidden {
  display: none; }

/* 表格序号 */
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  padding: 0px !important;
  width: 27px;
  font-size: 14px; }

/*# sourceMappingURL=contentPage.css.map */
