.mainContent {
    padding-bottom: 10px;
  }
  
  .mainContent .topTit {
    height: 420px;
    text-align: center;
    padding-top: 200px;
    color: #FFFFFF;
    background: url("../img/newsTopBg.png") no-repeat center;
    background-size: cover;
  }
  
  .mainContent .topTit h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  
  .mainContent .topTit .english {
    font-size: 18px;
    font-family: Arial;
  }
  
  .mainContent .tabTit {
    height: 64px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E5E5E5;
  }
  
  .mainContent .tabTit li {
    width: 160px;
    line-height: 62px;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid transparent;
    cursor: pointer;
  }
  
  .mainContent .tabTit li.active {
    border-bottom: 2px solid #D32430;
  }
  .mainContent .tabTit li.active a{
    color: #D32430;
  }
  
  .mainContent .tabCont {
  }
  
  .mainContent .tabCont .tabItem.active {
    /* display: block; */
    display: flex;
    flex-direction: column;
  }
  
  .mainContent .tabCont .tabItem {
    display: none;
  }
  
  .mainContent .tabCont .noticeBox {
    height: 233px;
    /* margin: 25px 0; */
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
  }
  .mainContent .tabCont .noticeBox >img{
    width: 356px;
    height: 100%;
  }
  
  .mainContent .tabCont .noticeBox .noticeInfo {
    width: calc(100% - 356px);
    padding: 0 50px 0 35px;
  }
  
  .mainContent .tabCont .noticeBox .noticeInfo>.fl {
    width: calc(100% - 100px);
  }
  
  .mainContent .tabCont .noticeBox .noticeInfo h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 60px;
  }
  .mainContent .tabCont .noticeBox .noticeInfo h4 .sta{
    position: absolute;
    right: 0;
    top: 27px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #E2231A;
    border-radius: 10px;
    font-size: 12px;
    color: #FFFFFF;
    border-bottom-left-radius: 0;
  }
  .mainContent .tabCont .noticeBox .noticeInfo h4 .sta.end {
    background: #CCCCCC;
}
  .mainContent .tabCont .noticeBox .noticeInfo p {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
    margin-bottom: 25px;
  }
  
  .mainContent .tabCont .noticeBox .noticeInfo .iconfont {
    color: #666666;
  }
  
  .mainContent .tabCont .noticeBox .noticeInfo .iconfont+.iconfont {
    margin-left: 27px;
  }
  
  .mainContent .tabCont .noticeBox .noticeInfo .iconfont i {
    font-size: 14px;
    margin-left: 5px;
  }
  
  .noticeR {
    float: right;
    text-align: right;
    width: 60px;
  }
  
  .noticeR .date {
    font-size: 24px;
    font-family: Impact;
    color: #E2231A;
    margin: 45px 0 20px;
  }
  
  .noticeR .year {
    font-size: 20px;
    font-family: Impact;
    color: #666666;
    margin-bottom: 60px;
  }
  
  .noticeR a.iconfont {
    font-size: 32px;
  }
  
