.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 70px;
}
.main .con {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.main .con img {
  width: 100%;
  display: block;
}
.main .con .conDiv {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  max-width: 1300px;
  transform: translateX(-50%);
  padding-top: 140px;
  color: #fff;
}
.main .con .conDiv .title {
  margin-bottom: 30px;
}
.main .con .conDiv > .text {
  text-align: left;
  text-indent: 2em;
}
.main .news_ul {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 70px;
}
.main .news_ul .news_list {
  width: 1300px;
  margin: 0 auto;
}
.main .news_ul .news_list .news_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 8px;
  border-bottom: 1px solid #DADADA;
  transition: all 0.2s;
  box-sizing: border-box;
}
.main .news_ul .news_list .news_li .li_left {
  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;
}
.main .news_ul .news_list .news_li .li_left .timerData {
  font-size: 26px;
  color: #b81c25;
  border-bottom: 1px solid #b81c25;
  padding-bottom: 3px;
  margin-bottom: 3px;
  line-height: 30px;
  padding-top: 4px;
}
.main .news_ul .news_list .news_li .li_cont {
  width: calc(100% - 80px);
  font-family: Source Han Sans CN;
  font-weight: 400;
  transition: all 0.2s;
}
.main .news_ul .news_list .news_li .li_cont div:nth-child(1) {
  font-weight: 500;
  font-size: 20px;
  color: #231F20;
  line-height: 30px;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.main .news_ul .news_list .news_li .li_cont div:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  color: #A7A5A5;
  line-height: 30px;
  display: -webkit-box;
  /* 使用 Flexbox 布局 */
  -webkit-box-orient: vertical;
  /* 垂直方向排列 */
  -webkit-line-clamp: 1;
  /* 限制显示的行数，这里是3行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-align: justify;
}
.main .news_ul .news_list .news_li:hover {
  background: rgba(184, 28, 37, 0.05);
}
.main .news_ul .news_list .news_li:hover .li_cont div:nth-child(1) {
  color: #B81C25;
}
.main .news_ul .news_list .news_li:last-child {
  border: none;
}
.main .news_paging {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 120px;
}
.main .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;
}
.main .news_paging .previousPage span {
  font-size: 26px;
  transform: rotate(-90deg);
}
.main .news_paging .previousPage:hover {
  background: #B81C25;
  border: 1px solid #B81C25;
  color: #fff;
}
.main .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;
}
.main .news_paging .nextPage span {
  font-size: 26px;
  transform: rotate(90deg);
}
.main .news_paging .nextPage:hover {
  background: #B81C25;
  border: 1px solid #B81C25;
  color: #fff;
}
.main .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;
}
.main .news_paging .pageNum:hover {
  background: #B81C25;
  border: 1px solid #B81C25;
  color: #fff;
}
.main .news_paging .pageNums {
  pointer-events: none;
}
.main .news_paging .pageNum + .pageNum {
  margin-left: 10px;
}
.main .news_paging .pageNumActive {
  color: #fff;
  background-color: #B81C25;
  border: 1px solid #B81C25;
}
.main .news_paging .ellipsis {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 15px;
  color: #333333;
  transition: all 0.2s;
}
.main .typeCon {
  width: 100%;
  background: #F6F6F6;
  padding-bottom: 250px;
  display: none;
}
.main .typeCon .infoul {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.main .typeCon .infoul .infoLi {
  padding: 70px 0;
  border-bottom: 1px solid #9FA3A5;
  width: 100%;
}
.main .typeCon .infoul .infoLi .liTitle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.main .typeCon .infoul .infoLi .liTitle .liTit {
  width: calc(100% - 220px);
  line-height: 84px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: bold;
}
.main .typeCon .infoul .infoLi .liTitle .liTit > div {
  width: 100%;
}
.main .typeCon .infoul .infoLi .liTitle .button {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B2B5B7;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  transform: scale(1);
}
.main .typeCon .infoul .infoLi .liTitle .button::before {
  content: '';
  width: 17px;
  height: 3px;
  background-color: #fff;
  z-index: 2;
}
.main .typeCon .infoul .infoLi .liTitle .button::after {
  content: '';
  width: 3px;
  height: 17px;
  background-color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .typeCon .infoul .infoLi .liTitle .button .btnjbg {
  position: absolute;
  bottom: 0px;
  left: -1px;
  right: 0px;
  top: 0px;
  background-color: #B81C25;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  transition: -webkit-clip-path 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}
.main .typeCon .infoul .infoLi .infoSonLi {
  padding-top: 30px;
  width: 100%;
  height: 0px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px dashed #000000;
  margin-bottom: 95px;
}
.main .typeCon .infoul .infoLi .infoSonLi:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.main .typeCon .infoul .infoLi .infoSonLi .h4 {
  margin-top: 80px;
  font-size: 28px;
}
.main .typeCon .infoul .infoLi .infoSonLi .h4:first-child {
  margin-top: 0;
  color: #0056a7;
}
.main .typeCon .infoul .infoLi .infoSonLi .h5R {
  margin-top: 40px;
}
.main .typeCon .infoul .infoLi .infoSonLi .text {
  color: #9fa3a5;
}
.main .typeCon .infoul .infoLi .infoSonLi .btn2 {
  margin: 130px 0 140px;
}
.main .typeCon .infoul .infoLiShow .liTitle .button::before {
  content: '';
  width: 17px;
  height: 3px;
  background-color: #fff;
}
.main .typeCon .infoul .infoLiShow .liTitle .button::after {
  display: none;
}
.main .typeCon .infoul .infoLiShow .liTitle .button .btnjbg {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
a {
  display: inline-block;
}
@media screen and (min-width: 801px) and (max-width: 1400px) {
  .main .con .conDiv {
    padding: 20px 50px 0px;
  }
  .main .news_ul {
    width: 100%;
  }
  .main .news_ul .news_list {
    width: calc(100% - 60px);
  }
  .main .news_paging {
    padding: 50px 0 60px;
  }
  .main .typeCon .infoul .infoLi {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .main .content {
    width: calc(100% - 60px);
  }
  .main .content .tabs_box {
    width: 100%;
  }
  .main .news_ul {
    width: 100%;
  }
  .main .news_ul .news_list {
    width: calc(100% - 60px);
  }
  .main .typeCon .infoul .infoLi {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .main {
    width: 100%;
    padding-top: 15vw;
  }
  .main .con .conDiv {
    padding: 20px 15px 0px;
    padding-top: 17.5vw;
    position: static;
    color: #000;
    transform: translateX(0);
    margin-bottom: 7.5vw;
  }
  .main .con .conDiv .title {
    margin-bottom: 10.75vw;
  }
  .main .con .conDiv .text {
    text-align: justify;
  }
  .main .news_ul {
    width: 100%;
    margin-top: 30px;
  }
  .main .news_ul .news_list {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3.75vw;
  }
  .main .news_ul .news_list .news_li {
    padding: 5.625vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main .news_ul .news_list .news_li .li_left {
    width: 16.25vw;
    margin-right: 0;
  }
  .main .news_ul .news_list .news_li .li_cont {
    width: 70vw;
  }
  .main .news_ul .news_list .news_li .li_cont div:nth-child(1) {
    font-size: 16px;
    color: #282828;
    display: -webkit-box;
    /* 使用 Flexbox 布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 1;
    /* 限制显示的行数，这里是3行 */
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: normal;
  }
  .main .news_ul .news_list .news_li .li_cont div:nth-child(2) {
    width: auto;
    height: auto;
    overflow: unset;
    line-height: 16px;
    font-size: 14px;
    color: #A7A5A5;
    padding: 0;
    display: -webkit-box;
    /* 使用 Flexbox 布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数，这里是3行 */
    overflow: hidden;
  }
  .main .news_paging {
    padding-top: 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;
  }
  .main .typeCon {
    padding: 0px 4vw 150px;
    box-sizing: border-box;
  }
  .main .typeCon .infoul .infoLi {
    padding: 40px 0;
  }
  .main .typeCon .infoul .infoLi .liTitle {
    align-items: center;
  }
  .main .typeCon .infoul .infoLi .liTitle .liTit {
    height: auto;
    line-height: 40px;
    width: calc(100% - 60px);
    overflow: initial;
    font-size: 24px;
  }
  .main .typeCon .infoul .infoLi .liTitle .button {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .main .typeCon .infoul .infoLi .liTitle .button .btnjbg {
    left: 0px;
  }
  .main .typeCon .infoul .infoLi .liTitle .button::before {
    content: '';
    width: 8px;
    height: 2px;
  }
  .main .typeCon .infoul .infoLi .liTitle .button::after {
    content: '';
    width: 2px;
    height: 8px;
  }
  .main .typeCon .infoul .infoLi .infoSonLi {
    margin-bottom: 75px;
    padding-top: 0px;
    transition: padding 0.5s ease-in-out;
  }
  .main .typeCon .infoul .infoLi .infoSonLi .text {
    margin-bottom: 0px;
  }
  .main .typeCon .infoul .infoLiShow .infoSonLi {
    padding-top: 30px;
  }
  .main .typeCon .infoul .infoLiShow .liTitle .btn .btnjbg {
    -webkit-clip-path: circle(19px at 20px 20px);
    clip-path: circle(19px at 20px 20px);
  }
}

