
img {
    max-width: 100%;
    max-height: 100%;
}

.img img {
    width: 100%;
    height: 100%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.img {
    overflow: hidden;
}
.img_db {
    width: 100%;
    position: relative;
}

.img_db:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 65.6%;
}

.img_db img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_db2 {
    width: 100%;
    position: relative;
}

.img_db2:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 65.6%;
}

.img_db2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .m {
    max-width: 1520px;
    width: 100%;
    padding: 0 80px;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.pad_top {
    padding-top: 80px;
}

.pad_bot {
    padding-bottom: 80px;
}

.pad_top2 {
  padding-top: 80px;
}

.pad_bot2 {
  padding-bottom: 80px;
}  
    .n_containers .content {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.n_containers .content h6 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px;
}

.n_containers .content .ar_article p {
  position: relative;
  color: rgb(255 255 255 / 70%);
  font-size: 18px;
  line-height: 36px;
  padding-left: 14px;
}

.n_containers .content .ar_article p::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgb(255 255 255 / 70%);
  left: 0;
  top: 16px;
}

.n_containers .content .scrollbox {
  max-height: 207px;
  overflow: auto;
  padding-right: 24px;
}
    
 /* 新闻列表 */

.n_newlist,
.n_newxq,
.n_zhaopin,
.n_zldown,
.culturetop,
.n_sousuo {
  background: #f0f3f5;
  position: relative;
}

.n_newlist .hot {
  display: grid;
  gap: 15px;
  grid-template-columns: 0.59fr 0.41fr;
}
.n_newlist .hot #newswiper {
  width: 100%;
}
.n_newlist .hot #newswiper img {
  height: 475px;
  width: 100%;
  object-fit: cover;
}

.n_newlist .hot #newswiper a {
  display: block;
  position: relative;
  height: 100%;
}

.n_newlist .hot #newswiper .newdb {
  position: absolute;
  background-image: -moz-linear-gradient(
    270deg,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: -ms-linear-gradient(
    270deg,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  width: 100%;
  bottom: 0;
  padding: 80px 48px 40px;
  box-sizing: border-box;
  color: #fff;
}

.n_newlist .hot #newswiper .newdb span {
  font-family: Roboto;
  font-size: 18px;
  line-height: 21px;
}

.n_newlist .hot #newswiper .newdb p {
  font-size: 24px;
  line-height: 30px;
  margin-top: 16px;
  width: 75%;
}

#newswiper .swiper-button-white {
  width: 40px;
  height: 70px;
  background: rgb(255 255 255 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

#newswiper .swiper-button-white:hover {
  background: #1c509c;
}

#newswiper .n_newprev {
  left: -40px;
}

#newswiper .n_newnext {
  right: -40px;
}

#newswiper:hover .n_newnext {
  right: 0;
}

#newswiper:hover .n_newprev {
  left: 0;
}

#newswiper .swiper-pagination {
  bottom: 48px;
  display: flex;
  justify-content: flex-end;
  right: 40px;
  width: auto;
}

#newswiper .swiper-pagination-bullet {
  width: 11px;
  height: 6px;
  border: 1px solid rgb(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 3.5px;
  background: transparent;
  border-radius: 0;
  transition: 0.5s;
}

#newswiper .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  width: 31px;
}

.n_newlist .hot .hotnews {
  background: #fff;
}

.n_newlist .hot .hotnews a {
  /* padding: 3.125rem 3.125rem 40px; */
  display: block;
}

.n_newlist .hot .hotnews a .hotcon{
  padding: 0 50px 40px;
}

.n_newlist .hot .hotnews .img_db:after {
  padding-top: 56.8%;
}

.n_newlist .hot .hotnews .img_db2:after {
  padding-top: 56.8%;
}

.n_newlist .hot .hotcon {
  margin-top: 24px;
}

.n_newlist .hot .hotcon span,
.n_newlist .nnewlist .newlistcon span {
  color: #808080;
  font-family: Roboto;
  font-size: 18px;
  line-height: 21px;
}

.n_newlist .hot .hotcon p,
.n_newlist .nnewlist .newlistcon h5 {
  color: #343434;
  font-size: 18px;
  line-height: 25px;
  margin-top: 8px;
}

.n_newlist .nnewlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 30px;
}

.n_newlist .nnewlist .img_db:after {
  padding-top: 100%;
}
.n_newlist .nnewlist .img_db2:after {
  padding-top: 60%;
}

.n_newlist .nnewlist .newlistcon {
  background: #fff;
  margin: -40px 16px 0;
  padding: 48px 34px;
  position: relative;
  z-index: 10;
}

