.search_section {
  margin-top: 80px;
  background-color: #383838;
  padding: 20px 0 0;
}
.search_section .search .search_types {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ececec;
}
.search_section .search .search_types .search_types_label {
  font-size: 14px;
  color: #fff;
  width: 60px;
}
.search_section .search .search_types .search_types_item {
  font-size: 14px;
  cursor: pointer;
  margin-right: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.search_section .search .search_types .search_types_item a {
  color: #fff;
}
.search_section .search .search_types .search_types_item:hover a {
  color: #e1bb98;
  font-weight: 700;
}
.search_section .search .search_types .search_types_item.active a {
  color: #e1bb98;
}
.search_section .search .search_content {
  padding-top: 15px;
}
.search_section .search .search_content .search_content_list {
  display: flex;
  flex-wrap: wrap;
}
.search_section .search .search_content .search_content_list .search_content_label {
  font-size: 14px;
  color: #fff;
  width: 60px;
}
.search_section .search .search_content .search_content_list .search_content_item {
  font-size: 14px;
  margin-right: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  cursor: pointer;
}
.search_section .search .search_content .search_content_list .search_content_item a {
  color: #fff;
}
.search_section .search .search_content .search_content_list .search_content_item:hover a {
  color: #e1bb98;
  font-weight: 700;
}
.search_section .search .search_content .search_content_list .search_content_item.active a {
  color: #e1bb98;
}
.search_section .search .search_content .search_content_list2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search_section .search .search_content .search_content_list2 .search_content_label {
  font-size: 14px;
  color: #666;
  width: 60px;
}
.search_section .search .search_content .search_content_list2 .search_content_item {
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 500;
}
.search_section .search .search_content .search_content_list2 .search_content_item a {
  color: #666;
}
.search_section .search .search_content .search_content_list2 .search_content_item.active {
  background-color: #8bc3f4;
  padding: 2px 6px;
}
.search_section .search .search_content .search_content_list2 .search_content_item.active a {
  color: #235b8c;
}
.list_section {
  padding-top: 20px;
}
.list_section .list .list_screens {
  display: flex;
}
.list_section .list .list_screens .list_screen {
  cursor: pointer;
  padding: 0 30px;
  font-size: 14px;
  border-right: 1px solid #ccc;
  font-weight: 500;
}
.list_section .list .list_screens .list_screen:first-child {
  padding-left: 0;
}
.list_section .list .list_screens .list_screen.active a {
  color: #666;
  font-size: 15px;
  font-weight: 700;
}
.list_section .list .list_screens .list_screen.active a .list_screen_bg {
  display: block;
}
.list_section .list .list_screens .list_screen .list_screen_bg {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(139, 195, 244, 0.7);
}
.list_section .list .list_screens .list_screen a {
  position: relative;
  color: #666666;
  font-size: 14px;
}
.list_section .list .list_screens .list_screen a em {
  position: relative;
  z-index: 2;
}
.list_section .list .list_ul {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_section .list .list_ul .list_li_item {
  width: 24%;
  height: 430px;
  border-radius: 5px;
  background-color: #fff;
  padding: 2px;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}
.list_section .list .list_ul .list_li_item:hover .list_li_img .list_li_download {
  height: 70px;
}
.list_section .list .list_ul .list_li_item .list_li_img {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  background-color: #eee;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_img_hd {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 70px;
  width: 100%;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_img_hd .list_li_img_icon img {
  width: 38px;
  height: 38px;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_img_hd .list_li_img_info {
  margin-left: 10px;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_img_hd .list_li_img_info h6 {
  font-size: 20px;
  color: #222;
  height: 30px;
  overflow: hidden;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_img_hd .list_li_img_info p {
  color: #666;
  font-size: 12px;
  font-weight: 500;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_img_bd {
  width: 100%;
  padding: 0 50px;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_img_bd img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  box-shadow: -3px 3px 8px 1px #ccc;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_download {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  transition: all 0.2s linear;
  padding-top: 20px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 30%);
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_download button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background-color: #235b8c;
  color: #fff;
  border: 0;
  font-weight: 500;
}
.list_section .list .list_ul .list_li_item .list_li_img .list_li_download button span {
  font-size: 20px;
  margin-right: 5px;
}
.list_section .list .list_ul .list_li_item .list_li_item_title {
  padding: 15px 0 0 10px;
  color: #666;
  height: 35px;
  overflow: hidden;
  font-size: 14px;
}
