@import "../redCss/gygg.css";
.interact-container {
  padding: 20px 25px;
  background: #fff;
}

.interact-page .nav-wrap .nav-box .nav-list li:nth-of-type(4) a > p {
  color: #2d66a5;
  font-weight: bold;
}

.interact-wrap {
  padding-top: 30px;
  padding-bottom: 20px;
}

.interact-wrap .topic-list-box {
  padding: 10px 0;
  text-align: center;
}

.interact-wrap .topic-list-box li {
  float: left;
  width: 172px;
  padding: 25px 68px 10px 0;
}

.interact-wrap .topic-list-box li:nth-of-type(5n) {
  padding-right: 0;
}

.interact-wrap .topic-list-box li a {
  display: block;
  overflow: hidden;
}
.interact-wrap .topic-list-box li p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 33, 33, 1);
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.interact-wrap .topic-list-box li a:hover img {
  transform: scale(1.1);
  transition: transform 0.4s linear;
}

.interact-wrap .topic-list-box li a img {
  width: 172px;
  height: 299px;
  transition: transform 0.4s linear;
}

.interact-wrap .page-top {
  border-bottom: 1px solid #ddd;
}

.interact-wrap .page-top > h2 {
  font-size: 32px;
  color: #2d66a5;
  line-height: 90px;
  position: relative;
}

.interact-wrap .page-top > h2::after {
  content: "";
  display: block;
  border-bottom: 4px solid #3a81bb;
  width: 140px;
  height: 4px;
  position: absolute;
  bottom: 0;
}

.interact-wrap .page-top .other-platform {
  font-size: 0;
  padding: 16px 0;
}
.interact-wrap .page-top .other-platform a {
  position: relative;
}
.interact-wrap .page-top .other-platform a .code {
  position: relative;
  z-index: 1000;
  background-image: url(../images/blue/zwwb_code.jpg);
  background-repeat: no-repeat;
  background-size: 255px 170px;
  width: 255px;
  height: 170px;
  position: absolute;
  top: 58px;
  left: 0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  display: none;
}
.interact-wrap .page-top .other-platform a:nth-of-type(2):hover .code {
  display: block;
}
/* .interact-wrap .page-top .other-platform a:hover {
  opacity: 0.8;
} */

.interact-wrap .page-top .other-platform a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 12px center;
  width: 140px;
  height: 58px;
  line-height: 58px;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  text-align: right;
  margin-right: 10px;
}

.interact-wrap .page-top .other-platform a:first-of-type {
  background-image: url(../images/blue/48/hdjl_4_1.png);
  background-color: #e1b558;
}

.interact-wrap .page-top .other-platform a:nth-of-type(2) {
  background-image: url(../images/blue/48/hdjl_5_1.png);
  background-color: #76cbc5;
}

.interact-wrap .page-top .other-platform a:nth-of-type(3) {
  background-image: url(../images/blue/48/hdjl_1_1.png);
  background-color: #d56c6c;
  margin-right: 0;
}

.interact-wrap .interact-middle .letter-announ-box {
  width: 552px;
}

.interact-wrap .interact-middle .interact-item-title {
  padding: 21px 0;
  font-size: 0;
}

.interact-wrap .interact-middle .interact-item-title h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #2d66a5;
  font-size: 20px;
}

.interact-wrap .interact-middle .interact-item-title h2::before {
  content: "";
  height: 18px;
  width: 6px;
  background: #2d66a5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
}

.interact-wrap .interact-middle .interact-item-title > a {
  font-size: 14px;
  color: #999999;
}

.interact-wrap .interact-middle .interact-item-title > a:hover {
  color: #2d66a5;
}

.interact-wrap .interact-middle .table-box .table-title {
  display: table;
  background: #3a81bb;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  box-sizing: border-box;
}

.interact-wrap .interact-middle .table-box .table-title span {
  display: table-cell;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  padding-right: 10px;
  text-align: center;
}

.interact-wrap .interact-middle .table-box span:first-of-type {
  width: 220px;
}

.interact-wrap .interact-middle .table-box .table-content li {
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
}

.interact-wrap .interact-middle .table-box .table-content li span:nth-of-type(1) {
  font-weight: bold;
}

.interact-wrap .interact-middle .table-box .table-content li a:hover span {
  color: #2d66a5;
}

.interact-wrap .interact-middle .table-box .table-content li span:nth-of-type(2) {
  width: 97px;
  text-align: center;
  color: #999999;
}

