.main {
    background-color: #fff;
}
.main .layout ul li {
    position: relative;
    margin-top: 40px;
    float: left;
    width: 25%;
}

.main .layout ul li:nth-child(1),
.main .layout ul li:nth-child(2),
.main .layout ul li:nth-child(3),
.main .layout ul li:nth-child(4) {
    margin-top: 0;
}

.main .layout ul li::before {
    position: absolute;
    top: 29px;
    left: 10px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #015ed0;
    border-radius: 50%;
}

.main .layout ul li a {}

.main .layout ul li a .year {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.main .layout ul li a .year img {
    flex-shrink: 0;
    margin-right: 7px;
    display: block;
    width: 26px;
    height: 25px;
}

.main .layout ul li a .year p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #015ed0;
}

.main .layout ul li a .year .month_day {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #015ed0;
}

.main .layout ul li a .year .status {
    margin-left: 7px;
    padding: 3px 9px;
    border-radius: 16px;

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
}

.main .layout ul li a .year .status.ing {
    background-color: #2F8900;
}

.main .layout ul li a .year .status.over {
    background-color: #A3A3A3;
}

.main .layout ul li a .year .status.not {
    background-color: #015ed0;
}

.main .layout ul li a .date_status {
    margin-bottom: 17px;
    border-top: 1px solid #015ed0;
    padding-top: 24px;
    display: flex;
    align-items: center;
}

.main .layout ul li a .date_status .month_day {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #015ed0;
}

.main .layout ul li a .date_status .time {
    margin-left: 7px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #015ed0;
}

.main .layout ul li a .date_status .status {
    margin-left: 7px;
    padding: 3px 9px;
    border-radius: 16px;

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
}

.main .layout ul li a .date_status .status.ing {
    background-color: #2F8900;
}

.main .layout ul li a .date_status .status.over {
    background-color: #A3A3A3;
}

.main .layout ul li a .date_status .status.not {
    background-color: #015ed0;
}

.main .layout ul li a .imgbox {
    width: 283px;
    height: 191px;
    overflow: hidden;
}

.main .layout ul li a .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .layout ul li a .title {
    width: 283px;
    margin-top: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.main .layout ul li a .writer,
.main .layout ul li a .job {
    width: 283px;
    margin-top: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}


.fill .head {
  height: 65px;
  line-height: 65px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 40px;
}
.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #015ED0;
  display: block;
  position: absolute;
  top: 25px;
  left: 27px;
}
.fill .head .head-title {
  line-height: 65px;
}
.fill .head ul li:hover:after {  
    background: #2d7cff;
    color: #ffffff;
    border: none;
}
.fill .head ul li a {
  display: block;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 35px;
background: #F7F7F7;
    border-radius: 4px;
    border: 1px solid #D9D9D9;text-align: center;padding: 0px 15px;
}
.fill .head ul .title-active a {
  background: #2d7cff;
    color: #ffffff;
    border: none;
}
.fill .head ul .title-active a:hover {
  background: #2d7cff;
    color: #ffffff !important;
    border: none;
}
.fill .head ul {
  float: left;
}

.fill .head ul li {
  position: relative;
  float: left;
  margin-right: 40px;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}
.fill .head ul .on {
  color: #015ED0;
}
.fill .head ul .on:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #015ED0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #015ED0;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