.n_newlist .nnewlist .newlistcon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/listbefore.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -1;
}

.n_newlist .nnewlist li:hover .newlistcon::before {
  opacity: 1;
  visibility: visible;
}

.n_newlist .nnewlist li:hover .newlistcon h5,
.n_newlist .nnewlist li:hover .newlistcon span {
  color: #fff;
}

.n_newlist .nnewlist .newlistcon h5 {
  font-weight: bold;
  height: 50px;
}


/* 新闻详情 */

.n_newxq .main_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.n_newxq .main_box .left_con {
  position: relative;
  max-width: 1022px;
  padding-right: 58px;
  width: 100%;
}

.left_con:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  z-index: 0;
  background: #dadfe3;
  position: absolute;
  right: -2px;
  top: 0;
}

.right_con {
  width: 418px;
  flex-shrink: 0;
  z-index: 1;
  position: sticky;
  top: 128px;
  padding-left: 40px;
}

.ar_title {
  border-bottom: 2px solid #dadfe3;
  padding-bottom: 32px;
  margin-bottom: 40px;
}

.ar_title .time {
  font-size: 40px;
  color: #1c509c;
  font-family: Roboto;
  font-weight: bold;
}

.ar_title h4 {
  font-size: 28px;
  line-height: 36px;
  color: #1f1f1f;
  margin: 8px 0;
  font-weight: bold;
}

.n_newxq .ar_article {
  color: #1f1f20;
  font-size: 18px;
  line-height: 40px;
}

.n_newxq .ar_bot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 48px;
}

.n_newxq .ar_bot a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373535;
  font-size: 16px;
  line-height: 34px;
  background: #fff;
  transition: all 0.5s;
  padding: 8px 16px;
}

.n_newxq .ar_bot a:hover {
  background: #1a52a5;
  color: #fff;
}

.lastnews .tt {
  position: relative;
  margin-bottom: 48px;
}

.right_con::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 84px;
  background: #1c509c;
  left: 0;
}

.lastnews .tt h3 {
  font-size: 20px;
  color: #515151;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: bold;
}

.lastnews .tt span {
  font-size: 26px;
  color: #b7bfc7;
  font-family: BarlowCondensed-SemiBold;
  text-transform: uppercase;
}

.lastnews ul {
  margin-left: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.lastnews ul li a {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
}

.lastnews ul li .time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  background: #fff;
  transition: 0.5s;
  color: #7a7a7a;
  width: 70px;
  height: 70px;
}

.lastnews ul li .time span {
  font-family: Roboto;
  font-size: 24px;
  color: #7a7a7a;
  transition: 0.5s;
  font-weight: bold;
}

.lastnews ul li .time p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
}

.lastnews ul li .time:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
  background: #1c509c;
}

.lastnews ul li:hover .time:before {
  top: 0;

  bottom: auto;
  height: 100%;
}

.lastnews ul li:hover .time p,
.lastnews ul li:hover .time span {
  color: #fff;
}

.lastnews ul li h4 {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 992px) {
.n_containers .content {
        flex-direction: column;
    }
 .n_newlist .hot {
        grid-template-columns: 1fr;
    }

    .n_newlist .hot #newswiper img {
        height: auto;
    }
 }  
 
 @media (max-width: 860px) {
    .n_newlist .nnewlist {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .pad_top {
        padding-top: 80px !important;
    }

    .pad_bot {
        padding-bottom: 80px !important;
    }

    .m {
        padding: 0 50px;
    }
	.n_newxq .main_box {
        flex-direction: column;
        gap: 3rem;
    }

    .n_newxq .main_box .left_con {
        padding-right: 0;
    }

    .right_con {
        position: relative;
        top: 0;
        padding-left: 0;
        width: 100%;
    }

    .left_con:after,
    .right_con::before {
        display: none;
    }

    .lastnews ul {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
	.pad_top {
        padding-top: 64px !important;
    }

    .pad_bot {
        padding-bottom: 64px !important;
    }

    .pad_top2 {
        padding-top: 48px !important;
    }

    .pad_bot2 {
        padding-bottom: 48px !important;
    }

    .m {
        padding: 0 15px;
    }
 .n_newlist .hot #newswiper .newdb {
        padding: 32px 29px 24px
    }

    .n_newlist .hot #newswiper .newdb p {
        font-size: 20px;
        margin-top: 8px;
    }

    #newswiper .swiper-pagination {
        right: 8px;
        bottom: 36px;
    }

    .n_newlist .hot #newswiper .newdb span {
        font-size: 16px;
    }

    .n_newlist .nnewlist {
        grid-template-columns: 1fr;
    }
 } 