* {
  margin: 0;
  padding: 0;
}
.notice-main {
  margin: 20px auto 30px;
  padding-bottom: 20px;
  width: 1150px;
  min-height: 650px;
  background-color: #fff;
  border-top: 3px solid #4A88F7;
}
.notice-main>.top {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding-left: 20px;
  align-items: center;
  padding-bottom: 3px;
  height: 50px;
  width: 100%;
  box-shadow:0px 1px 0px 0px rgba(238,238,238,1);
  margin-bottom: 20px;
  display: flex;align-items: center;flex-wrap: nowrap;justify-content:flex-start;
}
.notice-main>.top>.img-notice {
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
.notice-main .notice-row {
  cursor: pointer;
  height: 48px;
  width: 1070px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow:0px 1px 0px 0px rgba(238,238,238,1);
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.notice-main .notice-row:hover {
  background-color: #F9F9F9;
}
.notice-main .notice-row:visited {
  color: #999999;
}
.notice-main .notice-row>.title {
  font-size: 14px;
  color: #333;
}
.notice-main .notice-row>.title:hover {
  color: #FE6135;
}
.notice-main .notice-row>.title:visited {
  color: #999999;
}
.notice-main .notice-row>.time {
  font-size: 14px;
  color: #999;
}
#noticepage {
  text-align: right;
  padding-right: 40px;
}
#nextpage {
  font-size: 32px;
}
#noticepage>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 27px;
  background: #f5f5f5;
  border-radius: 2px;
  font-size: 12px;
  color: #666;
  box-sizing: border-box;
}
#noticepage>li {
  display: inline-block;
  height: 27px;
}
#noticepage>li>span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4A88F7;
  color: #fff;
  border-radius: 2px;
  height: 27px;
  padding: 0;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
#noticepage>.go-input input {
  width: 60px;
  height:27px;
  background:#fff;
  border-radius:4px;
  border:1px solid #dcdfe6;
  margin-left: 5px;
  padding-right: 5px;
  text-align: center;
}
#noticepage>li>a .img-page {
  width: 7px;
  height: 11px;
}
#noticepage>li>.pagefirst .img-page {
 opacity: 0.4;
}
#noticepage>li>a:hover {
  color: #fff!important;
  background-color: #4A88F7!important;
}
#noticepage>li>.pagefirst:hover {
  color: #666!important;
  background: #f5f5f5!important;
}
.notice-warn {
  font-size: 32px;
  display: block;
  color: #333;
  margin: 40px auto;
  text-align: center;
}
.notice-main>.top>.notice_type_text_normal{font-family: PingFangSC, PingFang SC;font-weight: 500;font-size: 16px;color: #333;font-style: normal;margin-right: 20px;
height:50px;line-height:50px;cursor: pointer;text-align: center;}
.notice-main>.top>.notice_type_text_normal.active{color: #0078FF;font-weight: 600;border-bottom:2px solid #0078FF}
.ft20{font-size: 20px;color: #333;}