.userimg {
  background: url(../image/notice.png) no-repeat center;
  background-size: 100%;
  height: 228px;
  width: 100%;
  min-width: 1300px;
  margin-top: 30px;
}
.userimg p {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 6px;
  text-align: center;
  padding-top: 90px;
}
.user_con {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
}
.user_con .user_wrap {
  width: 1300px;
  height: auto;
  background: #FFFFFF;
  margin: 0 auto;
}
.user_con .user_wrap .user_left {
  width: 207px;
  height: auto;
  float: left;
  margin-top: 60px;
}
.user_con .user_wrap .user_left .registration {
  width: 207px;
  height: 82px;
  background: url(../image/noticetop.png) no-repeat;
}
.user_con .user_wrap .user_left .registration .registration_top {
  height: auto;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
  margin-left: 14px;
  padding-top: 24px;
  position: relative;
}
.user_con .user_wrap .user_left .registration .registration_top::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #FFFFFF;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.user_con .user_wrap .user_left .notice_column {
  width: 207px;
  height: 243px;
  background: url(../image/column.png) no-repeat;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con {
  padding-top: 15px;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con .column_active {
  background: #ffffff !important;
  color: #204F9F !important;
  position: relative;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con .column_active::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #204F9F;
  left: 10px;
  bottom: 20px;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con .message {
  width: 193px;
  height: 50px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  float: right;
  padding-left: 30px;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con .message:hover {
  width: 193px;
  height: 50px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  float: right;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.8);
}
.user_con .user_wrap .user_right {
  width: 1033px;
  height: auto;
  float: right;
  margin-top: 60px;
  padding-bottom: 70px;
}
.user_con .user_wrap .user_right .project_top {
  width: 100%;
}
.user_con .user_wrap .user_right .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  display: block;
  float: left;
}
.user_con .user_wrap .user_right .project_top .project_title {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
  height: 22px;
}
.user_con .user_wrap .user_right .text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.user_con .user_wrap .user_right .text-list .title {
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: center;
}
.user_con .user_wrap .user_right .text-list .titlesub {
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 26px;
}
.user_con .user_wrap .user_right .text-list .titlesub span {
  padding-left: 40px;
}
.user_con .user_wrap .user_right .text-list .ptail {
  border-top: 1px #D4D4D4 dashed;
  padding-top: 30px;
}
.user_con .user_wrap .user_right .text-list .ptail p {
  text-indent: 2em;
  font-size: 16px;
  color: #333;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 28px;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

