@charset "UTF-8";
/*首页站内通知*/
.notice {
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.8666666667rem;
  background: red; }

.notice .center {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.notice .tit {
  font-size: 0.32rem;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: bold;
  background-image: url("../images/tit.png");
  background-size: 100%; }

.notice .tit i {
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  background-image: url("../images/icon.png");
  background-size: 100%;
  margin-right: 0.1333333333rem;
  margin-left: 0.1333333333rem; }

.notice-box {
  width: 7.2rem;
  overflow: hidden;
  white-space: nowrap; }

.notice-box ul {
  width: 7.2rem;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap; }

.notice-box ul li a {
  display: flex;
  align-items: center;
  height: 0.8666666667rem;
  position: relative;
  color: #fff;
  margin-right: 0.4rem;
  font-size: 0.32rem;
  padding-left: 0.1333333333rem;
  position: relative; }

.notice-box li a p:hover {
  text-decoration: underline; }

.notice-box li a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0.0933333333rem;
  height: 0.0933333333rem;
  border-radius: 100%;
  top: 0.36rem;
  left: 0; }

.notice-box li p {
  margin-right: 0.2666666667rem; }

.notice .more {
  color: #fff;
  height: 0.8666666667rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1333333333rem;
  background: #be0000;
  font-size: 0.32rem; }

/*列表页*/
.notice-list {
  margin-top: 100px;
  background: #fff;
  padding: 0 0.4rem; }
  .notice-list .classify {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0.1333333333rem;
    margin-bottom: 0.4rem; }
    .notice-list .classify a {
      font-size: 0.32rem;
      color: #333;
      background: #f7f7f7;
      width: 2.0933333333rem;
      height: 0.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.2666666667rem;
      margin-top: 0.2666666667rem; }
    .notice-list .classify a:nth-child(4n) {
      margin-right: 0; }
    .notice-list .classify a.active {
      color: #fff;
      background: #ff6c1d; }
  .notice-list ul li {
    padding: 0.2666666667rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .notice-list ul li a {
      display: block; }
      .notice-list ul li a .tit {
        margin-bottom: 0.1333333333rem;
        font-size: 0.4266666667rem;
        color: #333;
        font-weight: bold; }
      .notice-list ul li a .summary {
        width: 9.2rem;
        font-size: 0.3733333333rem;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.5em;
        margin-bottom: 0.2rem; }
      .notice-list ul li a .data {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.32rem;
        color: #999; }
        .notice-list ul li a .data div {
          display: flex;
          align-items: center; }
          .notice-list ul li a .data div span {
            margin-right: 0.2666666667rem;
            display: flex;
            align-items: center; }
            .notice-list ul li a .data div span .icon1 {
              width: 0.4rem;
              height: 0.4rem;
              background-image: url("../images/icon1.png");
              background-size: 100%;
              margin-right: 0.1333333333rem; }
  .notice-list ul li:last-child {
    border-bottom: none; }

/*详情*/
.notice-detail {
  padding: 0.4rem;
  background: #fff; }
  .notice-detail .tit {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.1333333333rem;
    text-align: center; }
  .notice-detail .data {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.0133333333rem solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.2666666667rem;
    margin-bottom: 0.2666666667rem; }
    .notice-detail .data span {
      display: flex;
      align-items: center;
      margin: 0 0.2666666667rem;
      font-size: 0.32rem;
      color: #999; }
      .notice-detail .data span i {
        width: 0.3333333333rem;
        height: 0.3333333333rem;
        margin-right: 0.1333333333rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .notice-detail .data span i.icon1 {
        background-image: url("../images/icon2.png"); }
      .notice-detail .data span i.icon2 {
        background-image: url("../images/icon3.png"); }
      .notice-detail .data span i.icon3 {
        background-image: url("../images/icon1.png"); }
  .notice-detail .content p {
    font-size: 0.3733333333rem;
    color: #333;
    line-height: 2em;
    margin-bottom: 0.2666666667rem;
    text-indent: 2em; }

.notice-rec {
  padding: 0.4rem;
  background: #fff;
  margin-top: 0.4rem; }
  .notice-rec .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.3733333333rem;
    color: #333;
    padding: 0.2666666667rem 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
    .notice-rec .list p {
      max-width: 7.2rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .notice-rec .list span {
      color: #999;
      font-size: 0.32rem; }
  .notice-rec .list:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.notice-rec .title {
  position: relative;
  font-size: 0.4266666667rem;
  padding-left: 0.2666666667rem;
  margin-bottom: 0.2666666667rem;
  font-weight: bold; }

.notice-rec .title:before {
  position: absolute;
  content: "";
  width: 0.0666666667rem;
  height: 0.4666666667rem;
  background: #b80a0c;
  top: 0.0933333333rem;
  left: 0; }

/*# sourceMappingURL=style.css.map */
