.divcenter {
  text-align: center;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.p-bottom-50 {
  padding-bottom: 50px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.lineheight22 {
  line-height: 22px;
}
.netizen {
  color: #f00;
}
.news-info-title {
  font-size: 24px;
  color: #000;
  text-align: left;
  font-weight: 400;
}
.news-info-des {
  font-size: 18px;
  color: #adadad;
  display: inline-block;
  line-height: 35px;
  margin-top: 10px;
}
.news-cont,
.news-cont p {
  font-size: 18px;
  color: #676767;
  line-height: 30px;
}
.news-cont p img {
  max-width: 100%;
}
.news-info-tag{

}
.news-ewm{
  text-align: center;
}
.qrcanvas{
  margin: 15px auto;
  width: 288px;
  height: 288px;
  padding: 12px;
  border: 1px #31C27C solid;
  box-sizing: border-box;
}
.weixin-ewm{text-align:center;}
.news-ewm-text{
  font-size: 18px;
  color: #000;
  text-align: center;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.footer p {
  font-size: 18px;
  color: #7f8c8d;
  margin: 0;
  padding: 15px;
  text-align: center;
  background: #2d3e50;
}
.mask {
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9998;
display:none;
}
.loadingbox{
position:absolute;
left:48%;
top:40%;
z-index:9999;
display:none;
background-color: rgba(0, 0, 0, 0.6);
width:80px;
height:80px;
border-radius:5px;
padding:20px;
}
.spinner-border{	
color: #FFF;
width:40px;
height:40px;	
}
.bds_weixin {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
background-image: url(images/bdwx.png);
float:right;
}