body {
  margin: 0;
  background-color: #1559a3;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

.colorred {
  color: #ce2023;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.samewidth {
  width: 1340px;
  margin: 0 auto;
}

/* 底部iframe */
.footerIframe {
  width: 100%;
  height: 193px;
  overflow: hidden;
}

/****************头部*****************/
.homenav {
  width: 100%;
  height: 437px;
  background: url("./images/wuxiTopbg1.png") center top / cover no-repeat;
}

/* 顶部工具栏 */
.topTools {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}

.leftTools {
  height: 40px;
}

.topTools a {
  color: #fff;
  line-height: 16px;
  display: inline-block;
  line-height: 38px;
  margin-left: 15px;
  margin-right: 5px;
  box-sizing: border-box;
  vertical-align: top;
}

.topTools img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 0px;
  margin-top: -3px;
}

.topTools i {
  font-style: normal;
  display: inline-block;
  margin: 15px 5px 0 9px;
  width: 1px;
  height: 10px;
  background: #d1d1d1;
  vertical-align: top;
}

.topTools .oldlink {
  margin-right: 25px;
  margin-left: 25px;
}

/* 长者模式 */
.topTools .oldmoudle {
  box-sizing: border-box;
  height: 40px;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 30px;
  font-weight: 700;
  background: url("https://www.wuxi.gov.cn/static_2023/images/icon_zzb.png")
    #f79637 no-repeat;
  background-size: 23px auto;
  padding-left: 38px;
  padding-right: 15px;
  background-position: 10px 9px;
  margin-left: 20px;
}

/* logo */
.wuxiLogo {
  padding-top: 20px;
  margin-bottom: 40px;
}

.wuxiLogo a {
  display: block;
  text-align: center;
  height: 144px;
}

/* 搜索框部分 */
.searchBox {
  width: 60vw;
  max-width: 1000px;
  white-space: nowrap;
  position: relative;
  height: 60px;
  margin: 0 auto;
  font-size: 0;
  background-color: #fff;
}

.searchbj {
  position: absolute;
  width: calc(60vw + 30px);
  height: 145px;
  max-width: 1035px;
  left: -15px;
  bottom: -15px;
  font-size: 16px;
}

.search_swyt {
  width: 260px;
  position: absolute;
  left: 10px;
  bottom: 65px;
}

.inpBox {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.allzdBox {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  position: relative;
  width: 15%;
}

.currentIsall {
  padding: 0 20px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  cursor: pointer;
}

.currentIsall span {
  display: inline-block;
  padding-top: 3px;
}

.currentIsall img {
  width: 20px;
}

.selList {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  padding: 10px 0px;
  line-height: 40px;
  z-index: 1;
}

.selList div {
  cursor: pointer;
  padding: 0 20px;
}

.selList div:hover {
  background-color: #f5f7fa;
}

.selList div:first-child {
  color: #015293;
  font-weight: 800;
}

.inpBg {
  display: inline-block;
  height: 60px;
  background-color: #fff;
  width: 70%;
  padding: 0 12px;
  vertical-align: middle;
}

.inpBg input {
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  width: 100%;
  border: none;
  outline: none;
  color: #333;
}

.inpBg input:-ms-input-placeholder {
  color: #8f8f8f;
}

.inpBg input::-webkit-clear-button {
  display: none;
  /* 先隐藏默认的清除按钮 */
}

#searchBtn {
  display: inline-block;
  width: 15%;
  height: 60px;
  vertical-align: middle;
  background-color: #3578c0;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  line-height: 60px;
  padding: 0 6px 0 40px;
  text-align: center;
  position: relative;
  padding-top: 2px;
  cursor: pointer;
}

#searchBtn img {
  position: absolute;
  left: 20px;
  top: 19px;
}

/* 导航栏 */
.navBox {
  height: 80px;
  width: 100%;
  background-color: #1559a4;
  margin-top: 33px;
  display: flex;
  justify-content: center;
}

.navList {
  padding: 0;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  flex-shrink: 1;
  display: inline-flex;
  justify-content: flex-start;
}

.navList li {
  float: left;
  width: 7%;
  height: 100%;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  line-height: 80px;
  font-size: 22px;
  color: #fff;
  font-weight: bolder;
  cursor: pointer;
}

.navList li.currentNav,
.navList li:hover {
  background-color: #024289;
}

/****************中间部分*****************/
.centerBg,
.pageBg {
  width: 100%;
  background-color: #f9fdff;
}

.centerBox {
  background-color: #f9fdff;
  padding-top: 20px;
}

/* 左侧新闻答案 */
#result {
  display: inline-block;
  background-color: #fff;
  width: 67%;
  margin: 0 auto;
  margin-right: 2%;
  padding: 20px;
  border-radius: 20px;
}

.loading {
  text-align: center;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading img {
  width: 80px;
  height: auto;
  animation: loading 1.5s linear infinite;
}

.resultList {
  display: none;
}

.newsBox {
  padding: 20px 0;
}

.newssjfl {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  background-color: #d6e5f2;
  border-radius: 20px;
  margin-right: 10px;
  color: #015293;
  padding: 0 20px;
}

.newstitle {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #015293;
}

.newscontent {
  display: block;
  font-size: 15px;
  margin: 10px 0;
  line-height: 30px;
}

.timeBox {
  display: flex;
  justify-content: space-between;
  color: #999;
}

/* 右侧边栏 */
.rightSlide {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

/* 历史记录 */
.ssjl {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 20px;
}

.ssjl .rightTitle {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 900;
  color: #1559a4;
  line-height: 30px;
  background-size: 32px auto;
  background-position: -10px 0px;
  text-align: center;
}

.ssjl .histList {
  margin-top: 15px;
}

.ssjl .histList li {
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  height: auto;
  line-height: 40px;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.ssjl .histList li:hover {
  color: #1559a4;
}

.clearBox {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eaeaea;
  margin-top: 10px;
  padding-top: 10px;
  cursor: pointer;
}

.clearBox img {
  width: 15px;
  height: 20px;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
}

.clearBox span {
  vertical-align: middle;
  color: #015293;
}

/* 页码 */
.pageCon {
  display: none;
  width: 67%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.pageBox {
  display: inline-block;
}

.pageBox .prePage,
.pageBox .nextPage {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
  margin-right: 10px;
  color: #333;
  cursor: pointer;
}

.pageList {
  display: inline-block;
  margin: 0 10px;
}

.pageList li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
  margin-right: 10px;
  color: #333;
  cursor: pointer;
}

.pageList li.currentPage {
  color: #024289;
}
