
/* 网站公告 */
.wang {
  background-color: #fff;
}
.notice {
  width: 100%;
  height: 2.38rem /* 119/50 */;
  background-color: #F3F3F3FF;
  line-height: 2.38rem /* 119/50 */;
}
.notice-one {
  width: .4rem /* 20/50 */;
  height: .72rem /* 36/50 */;
  display: inline-block;
  background: url('../img/notice.png') no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: .4rem /* 20/50 */;
}
.notice-two {
  color: #333333FF;
  font-size: .48rem /* 24/50 */;
  font-weight: 700;
  vertical-align: middle
}

/* 内容 */
.website-notice {
  padding: .6rem /* 30/50 */ .2rem /* 10/50 */;
  border-bottom: .04rem /* 2/50 */ dashed rgba(205, 205, 205, .3);
}
.website-notice:hover .website-two {
  cursor: pointer;
  color: #971E1AFF;
} 
.website-notice:hover .website-three {
  color: #971E1AFF;
} 
.website-one {
  width: .36rem /* 18/50 */;
  height: .3rem /* 15/50 */;
  display: inline-block;
  background: url('../img/next.png') no-repeat;
  background-size: 100% 100%;
  margin-right: .38rem /* 19/50 */;
}
.website-two {
  color: #333333FF;
  font-size: .4rem /* 20/50 */;
}
.website-three {
  font-size: .36rem /* 18/50 */;
  color: #999999FF;
}

