@charset "utf-8";
/* CSS Document */
body {
  background: #f3f3f3;
}

.main {
  width: 95%;
  max-width: 1340px;
  margin: 0 auto;
}

.selected {
  background: #024289;
}

.interactive-box {
  width: 100%;
  padding: 40px 30px;
  background: #fff;
  height: auto;
  box-shadow: 0px 7px 21px rgba(174, 174, 174, 0.15);
  margin-bottom: 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* 面包屑 */
.location {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.location img {
  width: 14px;
  margin-right: 10px;
}

.location em {
  font-style: normal;
  color: #1559A3;
}

/* 标题 */
.bindong-title {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 28px 20px;
  position: relative;
  border-bottom: none;
  margin-bottom: 20px;
}

.bindong-title:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 25px;
  background: #1559A3;
  top: 32px;
  left: 0px;
}

.wxnj-line {
  width: 100%;
  border: 1px dashed #EBEBEB;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gap-tab{
margin-bottom: 30px;  
}

.wxnj-tab {
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 40px;
}

.wxnj-tab button {
  border: none;
  color: #293239;
  height: 50px;
  padding: 0 21px;
  background: #F3F6F9;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.wxnj-tab button a {
  color: #293239;
}

.wxnj-tab button:hover a {
  color: #fff;
}

.wxnj-tab button:hover {
  background: #1559A3;
  color: #FFFFFF;
}

.wxnj-tab .buttonActive a {
  color: #FFFFFF;
}

.wxnj-tab .buttonActive {
  background: #1559A3;
  color: #FFFFFF;
}

.wxnj-content {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.wxnj-left a img {
  width: 50px;
  height: 50px;
  margin-right: 19px;
}

.wxnj-left {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333333;
}

.wxnj-right {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
}

.pagination {
  display: flex;
  justify-content: center;
}

@media(max-width:640px){
  .interactive-box{padding: 20px;}
  .bindong-title{padding: 15px 20px;margin-bottom: 5px !important;}
  .bindong-title:before{top: 16px;}
  .gap-tab{margin-bottom: 10px;}
  .wxnj-content{height: 56px;}
  .wxnj-left a img{width: 40px;height: 40px;}
}

@media(max-width:450px){
  .interactive-box{padding: 15px;}

}

@media(max-width:420px){
  .wxnj-content{height: 50px;}
}