.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 71px;
}
.main > .title {
  font-size: 60px;
  text-align: center;
  padding-top: 110px;
}
.list {
  width: 100%;
  text-align: center;
  padding-top: 43px;
  max-width: 1300px;
  margin: 0 auto;
}
.list .newsType {
  width: 100%;
  padding-bottom: 83px;
}
.list .newsType .newsLi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #acacac5e;
  padding: 37px 8px;
  transition: all 0.3s ease-in-out;
}
.list .newsType .newsLi:last-child {
  border-bottom: 0px dotted #ACACAC;
}
.list .newsType .newsLi .timer {
  width: 65px;
  height: 66px;
  border-radius: 8px;
  border: 1px solid #A7A5A5;
  text-align: center;
  font-size: 12px;
  padding: 0px 12px 0;
  box-sizing: border-box;
}
.list .newsType .newsLi .timer .timerData {
  font-size: 26px;
  color: #b81c25;
  border-bottom: 1px solid #b81c25;
  padding-bottom: 3px;
  margin-bottom: 3px;
  line-height: 30px;
  padding-top: 4px;
}
.list .newsType .newsLi .newsLiCon {
  width: calc(100% - 80px);
  font-size: 18px;
  text-align: left;
}
.list .newsType .newsLi .newsLiCon > div {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 24px;
  text-overflow: ellipsis;
}
.list .newsType .newsLi .newsLiCon .liTitle {
  color: #231F20;
  font-weight: 500;
  margin-bottom: 8px;
  padding-top: 6px;
  transition: all 0.3s ease-in-out;
}
.list .newsType .newsLi .newsLiCon .licon {
  font-weight: 400;
  color: #999999;
  font-size: 16px;
}
.list .newsType .newsLi:hover {
  background: rgba(184, 28, 37, 0.05);
}
.list .newsType .newsLi:hover .newsLiCon .liTitle {
  color: #B81C25;
}
.pages {
  margin: 0px 0 120px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.pages .item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  border: 1px solid #DDE2E6;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.pages .prev {
  margin-right: 15px;
  border: 1px solid #000000;
  border-radius: 20px;
  transform: rotate(-90deg);
  font-size: 20px;
}
.pages .next {
  margin-left: 15px;
  border-radius: 20px;
  border: 1px solid #000000;
  transform: rotate(90deg);
  font-size: 20px;
}
.pages .prev:hover,
.pages .next:hover {
  border-color: #B81C25;
  background-color: #B81C25;
  color: #fff;
}
.pages .disableBtn {
  opacity: 0.5;
  cursor: default;
}
.pages .disableBtn:hover {
  border-color: #000000;
  background-color: transparent;
  color: #000;
}
.pages .first {
  float: left;
}
.pages .space {
  color: #999999;
  float: left;
  letter-spacing: 1px;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
.pages .last {
  margin-left: 5px;
}
.pages .pageList {
  float: left;
}
.pages .pageItem {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.pages .curPageItem,
.pages .pageItem:hover,
.pages .first:hover,
.pages .last:hover {
  color: #fff;
  background-color: #B81C25;
  float: left;
}
.pages .curPageItem {
  cursor: default;
}
.partContent h2 {
  color: white;
  border-bottom: 1px solid #fff;
  font-size: 60px;
}
.news_paging {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0 120px;
  box-sizing: border-box;
}
.news_paging .previousPage {
  width: 40px;
  height: 40px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 20px;
  box-sizing: border-box;
}
.news_paging .previousPage span {
  font-size: 26px;
  transform: rotate(-90deg);
}
.news_paging .previousPage:hover {
  background: #B81C25;
  border: 1px solid #B81C25;
  color: #fff;
}
.news_paging .nextPage {
  width: 40px;
  height: 40px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 20px;
  box-sizing: border-box;
}
.news_paging .nextPage span {
  font-size: 26px;
  transform: rotate(90deg);
}
.news_paging .nextPage:hover {
  background: #B81C25;
  border: 1px solid #B81C25;
  color: #fff;
}
.news_paging .pageNum {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: Source Han Sans CN;
  font-size: 18px;
  color: #000;
  transition: all 0.2s;
  padding: 0 5px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #DDE2E6;
  border-radius: 20px;
  box-sizing: border-box;
}
.news_paging .pageNum:hover {
  background: #B81C25;
  border: 1px solid #B81C25;
  color: #fff;
}
.news_paging .pageNums {
  pointer-events: none;
}
.news_paging .pageNum + .pageNum {
  margin-left: 10px;
}
.news_paging .pageNumActive {
  color: #fff;
  background-color: #B81C25;
  border: 1px solid #B81C25;
}
.news_paging .ellipsis {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 15px;
  color: #333333;
  transition: all 0.2s;
}
.mTxt {
  display: none;
}
@media screen and (max-width: 800px) {
  .pcTxt {
    display: none;
  }
  .mTxt {
    display: block;
  }
  .main {
    padding-top: 61px;
  }
  .main > .title {
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 32px;
    line-height: normal;
  }
  .main .news_paging {
    padding-top: 5vw;
    padding-bottom: 16vw;
  }
  .main .news_paging .previousPage {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    box-sizing: border-box;
  }
  .main .news_paging .nextPage {
    width: 40px;
    height: 40px;
    margin-left: 3.25vw;
    transition: all 0.2s;
    box-sizing: border-box;
  }
  .main .news_paging .pageNum {
    font-size: 3.5vw;
  }
  .main .news_paging .ellipsis {
    font-size: 3.5vw;
    padding: 1.875vw 2.5vw;
  }
  .list {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
  }
  .list .newsType {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list .newsType .newsLi {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .list .newsType .newsLi .newsLiCon {
    font-size: 14px;
  }
  .list .newsType .newsLi .newsLiCon .licon {
    font-size: 12px;
  }
  .pages {
    display: none;
  }
  .pageNext {
    color: #B81C25;
    width: 120px;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    margin-bottom: 60px;
  }
  .pageNext .iconfont {
    transform: rotate(180deg);
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 2px;
  }
}