.interact-wrap .interact-middle .table-box .table-content li span:nth-of-type(3) {
  width: 97px;
  text-align: center;
}

.interact-wrap .interact-middle .table-box .table-content li span:nth-of-type(4) {
  width: 97px;
  text-align: center;
  color: #999999;
}

.interact-wrap .interact-middle .table-box .table-content li ::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.interact-wrap .interact-middle .table-box .table-content li:nth-of-type(2n) {
  background: #f2f4f7;
}

.interact-wrap .interact-middle .table-box .table-content li span {
  display: block;
  font-size: 14px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  line-height: 44px;
}

.interact-wrap .interact-middle .survery-call-box {
  width: 563px;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list {
  border: 1px solid #ddd;
  padding: 13px 15px;
  margin-bottom: 7px;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list a {
  padding: 5px 0;
  display: block;
  color: #212121;
  position: relative;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list a:hover p,
.interact-wrap .interact-middle .survery-call-box .survery-call-list a:hover {
  color: #2d66a5;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list a h3 {
  font-size: 16px;
  width: 325px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list a span {
  font-size: 12px;
  color: #2d66a5;
  width: 36px;
  height: 18px;
  background: #f2f4f7;
  line-height: 18px;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list a .date {
  font-size: 14px;
  color: #999999;
  position: absolute;
  right: 0;
  top: 5px;
}

.interact-wrap .interact-middle .hot-dott-news .hot-dott-news-list li {
  width: 276px;
  height: 115px;
  box-sizing: border-box;
  margin-right: 10px;
  float: left;
  color: #212121;
}

.interact-wrap .interact-middle .hot-dott-news .hot-dott-news-list li:hover a span {
  color: #fff;
  transition: all 0.3s linear;
}

.interact-wrap .interact-middle .hot-dott-news .hot-dott-news-list li:hover a {
  background: #2d66a5;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s linear;
}

.interact-wrap .interact-middle .hot-dott-news .hot-dott-news-list li a {
  display: block;
  padding: 20px 23px 20px 13px;
  border: 1px solid #dddddd;
}

.interact-wrap .interact-middle .hot-dott-news .hot-dott-news-list li:last-of-type {
  margin-right: 0;
}

.interact-wrap .interact-middle .hot-dott-news .hot-dott-news-list li .r-text {
  width: 180px;
}

.interact-wrap .interact-middle .hot-dott-news .hot-dott-news-list li a h3 {
  font-size: 16px;
  line-height: 1.4;
}

.interact-wrap .interact-middle .hot-dott-news .hot-dott-news-list li a span {
  font-size: 14px;
  color: #999999;
  padding-top: 10px;
  display: block;
}

.interact-wrap .interact-middle .hot-dott-news-list .ico {
  width: 48px;
  height: 48px;
  background-image: url(../images/blue/24/rdgq-1.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  border-radius: 50%;
  background-color: #f2f4f7;
}

.interact-wrap .interact-bottom {
  padding-top: 25px;
}

.interact-wrap .interact-bottom a:hover {
  background-color: #e1f0fc;
}

.interact-wrap .interact-bottom a h3 {
  font-size: 18px;
  color: #212121;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 80px center;
  font-weight: normal;
  text-align: center;
  line-height: 64px;
}

.interact-wrap .interact-bottom a:first-of-type h3 {
  background-image: url(../images/blue/48/hdjl_6.png);
}

.interact-wrap .interact-bottom a:nth-of-type(2) h3 {
  background-image: url(../images/blue/48/hdjl_3.png);
}

.interact-wrap .interact-bottom a:nth-of-type(3) h3 {
  background-image: url(../images/blue/48/hdjl_2.png);
}

.interact-wrap .interact-bottom::before {
  content: "市级投诉咨询平台";
  float: left;
  opacity: 0.75;
  background: #2d66a5;
  width: 167px;
  height: 64px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 64px;
  margin-right: 17px;
}

.interact-wrap .interact-bottom a {
  width: 315px;
  height: 64px;
  background: #e7eff6;
  margin-right: 10px;
  display: block;
  float: left;
  position: relative;
}

.interact-wrap .interact-bottom a:last-of-type {
  margin-right: 0;
}

.interact-wrap .interact-bottom a span {
  font-size: 16px;
  color: #999999;
  position: absolute;
  right: 55px;
  top: 22px;
}
