.notice-main {
  margin: 20px auto 30px;
  width: 1150px;
  /* min-height: 650px; */
  background-color: #fff;
  border-top: 3px solid #4A88F7;
  position: relative;
  padding-bottom: 79px;
}
.fixed {
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 14px;
  padding: 30px;
  color: #999;
  cursor: pointer;
}
.notice-title {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 30px auto 0px;
  font-weight: 600;
}
.notice-time {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 6px auto 33px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-time .views {
  margin-left: 30px;
  font-size: 14px;
  color: #999;
}
.notice-time-span {
  margin-left: 30px;
}
.notice-mesmain {
  width: 950px;
  margin: 0px auto 70px;
}
.notice-company-box {
  width: 950px;
  margin: 1px auto 20px;
  background: #fff;
  border-radius: 2px;
  border:1px solid #eee;
  box-sizing: border-box;
}
.notice-company {
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  position: relative;
}
.notice-company::after {
  content: '';
  position: absolute;
  width: 928px;
  bottom: 0px;
  border-bottom: 1px dashed #F5F5F5;
}
.notice-company:hover {
  background-color: #F9F9F9;
}
.job-row:hover {
  background-color: #F9F9F9;
}
.job-row>.job>a:hover {
  color: #FE6135;
}
.job-row>.com>a:hover {
  color: #4A88F7;
}
.notice-company:last-child::after {
  border-bottom: none!important;
}
.company-left {
  display: flex;
  align-items: center;
}
.company-left>a {
  padding: 15px 6px 15px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.company-left>a:hover {
  color: #FE6135;
}
.company-left>.item {
  width: 40px;
  height: 16px;
  background: linear-gradient(136deg,rgba(255,250,238,1) 0%,rgba(255,242,216,1) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #dcb367;
}
.company-left>.type {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.notice-company>.job {
  font-size: 14px;
  font-weight: 400;
  color:#4A88F7;
  margin-right: 10px;
  padding-right: 10px;
}
.notice-job {
  width: 950px;
  margin: 0px auto;
  background: #fff;
  border-radius: 2px;
  border:1px solid #eee;
}
.job-row {
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
}
.job-row::after {
  content: '';
  position: absolute;
  width: 928px;
  bottom: 0px;
  left: 10px;
  border-bottom: 1px dashed #F5F5F5;
}
.job-row:last-child::after {
  border-bottom: none!important;
}
.job-row>.job {
  display: flex;
  align-items: center;
  width: 498px;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding-left: 20px;
}
.job-row>.job>a {
  max-width: 468px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-row>.job>a:hover {
  color: #FE6135;
}
.job-row>.job>a:visited {
  color: #999;
}
.job-row>.com {
  display: flex;
  align-items: center;
  width: 288px;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.job-row>.com>a {
  max-width: 252px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-row>.com>a:hover {
  color: #4A88F7;
}
.job-row>.com>a:visited {
  color: #999;
}
.job-row>.region {
  width: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.job-row>.money {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #FE6135;
  width: 200px;
}
.attachments{
  width: 950px;
  margin: 1px auto 50px;
}
.attachments li {
  margin-bottom: 10px;
  margin-left: 16px;
}
.attachments a {
  display: block;
  text-decoration: underline;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
