body {
  background-color: #FAFAFA;
}

.main-nav {
  width: 100%;
  height: 60px;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.main-nav-img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.main-nav-gray {
  color: #666666;
}

.main-nav-blue {
  color: #005293;
}

.main-list {
  width: 100%;
  height: 1000px;
  background-color: #ffffff;
  margin-bottom: 50px;
}

.main-list-page {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-list-ul {
  width: 100%;
  height: 90%;
  padding: 20px;
  font-size: 20px;
}

.main-list-li {
  width: 100%;
  height: 28px;
  /* display: flex; */
  /* align-items: center; */
  margin: 12px 0;
  box-sizing: content-box;
}


.main-list-li:nth-child(1), .main-list-li:nth-child(6), .main-list-li:nth-child(11){
  margin-top: 25px;
}

.main-list-li:nth-child(5n){
  padding-bottom: 25px;
  border-bottom: 1px dashed #D3D3D3;
}

.main-list-li-icon {
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  float: left;
}

.icon-blue{
  width: 7px;
  height: 7px;
  background-color: #2C5DA6;
}

.main-list-li-box {
  width: calc(100% - 60px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-list-li-gap {
  width: 50px;
  height: 20px;
  background-color: #FF9600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #FFFFFF;
}

.main-list-li-gap2 {
  width: 50px;
  height: 20px;
  background-color: #969696;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #FFFFFF;
}

.main-list-li-text {
  width: calc(100% - 200px);
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.main-list-li-text-column {
  color: #254988;
}

.main-list-li-date {
  width: 158px;
  color: #C1C1C1;
}