﻿/* .group {
    background: #f4f4f4;
  }
  .notice-list {
    padding-bottom: 54px;
  }
  .notice-list .inner {
    position: relative;
    margin-top: -50px;
    border-bottom: 1px solid #fff;
    background: #fff;
    z-index: 2;
  }
  .notice-item {
      display: flex;
    padding: 18px 43px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
  }
  .notice-item:hover {
    color: #fff;
    background: #00954d;
  }
  .notice-item:hover .content p:nth-of-type(1)::before{
  
    border: 2px solid #fff;
 
}
  .notice-item .content {
       width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
  }
  .notice-item .content p {
    transition: all 0.5s;
  }
  .notice-item .content p:nth-of-type(1) {
       color: #333333;
    font-size: 16px;
  }
.notice-item .content p:nth-of-type(1)::before{
     content: "";
    width: 4px;
    height: 4px;
    border: 2px solid #00954d9a;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 10px 0 2px;
}
  .notice-item:hover .content p:nth-of-type(1) {
    color: #fff;
  }
  .notice-item .content p:nth-of-type(2) {
    color: #999;
    font-size: 14px;
    line-height: 26px;
  }
  .notice-item:hover .content p:nth-of-type(2) {
    color: #fff;
  }
  .notice-item .content p:nth-of-type(2) i {
    margin-right: 10px;
    margin-left: 1px;
  }
  
  @media (max-width: 1280px) {
  }
  
  @media (max-width: 1000px) {
    .notice-list .inner {
      margin-top: 69px;
    }
  }
  
  @media (max-width: 850px) {
  }
  
  @media (max-width: 650px) {
    .notice-item {
      padding: 15px;
      flex-direction: column;
    }
    .notice-item .content {
      width: 100%;
    }
  }
  
  @media (max-width: 500px) {
  }
   */

   .news .item {
    width: 100%;
    padding: 30px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
  }
  .news .item .data {
width: 72px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* position: relative; */
    /* top: -6px; */
    border: 1px solid #2BB074;
  }
  .news .item .data p:nth-of-type(1) {
    font-size: 31px;
    color: #2BB074;
  }
  .news .item .data p:nth-of-type(2) {
   display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    font-size: 12px;
    width: 100%;
    color: #fff;
    height: 22px;
    background-color: #2BB074;
  }
  .news .item .data p:nth-of-type(3) {
    font-size: 15px;
    color: #333;
  }
  .news .item .title {
    width: 60%;
  }
  .news .item .title P:nth-of-type(1) {
     font-size: 18px;
    line-height: 33px;
    color: #333;
    height: 40px;
    -webkit-line-clamp: 1;
  }
  .news .item .title P:nth-of-type(2) {
   font-size: 16px;
    color: #666666;
    line-height: 30px;
  }
  .news .item .img {
    width: 230px;
    height: 110px;
    overflow: hidden;
  }
  .news .item:hover {
    background-color: #EFFFF2;
  }

  .news .item:hover .title P:nth-of-type(1) {
    color: #2BB074;
  }
  .news .item:hover .img img {
    transform: scale(1.4);
  }
  .dynamic .item {
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
  }
  .dynamic .item .data {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .dynamic .item .data p:nth-of-type(1) {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .dynamic .item .data p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    color: #555555;
  }
  .dynamic .item .data p:nth-of-type(3) {
    font-size: 12px;
    font-weight: 400;
    color: #555555;
  }
  .dynamic .item .nowrap {
    width: 80%;
    font-size: 16px;
    color: #333;
    transition: all .2s linear;
  }
.dynamic .item .nowrap::before{
content: "";
    width: 4px;
    height: 4px;
    border: 2px solid #00954d9a;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 10px 0 2px;
}
  .dynamic .item:hover {
    background-color: #effff2;
  }
  .dynamic .item:hover .data p {
    color: #2BB074;
  }
  .dynamic .item:hover .nowrap {
    color: #2BB074;
    transform: translateX(10px);
  }
  .stshow {
    display: flex;
    flex-wrap: wrap;
  }
  .stshow .item {
    width: 30%;
    height: 272px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    margin-right: 45px;
    margin-bottom: 30px;
  }
  .stshow .item .img {
    width: 100%;
    height: 176px;
    overflow: hidden;
  }
  .stshow .item .size {
    width: 100%;
    height: 103px;
    padding: 10px 7px;
  }
  .stshow .item .size p:nth-of-type(1) {
    font-size: 16px;
    color: #333;
    line-height: 26px;
      margin-bottom: 4px;
-webkit-line-clamp: 1;
  }
  .stshow .item .size p:nth-of-type(2) {
  font-size: 14px;
      color: #999999;
      line-height: 22px;
letter-spacing: 1px;
  }
  .stshow .item:nth-child(3n) {
    margin-right: 0;
  }
  .stshow .item:hover {
    background-color: #2bb074;
  }
  .stshow .item:hover .img img {
    transform: scale(1.4);
  }
  .stshow .item:hover .size p:nth-of-type(1) {
    color: #fff;
  }
  .stshow .item:hover .size p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.594);
  }
  
