.yearfront .tabs li,
.yearfront .tabs .active {
  width: 80px;
  height: 30px;
  background: url('../images/tab_bg.jpeg');
  border-radius: 50px;
  padding: 10px 20px 10px 60px;
  margin: 10px 0;
  background-size: cover;
  line-height: 30px;
  font-size: 18px;
}

.picList01 a {
  outline: none;
  text-decoration: none;
  color: black;
}

.picList01 a:hover {
  color: black;
  text-decoration: none;
}

.yearfront .tabs .active {
  background: url('../images/tab_active.png');
  background-size: cover;
}

.yearfront .tab_container {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  left: 20px;
  z-index: 10;
}

.yearinside .tabs {
  width: 100%;
  background: #910000;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yearinside .tabs li {
  margin: 0 50px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}

.yearinside .tabs li img {
  padding: 5px;
  height: 30px;
  margin-top: 5px;
}

.yearinside .tabs .active {
  font-weight: bold;
  border-bottom: 3px solid white;
}

.yearinside .tabs a:hover {
  color: #ff33339f;
  text-decoration: none;
}

.tab_container_inside {
  background: #dadada;
  width: 100%;
  padding-top: 20px;
}

.tab_container_inside .tab_content {
  width: 70%;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 10px 50px;
}

.tab_container_inside .tab_content .title {
  width: 100%;
  border-bottom: 1px solid rgba(204, 204, 204, 0.479);
  margin: 20px 0;
}

/*图说五四*/
.picList01 {
  margin: 0 -10px;
  overflow: hidden;
	display: flex;
    flex-wrap: wrap;
}

.picList01 li {
    width: 33.3%;
     float: left; 
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.picList01 li>a {
  display: block;
  margin: 0 10px;
}

.item-img05 {
  height: 0;
  padding-bottom: 56.27%;
  position: relative;
  background-color: #ccc;
}

.item-img05 img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
  width: auto;
}

/*20190411 .picList01 li p{height: 36px;line-height: 36px;overflow:hidden;}*/
.picList01 li p {
  height: 60px;
  line-height: 1.5;
  overflow: hidden;
}

.imgCon02 {
  padding: 20px 0;
  line-height: 2;
  font-weight: bold;
  font-size: 15px;
}

.imgCon02 p {
  text-indent: 2em;
}

.imgCon03 {
  padding-top: 5px;
  color: grey;
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .picList01 li {
    width: 50%
  }


}

@media screen and (max-width:640px) {
  .pk-list01 li .item-img02 {
    margin: 0 auto;
  }

}



@media screen and (max-width:480px) {
  .picList01 li {
    width: 100%;
  }


}