.tab_index {
  background: #e4e4e4;
  padding: 5px 5px;
  border-radius: 50px;
}
.tab_index > li {
  float: left;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 20px;
  cursor: pointer;
}
.active {
  background: #00a274;
  color: #fff !important;
  border-radius: 15px;
  box-shadow: 0px 1px 2px #00a274;
}
.selected_all {
  width: 140px;
  background: #fff;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  text-indent: 10px;
  padding: 0 10px;
}
.selected_all > li {
  padding-left: 20px;
  line-height: 36px;
}
.index_search_text {
  padding: 9px 20px;
  color: #333;
  border-radius: 18px;
  border: 1px solid #e4e4e4;
  width: 260px;
  font-size: 14px;
}
.index_search_text::-webkit-input-placeholder {
  color: #acacac;
}
.index_search_text::-moz-placeholder {
  color: #acacac;
}
.index_search_text:-ms-input-placeholder {
  color: #acacac;
}
.search_icon_text {
  position: absolute;
  width: 14px;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
.common_content_list {
  width: 100%;
}
.common_content_list_search {
  margin: 20px 0;
}
.common_content_list .common_content_list_wrap_add {
  float: left;
  width: calc(16.6666% - 19px);
  height: 163px;
  background: #f3f3f3;
  margin: 20px 20px 0 0;
  border-radius: 6px;
  border: 2px dashed #d2d2d2;
  position: relative;
}
.common_content_list .common_content_list_wrap_add img {
  width: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 35px);
}
.common_content_list .common_content_list_wrap {
  position: relative;
  float: left;
  width: calc(16.6666% - 19px);
  height: 165px;
  color: #333;
  background: #fff;
  margin: 20px 20px 0 0;
  border-radius: 6px;
  border: 1px solid #efefef;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.common_content_list .common_content_list_wrap > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.common_content_list .common_content_list_wrap:nth-child(6n) {
  margin: 20px 0 0 0;
}
.common_content_list .common_content_list_wrap:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 3px;
}
.common_content_list_search .common_content_list_wrap_detail {
  float: left;
  width: calc(16.6666% - 19px);
  height: 165px;
  color: #333;
  background: #fff;
  margin: 20px 20px 0 0;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #efefef;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.common_content_list_search .common_content_list_wrap_detail:nth-child(6n) {
  margin: 20px 0 0 0;
}
.common_content_list_search .common_content_list_wrap_detail:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 3px;
}
.index_list_text {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
}
.index_date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.arrow_right {
  width: 12px;
  display: inline-block;
}
.w140 {
  width: 140px;
}
.change_btn {
  color: #fff;
  padding: 3px 11px;
  border-radius: 13px;
  background: #00a274;
  width: 44px;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
}
.pdt2030 {
  padding: 20px 30px;
}
.total_serach {
  padding: 20px 15px 0px 15px;
}
.index_search_text_all {
  padding: 10px 20px;
  color: #333;
  border-radius: 20px;
  width: 100%;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.width40 {
  width: 30%;
}
.banner-text {
  position: relative;
  text-align: center;
}
.banner-text-title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 10px;
}
.banner-text-subtitle {
  color: #f5f5f5;
  font-size: 12px;
  letter-spacing: 5px;
  position: relative;
  left: -3px;
}
.banner-text-content {
  display: inline-block;
  margin-top: 35px;
  width: 800px;
}
.banner-text-content > div {
  float: left;
  text-align: center;
  width: 200px;
}
.banner-text-content > div > p:first-child {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  font-family: "My DIN Condensed";
}
.banner-text-content > div > p:last-child {
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: -5px;
}
.index_more {
  display: inline-block;
  background-color: #00a274;
  padding: 5px 18px;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 60px;
}
.index_list {
  position: relative;
}
.index_list .is_top {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}