@import "../redCss/zwwb.css";
.zwwb-page {
  background-color: #eef4f9;
}
.weibo-wrap {
  padding-bottom: 20px;
}
.section-wrap {
  padding: 30px 0;
  background: #fff;
}
.section-box {
  padding: 0 30px 30px 30px;
}
.section-box .section-title {
  padding-bottom: 20px;
}
.section-box .section-title .tit::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background-color: #2d66a5;
  margin-right: 8px;
  vertical-align: middle;
}
.section-box .section-title .tit {
  font-size: 24px;
  line-height: 31px;
  color: #212121;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.section-box ul li {
  background-color: #f2f4f7;
  padding: 15px;
  float: left;
  width: 370px;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 15px;
}
.section-box ul li:nth-of-type(3n) {
  margin-right: 0;
}
.section-box ul li h2 {
  color: #212121;
  font-size: 16px;
  float: left;
  line-height: 32px;
  width: 240px;
}
.section-box ul li .go-out {
  float: right;
}
.section-box ul li .go-out a {
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 3px;
}
.section-box ul li .go-out a.disabled {
  display: none;
  background-color: #a7adb2 !important;
}

.section-box ul li .go-out a:nth-of-type(1) {
  background-image: url(../images/red/xlwb.png);
  background-color: #ef8a07;
  margin-right: 10px;
}
.section-box ul li .go-out a:nth-of-type(2) {
  background-image: url(../images/red/txwb.png);
  background-color: #5895ee;
}
