.main {
  width: 100% !important;
}
.main-news {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #BFD7F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-news-box1 {
  width: 100px;
  display: flex;
  justify-content: space-between;
}

.main-news-box2 {
  width: calc(100% - 150px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-news-img {
  width: 20px;
  height: 20px;
}

.main-news-title {
  font-size: 18px;
  color: #254988;
  font-weight: bold;
}

.main-news-text {
  color: #404040;
  cursor: pointer;
}

.main-news-text:hover {
  color: #2C5DA6;
}

.main-news-grap {
  width: 1px;
  height: 20px;
  background-color: #BFD7F2;
}

.main-news-grap:last-child {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

.main-title {
  width: 970px;
  height: 160px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bolder;
  color: #254988;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topNewsBox {
  width: 100%;
  padding: 40px 0;
  background-color: #f4f4f4;
}

.topNews {
  width: 1200px;
  margin: 0 auto;
  height: 437px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topNews-lunbo {
  width: 600px;
  height: 437px;
  display: flex;
}

.lunboImg {
  width: 600px;
  height: 437px;
}

.topNews-list {
  width: 572px;
  height: 437px;
  display: flex;
  flex-direction: column;
}

.topNews-list-title {
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topNews-list-title-right {
  color: #1860A9;
  font-size: 35px;
  margin-right: 15px;
  font-weight: bold;
}

.topNews-list-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.topNews-list-box-tab {
  position: relative;
  cursor: pointer;
}

.topNews-list-title-text {
  width: 182px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.topNews-list-title-solid {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 76px;
  bottom: -24px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}

.topNews-list-active>.topNews-list-title-text {
  background-color: #2C5DA6;
  color: #ffffff;
}

.topNews-list-active>.topNews-list-title-solid {
  border-top: 12px solid #2C5DA6;
}

.topNews-list-ul {
  width: 100%;
  margin-top: 25px;
}

.topNews-list-ul .main-open-li {
  height: 50px;
}

.topNews-list-ul .main-open-li::after {
  content: "";
  width: 572px;
  height: 70px;
  position: absolute;
  border-bottom: 1px dashed #D4D4D4;
}

.displayNone {
  display: none !important;
}

.topNews-list-li {
  width: 100%;
  height: 65px;
  display: flex;
}

.topNews-list-li:hover {
  background-color: #2C5DA6;
  color: #ffffff;
}

.topNews-list-li-date {
  width: 85px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blue {
  font-size: 18px;
  color: #2C5DA6;
}

.gray {
  color: #CFCFCF;
}

.topNews-list-li-text {
  width: calc(100% - 85px);
  line-height: 65px;
  font-size: 18px;
  /* display: flex;
  align-items: center;
  justify-content: flex-start; */
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.main-swiperCol {
  width: 100%;
  height: 150px;
  margin: 20px 0;
}

.main-swiperCol-img {
  width: 100%;
  height: 100px;
}

.main-open {
  width: 1200px;
  height: 400px;
  margin: 40px auto 20px;
  display: flex;
  justify-content: space-between;
}

.main-open-list {
  width: 640px;
  height: 100%;
}

.main-open-box {
  width: 100%;
  height: 39px;
  display: flex;
  justify-content: space-between;
  background-color: #F4F4F4;
}

.main-open-box-right {
  line-height: 32px;
  color: #1860A9;
  font-size: 35px;
  margin-right: 10px;
  font-weight: bold;
}

.main-open-title {
  width: 126px;
  height: 39px;
  background-color: #24519C;
  font-size: 22px;
  color: #ffffff;
  line-height: 39px;
  text-align: center;
}

.main-open-ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  overflow: hidden;
}

.main-open-li {
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
}

.main-open-list .main-open-li::after {
  content: "";
  width: 640px;
  height: 73px;
  position: absolute;
  border-bottom: 1px dashed #D4D4D4;
}

.main-open-li-img {
  width: 6px;
  height: 9px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.main-open-li-p {
  width: 554px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-open-li-text {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.main-open-li-date {
  width: 20%;
  color: #999999;
  text-align: right;
}

.main-open-border {
  width: 520px;
  height: 100%;
}

.main-open-tab {
  width: 100%;
  height: 80px;
  margin: 10px 0 30px;
  display: flex;
  justify-content: space-between;
}

.main-open-tab-card {
  width: 240px;
  height: 85px;
  border: 2px solid #6C99BD;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main-open-tab-img {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.main-open-tab-text {
  color: #003867;
  font-size: 18px;
  font-weight: bolder;
  margin: 0 10px;
}

.main-open-menu {
  width: 100%;
  height: 280px;
  background-image: url(https:/www.hea.gov.cn/assets/addons/cms/static/images/border.jpg);
  background-repeat: no-repeat;
  background-size: 509px 280px;
}

.main-open-menu-title {
  width: 100%;
  height: 22px;
  line-height: 10px;
  text-align: center;
  font-size: 22px;
  color: #24519C;
  font-weight: bold;
}

.main-open-menu-box {
  width: 100%;
  height: calc(100% - 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.main-open-menu-ul {
  width: 440px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.main-open-menu-li {
  width: 210px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D3E8F9;
  color: #2D88E3;
  cursor: pointer;
}

.main-img {
  width: 1200px;
  height: 150px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-kepu {
  width: 1200px;
  height: 455px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-kepu-box {
  width: 325px;
  height: 100%;
  padding: 20px;
  background-color: #185AAE;
}

.main-kepu-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}

.main-kepu-img {
  width: 285px;
  height: 144px;
  margin: 20px 0;
}

.main-kepu-text {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.main-kepu-content {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.main-kepu-xq {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.main-kepu-btn {
  position: absolute;
  right: -20px;
  width: 165px;
  height: 30px;
  background-color: #1D3D72;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main-hudong {
  width: calc(100% - 367px);
  height: 100%;
}

.main-hudong-title {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F7F7F7;
}

.main-hudong-title-left {
  width: 460px;
  height: 100%;
  display: flex;
  align-items: center;
}

.hudong-left-text {
  width: 93px;
  height: 100%;
  border-bottom: 2px solid #467BBE;
  margin-right: 13px;
  font-size: 22px;
  font-weight: bold;
  color: #474747;
}

.hudong-left-btn {
  width: 105px;
  height: 30px;
  border: 1px solid #185AAE;
  color: #185AAE;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 17px;
}

.main-hudong-title-right {
  line-height: 30px;
  color: #1860A9;
  font-size: 35px;
  font-weight: bold;
}

.main-hudong-text {
  margin: 15px 0 20px;
  width: 100%;
  height: 98px;
  padding: 20px;
  background-color: #F0F7FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-hudong-text-left {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hudong-text-left-h1 {
  width: 40px;
  height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.main-hudong-text-right {
  width: 714px;
  height: 65px;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
}

.main-hudong-list {
  margin-top: 10px;
  width: 100%;
  height: calc(455px - 174px);
}

.main-hudong-list .main-open-li {
  height: 48px;
}

.main-hudong-list .main-open-li::after {
  content: "";
  width: 833px;
  height: 68px;
  position: absolute;
  border-bottom: 1px dashed #D4D4D4;
}

.main-hudong-ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.main-hudong-li {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-hudong-li-gap {
  width: 50px;
  height: 20px;
  background-color: #FF9600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #FFFFFF;
}

.main-hudong-li-box {
  width: calc(100% - 50px);
  height: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-hudong-li-text {
  color: #333333;
}

.main-hudong-li-date {
  color: #999999;
}

.swiper-pagination {
  width: auto !important;
  right: 10px !important;
  left: auto !important;
}

.swiper-slide {
  position: relative; 
}

.swiper-history{
  position: absolute;
  background: #63a5e6;
  text-align: left;
  top: 2px;
  right: 0;
  padding: 2px 12px;
  color: #fff;
  font-size: 14px;
}

.swiper-mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding-left: 2%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 12px;
  font-size: 111.11111%;
  padding-right: 6em;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  background-color: #D3E8F9;
  background-size: 20px 20px;
  width: 25px;
  height: 35px;
  left: 0;
}

.swiper-button-next {
  background-color: #D3E8F9;
  background-size: 20px 20px;
  width: 25px;
  height: 35px;
  right: 0;
}

.swiper-slide .lb {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide .lb p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  z-index: 999;
}
