* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
a {
  font-family: SourceHanSansSC;
  color: #fefeff;
  font-weight: 400px;
  font-size: 24px;
}
body,
html {
  /* width: 1920px; */
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 173px;
  background: red;
}
.bottom {
  width: 100%;
  height: 221px;
  background: #000;
}
.content {
  background-size: 100%;
  /* width: 100%; */
  background-image: url("/channel-home/szln/images/contentBanner.png");
  /* margin: 0 auto; */
  /* position: relative; */
  background-color: #f9f9f9;
}
.container {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 0px;
  padding: 71px 35px 10px 25px;
  width: 1460px;
  min-height: 800px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(200, 200, 200, 0.5)
  );
  margin: 0 auto;
}
.top {
  width: 100%;
  position: absolute;
  top: 0;
  right: 1px;
}
.list {
  margin-top: 20px;
}
.img {
  background: url("/channel-home/szln/images/detail/address_banner.png") top center;
  width: 100%;
  height: 53px;
  background-size: 100%;
}
.img span {
  display: inline-block;
  width: auto;
  height: 21px;
  font-family: YSBiaoTiHei;
  color: #fefeff;
  font-size: 16px;
  margin-top: 16px;
  margin-left: 16px;
}
.li_B {
  width: 1460px;
  height: 19px;
  background: url("/channel-home/szln/images/list/list_b.png") bottom center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.box {
  display: flex;
  margin-left: 24px;
}

.art {
  width: 971px;
  height: 172px;
  background: url("/channel-home/szln/images/list/li_bg.png");
  margin-top: 24px;
}
.box_r {
  margin-left: 24px;
}
.box_r_tit {
  margin-bottom: 8px;
}
.list li:last-child .li_B {
  display: none;
}
.title {
  display: inline-block;
  width: 462px;
  height: 31px;
  font-family: YSBiaoTiHei;
  color: #ffffff;
  font-weight: 400px;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  position: relative;
  top: -17px;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis;
}
.zhaiyao {
  background: url(/channel-home/szln/szkx/images/zhaiyao_icon.png);
  width: 971px;
  height: 172px;
  border-radius: 8px;
  background-color: rgba(78, 161, 255, 0.3);
}
.zhaiyao span {
  margin-top: 16px;
  display: inline-block;
  width: 923px;
  height: 140px;
  font-family: SourceHanSansSC;
  color: #fefeff;
  font-weight: 400px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  position: relative;
  left: 24px;
}
