body {
  color: #505050;
  font-size: .14rem;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "PingFang SC", "SimSun", "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma;
  background: #efefef;
}
html {
  font-size: 625%;
}
@media screen and (min-width: 1440px) {
html {
      font-size: 700%;
}
}
@media (max-width: 640px) and (min-width: 0) {
html {
    font-size: 20vw;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (max-width: 320px) {
html {
      font-size: 64px;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (min-width: 640px) {
html {
      font-size: 128px;
}
}
.Notice-wrap {
  margin: 0.3rem auto;
  background: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0 0.3rem 0.6rem;
  width: 9.6rem;
  min-height: calc(100vh - 1.2rem) !important;
  position: relative;
  overflow: auto;
}
.Notice-wrap .notice-title {
    height: 57px;
    padding-top: 7px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdfe6;
}
.Notice-wrap .notice-title li {
      font-size: 0.14rem;
      color: #303133;
      line-height: 22px;
      font-weight: 400;
      display: inline-block;
      padding: 13px 10px;
      cursor: pointer;
}
.Notice-wrap .notice-title li + li {
        margin-left: 10px;
}
.Notice-wrap .notice-title .is-active {
      color: #34ad37;
      position: relative;
}
.Notice-wrap .notice-title .is-active::after {
        content: '';
        border-bottom: 3px solid #34ad37;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: -2px;
        width: calc(100% - 20px);
}
.Notice-wrap .notice-main {
    padding: 0.1rem 0;
}
.Notice-wrap .notice-main li {
      padding: 0 0.2rem;
      height: 0.4rem;
      line-height: 0.4rem;
      color: #606266;
      font-size: 0.14rem;
      cursor: pointer;
}
.Notice-wrap .notice-main li span:first-child {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 86%;
}
.Notice-wrap .notice-main li:hover {
        color: #fff;
        background: rgba(52, 173, 55, 0.5) !important;
}
.Notice-wrap .notice-main li:nth-child(even) {
      background: #f7f8fa;
}
.Notice-wrap .notice-main .active {
      color: #fff;
      background: #34ad37 !important;
}
.Notice-wrap .notice-main .unread {
      position: relative;
}
.Notice-wrap .notice-main .unread::before {
        content: '\E601';
        font-family: 'iconfont' !important;
        font-size: 14px;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        color: #ff1818;
        left: -22px;
}
.Notice-wrap .no-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}
.Notice-wrap .no-notice img {
      width: 2.18rem;
      height: 2.37rem;
}
.Notice-wrap .no-notice figcaption {
      margin: 0.16rem 0 0.08rem;
      color: #303133;
      font-size: 0.2rem;
      font-weight: 500;
      line-height: 0.28rem;
}
.Notice-wrap .no-notice p {
      color: #c0c0c0;
      line-height: 0.22rem;
      font-size: 0.16rem;
      font-weight: 400;
}
.Notice-wrap .detail-wrap .title {
    color: #303133;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    border-bottom: 1px solid #dcdfe6;
    line-height: 57px;
    box-sizing: border-box;
    padding-left: 36px;
}
.Notice-wrap .detail-wrap .title span {
      cursor: pointer;
}
.Notice-wrap .detail-wrap .title::before {
      content: '\E605';
      font-family: 'iconfont' !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      color: #303133;
      left: 10px;
}
.Notice-wrap .detail-wrap .detail-main {
    padding: 0.2rem 0;
}
.Notice-wrap .detail-wrap .detail-main h1 {
      color: #303133;
      font-weight: 500;
      font-size: 0.16rem;
      text-align: center;
      width: 100%;
      padding: 0.1rem 0;
}
.Notice-wrap .detail-wrap .detail-main p {
      width: 100%;
      color: #909399;
      font-size: 0.14rem;
      font-weight: 400;
}
.Notice-wrap .detail-wrap .content {
    padding: 0.2rem;
}
.Notice-wrap .el-pagination {
    position: absolute;
    right: 0.3rem;
    bottom: 0.1rem;
}

