/*
 * @Author: zsy 
 * @Date: 2023-04-19 09:41:40 
 * @Last Modified by: zsy
 * @Last Modified time: 2023-04-20 11:02:53
 */
body {
  background-color: #F0F5FC;
}
.sub-header {
  background-image: url("../images/policy/banner_bg.png");
}
.sub-main {
  padding: 30px 0 40px;
}
.sub-content {
  background-color: #fff;
}
.sub-list {
  padding: 0 24px 40px;
}

.news-info{
  pointer-events:none;
}

.code-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.code-wrap {
  position: absolute;
  width: 300px;
  height: 350px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.code-wrap > p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}
.code-wrap .code {
  width: 300px;
  height: 300px;
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.code-wrap .code > img {
  width: 100%;
  height: 100%;
}

.news-item >div{
  width:0;
  flex:1;
}

.else-info{
  display:flex;
  margin-top:10px;
}
.else-info p{
  width:300px;
}
