.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-pages {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}

.main-container {
  padding-top: 80px;
  box-sizing: border-box;
}
.main-container .center_con {
  padding-bottom: 56px;
}
.main-container .center_con .zfjr {
  display: none;
}
.main-container .center_con .nsyh {
  display: none;
}
.main-container .center_con .table_con {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #ebebeb;
}
.main-container .center_con .table_con .ul_con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-container .center_con .table_con .ul_con .ul_switch {
  display: flex;
  align-items: center;
}
.main-container .center_con .table_con .ul_con .ul_switch .check_item {
  margin-right: 40px;
  font-size: 16px;
  color: #292929;
  height: 64px;
  box-sizing: border-box;
  font-weight: 400;
  cursor: pointer;
  line-height: 64px;
  /* border-bottom: 3px solid #1472fe; */
}
.main-container .center_con .table_con .ul_con .ul_switch .check_item:hover {
  color: #1472fe;
}
.main-container .center_con .table_con .ul_con .ul_switch .check_item_click {
  border-bottom: 3px solid #1472fe;
  color: #1472fe;
}
.main-container .center_con .table_con .ul_con .ul_right {
  font-size: 12px;
  color: #8f8f8f;
  display: flex;
  align-items: center;
}
.main-container .center_con .table_con .ul_con .ul_right .home_icon {
  margin-right: 4px;
}
.main-container .center_con .table_con .ul_con .ul_right .go-home:hover {
  cursor: pointer;
  color: #1472fe;
}
.main-container .center_con .table_con .ul_con .ul_right .interval {
  margin: 0 8px;
}
.main-container .center_con .table_con .ul_con .ul_right .this-roter-jjfa:hover {
  cursor: pointer;
  color: #1472fe;
}
.main-container .center_con .list_con {
  width: 1200px;
  margin: 0 auto;
}
.main-container .center_con .list_con .list_title {
  margin-top: 56px;
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.main-container .center_con .list_con .list_title .list_title_text {
  position: relative;
}
.main-container .center_con .list_con .list_title .list_title_text::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background: #1472fe;
  left: -72px;
  top: 16px;
}
.main-container .center_con .list_con .list_title .list_title_text::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background: #1472fe;
  right: -72px;
  top: 16px;
}
.main-container .center_con .list_con .list_table {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-container .center_con .list_con .list_table .list_item {
  margin-right: 40px;
  width: 373px;
  border-radius: 4px;
  margin-top: 40px;
  cursor: pointer;
}
.main-container .center_con .list_con .list_table .list_item .list_img_con {
  width: 373px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.main-container .center_con .list_con .list_table .list_item .list_item_con {
  padding: 32px 24px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  height: 146px;
  border-radius: 0 0 4px 4px;
}
.main-container .center_con .list_con .list_table .list_item:hover .list_item_img {
  transform: scale(1.2);
}
.main-container .center_con .list_con .list_table .list_item:hover .list_item_con {
  box-shadow: 0px 4px 16px 0px rgba(86, 92, 102, 0.16);
  border-bottom: 4px solid #1472fe;
}
.main-container .center_con .list_con .list_table .list_item:hover .list_item_con .list_item_title {
  color: #1472fe;
}
.main-container .center_con .list_con .list_table .list_item .list_item_img {
  width: 100%;
  height: 220px;
  transition: all 1s;
}
.main-container .center_con .list_con .list_table .list_item .list_item_title {
  margin-bottom: 12px;
  font-size: 18px;
  color: #292929;
  font-weight: 600;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-container .center_con .list_con .list_table .list_item .list_item_text {
  font-size: 14px;
  color: #5c5c5c;
  font-weight: 400;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-container .center_con .list_con .list_table .list_item:nth-child(3n) {
  margin-right: 0;
}/*# sourceMappingURL=solution.css.map */