.main {
  width: 100%;
  height: auto;
  min-width: 1200px;
}
.banner {
  width: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.box1 {
  padding: 32px 0;
}
.lunbo h5 {
  height: 26px;
  padding-left: 20px;
  font-family: "微软雅黑";
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  background: url("lsst_20210930.png") no-repeat left center;
}
.lunbo h5 .more {
  float: right;
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}

.slideBox {
  margin-top: 32px;
  width: 600px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  height: 100%;
}
.slideBox .bd img {
  width: 600px;
  height: 358px;
  display: block;
  object-fit: cover;
}

.zwyw {
  width: 576px;
  height: auto;
}
.zwyw h5 {
  height: 26px;
  padding-left: 20px;
  font-family: "微软雅黑";
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  background: url("lsst_20210930.png") no-repeat left center;
}
.zwyw h5 .more {
  float: right;
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}

.zwyw ul {
  margin-top: 20px;
}
.zwyw li {
  height: 52px;
  padding: 10px 0;
  font: normal 16px/32px "微软雅黑";
  border-bottom: 1px solid #eeeeee;
}
.zwyw li a {
  color: #333;
}
.zwyw li a {
  display: inline-block;
  width: 81%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zwyw li i {
  display: inline-block;
  width: 54px;
  height: 32px;
  margin-right: 10px;
  background: url("icon_normal_20210930.png") no-repeat left center;
  color: #115db2;
  padding-left: 18px;
  font-style: normal;
}
.zwyw li span {
  color: #cccccc;
  float: right;
}
.zwyw li:hover a {
  color: #115db2;
}
.zwyw li:hover i {
  background: url("icon_hover_20210930.png") no-repeat left center;
  color: #fff;
}

.active-box {
  padding: 40px 0px 11px;
}
.active-title-box {
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 0;
}
.active-title {
  display: inline-block;
  padding: 0 48px;
  vertical-align: top;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #1072c2;
}
.active-list-box {
  width: 1200px;
  margin: 0px auto;
  margin-top: 20px;
}
.active-list-box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.active-list-box ul li {
  margin: 15px 5px;
  width: 280px;
  height: 253px;
  display: block;
}
.active-list-box ul li .img {
  width: 275px;
  height: 175px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
.active-list-box ul li .img img {
  width: 275px;
  height: 175px;
}
.active-list-box ul li .tt {
  width: 275px;
  height: 78px;
  background: #edf2f6;
}
.active-list-box ul li .tt h1 {
  font-size: 20px !important;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  color: #666;
}
.active-list-box ul li .tt p {
  font-size: 14px;
  color: #666;
  width: 250px;
  margin: 0px auto;
}
@media only screen and (max-width: 1220px) {
  .banner {
    display: none;
  }
  .main {
    padding: 20px;
  }
  .container,
  .main,
  .box1 {
    width: 100%;
    overflow: hidden;
    min-width: 100%;
  }
  .lunbo {
    width: 50%;
  }
  .slideBox {
    width: 100%;
  }
  .slideBox .bd img {
    width: 100%;
    object-fit: inherit;
  }

  .zwyw {
    width: 48% !important;
  }
}
@media only screen and (max-width: 768px) {
  .lunbo {
    width: 100%;
  }
  .zwyw {
    width: 100% !important;
    margin-top: 20px;
  }
  .slideBox,
  .slideBox .bd ul {
    height: 434px;
  }
  .slideBox .bd img {
    width: 100%;
    height: 100%;
  }
  .active-box {
    padding: 0;
  }

  .active-title {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background-color: #ffffff;
  }
  .active-list-box {
    width: 100%;
    margin: 0px auto;
    margin-top: 12px;
    text-align: center;
  }
  .active-list-box ul {
    display: block;
  }
  .active-list-box ul li {
    margin: 0px auto;
  }
  .active-list-box ul li .img {
    width: 100%;
  }

  .active-list-box ul li .tt {
    width: 275px;
    height: 78px;
    background: #ffffff;
  }
  .active-list-box ul li .tt h1 {
    font-size: 18px;
  }
  .active-list-box ul li .tt p {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .slideBox {
    height: 235px;
  }
  .slideBox .bd ul {
    height: 235px;
  }
  .main {
    padding: 10px;
  }
  .zwyw li a {
    width: 72%;
  }
}
