.yearfront .tabs li,
.yearfront .tabs a,
.yearfront .tabs .active {
  width: 80px;
  height: 30px;
  border-radius: 50px;
  padding: 10px 20px 10px 60px;
  margin: 10px 0;
  background-size: cover;
  line-height: 30px;
  font-size: 18px;
}


.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: #4594FF;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin: 0;
}

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

.linkstyle {
  margin: 0 50px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}


.yearinside .tabs a {
  font-weight: bold;
  color: white;
}

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

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

.tab_container_inside {
  padding-top: 50px;
}

.tab_container_inside .tab_content {
  width: 1200px;
  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;
}

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

.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%;
  }


}

.maincontent {
  display: flex;
}

.mainnews {
  width: 50%;
}


.mainnews_item {
  border-bottom: 1px solid #ccc;
  margin: 0 40px;
  padding: 10px 0;
}

.mainnews_item h2 a,
.mainnews_item h2 a:hover,
.mainnews_item h2 a:active {
  color: black;
}

.mainnews_item p {
  text-indent: 2em;
  line-height: 1.5em;
  text-align: justify;
}

.mainnews_item p span a {
  color: red;
}

.tab_title {
  margin-top: 60px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}



.entryInfor {
  background-color: #f8faf7;
  padding: 20px 50px;
}

.entryInfor_content {}

.entryInfor_item {
  margin: 20px 0;
}

.entryInfor_title {
  background-color: #58D3E5;
  color: white;
  border-radius: 5px;
  padding: 5px;
  width: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.entryInfor_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #3198CF;
}

.entryInfor_content p {
  text-indent: 2em;
  line-height: 1.5em;
}

.bottom {
  background-color: #0060ce;
  border-top-width: 0;
  height: auto;
  padding: 20px 0;
  text-align: center;
}

.bottom p {
  color: white;
}

.morebutton_container {
  width: 1200px;
  text-align: center;
}

.morebutton {
  width: 200px;
  text-align: center;
  border-radius: 5px;
}

.morebutton a {
  color: #e89f6e !important;
}

.morebutton a:hover {
  color: #e89f6e !important;
}

.works_display {
  width: 1200px;
  margin: 0 auto;
  background: url("../images/zs_bg.jpg");
  background-size: 100% 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.worksshow_item {
width: calc(50% - 20px);
    margin: 20px 0;
    padding-left: 20px;
    font-size: 20px;
}

.worksshow_item:before {
  content: '·';
  color: #ab2c1a;
  margin-right: 10px;
}
.worksshow_item a,.worksshow_item  a:hover,.worksshow_item a:active,.worksshow_item a:visited{
  color: black;
}