.home {
  background-color: #57b0ec;
}
.home-nav {
  background: #fff;
  width: 720px;
  margin: 0 auto;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  overflow: hidden;
  display: flex;
  padding: 30px 0 20px 0;
  justify-content: space-around;
  text-align: center;
  font-size: 24px;
  position: relative;
  top: -24px;
  margin-bottom: 40px;
}
.home-nav a {
  width: 120px;
}
.home-active {
  padding: 0 30px;
  margin-bottom: 40px;
}
.home-active-nav {
  margin-bottom: 20px;
}
.home-active-say {
  padding: 10px 30px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
}
.home-active-say_nav {
  color: #57b0ec;
}
.home-active-say_nav span::before {
  background: #57b0ec;
}
.home-active-say p {
  font-size: 26px;
  padding: 30px 0;
  text-indent: 2em;
}
#home-active-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-active-list li {
  width: calc(50% - 15px);
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  font-size: 24px;
}
#home-active-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
#home-active-list li img {
  width: 330px;
  height: 186px;
  object-fit: scale-down;
}
.home-active-list-title {
  padding: 15px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #e7e7e7;
  height: 86px;
}
.home-active-list-say {
  padding: 15px 10px;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 54px;
}
.home-active-list-say span {
  color: #555;
}
.home-active-list-say span:last-of-type {
  color: rgb(209, 34, 34);
}
.home-hly {
  margin-bottom: 40px;
}
.home-hly-nav {
  margin-bottom: 40px;
  padding: 0 30px;
}
.xly_swiper .swiper-slide {
  width: 375px;
  height: 366px;
}
.xly_item {
  display: block;
  width: 375px;
  background: #fff;
  font-size: 24px;
  overflow: hidden;
  border-radius: 8px;
}
.xly_item img {
  width: 375px;
}
.xly_item_title {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 86px;
}
.xly_item_say {
  padding: 6px 10px;
  font-size: 20px;
  text-align: right;
  height: 38.4px;
}
.icon {
  position: absolute;
  width: 100px !important;
  display: block;
  pointer-events: none;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-show {
  margin-bottom: 40px;
}
.home-show-nav {
  margin-bottom: 40px;
  padding: 0 30px;
}
.show_swiper {
  height: 270px;
}
.show_swiper .swiper-slide {
  width: 480px;
}
.show_swiper a {
  display: block;
  width: 480px;
}
.show_swiper a img {
  height: 270px;
}
.home-media {
  margin-bottom: 40px;
}
#media-list{
  color: #fff;
  font-size: 26px;
}
#media-list li{
  border-bottom: 1px solid #fff;
  padding: 10px 30px;
}
#media-list li a{
  position: relative;
  display: flex;
}
#media-list li a::before{
  content: "";
  display: block;
  position: absolute;
  border: 8px solid transparent;
  border-left-color: #fff;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
#media-list li a span:first-of-type{
  flex: 1;
  padding-left: 20px;
  padding-right: 10px;
}
#media-list li a span:last-of-type{
  width: 134px;
  align-self: center;
  text-align: right;
}