.jsdw-main {
  background: #fff;
  margin-top: 14px;
  min-height: 1360px;
  box-shadow: 3px 3px 15px #262626;
}
.other-main {
  height: 70px;
  margin-top: 30px;
  box-shadow: 3px 3px 15px #262626;
  display: flex;
  align-items: center;
}

.jsdw-content {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.jsdw-content-left {
  width: 264px;
  margin-left: 42px;
  margin-right: 80px;
  flex: none;
}
.menu-title {
  background-color: #2760b7;
  color: #fff;
  display: flex;
  align-items: center;
  height: 90px;
  font-size: 28px;
  font-weight: bolder;
  overflow: hidden;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 90px;
}
.menu-content {
  border: 1px solid #c1c1c1;
  font-size: 14px;
  color: #999999;
  min-height: 820px;
}

.menu-content img {
  max-width: 100%;
}

.top-img {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
}
.top-img img {
  max-width: 100%;
  object-fit: contain;
}

.menu-content .sub {
  font-size: 14px;
  text-indent: 2em;
  text-align: justify;
  color: #999999;
}

.jsdw-content-right {
  flex: 1;
  margin-bottom: 20px;
}
.top {
  display: flex;
  align-items: center;
}
.news-banner-box {
  width: 460px;
}
.news-banner-box .banner-img {
  padding-top: 58.7%;
  position: relative;
  overflow: hidden;
}
.news-banner-box .banner-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.banner-img a img {
  width: 100%;
  height: 100%;
}

.news-banner-box .banner-option {
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.6;
}

.news-banner-box .banner-txt {
  float: left;
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
}

.news-banner-box .banner-txt a {
  font-size: 16px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-banner-box .banner-num {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0px;
  width: 23%;
  float: right;
}
.news-banner-box .banner-num span {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #000;
  margin-left: 5px;
  cursor: pointer;
}
.news-banner-box .banner-num span.cur {
  background: #fff;
}

.top-info {
  width: 240px;
  margin-left: 40px;
}

.top-info-item {
  border: 1px solid #caced4;
  display: flex;
  align-items: center;
  height: 62px;
}
.top-info-item + .top-info-item {
  margin-top: 15px;
}
.top-info-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.top-info-item a {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.list {
  margin-top: 20px;
}

.list-header {
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  color: #333333;
  background: #f7f8f8;
  display: flex;
  justify-content: space-between;
}
.header-title {
  height: 100%;
  padding: 0 20px;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 2px solid #2760b7;
  box-sizing: border-box;
}

.header-more {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}

.list-item {
  display: flex;
  align-items: center;
  height: 45px;
  border-bottom: 1px dashed #c1c1c1;
  font-size: 16px;
  padding: 0 10px;
  position: relative;
}

.list-item:hover {
  background: #efefef;
}
.list-item-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 0;
}
.list-item-date {
  margin-left: 100px;
}

.other-text {
  font-size: 20px;
  font-weight: bolder;
  color: #40639c;
  display: block;
  position: relative;
  padding-left: 20px;
}
.other-text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  bottom: -5px;
  width: 4px;
  height: 26px;
  background-color: #40639c;
  transform: translateY(-50%);
}
.other-content-box {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 100%;
  margin-left: 100px;
}
.other-content {
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.other-content a {
  display: inline-block;
  width: 120px;
  height: 54px;
  border: solid 1px #cccccc;
  /* position: absolute; */
  float: left;
}
.other-content .other-content-text {
  font-size: 22px;
  width: 120px;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other-content a + a {
  margin-left: 10px;
}

.show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  margin-top: 20px;
}
.show-left {
  flex: none;
}
.show-left a {
  display: inline-block;
}

.show-right {
  flex: 1;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.show-list {
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* overflow: hidden; */
}

.show-right a {
  display: inline-block;
  transition: left 0.5s;
  width: 210px;
  height: 150px;
  flex: none;
}
.show-right a + a {
  margin-left: 15px;
}
.show-right a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .jsdw-content {
    flex-direction: column;
    margin-top: 0.2rem;
  }
  .jsdw-content-left {
    width: 100%;
    margin: 0;
  }
  .menu-content {
    padding: 0.2rem;
  }
  .menu-title {
    font-size: 0.32rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .menu-list li a {
    font: 0.28rem / 0.8rem 'Microsoft YaHei';
  }
  .menu-content .sub {
    font-size: 0.24rem;
  }
  .jsdw-content-right {
    width: 100%;
  }
  .jsdw-content-right {
    margin-top: 0.2rem;
  }
  .top {
    flex-direction: column;
  }
  .top-banner {
    width: 100%;
  }
  .news-banner-box {
    width: 100%;
  }
  .news-banner-box .banner-option {
    height: 0.4rem;
  }
  .news-banner-box .banner-txt a {
    font-size: 0.22rem;
  }
  .news-banner-box .banner-num span {
    width: 0.16rem;
    height: 0.16rem;
  }
  .top-info {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
    display: flex;
  }
  .top-info-item {
    flex: 1;
    margin-top: 0 !important;
  }
  .top-info-item + .top-info-item {
    margin-left: 0.2rem;
  }
  .list-header {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .header-title {
    font-size: 0.32rem;
  }
  .list-item {
    height: 0.8rem;
    font-size: 0.26rem;
  }
  .other-main {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    padding: 0.2rem;
  }

  .other-content-box {
    margin-left: 0;
    width: 100%;
    height: 56px;
    margin-top: 0.1rem;
    flex: none;
  }
}
