* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.app {
  background-color: #f0f4f5;
}

.header {
  width: 1320px;
  height: 400px;
  margin: 0 auto;
  background-image: url(../images/header_bg.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .logo {
  font-size: 62px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.header .search {
  width: 592px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
  margin-top: 20px;
}
.header .search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  font-size: 20px;
}
.header .search .search-btn {
  height: 100%;
}

.main {
  width: 1320px;
  margin: 0 auto;
}

.chart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
}
.chart .chart_1 {
  width: 420px;
}
.chart .chart_1 .chart_1-top {
  position: relative;
}
.chart .chart_1 .chart_1-top img {
  width: 420px;
  height: 280px;
  display: block;
}
.chart .chart_1 .chart_1-top .text-overflow {
  background-color: rgba(0, 58, 141, 0.75);
}
.chart .chart_1 .chart_1-bottom {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.chart .chart_1 .chart_1-bottom .chart_1-bottom-right {
  position: relative;
}
.chart .chart_1 .chart_1-bottom .chart_1-bottom-right .text-overflow {
  background-color: rgba(138, 55, 8, 0.75);
}
.chart .chart_1 .chart_1-bottom img {
  width: 200px;
  height: 280px;
  display: block;
}
.chart .chart_2 {
  width: 430px;
  position: relative;
}
.chart .chart_2 img {
  width: 100%;
  height: 580px;
  display: block;
}
.chart .chart_2 .text-overflow {
  background-color: rgba(68, 142, 209, 0.75);
}
.chart .chart_3 {
  width: 420px;
}
.chart .chart_3 .chart_3-top {
  position: relative;
}
.chart .chart_3 .chart_3-top img {
  width: 420px;
  height: 280px;
  display: block;
}
.chart .chart_3 .chart_3-top .text-overflow {
  background-color: rgba(80, 11, 206, 0.75);
}
.chart .chart_3 .chart_3-bottom {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.chart .chart_3 .chart_3-bottom .chart_3-bottom-left {
  position: relative;
}
.chart .chart_3 .chart_3-bottom .chart_3-bottom-left .text-overflow {
  background-color: rgba(31, 43, 82, 0.75);
}
.chart .chart_3 .chart_3-bottom img {
  width: 200px;
  height: 280px;
  display: block;
}
.chart .text-overflow {
  width: 100%;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart .text-overflow .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 18px;
}

.broadcast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.broadcast .broadcast-left {
  width: 650px;
}
.broadcast .broadcast-left .broadcast-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.broadcast .broadcast-left .broadcast-toolbar .broadcast-icon-1 {
  width: 85px;
}
.broadcast .broadcast-left .broadcast-toolbar .broadcast-paging {
  background-color: #fff;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 32px;
}
.broadcast .broadcast-left .broadcast-toolbar .broadcast-paging .arrow-left {
  cursor: pointer;
}
.broadcast .broadcast-left .broadcast-toolbar .broadcast-paging .arrow-right {
  cursor: pointer;
  transform: rotate(180deg);
}
.broadcast .broadcast-left .broadcast-left-content {
  height: 232px;
  margin-top: 20px;
}
.broadcast .broadcast-left .broadcast-left-content .swiper {
  overflow: hidden;
}
.broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item {
  height: 232px;
  width: 155px;
  background-image: url(../images/broadcast_left_content_bg.png);
  background-size: 100% 100%;
  overflow: hidden;
}
.broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item .broadcast-picture {
  display: block;
  width: 142px;
  height: 88px;
  margin: 40px auto 0;
}
.broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item .broadcast-logo {
  width: 35px;
  height: 35px;
  display: block;
  margin: -15px auto 0;
}
.broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item .broadcast-name {
  text-align: center;
  color: #fff;
  margin-top: 5px;
  font-size: 16px;
}
.broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item .broadcast-conduct {
  width: 68px;
  margin: 10px auto 0;
  color: #fff;
  font-size: 14px;
  background-color: #e20d17;
  text-align: center;
  border-radius: 20px;
  padding: 2px 0;
}
.broadcast .broadcast-right {
  width: 650px;
}
.broadcast .broadcast-right .broadcast-toolbar .broadcast-icon-2 {
  width: 85px;
}
.broadcast .broadcast-right .broadcast-right-content {
  height: 232px;
  margin-top: 20px;
  background-image: url(../images/broadcast_right_content_bg.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 32px 0;
  gap: 20px;
}
.broadcast .broadcast-right .broadcast-right-content .broadcast-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.broadcast .broadcast-right .broadcast-right-content .broadcast-item p {
  font-size: 18px;
  line-height: 1.5;
}
.broadcast .broadcast-right .broadcast-right-content .broadcast-item p span {
  color: #2d2d2d;
}
.broadcast .broadcast-right .broadcast-right-content .broadcast-item p span:nth-child(1) {
  color: #2c8a58;
  font-weight: bold;
}

.list {
  margin-top: 20px;
}
.list .list-toolbar {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list .list-toolbar .list-toolbar-left {
  display: flex;
  align-items: center;
  gap: 80px;
}
.list .list-toolbar .list-toolbar-left .list-icon {
  width: 85px;
}
.list .list-toolbar .list-toolbar-left .list-toolbar-content {
  display: flex;
  gap: 10px;
}
.list .list-toolbar .list-toolbar-left .list-toolbar-content .list-toolbar-item {
  padding: 4px 15px;
  background-color: #f3f3f3;
  border-radius: 20px;
  cursor: pointer;
  color: #1e1e1e;
}
.list .list-toolbar .list-toolbar-left .list-toolbar-content .list-toolbar-item-active {
  background-color: #6095ff;
  color: #fff;
}
.list .list-toolbar .list-toolbar-screen {
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.list .list-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.list .list-content .list-item {
  padding: 35px 10px 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  position: relative;
}
.list .list-content .list-item .list-item-date {
  width: 142px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  background-image: url(../images/list_date_bg.png);
  padding-left: 10px;
  color: #9a9a9a;
}
.list .list-content .list-item .list-item-date .schedule {
  opacity: 0.4;
}
.list .list-content .list-item .list-picture {
  width: 100%;
  height: 172px;
  display: block;
}
.list .list-content .list-item .list-item-title {
  font-size: 16px;
  color: #111;
  font-weight: bold;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .list-content .list-item .list-item-tip {
  color: #818181;
  font-size: 14px;
  margin-top: 12px;
}
.list .list-content .list-item .list-item-tag {
  color: #818181;
  font-size: 14px;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 12px;
  border-radius: 4px;
}

@media screen and (max-width: 1000px) {
  .header {
    width: 100%;
    height: 260px;
    padding: 20px;
    margin: 0 auto;
    background-image: url(../images/header_bg.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header .logo {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
  }
  .header .search {
    width: 100%;
    height: 42px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 28px;
    margin-top: 20px;
  }
  .header .search input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    font-size: 14px;
  }
  .header .search .search-btn {
    height: 100%;
  }
  .main {
    width: 100%;
  }
  .chart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
    margin-top: 0;
    padding: 20px;
  }
  .chart .chart_1 {
    width: 100%;
  }
  .chart .chart_1 .chart_1-top {
    position: relative;
  }
  .chart .chart_1 .chart_1-top img {
    width: 100%;
    height: auto;
    display: block;
  }
  .chart .chart_1 .chart_1-top .text-overflow {
    background-color: rgba(0, 58, 141, 0.75);
  }
  .chart .chart_1 .chart_1-bottom {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  .chart .chart_1 .chart_1-bottom .chart_1-bottom-left {
    flex: 1;
  }
  .chart .chart_1 .chart_1-bottom .chart_1-bottom-right {
    position: relative;
    flex: 1;
  }
  .chart .chart_1 .chart_1-bottom .chart_1-bottom-right .text-overflow {
    background-color: rgba(138, 55, 8, 0.75);
  }
  .chart .chart_1 .chart_1-bottom img {
    width: 100%;
    height: 230px;
    display: block;
  }
  .chart .chart_2 {
    width: 100%;
    position: relative;
  }
  .chart .chart_2 img {
    width: 100%;
    height: 520px;
    display: block;
  }
  .chart .chart_2 .text-overflow {
    background-color: rgba(68, 142, 209, 0.75);
  }
  .chart .chart_3 {
    width: 100%;
  }
  .chart .chart_3 .chart_3-top {
    position: relative;
  }
  .chart .chart_3 .chart_3-top img {
    width: 100%;
    height: 280px;
    display: block;
  }
  .chart .chart_3 .chart_3-top .text-overflow {
    background-color: rgba(80, 11, 206, 0.75);
  }
  .chart .chart_3 .chart_3-bottom {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  .chart .chart_3 .chart_3-bottom .chart_3-bottom-left {
    flex: 1;
    position: relative;
  }
  .chart .chart_3 .chart_3-bottom .chart_3-bottom-left .text-overflow {
    background-color: rgba(31, 43, 82, 0.75);
  }
  .chart .chart_3 .chart_3-bottom .chart_3-bottom-right {
    flex: 1;
  }
  .chart .chart_3 .chart_3-bottom img {
    width: 100%;
    height: 230px;
    display: block;
  }
  .chart .text-overflow {
    width: 100%;
    padding: 12px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .chart .text-overflow .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
  }
  .broadcast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    padding: 20px;
  }
  .broadcast .broadcast-left {
    width: 100%;
  }
  .broadcast .broadcast-left .broadcast-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .broadcast .broadcast-left .broadcast-toolbar .broadcast-icon-1 {
    width: 85px;
  }
  .broadcast .broadcast-left .broadcast-toolbar .broadcast-paging {
    background-color: #fff;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-radius: 32px;
  }
  .broadcast .broadcast-left .broadcast-toolbar .broadcast-paging .arrow-left {
    cursor: pointer;
  }
  .broadcast .broadcast-left .broadcast-toolbar .broadcast-paging .arrow-right {
    cursor: pointer;
    transform: rotate(180deg);
  }
  .broadcast .broadcast-left .broadcast-left-content {
    height: 232px;
    margin-top: 20px;
  }
  .broadcast .broadcast-left .broadcast-left-content .swiper {
    overflow: hidden;
  }
  .broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item {
    height: 232px;
    width: 100%;
    background-image: url(../images/broadcast_left_content_bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    padding: 0 10px;
  }
  .broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item .broadcast-picture {
    display: block;
    width: 100%;
    height: 88px;
    margin: 40px auto 0;
  }
  .broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item .broadcast-logo {
    width: 35px;
    height: 35px;
    display: block;
    margin: -15px auto 0;
  }
  .broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item .broadcast-name {
    text-align: center;
    color: #fff;
    margin-top: 5px;
    font-size: 16px;
  }
  .broadcast .broadcast-left .broadcast-left-content .swiper .broadcast-item .broadcast-conduct {
    width: 68px;
    margin: 10px auto 0;
    color: #fff;
    font-size: 14px;
    background-color: #e20d17;
    text-align: center;
    border-radius: 20px;
    padding: 2px 0;
  }
  .broadcast .broadcast-right {
    width: 100%;
  }
  .broadcast .broadcast-right .broadcast-toolbar .broadcast-icon-2 {
    width: 85px;
  }
  .broadcast .broadcast-right .broadcast-right-content {
    height: 232px;
    margin-top: 20px;
    background-image: url(../images/broadcast_right_content_bg.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 32px 0;
    gap: 20px;
  }
  .broadcast .broadcast-right .broadcast-right-content .broadcast-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .broadcast .broadcast-right .broadcast-right-content .broadcast-item p {
    font-size: 18px;
    line-height: 1.5;
  }
  .broadcast .broadcast-right .broadcast-right-content .broadcast-item p span {
    color: #2d2d2d;
  }
  .broadcast .broadcast-right .broadcast-right-content .broadcast-item p span:nth-child(1) {
    color: #2c8a58;
    font-weight: bold;
  }
  .list {
    margin-top: 0;
    padding: 20px;
  }
  .list .list-toolbar {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    display: block;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .list .list-toolbar .list-toolbar-left {
    display: block;
  }
  .list .list-toolbar .list-toolbar-left .list-icon {
    width: 85px;
  }
  .list .list-toolbar .list-toolbar-left .list-toolbar-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  .list .list-toolbar .list-toolbar-left .list-toolbar-content .list-toolbar-item {
    padding: 4px 15px;
    background-color: #f3f3f3;
    border-radius: 20px;
    cursor: pointer;
    color: #1e1e1e;
    text-align: center;
  }
  .list .list-toolbar .list-toolbar-left .list-toolbar-content .list-toolbar-item-active {
    background-color: #6095ff;
    color: #fff;
  }
  .list .list-toolbar .list-toolbar-screen {
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .list .list-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 20px;
  }
  .list .list-content .list-item {
    padding: 35px 10px 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
  }
  .list .list-content .list-item .list-item-date {
    width: 142px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    background-image: url(../images/list_date_bg.png);
    padding-left: 10px;
    color: #9a9a9a;
  }
  .list .list-content .list-item .list-item-date .schedule {
    opacity: 0.4;
  }
  .list .list-content .list-item .list-picture {
    width: 100%;
    height: 192px;
    display: block;
  }
  .list .list-content .list-item .list-item-title {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list .list-content .list-item .list-item-tip {
    color: #818181;
    font-size: 14px;
    margin-top: 12px;
  }
  .list .list-content .list-item .list-item-tag {
    color: #818181;
    font-size: 14px;
    background-color: #f2f2f2;
    display: inline-block;
    padding: 2px 10px;
    margin-top: 12px;
    border-radius: 4px;
  }
}
.footer {
  padding: 50px;
  background-color: #908f8f;
  margin-top: 20px;
}