.class {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 22px;
  overflow: auto;
}

.class li {
  float: left;
  font-size: 16px;
  background: url(../img/bor.png) no-repeat right;
  padding-right: 25px;
  margin-right: 25px;
}

.class li.clear {
  background: none;
}

.class li a {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 48px;
  line-height: 48px;
}

.class li a.active {
  background: #d30000;
  color: #fff;
}

.news_index {
  margin-bottom: 40px;
}
.news_index ul {
  overflow: auto;
}
.news_index .litem {
  padding: 5%;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
.news_index .thumb {
  width: 35%;
  vertical-align: top;
  float: left;
}
.news_index .pic {
  max-width: 100%;
}
.news_index .item {
  box-sizing: border-box;
  width: 65%;
  padding-left: 3%;
  vertical-align: top;
  float: left;
}
.news_index .item .p1 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.news_index .item .p2 {
  color: #888888;
  font-size: 16px;
  font-weight: 500;
}
.news_index .date {
  font-size: 30px;
  font-weight: 500;
}
.news_index .year {
  font-size: 16px;
  font-weight: 500;
}
.news_index .l_pp12 {
  float: left;
  width: 75%;
  padding-right: 5%;
  border-right: 1px solid #d9d9d9;
}
.news_index .r_yeardate {
  float: left;
  width: 25%;
  padding-left: 5%;
}

@media (max-width: 1024px) {
  .news_index .l_pp12 {
    float: inherit;
    width: 100%;
    border-right: 0;
  }
  .news_index .l_pp12 .p1 {
    color: #222222;
    font-size: 26px;
    font-weight: 500;
  }
  .news_index .l_pp12 .p2 {
    display: none;
  }
  .news_index .date {
    color: #666666;
    font-size: 24px;
  }
  .news_index .year {
    display: none;
  }
  .news_index .r_yeardate {
    float: inherit;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}