@import url(./service.css);

.main {
  display: none;
}


  .main {
    display: block;
  }

  .hotNews {
    text-align: center;
  }
  .hotNews h2 {
    margin: 60px 0 40px;
    font-size: 36px;
    /* color: #004eb3; */
  }
  .hotNews li {
    display: inline-block;
  }
  .hotNews li:not(:last-child) {
    margin-right: 20px;
  }
  .hotNews .list {
    color: #666;
  }

  .carouselWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .carouselWrap .newsList:not(:last-child) {
    margin-bottom: 34px;
  }
  .carouselWrap .focus {
    position: relative;
    font-size: 22px;
    font-weight: bold;
  }
  /* .carouselWrap .focus._hot::before { content: ''; position: absolute; top: -10px; right: 0; width: 18px; height: 20px; background: url(/e_images/index/2022/index/hotNews-icon.png) no-repeat right center; background-size: cover; } */
  .carouselWrap .item {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
    color: #666;
  }
  .carouselWrap .item::before {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    display: block;
    width: 2px;
    height: 2px;
    background-color: #666;
  }

  .carouselWrap .carousel {
    overflow: hidden;
    width: 720px;
    height: 260px;
  }
  .carouselWrap .carouselList {
    display: flex;
    justify-content: space-between;
    width: 720px;
    margin-top: 14px;
    font-size: 16px;
  }
  .carouselWrap .carouselList ul {
    width: 33.3333%;
    padding: 0 14px 0 20px;
    line-height: 1.5;
  }
  .carouselWrap .carouselList ul:nth-child(2) {
    border-width: 0 1px 0 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
  }
  .carouselWrap .carouselList li:not(:last-child) {
    margin-bottom: 10px;
  }
  .carouselWrap .swiper-pagination {
    padding-right: 10px !important;
    text-align: right !important;
  }
  .carouselWrap .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius: 999px;
    background: #fff;
    opacity: 0.6;
  }
  .carouselWrap .swiper-pagination-bullet-active {
    background: #004eb3;
    opacity: 1;
  }

  /* A3A4 */
  .a3a4Wrap {
    padding: 30px 0;
    margin: 30px 0 10px;
    background: #f3f5f6;
  }
  .a3 {
    display: flex;
    margin: 0 -10px;
  }
  .a3 .item {
    width: 25%;
  }
  .a3 img {
    display: block;
    width: 285px;
    height: 100px;
    margin: 0 auto 18px;
    background-color: red;
  }

  .a4 {
    display: flex;
    margin: 0 -10px;
    font-size: 14px;
    color: #666;
  }
  .a4 ul {
    width: 25%;
  }
  .a4 li:not(:last-child) {
    margin-bottom: 10px;
  }
  .a4 .text {
    position: relative;
    padding-left: 20px;
  }
  .a4 .text::before {
    content: "";
    position: absolute;
    left: 8px;
    top: calc(50%);
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 4px;
    background-color: #e5e5e5;
  }

  .section1,
  .section2 {
    display: flex;
    justify-content: space-between;
  }
  .w820 {
    width: 820px;
  }
  .w330 {
    width: 330px;
  }
  .w370 {
    width: 370px;
  }
  .section2 ol {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
  }

  .news-more-btn {
    height: 50px;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    background-color: #f6f6f6;
    color: #666;
  }

  /* block image-text */
  .imageText img {
    display: block;
    height: 100px;
    margin-bottom: 25px;
    background-color: red;
  }
  .imageText li {
    position: relative;
    font-size: 14px;
  }
  .imageText li:not(:last-child) {
    margin-bottom: 20px;
  }
  .imageText li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #666;
  }
  .imageText .text {
    padding-left: 10px;
  }

  /* block */
  /* .special { margin-top: 20px; } */
  .special-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 2px solid #cdcdcd;
    font-size: 18px;
    font-weight: normal;
  }
  .special-title img {
    margin-right: 10px;
    vertical-align: middle;
  }
  /* .special-title::before { content: ''; display: inline-block;
        position: absolute; top: 50%; left: 0; transform: translateY(-50%); 
        width: 46px; height: 43px; margin-right: 10px; vertical-align: bottom; background: url(/e_images/index/2022/index/special_1.png) no-repeat center; } */
  /* 右侧箭头 */
  .special-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 21px;
    transform: translateY(-50%);
    height: 26px;
    background: url(../../../../e_images/index/2022/index/columnMore.png) no-repeat center;
  }
  .special li {
    position: relative;
    font-size: 14px;
  }
  .special li:first-child {
    display: flex;
  }
  .special li:first-child .text {
    display: inline-block;
    margin-top: 6px;
    line-height: 1.5;
    font-size: 16px;
  }
  .special li:not(:last-child) {
    margin-bottom: 20px;
  }
  .special li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #333;
  }
  .special li .text {
    padding-left: 10px;
  }
  .special li img {
    width: 126px;
    height: 64px;
    vertical-align: top;
    background-color: red;
  }

  /* 广告 */
  .b1,
  .b2,
  .b3 {
    overflow: hidden;
    height: 90px;
    margin-top: 30px;
  }
  .b1 {
    margin-top: 20px;
  }

  .b1 img,
  .b2 img,
  .b3 img {
    display: block;
    height: 90px;
    background-color: red;
  }


/* html {
  filter: grayscale(1);
} */
