.dynamic_tabs {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
  text-align: center;
}
.dynamic_tabs li {
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f2f2f2;
  color: #333;
  cursor: pointer;
}
.dynamic_tabs li + li {
  margin-left: 30px;
}

.dynamic_tabs li.active,
.dynamic_tabs li:hover {
  background-color: #cea368;
  color: #fff;
  font-weight: bold;
}
.dynamic_news_list,
.dynamic_module {
  margin-top: 50px;
  width: 100%;
}
.dynamic_module + .dynamic_module {
  display: none;
}
.dynamic_news_first {
  width: 100%;
  height: 280px;
  display: block;
}
.dynamic_news_firstImg {
  width: 500px;
  text-align: center;
  line-height: 280px;
  height: 280px;
  overflow: hidden;
}
.dynamic_news_firstImg img {
  font-size: 0px;
  max-width: 500px;
  max-height: 280px;
}

.dynamic_news_firstContent {
  width: calc(100% - 530px);
  height: 280px;
}
.dynamic_news_listDate_big,
.dynamic_news_firstDate,
.dynamic_news_firstTitle {
  color: #333333;
}
.dynamic_news_firstDesc,
.dynamic_news_firstTitle {
  width: 100%;
}

.dynamic_news_listDate_small,
.dynamic_news_firstYear {
  color: #999999;
}
.dynamic_news_firstDate {
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
}
.dynamic_news_firstDesc {
  line-height: 30px;
  color: #999999;
  margin-top: 10px;
}

.dynamic_news_list {
  display: block;
  overflow: hidden;
}
.dynamic_news_listDate {
  width: 101px;
  height: 101px;
  background-color: #f9f9f9;
}
.dynamic_news_list:hover .dynamic_news_listDate {
  background-color: #cea368;
}
.dynamic_news_list:hover .dynamic_news_listDate .dynamic_news_listDate_small,
.dynamic_news_list:hover .dynamic_news_listDate .dynamic_news_listDate_big {
  color: #fff;
}
.dynamic_news_list:hover .dynamic_news_listContent .dynamic_news_firstTitle {
  color: #cea368;
}
.dynamic_news_listContent {
  width: calc(100% - 120px);
}
.dynamic_news_listContent p {
  width: 100%;
}

.dynamic_news_list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .dynamic_news_firstContent,
  .dynamic_news_firstImg {
    width: 100%;
  }

  .dynamic_news_list {
    padding-bottom: 20px;
  }

  .dynamic_news_firstContent,
  .dynamic_news_list,
  .dynamic_module,
  .dynamic_tabs {
    margin-top: 20px;
  }
  .dynamic_tabs li {
    width: 47.5%;
    float: left;
    height: 50px;
    line-height: 50px;
  }
  .dynamic_tabs li + li {
    margin-left: 5%;
  }
  .dynamic_news_firstContent,
  .dynamic_news_first,
  .dynamic_news_firstImg {
    height: auto;
    line-height: 1;
  }
  .dynamic_news_firstImg {
    max-width: 100%;
    height: auto;
    max-height: inherit;
  }
  .dynamic_news_first {
    overflow: hidden;
  }
  .paddingBottom95 {
    overflow: hidden;
  }
}
