.index {
  background-color: #fff;
  width: 100%;
  min-width: 1230px;
  background: url(bg-d.png) no-repeat bottom;
  padding-bottom: 50px;
}
.main {
  width: 1200px;
  margin: -220px auto 0;
  background-color: #fefeff;
  overflow: hidden;
  padding: 40px;
}
.main-bg {
  width: 100%;
  height: 725px;
  background: url(banner.png) no-repeat center;
  background-size: 100% 100%;
}
.common-style {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 40px; */
  justify-content: space-between;
}
.content-title {
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  border-bottom: 1px solid #115db2;
}
.content-title span {
  font-size: 24px;
  font-weight: bold;
  color: #115db2;
}
.content-title a {
  font-size: 16px;
  color: #999999;
  float: right;
}
.content-word {
  height: 115px;
  font-size: 16px;
  line-height: 36px;
  color: #404040;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.twocontent {
  width: 520px;
}
.lsqk {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #115db2;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  background: url(lsqk.png) no-repeat center;
}
.box-ul {
  width: 100%;
  min-height: 240px;
  background-color: #fbfbfc;
  border: solid 1px #115db2;
  display: flex;
  margin-bottom: 39px;
}
.box-ul li {
  width: 25%;
  display: inline-block;
  border-right: 1px solid #9ab8da;
  min-height: 240px;
}
.box-ul li:last-of-type {
  border-right: 0;
}
.box-ul li .title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #115db2;
  font-size: 18px;
  font-weight: bold;
  background-color: #f5f5f5;
}
.situation {
  width: 540px;
}
.common-title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  border-bottom: 1px solid #115db2;
}
.common-title span {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #115db2;
}
.common-title .more {
  font-size: 16px;
  color: #999999;
  float: right;
}
.common-title .qzf {
  margin-left: 73px;
  text-align: center;
  width: 260px;
  height: 40px;
  line-height: 40px;
  background-color: #ebf3ff;
  border: solid 1px #115db2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-title img {
  vertical-align: sub;
  margin-right: 10px;
}
.situation-list {
  width: 100%;
}
.situation-list .list-a {
  display: block;
  line-height: 45px;
  height: 45px;
  position: relative;
  padding-left: 15px;
}
.situation-list .list-a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #115db2;
  top: 20px;
  left: 0;
  border-radius: 50%;
}
.situation-list .list-a .title {
  font-size: 16px;
  color: #404040;
  width: 385px;
  display: inline-block;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*不换行*/
  text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.situation-list .list-a .time {
  font-size: 16px;
  float: right;
  color: #999999;
}
.situation-list .list-a:hover .title {
  color: #115db2;
}
.situation-list .list-a:hover .time {
  color: #115db2;
}
.row-ul {
  width: 140px;
  height: 640px;
  background-color: #fbfbfc;
  border: solid 1px #115db2;
  margin-right: 32px;
}
.row-ul li.title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #d8e3f1;
  font-size: 18px;
  font-weight: bold;
  color: #115db2;
}
.row-ul .row-li {
  height: 145px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  writing-mode: vertical-lr;
  text-align: center;
  line-height: 138px;
  border-bottom: 1px solid #9ab8da;
}
.row-ul .row-li:last-of-type {
  border-bottom: 0;
}
.right-ul {
  width: 316px;
  height: 640px;
  background-color: #fbfbfc;
  border: solid 1px #9ab8da;
}
.right-ul li.title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #d8e3f1;
  font-size: 18px;
  font-weight: bold;
  color: #115db2;
}
.right-ul li {
  height: 145px;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #9ab8da;
  padding: 10px;
}
.right-ul .row-li {
  overflow-y: auto !important;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: rgb(219, 219, 219);
}
::-webkit-scrollbar-thumb {
  background: rgb(8, 110, 195);
}
@media screen and (max-width: 768px) {
  .index {
    width: 100%;
    min-width: auto;
  }
  .main {
    width: 100%;
    padding: 20px;
    overflow: auto;
    margin: 0;
  }
  .main-bg {
    background-size: 100% 100%;
    height: 140px;
  }
  .location {
    width: 100%;
    padding-left: 20px;
  }
  .common-style {
    display: block;
  }
  .content-title span {
    padding-left: 0;
    font-size: 18px;
  }
  .content-title a {
    font-size: 15px;
  }
  .common-title span {
    font-size: 18px;
    padding-right: 35px;
  }
  .common-left {
    margin-right: 0;
    margin-bottom: 33px;
  }
  .list-all,
  .left-content,
  .pic,
  .pic img,
  .content,
  .content-word,
  .situation,
  .twocontent,
  .box-ul li {
    width: 100%;
  }
  .common-title .qzf {
    width: 50%;
    margin-left: 10px;
    padding-right: 0;
  }
  .list .list-a .title {
    width: 200px;
  }
  .list {
    width: 100%;
    overflow: auto;
  }
  .content-button,
  .box-ul {
    display: block;
  }
  .content-button a {
    width: 100%;
    margin-bottom: 10px;
  }

  .common-style {
    display: block;
  }
  .common-title span {
    font-size: 18px;
    padding-right: 35px;
  }
  .common-left {
    margin-right: 0;
    margin-bottom: 33px;
  }
  .situation,
  .list-all {
    width: 100%;
  }
  .situation-list .list-a .title {
    width: 200px;
  }
  .all {
    width: 100%;
    overflow: auto;
  }
  .common-lsqk {
    width: 1200px;
    display: flex;
  }
  .jd-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .row-ul {
    width: 100%;
    height: auto;
    border: none;
    display: flex;
    margin: 0;
  }
  .right-ul {
    width: 100%;
    margin-top: 24px;
    height: auto;
  }
  .row-ul .title {
    display: none;
  }
  .row-ul .row-li {
    height: auto;
    font-weight: 500;
    line-height: 18px;
    writing-mode: initial;
    width: 25%;
    border-bottom: none;
  }
  .right-ul .row-li {
    height: 160px;
    border: none;
    display: none;
  }
  .cur span {
    border-bottom: solid 2px #115db2;
  }
  .right-ul .show-li {
    display: block;
  }

  ::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .situation-list .list-a .title {
    width: 140px !important;
  }
  .common-title span {
    padding-right: 0;
  }
}
