@charset "UTF-8";
/* CSS Document */
body {
  font: 14px/24px "Microsoft YaHei","微软雅黑";
  color: #333;
  background-color: #FFFFFF;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

ul, ol, li {
  list-style: none outside;
}

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

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: medium none;
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input, button {
  border: medium none;
  background: none;
  outline: none;
  font: 1em/normal "Microsoft YaHei","微软雅黑";
}

input[type="button"] {
  cursor: pointer;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.kepuheaderBg {
  width: 100%;
  height: 80px;
  background: white;
}

.navheader {
  width: 1192px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navleft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-right: 77px;
}

.navlogo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.navname {
  height: 24px;
  font-weight: 100;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.dividerline {
  width: 1px;
  height: 33px;
  background: #979797;
  margin-left: 20px;
  margin-right: 20px;
}

.navright {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/*PC端2B-会议管理系统*/
.head_img {
  width: 1200px;
  height: 276px;
  margin: 20px auto 0;
  position: relative;
}

.head_img .head_body {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-top: 96px;
  text-align: center;
}

.head_body h1 {
  height: 90px;
  font-size: 30px;
  font-weight: normal;
  line-height: 45px;
  color: #373737;
  padding: 0 20px;
  margin-bottom: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.head_body p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #6F6F6F;
}

.head_img .focus {
  width: 96px;
  height: 32px;
  background: #FFFFFF;
  font-size: 20px;
  color: #0367F5;
  line-height: 28px;
  border-radius: 17px;
  opacity: 0.9;
  position: absolute;
  right: 19px;
  bottom: 12px;
  cursor: pointer;
}

.head_img .edit_btn {
  right: 120px;
}

.head_img .focus:active, .head_img .focus.after {
  background: #E0EFFF;
  color: #69B3FF;
}

.meeting_system {
  background: #FFFFFF;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.meeting_nav {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E9EF;
}

.meeting_body {
  padding-bottom: 100px;
}

.meeting_left {
  width: 788px;
  float: left;
}

.meeting_infoBody {
  margin-top: 15px;
}

.m_title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}

.m_time_place {
  font-size: 12px;
  color: #9EA2B0;
  line-height: 17px;
  margin-top: 10px;
}

.m_time_place label {
  display: inline-block;
  margin-right: 26px;
}

.the_place {
  padding-left: 16px;
}

.meeting_box {
  border-bottom: 1px solid #E7E9EF;
  padding-top: 20px;
}

.meeting_box:last-child {
  border-bottom: none;
}

.mbox_title {
  margin-bottom: 16px;
}

.mbox_title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0367F5;
  line-height: 20px;
}

.mbox_body {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  word-break: break-all;
}

.mbox_body p {
  margin-bottom: 10px;
}

.meeting_right {
  width: 386px;
  float: right;
  padding-top: 20px;
}

.one_rightBox {
  width: 386px;
  background: #FAFAFD;
  border-radius: 4px;
  margin-bottom: 10px;
}

.rightBox_body {
  padding: 10px 10px 0 10px;
}

.rightBox_body .mbox_title {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
}

.one_dateList {
  font-size: 16px;
  color: #818181;
  line-height: 24px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #eee;
}

.one_dateList:last-child {
  border-bottom: none;
}

.one_dateList p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
}

.unit_list {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.con_name {
  width: 50px;
  display: inline-block;
}

.connect_usBox p {
  margin-bottom: 0;
}

.footer_statement {
  width: 100%;
  background: #232323;
}

.statement {
  width: 1050px;
  padding: 40px 46px 70px;
  margin: 0 auto;
}

.statement .title {
  margin-bottom: 35px;
}

.statement p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  white-space: pre-wrap;
}
