.clear {
  clear: both;
  height:100%;
  font: 0/0 Arial;
  visibility: visible;
}
.fr {
  float: right;
}
.w {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.interact-container {
  padding: 20px 25px;
  background: #fff;
}

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

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

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

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

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

.interact-wrap .topic-list-box li a {
  width: 236px;
  height: 48px;
  display: block;
  overflow: hidden;
}

.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: 236px;
  height: 48px;
  transition: transform 0.4s linear;
}

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

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

.interact-wrap .page-top > h2::after {
  content: '';
  display: block;
  border-bottom: 4px solid #f07f7f;
  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/zwwb_code.jpg);
  background-repeat: no-repeat;
  background-size: 133px 170px;
  width: 133px;
  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/hdjl_4_1.png);
  background-color: #e1b558;
}

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

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

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

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

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

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

.interact-item-title > a {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  color: #f07f7f;
  margin-top: 5px;
}

.interact-item-title > a:hover {
  color: #f07f7f;
}

.interact-wrap .interact-middle .table-box .table-title {
  display: table;
  background: #f07f7f;
  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: left;
}

.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: normal;
  width: 220px;
  padding-right: 10px;
}

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

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

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

.interact-wrap
  .interact-middle
  .table-box
  .table-content
  li
  span:nth-of-type(4) {
  width: 97px;
  text-align: left;
  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: #fafafa;
}

.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: 20px 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: #f6747a;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list a h3 {
  font-size: 16px;
  width: 280px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.interact-wrap .interact-middle .survery-call-box .survery-call-list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.interact-wrap .interact-middle .survery-call-box .survery-call-list .right {
  float: right;
  line-height: 20px;
  font-size: 0;
  margin-top: 6px;
}
.interact-wrap .interact-middle .survery-call-box .survery-call-list a {
  /* float: left; */
  display: inline-block;
  line-height: 24px;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list a span,
.interact-wrap .interact-middle .survery-call-box .survery-call-list .status,
.interact-wrap
  .interact-middle
  .survery-call-box
  .survery-call-list
  .status_back {
  font-size: 12px;
  color: #5aceb9;
  width: 44px;
  height: 26px;
  background-color: #fafafa;
  line-height: 18px;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.nextBtn.swiper-button-disabled,
.prevBtn.swiper-button-disabled {
  opacity: 0.5;
}

.interact-wrap .interact-middle .survery-call-box .survery-call-list .date {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  float: right;
  height: 30px;
  line-height: 30px;
}
#wrapBox_top {
  width: 100%;
}
.hot-dott-news .hot-dott-news-list li {
  width: 276px;
  box-sizing: border-box;
  margin-right: 10px;
  color: #212121;
}

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

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

.hot-dott-news .hot-dott-news-list li a {
  display: block;
  padding: 20px 23px 20px 13px;
  border: 1px solid #dddddd;
  min-height: 115px;
  box-sizing: border-box;
}

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

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

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

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

.hot-dott-news-list .ico {
  width: 48px;
  height: 48px;
  background-image: url(../images/rdgq-1.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  border-radius: 50%;
  background-color: #f2f4f7;
}
/* 热点关切修改 */
.hot-dott-news .btnWrapper .prevBtn,
.hot-dott-news .btnWrapper .nextBtn {
  width: 24px;
  height: 24px;
  border: 1px solid #eee;
  line-height: 24px;
  text-align: center;
  color: #f6747a;
  font-size: 18px;
  display: inline-block;
  margin-right: 16px;
  outline: none;
  cursor: pointer;
}
.hot-dott-news .btnWrapper .prevBtn {
  background-image: url('../images/right-arrows.png');
  background-size: 100% 100%;
}
.hot-dott-news .btnWrapper .nextBtn {
  background-image: url('../images/left-arrows.png');
  background-size: 100% 100%;
}

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

.interact-wrap .interact-bottom a:hover {
  background-color: rgba(240,127,127,0.5);;
}

.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/hdjl_2.png);
}

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

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

.interact-wrap .interact-bottom::before {
  content: '区级投诉咨询平台';
  float: left;
  opacity: 0.75;
  background: url('../images/hdjl_bg.png') no-repeat center center;
  background-size: 167px 64px;
  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: rgba(240,127,127,0.1);
  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;
  display: inline-block;
  line-height: 22px;
}


@media (max-width: 1200px){

  .interact-wrap{
    width:100%;
  }
}

@media (max-width: 1199px){
  .swiper-wrapper{
    flex-wrap: wrap;
  }
  .hot-dott-news .hot-dott-news-list li{
    margin-bottom: 20px;
  }
  .interact-wrap .interact-middle .letter-announ-box{
    width:100%;
  }
  .interact-wrap .interact-middle .survery-call-box{
    width:100%;
  }
  .interact-wrap .interact-bottom a{
    width:100%;
    margin-bottom: 20px;
  }
  .interact-wrap .interact-bottom a:nth-of-type(3) h3{
    margin-left: 0!important;
  }
  .interact-wrap .interact-bottom a span{
  }
  .interact-wrap .interact-middle .table-box span{
    width:25%!important;
  }

}
@media (max-width: 768px){


}
