.bigBox .banner {
  width: 100%;
  height: 180px;
  margin-top: 90px;
  background-image: url("../../img/news/banner2.jpg");
  background-size: cover;
  background-position: center;
}

.bigBox .bannerM {
  display: none;
}

.bigBox .intro {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
}

.bigBox .intro>.left {
  width: 15%;
  margin-right: 3%;
}

.bigBox .intro>.left .title {
  text-align: center;
  line-height: 60px;
  background-color: #3366cc;
  font-size: 24px;
  color: #fff;
}

.bigBox .intro>.left .list {
  background: #f8f8f8;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.bigBox .intro>.left .list>div {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  padding-left: 40px;
  cursor: pointer;
}

.bigBox .intro>.left .list>div:hover {
  color: #3366cc;
  background-color: rgb(240, 240, 240);
}

.bigBox .intro>.left .list>.active {
  color: #3366cc;
  background-color: rgb(240, 240, 240);
}

.bigBox .intro>.right {
  width: 82%;
}

.bigBox .intro>.right .crumb {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: #eee 1px solid;
}

.bigBox .intro>.right .crumb>a,
.bigBox .intro>.right .crumb>span,
.bigBox .intro>.right .crumb>p {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

.bigBox .intro>.right .crumb>img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.bigBox .intro>.right .crumb>span {
  margin: 0 6px;
}

.bigBox .intro>.right .change,
.bigBox .intro>.right .changeList {
  display: none;
}

.bigBox .intro>.right .cont {
  display: block;
  margin-top: 30px;
}

.bigBox .intro>.right .cont .title {
  font-size: 22px;
  color: #595959;
}

.bigBox .intro>.right .cont .time {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}

.bigBox .intro>.right .cont video {
  width: 100% !important;
  height: max-content !important;
}

.bigBox .intro>.right .swBox {
  margin: 20px 0 40px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-top: #eee 1px solid;
}

.bigBox .intro>.right .swBox>a {
  display: block;
  text-decoration: none;
  width: 48%;
}

.bigBox .intro>.right .swBox>a>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bigBox .intro>.right .swBox>a>div>p {
  font-size: 14px;
  color: #707070;
}

.bigBox .intro>.right .swBox>a>div .sTitle {
  width: 68%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bigBox .intro>.right .swBox>a:nth-child(2) .sTitle {
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .bigBox .banner {
    display: none;
  }

  .bigBox .bannerM {
    display: block;
    width: 100%;
    margin-top: 80px;
    font-size: 0;
  }

  .bigBox .bannerM>img {
    width: 100%;
    /*height: max-content;*/
  }

  .bigBox .intro {
    margin: 0;
  }

  .bigBox .intro .left {
    display: none;
  }

  .bigBox .intro .right {
    width: 100%;
  }

  .bigBox .intro .right .crumb {
    display: none;
  }

  .bigBox .intro .right .change {
    width: 100%;
    background-color: rgb(0, 176, 203);
    display: flex;
    align-items: center;
    padding: 6px 10px;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .bigBox .intro .right .change>p {
    font-size: 22px;
    color: #fff;
  }

  .bigBox .intro .right .change>img {
    width: 24px;
    height: 24px;
  }

  .bigBox .intro .right .changeList {
    position: fixed;
    width: 74%;
    background: #fff;
    height: 100%;
    top: 0px;
    padding: 160px 0;
    box-sizing: border-box;
    display: flex;
    transition: all 0.8s;
  }

  .bigBox .intro .right .changeList>img {
    width: 35px;
    height: 30px;
    margin: 16px 10px 10px 20px;
  }

  .bigBox .intro .right .changeList .listM {
    width: 80%;
    margin-right: 20px;
  }

  .bigBox .intro .right .changeList .listM .li {
    color: #323232;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(169, 166, 166, 0.2509803922);
  }

  .bigBox .intro .right .cont {
    padding: 0 8px;
    box-sizing: border-box;
  }

  .bigBox .intro .right .cont img {
    width: 100% !important;
  }

  .bigBox .intro .right .swBox .sTitle {
    width: 30%;
  }
}

/*# sourceMappingURL=detailed.css.map */