.main {
  margin: 40px auto 0;
  width: 1300px;
}
@media screen and (max-width: 900px) {
  .main {
    margin: 20px auto 0;
    width: 100%;
  }
}
.banner-publicity {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.4%;
  overflow: hidden;
}
.banner-publicity .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-publicity .banner-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-publicity .dot {
  position: absolute;
  right: 0;
  bottom: 4px;
  z-index: 9;
}
.banner-publicity .dot .dot-item {
  display: inline-block;
  margin-right: 16px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #ebebeb;
}
.banner-publicity .dot .dot-item-active {
  background: #425669;
}
@media screen and (max-width: 900px) {
  .banner-publicity .dot {
    bottom: 30px;
  }
  .banner-publicity .dot .dot-item {
    margin-right: 8px;
  }
}
.title-wrap {
  padding: 0 10px 0 20px;
  border-bottom: 4px solid #7f7b7b;
}
.title-wrap .title {
  position: relative;
  padding: 5px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #070000;
  float: left;
}
.title-wrap .title:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 6px;
  background: #425669;
}
.title-wrap .title-link {
  margin-top: 6px;
  float: right;
  font-size: 16px;
  color: #070000;
}
.title-wrap .title-link:hover {
  text-decoration: none;
}
.notification {
  margin-top: 10px;
}
.notification .notification-main {
  padding: 0;
  background: #f3f3f3;
}
.notification .notification-content {
  padding: 0 15px;
}
.notification .notification-title {
  margin: 10px 0;
  color: #050000;
  font-size: 20px;
}
.notification .notification-detail {
  font-size: 16px;
  color: #7b7979;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.notification .notification-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 30px;
}
.notification .notification-time {
  color: #4e4035;
}
.notification .notification-more {
  color: #8c8c8c;
}
.notification .notification-list {
  padding: 0;
  padding-left: 10px;
  list-style: none;
}
.notification .notification-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #7f7b7b;
}
.notification .notification-item + .notification-item {
  padding-top: 20px;
}
.notification .notification-item .item-time {
  float: left;
  width: 54px;
}
.notification .notification-item .year {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fdf8f8;
  background: #425669;
  text-align: center;
}
.notification .notification-item .day {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #425669;
  background: #cfcdcd;
  text-align: center;
}
.notification .notification-item .item-title {
  margin: 0;
  margin-left: 60px;
  height: 54px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.notification .notification-item a {
  color: #020000;
}
.work-list {
  padding-left: 0;
  list-style: none;
  background: #f3f3f3;
}
.work-list .work-item {
  position: relative;
  padding: 0 30px;
}
.work-list .work-item:after {
  position: absolute;
  display: block;
  content: "";
  top: 30px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #425669;
}
.work-list .work-item a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 66px;
  line-height: 66px;
  color: #070b10;
  border-bottom: 1px dashed #d1ccc0;
}
.organization {
  margin-bottom: 40px;
  height: 300px;
  background: #f3f3f3;
}
.organization .title-wrap {
  display: none;
}
.organization .organization-left {
  float: left;
  width: 200px;
  height: 250px;
  background: url('../images/organization.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.organization .organization-right {
  margin-left: 200px;
}
.organization .organization-item {
  height: 100px;
  line-height: 100px;
  margin-top:15px;
}
.organization .organization-img {
  display: inline-block;
}
.organization .organization-title {
  display: inline-block;
  position: relative;
  width: 134px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  text-indent: 10px;
}
.organization .organization-title:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: #425669;
}
.organization .organization-title:before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  bottom: 0px;
  height: 1px;
  background: #425669;
}
@media screen and (max-width: 900px) {
  .organization {
    margin-bottom: 20px;
    height: auto;
  }
  .organization .title-wrap {
    display: block;
  }
  .organization .organization-left {
    display: none;
  }
  .organization .organization-right {
    margin-left: 0;
  }
}
.file-list {
  padding: 0;
  background: #f3f3f3;
  list-style: none;
}
.file-list .file-item {
  position: relative;
  padding-left: 40px;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
}
.file-list .file-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 17px;
  width: 16px;
  height: 16px;
  background: url('../images/icon/icon-file.png') no-repeat;
  background-size: 100% 100%;
}
.file-list a {
  font-size: 18px;
  color: #000102;
}
