.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;
}
.navInfo {
  /* height: 60px; */
  line-height: 20px;
  padding: 20px 0;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}
.navInfo img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.navInfo span {
  vertical-align: middle;
}
.navInfo a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  vertical-align: middle;
}
.navInfo a:hover {
  color: #f07f7f;
  font-weight: bold;
}
.lxgs-page {
  background-color: #eef4f9;
}
.main-box .section {
  background: #fff;
  padding: 40px 40px 20px 40px;
  margin-bottom: 40px;
}
.main-box .section .content-bar {
  height: 56px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(215, 215, 215, 1);
  font-size: 0;
}
.main-box .section .content-bar > .tit {
  width: 132px;
  height: 56px;
  background: rgba(240,127,127,0.1);
  border-right: 1px solid rgba(215, 215, 215, 1);
  display: inline-block;
  font-size: 16px;
  color: #212121;
  text-align: center;
  line-height: 56px;
  vertical-align: middle;
}
.main-box .section .bar-box {
  width: 100%;
  padding-bottom: 20px;
}

.main-box .section .bar-box.two .content-bar {
  width: 49%;
}
.main-box .section .content-bar .content {
  display: inline-block;
  width: calc(100% - 134px);
  font-size: 16px;
  color: #666666;
  line-height: 56px;
  vertical-align: middle;
  padding-left: 20px;
  box-sizing: border-box;
}
.main-box .bar-box.mult .content-bar {
  height: auto;
}
.main-box .bar-box.mult .content-bar .tit {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
  border-right: none;
  border-bottom: 1px solid rgba(215, 215, 215, 1);
}
.main-box .bar-box.mult .content-bar .content {
  float: none;
  line-height: 1.8;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
}
.main-box .section .section-tit {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: rgba(33, 33, 33, 1);
  margin-bottom: 24px;
}
.main-box .section .section-tit::before {
  content: "";
  width: 5px;
  height: 24px;
  background: rgba(240,127,127,1);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@media (max-width: 1200px){

  .navInfo{
    padding:0 20px 20px;
  }
  .weibo-wrap{
    width:100%;
  }
}

@media (max-width: 1199px){
  .main-box .section{
    padding:20px;
  }
  .main-box .section .bar-box.two .content-bar{
    width:100%;
    margin-bottom: 20px;
  }
  .main-box .section .content-bar > .tit{
    width:100%;
  }
  .main-box .section .content-bar{
    height:auto!important;
  }
}
@media (max-width: 768px){


}
